Error 413 #5

Open
opened 2026-01-19 18:28:36 +00:00 by michael · 4 comments
Owner

Originally created by @mchalupiak on GitHub.

I am having the same problem as #515. I commented on that issue but it seems because it is closed that it hasn't gotten any attention, so I am creating this new issue to hopefully address it.

Originally created by @mchalupiak on GitHub. I am having the same problem as #515. I commented on that issue but it seems because it is closed that it hasn't gotten any attention, so I am creating this new issue to hopefully address it.
Author
Owner

@paolafrancesca commented on GitHub:

@mchalupiak , the issue was marked as resolved 2 years ago because no debug information were provided for the issue.
please provide some debug information. print the anonymized logs of the file upload to the service on your rasperry-pi

you started transer.sh with docker: docker run --publish 8888:8888 dutchcoders/transfer.sh:latest --listener :8888 --provider local --basedir /tmp/

beware that in the docker container there is a /tmp/ folder but the files you'll upload there won't persist through multiple run of docker container. you should mount a docker volume on the container and use that as basedir.
please try this and let me know if the issue is solved.

also please give details if every upload fails or just some and according to which file size, in the latter case

@paolafrancesca commented on GitHub: @mchalupiak , the issue was marked as resolved 2 years ago because no debug information were provided for the issue. please provide some debug information. print the anonymized logs of the file upload to the service on your rasperry-pi you started transer.sh with docker: `docker run --publish 8888:8888 dutchcoders/transfer.sh:latest --listener :8888 --provider local --basedir /tmp/` beware that in the docker container there is a `/tmp/` folder but the files you'll upload there won't persist through multiple run of docker container. you should mount a docker volume on the container and use that as `basedir`. please try this and let me know if the issue is solved. also please give details if every upload fails or just some and according to which file size, in the latter case
Author
Owner

@mchalupiak commented on GitHub:

The issue does seem to depend on file size. Files of >1mb all fail to upload. Where would I find the log file and how would I perform the docker mounting you suggest?

@mchalupiak commented on GitHub: The issue does seem to depend on file size. Files of >1mb all fail to upload. Where would I find the log file and how would I perform the docker mounting you suggest?
Author
Owner

@felipewnp commented on GitHub:

I had the same "problem", but in the end, it was a 100MB limit imposed by Cloudflare. So, not much I can do about it.

@felipewnp commented on GitHub: I had the same _"problem"_, but in the end, it was a [100MB limit imposed by Cloudflare](https://developers.cloudflare.com/support/troubleshooting/http-status-codes/4xx-client-error/error-413/#cloudflare-specific-information). So, not much I can do about it.
Author
Owner

@paolafrancesca commented on GitHub:

how would I perform the docker mounting you suggest?

please, refer to docker documentation for that, thanks :)

@paolafrancesca commented on GitHub: > how would I perform the docker mounting you suggest? please, refer to docker documentation for that, thanks :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#5