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
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",
The text was updated successfully, but these errors were encountered:
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.
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",
The text was updated successfully, but these errors were encountered: