orizens / echoes

Echoes is a media player based on youtube which provides a great user experience (no ads!). Overall, it's a web application that is based on angular.js & bootstrap.
http://orizens.github.io/echoes/index.html
MIT License
336 stars 69 forks source link

Playlists stopped working #57

Closed pazamit closed 9 years ago

pazamit commented 9 years ago

When I play a single video - it works. But when I choose a playlist - nothing happens

orizens commented 9 years ago

hi @pazamit which browser are you using? which playlist you're trying to play?

pazamit commented 9 years ago

I checked Chrome and IE - not working. Every playlist I try does not respond.

get response 401 in one of the requests:

GET https://content.googleapis.com/youtube/v3/channels?mine=true&part=snippet%2CcontentDetails&key=AIzaSyCgrK5ds9uCSRM-WBUFm8V8jPX66q8-Od0 401 (OK)

zu @ cb=gapi.loaded_0:100n @ cb=gapi.loaded_0:100Cu @ cb=gapi.loaded_0:100(anonymous function) @ cb=gapi.loaded_0:101g @ cb=gapi.loaded_0:56c @ cb=gapi.loaded_0:47 cb=gapi.loaded_0:68 Uncaught #(anonymous function) @ cb=gapi.loaded_0:68

orizens commented 9 years ago

hi @pazamit , i've identified the problem. apparently, i can't use the playlist information api without any authorization. in this case of playlist a playlist, I need to fetch the tracks of this playlist, and in order to do that, you need to sign in with your google+ account (i don't keep any personal information in echoes).

I'll mark this issue as something to check for - finding out if there's a possibility to query the playlists api without authorization.

Thanks for raising this issue.

pazamit commented 9 years ago

10x. It worked fine up until few days ago. i guess they changed the api.