laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Vimeo upload failed: Client error

Open BryanMootoosamy opened this issue 6 years ago • 2 comments

Hello, we currently have a blocking issue with vimeo/laravel. Our project use laravel 5.8 and while trying to upload a video, we have an error : Vimeo upload failed: [ "Client error: POST https://files.tus.vimeo.com/files/vimeo-prod-src-tus-euresulted in a400 Bad Request response:\n{\"error\":\"Invalid bucket\"}\n\n" ]

That problem occurs because we use Carbon 2 in our project for an other package and the dependency of vimeo/laravel called vimeo/vimeo-api use ankitpokhrel/tus-php locked to version 0.1.0 that user Carbon 1. But for our package (and for laravel 6), Carbon 2 is needed. Could you provide a solution ? Thanks

BryanMootoosamy avatar Sep 06 '19 07:09 BryanMootoosamy

Also the cache of vimeo-api seems to cause problems with the location

BryanMootoosamy avatar Sep 09 '19 07:09 BryanMootoosamy

Also the cache of vimeo-api seems to cause problems with the location

Did you get a fix for this?

weybansky avatar Jul 14 '20 08:07 weybansky