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

Unable to complete request. [Could not resolve host: api.vimeo.commanage] #292

Open
Gustanevio opened this issue May 11, 2021 · 1 comment

Comments

@Gustanevio
Copy link

hi there, i am trying to integrate my laravel app with vimeo API, so i am getting the error below.

Unable to complete request. [Could not resolve host: api.vimeo.commanage].

My controller:
use Vimeo\Laravel\Facades\Vimeo;

return Vimeo::request('/me/videos', ['per_page' => 10], 'GET');

@lanjewarraj
Copy link

lanjewarraj commented Nov 9, 2021

if you trying to upload thumbnail to video and providing this URL
uploadImage("https://api.vimeo.com/videos/{$videoID}", $filename);
above statement code statement is wrong:
then you need to try something like this
uploadImage("/videos/{$yourvideoID}", $filename);

and I also recommend you a useful blog : [https://github.com//issues/25]

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