-
Notifications
You must be signed in to change notification settings - Fork 125
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
YouTube device support message #44
Comments
This is not accurate, I just configured this plugin today with no issues at all, can you post a gist of your code? Seems like something in your options is off. |
@HeathNaylor I actually put the screenshot from the demo: http://jakiestfu.github.io/Youtube-TV/demos/default.html Check it out, it works but it preppends to the list a message that is not going to be supported with the new version of YouTube API. |
Interesting, mine is working in a production website right now, I specified a string for the playlist id. |
I'm getting same thing on production website. Looks like YouTube decided to phase out v2 of their API today. See here: http://youtube-eng.blogspot.com/2014/03/committing-to-youtube-data-api-v3_4.html |
yes im seeing this too... it is even prepending on the demos on github: http://jakiestfu.github.io/Youtube-TV/demos/default.html Does anyone have a fix for this? or is it time to move to a new plugin? Thanks! |
There's no quick fix. The code would have to be updated to use the V3 API. I might have some time this weekend to submit a pull request, but if there are any brave JavaScript developers who want to tackle it first... Do it! |
Hi guys, did you produce a fix for this at all? |
I would just like to point out that mine is still fine in production, I am using the playlist option. |
Is that without the other video coming first Heath? If so would love to see your one in action if you didn't mind? |
I did a 10-second fix to our production website with the same issue by editing the iframe in-browser. (For our case the settings were all the defaults anyway.) Removing all of the settings and just putting youtube.com/embed/--insert your id here-- worked. Not sure what to do about the settings other than update them to v3 format as well (if they're supported). [edit] Sorry, looks like I misunderstood the scope of this tool and where the error lies. Yes, updating this to the v3 API will be involved. I'm trying to figure it out right now. The way this plugin works would have to change. Each user would have to add their application at the Google Developer's Console: https://console.developers.google.com/project Then we could update this JS to interface with the new API like so: https://developers.google.com/youtube/v3/code_samples/javascript#my_uploaded_videos |
Try this fork https://github.com/Giorgio003/Youtube-TV |
We have too many forks. @jakiestfu can we get a commitment from you that your branch will be updated and considered best? |
Chiming in here, I did managed to tackle API V3 a few weeks ago which does require an API Key to use. However you can obtain one for free (https://developers.google.com/youtube/v3/getting-started) which gives a generous 50 million token requests per day. |
Thanks so much Giorgio003! Your work saved me many hours. |
I've changed to v3 http://ibacor.com/download/demo/youtube-channels/ |
It appears that YouTube is upgrading to a new version which is not going to be supported with this plugin, does anyone know how to solve this?
The text was updated successfully, but these errors were encountered: