Actions
dev #1351
open[BUG] : Uploading file via direct link causes compress progress stuck on 0%
Start date:
12/04/2024
Due date:
12/04/2024 (about 16 months late)
% Done:
100%
Estimated time:
12:00 h
Spent time:
Description
Description:
When uploading a file via a direct link, the compression progress bar remains stuck at 0% and does not proceed further. This issue occurs despite the file being accessible via the provided link. The issue may be related to how the file is being fetched or processed from the URL.
Steps to Reproduce:
- Attempt to upload a file using a direct URL link.
- Observe the compression progress bar, which gets stuck at 0%.
- The compression process does not advance beyond this point, and the file is not processed.
Expected Behavior:
- The compression progress should accurately reflect the status of the file being processed, and the file should be compressed as expected.
Actual Behavior:
- The compression progress is stuck at 0% and no further processing occurs for the uploaded file.
Possible Causes:
- Issues with the file-fetching mechanism from the URL.
- Delayed or incomplete handling of the file after it’s fetched.
- Compression service might not properly recognize or handle files uploaded from direct links.
Suggested Fix:
- Investigate how the file is being fetched from the URL and ensure that the download is fully completed before compression begins.
- Check the network response status and ensure that the file is correctly received and validated.
- Add additional logging to track the file processing from the link and pinpoint where it fails to continue.
Actions