-
Notifications
You must be signed in to change notification settings - Fork 85
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
Seeing tons of Timeout Errors when uploading #43
Comments
any ideas? |
Having Timeout errors too when uploading videos that are > 100mb :( |
I have the same problem. There's no solution? |
I just tried uploading a 13MB video and saw a broken pipe error.
|
the same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm in the middle of a project using this gem to upload about a terabyte of video to Vimeo. We've been seeing a lot of timeout errors, which often result in the upload finishing, but we can't get the result object so we can't attach any metadata. Occasionally, the video upload cuts short and the video is hung processing on vimeo.
Anyways, I can't tell if its a problem on vimeo's end, a problem with our connection, or something that can be tweaked on the ruby side of things. We've also seen errors uploading to vimeo using their website.
Long videos (30-90 minutes) tend to error out most of the time. Short videos (2-15 minutes) tend to error out only a third of the time.
Here is a backtrace: https://gist.github.com/e7cc6092c49615f9bfcf
Any help or guidance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: