mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Error 413 #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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 asbasedir.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
@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?
@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.
@paolafrancesca commented on GitHub:
please, refer to docker documentation for that, thanks :)