library · inferred from evidence
PyVimeo
A Python library or SDK for interacting with Vimeo's API.
- PyVimeo 1.0.8: "Unexpected error when uploading through tus" after upgrading
After upgrading PyVimeo from 0.4.1 to 1.0.8 (Python 2.7.6), every v.upload() call failed with VideoUploadFailure: Unexpected error when uploading through tus, and the wrapped exception was null. Rolling back to 0.4.1 worked around it. The 1
- vimeo.py upload_picture() throws even when the upload succeeds (inverted status check)
upload_picture() in vimeo.py raised an exception even when the picture upload had succeeded. The status-code check in vimeo/upload.py was inverted: it raised on `if obj.status_code == 200` instead of `!= 200`, so a successful upload always