vimeo / laravel

A Vimeo bridge for Laravel
https://developer.vimeo.com
Apache License 2.0
401 stars 88 forks source link

Vimeo upload failed: Client error #62

Open BryanMootoosamy opened 5 years ago

BryanMootoosamy commented 5 years ago

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 Requestresponse:\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 commented 5 years ago

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

weybansky commented 4 years ago

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

Did you get a fix for this?