phil65 / script.extendedinfo

script.extendedinfo
http://forum.xbmc.org/showthread.php?tid=160558
GNU General Public License v2.0
59 stars 79 forks source link

Some YouTube playlists plugin:// paths are not working #68

Open Nessus85100 opened 7 years ago

Nessus85100 commented 7 years ago

Some YouTube playlists (info=youtubeplaylistvideos) plugin:// paths are not working

Working example: plugin://script.extendedinfo?info=youtubeplaylistvideos&&id=PLuq_rgCzEP_NBRjFMklzlMaFajjyV-OoL

Not working example: plugin://script.extendedinfo?info=youtubeplaylistvideos&&id=UCGr3nR_XH9r6E5b09ZJAT9w

The not working paths all of them are giving the same script error: https://pastebin.com/qJN5XHsd

Let me know if you need a full debug log.

Thanks Nessus

Nessus85100 commented 6 years ago

@phil65 can i gentle bump on this?

Now i am getting the same script error in all YouTube paths.... plugin://script.extendedinfo?info=youtubeplaylistvideos&&id=[PLAYLIST_ID] plugin://script.extendedinfo?info=youtubeusersearchvideos&&id=[USER_ID]

phil65 commented 6 years ago

this is because API limit is reached. nothing i can do about it, except perhaps allowing to use own API keys.

Nessus85100 commented 6 years ago

Yea i get that for my second message but what about the first message with some playlist are working and some are not?. I dont think this has to do with any API limit.

BTW it will be good if the users can add their personal youtube & trakt.tv API keys.