laravel
laravel copied to clipboard
cURL error 55: SSL_write() returned SYSCALL, errno = 10053
Upload is failing with SSL_write() error 55 errorno=10053 errors when I try to upload files greater than 50 MB. same file failed many times.File less then 30 MB seem to work.
for reference i'm attaching a screen shot.
os -windows php version -7.2 laravel version -5.8 "vimeo/laravel": "^5.3",
Try chunk size as 1010241024 (10 MB). As this is issue with tusclient which is used by vimeo to upload the files. I had the same issue in python library for vimeo.
@Eternal127 could you provide a richer explanation? i have the same issues error on python, i found a similar already opened issues here.
https://github.com/vimeo/vimeo.py/issues/150