vimeo / vimeo.py

Official Python library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
210 stars 84 forks source link

SSL errors when uploading large files #132

Open geomatics-nwrc opened 6 years ago

geomatics-nwrc commented 6 years ago

Upload is failing with SSL errors when I try to upload large files. The largest file I have been able to upload is 1.2gb. The same file failed when trying to upload it a second time. Files less than 1gb seem to work consistently.

I see one of the following errors on a crash: Server reported: (56, 'SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054') Server reported: (55, 'SSL_write() returned SYSCALL, errno = 10053')

v 1.0.6

Eternal127 commented 4 years ago

Try using chunk size 1010241024 (10 MB). Issue is really with tusclient which is used by vimeo to upload the files.