You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue while using the Send Docker Container with the following details:
Problem:
When attempting to upload a file, the process hangs at 92%, and after approximately 2 minutes, an error message is displayed in the web browser.
Steps To Reproduce
Start the Send Docker Container.
Attempt to upload a file using the web interface.
Observe the upload process hanging at 92% (Screenshot 1).
After about 2 minutes, an error message is displayed in the web browser (Screenshot 2).
Screenshots of the Web-interface
Screenshot 1:
Screenshot 2:
Expected Behavior
I expected the file upload process to complete successfully without any hanging or errors.
Logs
2023-08-17T09:13:49.971023955Z [ 'https://send.example.com', 'wss://send.example.com' ]
2023-08-17T09:13:50.004664598Z | Timestamp=1692263630004000000 Logger=FirefoxSend Type=uncaughtException Severity=0 Pid=1 EnvVersion=2.0 Fields={"error":"Error: ENOENT: no such file or directory, unlink '/uploads/1-8da133c379fb97d3'","stack":"\n at Object.unlinkSync (node:fs:1718:3)\n at WriteStream. (/app/server/storage/fs.js:34:12)\n at WriteStream.emit (node:events:402:35)\n at WriteStream.emit (node:domain:475:12)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"}
The text was updated successfully, but these errors were encountered:
Setup
Describe the bug
Hey everyone,
I'm encountering an issue while using the Send Docker Container with the following details:
Problem:
When attempting to upload a file, the process hangs at 92%, and after approximately 2 minutes, an error message is displayed in the web browser.
Steps To Reproduce
Screenshots of the Web-interface
Screenshot 1:
Screenshot 2:
Expected Behavior
I expected the file upload process to complete successfully without any hanging or errors.
Logs
2023-08-17T09:13:49.971023955Z [ 'https://send.example.com', 'wss://send.example.com' ]
2023-08-17T09:13:50.004664598Z | Timestamp=1692263630004000000 Logger=FirefoxSend Type=uncaughtException Severity=0 Pid=1 EnvVersion=2.0 Fields={"error":"Error: ENOENT: no such file or directory, unlink '/uploads/1-8da133c379fb97d3'","stack":"\n at Object.unlinkSync (node:fs:1718:3)\n at WriteStream. (/app/server/storage/fs.js:34:12)\n at WriteStream.emit (node:events:402:35)\n at WriteStream.emit (node:domain:475:12)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"}
The text was updated successfully, but these errors were encountered: