Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload Hangs at 92% and Results in "ENOENT" Error #12

Open
justusweigmann opened this issue Aug 17, 2023 · 1 comment
Open

Upload Hangs at 92% and Results in "ENOENT" Error #12

justusweigmann opened this issue Aug 17, 2023 · 1 comment

Comments

@justusweigmann
Copy link

Setup

  • Docker image: registry.gitlab.com/timvisee/send:latest
  • Environment: Docker on Ubuntu 22.04.3 LTS

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

  1. Start the Send Docker Container.
  2. Attempt to upload a file using the web interface.
  3. Observe the upload process hanging at 92% (Screenshot 1).
  4. After about 2 minutes, an error message is displayed in the web browser (Screenshot 2).

Screenshots of the Web-interface

Screenshot 1: Screenshot
Screenshot 2: Screenshot

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)"}

@PTrottier
Copy link

Thanks for the detailed issue, it looks like a file permission issue. Have you tried the steps from: #3, #5, #6, and on GitLab: https://gitlab.com/timvisee/send/-/issues/31?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants