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 (inverted status check)
The upload_picture() error check was inverted - it raised when the status was 200 (success) instead of when it was not. The maintainers confirmed and tagged the fix in v0.3.4. Upgrade PyVimeo to 0.3.4 or later; if stuck on an older version,