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 video upload hangs PHP but upload completes #296

Open
ihatzi opened this issue Jun 23, 2021 · 1 comment
Open

Vimeo video upload hangs PHP but upload completes #296

ihatzi opened this issue Jun 23, 2021 · 1 comment

Comments

@ihatzi
Copy link

ihatzi commented Jun 23, 2021

When I do a vimeo upload via the API, the video does upload properly, but the php code hangs and never returns....

This causes the browser to just sit and spin forever!

$uri = $client->upload("videofile.mp4", array (
"name" => "TEST UPLOAD",
"description" => "THIS IS A TEST UPLOAD",
"content_rating" => "safe"
));

Everything works ok, untill the above line, $uri = $client->upload();

This is where it hangs, weird thing is I think this is the line that does the upload which does complete

Any ides???

@kessenza
Copy link

kessenza commented Aug 24, 2021

I have the same problem after upgrading sdk version to 3.0.8
EDIT: I discovered this was happening due to wrong permissons to libraries folder. After I set to www-data instead of root everything was solved

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

2 participants