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
The tus-based upload path in PyVimeo 1.0.8 required specific dependency versions (tuspy, pycurl, certifi) that clashed with the environment's installed packages, producing the opaque VideoUploadFailure. Upgrade tuspy/pycurl/PyVimeo to compa
- vimeo.py upload_picture() throws even when the upload succeeds
The status-code check in vimeo/upload.py was inverted: it raised on status 200 instead of non-200, so successful uploads always threw. Fixed in PyVimeo 0.3.4; upgrade, or flip the check to != 200 on older versions.