-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Error "No Network Connection" on android 11 while uploading multiple files #370
Comments
|
After digging some more I found this is happening with file sizes larger than 200 MB. |
Can you please enable debug mode and reproduce the problem? Then we also see each request and response, this should bring some light into this. Is it possible that you set e.g. an upload limit to files? Can you please try to upload a file of this size using a different S3 client. Does the problem also occur with it? I just tested it myself and unfortunately can not reproduce it. |
P.S. Error is in 1.txt at timestamp 20211029192152.373 |
Hmm there are two pretty strange response types in the log file. There is a possibility that they may or may not be the same or similar problems. One problem is that it looks like the server is under heavy load and responds then with a
The other problem is that sometimes the server completely terminates the connection, I might be wrong but probably for the same reason (heavy load). Perhaps the exponential backoff for the 503 status codes is already enough for the server to no longer disconnect.
|
While I was reading the documentation of Backblaze I found this:- Some errors returned from b2 upload file mean that you should get a new upload URL and try again, while others mean that there is a problem with your request and trying again will not help. These indicate that you should get a new upload URL and try again:
The last one, "broken pipe", happens when you are sending a file big enough that the buffers in the HTTP connection won't hold it. HTTP client libraries send the entire request before looking for a response, and if the B2 server has already replied with an error, you'll be unable to send the entire file and will get a "broken pipe" error. |
Thanks for your amazing research regarding this topic. |
Thanks for the source, just created this issue minio/minio-java#1255 |
Please agree to the following
Summary
I was trying to upload multiple .jpg image to my S3 Vault. Then it gave me error "No Network Connection" but when I try to upload a single file it uploads successfully. I am confirmed there is not issue with network.
System Setup
Cloud Type
S3
Steps to Reproduce
Expected Behavior
Cryptomator should upload file and after uploading the file it should update the available file in folder.
Actual Behavior
Cryptomator will show a toast "No Network Connection".
Reproducibility
Intermittent
Relevant Log Output
Anything else?
I am using Backblaze.
Automatic photo upload is active.
Cache size is 100 MB
Keep vaults unlocked while editing files : ON
The text was updated successfully, but these errors were encountered: