-
Notifications
You must be signed in to change notification settings - Fork 31
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 large file fails with 'Connection aborted.', RemoteDisconnected #22
Comments
I'm having a similar issue. But I'm using
I tried running the same on a new digital ocean instance then I got this error:
How this can be fixed? |
This issue was not related to b2blaze or Backblaze. |
Hi there. Thanks for making this sweet library!
I've found that
upload_large_file
fails on my end with aConnection aborted
error.My code looks something like this:
I've tested with file sizes of 5+, 10+, and 100+ Mb.
I don't know if it's something wrong on my end (maybe the small part size?) or a problem with
upload_large_file
.Let me know what I can do to help research or debug this issue!
Thanks!
The text was updated successfully, but these errors were encountered: