Skip to content
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

Open
Sameer-hesta opened this issue Jun 23, 2020 · 8 comments
Open

Vimeo upload video error 500 #77

Sameer-hesta opened this issue Jun 23, 2020 · 8 comments

Comments

@Sameer-hesta
Copy link

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

@rudolfbruder
Copy link

Hi, I am facing the same issue. Did you manage to solve it somehow?

@rudolfbruder
Copy link

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.

@allanzi
Copy link

allanzi commented Nov 24, 2020

Thanks @Greenvold
Solved for me

@rudolfbruder
Copy link

@bump Can we close this?

@parakkajithin
Copy link

I also faced the same issue.
The exact path is /vendor/ankitpokhrel/tus-php/ and I created .cache folder and set it permission to 755

@rudolfbruder Thanks and we can close this.

@keval-hyperspace
Copy link

keval-hyperspace commented Oct 29, 2021

I managed to solve it by below command.

sudo chown -R www-data vendor/ankitpokhrel
sudo chmod -R ug+rwx vendor/ankitpokhrel

@AliNawazz96
Copy link

I also face this issue but solve it with this simple step.

  1. go into vendor/ folder.
  2. chmod -R 775 ankitpokhrel/
  3. chown -R www-data ankitpokhrel/

@akunbeben-dev
Copy link

I got 502 in every single request, cant event retrieve user profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants