-
Notifications
You must be signed in to change notification settings - Fork 132
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
No info is returned #163
Comments
Seems normal, all data are eager loaded when you first requests them. |
Oh, apologies - I didn't realise that, assumed it would return everything - works perfectly ;-) |
Sorry - closed to soon. Almost me misunderstanding something, but I can't seem to return any info in my Rails app. In a video model:
yet all of the Any ideas? |
Oh it turns out I'm getting the error in my app - |
Somehow it's working now! No idea why it wasn't before. |
I can't seem to get this gem to work as expected. Even with API keys specified for YouTube and Vimeo, I can't return any info at all.
VideoInfo.new("https://vimeo.com/177713990")
simply returns
#<VideoInfo:0x007fdf416feeb0 @provider=#<VideoInfo::Providers::Vimeo:0x007fdf416fe7f8 @options={"User-Agent"=>"VideoInfo/2.6.1"}, @url="https://vimeo.com/177713990", @video_id="177713990">>
The same applies for all providers, and all videos. Any ideas where I'm going wrong?
The text was updated successfully, but these errors were encountered: