-
Notifications
You must be signed in to change notification settings - Fork 88
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
Vimeo upload video error 500 #77
Comments
Hi, I am facing the same issue. Did you manage to solve it somehow? |
Hi, I managed to solve it. It was permissions issue on my VPS. While video upload there is a getCache metho inside of Vimeo.php file from the package. If you trace, dd() a bit it down it will show you the location of cache folder. I added write permissions there and it started working. |
Thanks @Greenvold |
@bump Can we close this? |
I also faced the same issue. @rudolfbruder Thanks and we can close this. |
I managed to solve it by below command. sudo chown -R www-data vendor/ankitpokhrel |
I also face this issue but solve it with this simple step.
|
I got 502 in every single request, cant event retrieve user profile |
Hello,
I am having a Vimeo plus account,
There is an issue I am facing while uploading video from development
{ "data": "mkdir(): Permission denied", "status": 500, "error": true, "message": "Something went wrong" }
But this upload works fine when I use it on local server
The text was updated successfully, but these errors were encountered: