-
Notifications
You must be signed in to change notification settings - Fork 46
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 stuck after few seconds without showing error #39
Comments
Frankly, I am not sure what could cause this. Does this behavior always occur? Also when you upload to |
This behavior is always occur. And yes, if I use |
Please contact Vimeo support as it looks like a problem on their end. Maybe something with the SSL setup is conflicting. Sorry that I cannot provide you better help. |
use this : headers.put("Connection", "close"); |
If the bytesRemaining, readBytes or actual byte size of file is not proper, the upload takes forever / doesn't end on time, worth checking! |
Question
After a few seconds from the beginning of the video upload process, the progress bar stops without displaying any errors. Sometimes (when I debug my code and it stops on breakpoint) I got
ssl=0xc5934ed8: I/O error during system call, Broken pipe
I try to solve this problem with #33and
https://github.com/tus/tus-android-client#i-get-tlsssl-errors-on-older-android-versions
but without any success. For some reason, program never reach
uploader.finish()
or anything below that line of code (that is strange becausedo-while
code is not in infinity loop).Code sample:
`
`
Setup details
Please provide following details, if applicable to your situation:
The text was updated successfully, but these errors were encountered: