Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading gives tus error for files > 5mb. #150

Closed
brunoreisfm opened this issue Sep 1, 2019 · 2 comments
Closed

Uploading gives tus error for files > 5mb. #150

brunoreisfm opened this issue Sep 1, 2019 · 2 comments

Comments

@brunoreisfm
Copy link

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:
image

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.

Can someone help?

Thanks!

Originally posted by @brunoreisfm in #135 (comment)

@jaylinski
Copy link
Contributor

Version 1.1.0 uses an updated tuspy package. It should fix your issue.

@fisherinnovation
Copy link
Contributor

Please comment pending you are still encountering this issue. As mentioned this should be fixed in the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants