-
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
Uploading Gives Tus Error when using Version 1.0.8 #135
Comments
Are you able to capture the actual exception that's being thrown here? |
This is what I see in the logs
Let me know if you need to know something else. |
You get this error on every upload? Or just specific video files? How large are the videos that are failing? |
It happens on every upload. They are all 2 minutes long so they're approximately the same file size. The most recent one I tried was:
|
Can you replicate the problem with our upload.py example script? |
confirmed
|
@amrutadotorg Are you also on Python 2.7? I'm pulling @Onebrownsound in to help out on this. |
Yes |
@amrutadotorg @edmenendez I was unable to reproduce this problem, when I spawned a |
@edmenendez @amrutadotorg We've downgraded our tuspy requirement back to 0.2.1, and it seems to have resolved the issue. I've tagged a new release for this, 1.0.9. Please let us know if it resolves your issues. |
It worked. Note that I get the following messages while upgrading requirements but it worked anyway. Also, had to do this first to update curl: apt-get install libcurl4-openssl-dev
|
Awesome. Thanks for being patient and sorry for the trouble on this. |
@erunion Same error happening with the same versions of last @edmenendez comment: Error:
That file is only 50mb... For smaller files (<5mb) I'm not getting an error. Can someone help? Thanks! |
On Python 2.7.6 after upgrading to PyVimeo 1.0.8 from 0.4.1 I get this error in the upload() method:
Traceback below.
Workaround is to switch back to 0.4.1.
The text was updated successfully, but these errors were encountered: