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

SSL errors when uploading large files #132

Open
geomatics-nwrc opened this issue Aug 20, 2018 · 1 comment
Open

SSL errors when uploading large files #132

geomatics-nwrc opened this issue Aug 20, 2018 · 1 comment
Labels

Comments

@geomatics-nwrc
Copy link

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
Copy link

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

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

No branches or pull requests

3 participants