You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the issue #135@edmenendez seemed to solve by changing the verions of tuspy. I did the same but here it's not working:
Versions:
Error:
File "vimeo_upload.py", line 47, in <module>
video_id = client.upload(file_name, data={'name': file_name,})
File "C:\Python27\lib\site-packages\vimeo\upload.py", line 78, in upload
return self.__perform_tus_upload(filename, attempt, chunk_size=chunk_size)
File "C:\Python27\lib\site-packages\vimeo\upload.py", line 161, in __perform_tus_upload
'Unexpected error when uploading through tus.'
vimeo.exceptions.VideoUploadFailure: (55, 'SSL_write() returned SYSCALL, errno = 10053')
That file is only 50mb... For smaller files (<5mb) I'm not getting an error.
In the issue #135 @edmenendez seemed to solve by changing the verions of tuspy. I did the same but here it's not working:
Versions:
Error:
That file is only 50mb... For smaller files (<5mb) I'm not getting an error.
Can someone help?
Thanks!
Originally posted by @brunoreisfm in #135 (comment)
The text was updated successfully, but these errors were encountered: