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 access "Subscriptions", "Watch Later", "Favorites", but can access other named playlists and play those selections #67

Open
CollinChaffin opened this issue Feb 7, 2019 · 10 comments

Comments

@CollinChaffin
Copy link

Something must have changed on the YT backend suddenly I can still navigate and play from any named playlist, but if I select any of the "built-in" options like Subscriptions, even the "Watch Later" playlist, favorites, I get a blank box that says "Error" and the plugin crashes back to Plex menu.

@AlexNk
Copy link

AlexNk commented Feb 7, 2019

It seems that they have stopped support of the feeds. At least HTTPS requests for feeds which Plex fails to return plain HTML pages instead of JSON. Guess it may be fixed by handling feeds as playlists.

@CollinChaffin
Copy link
Author

Hmm are you sure? When I try to go to: https://www.youtube.com/feed/subscriptions it does in fact still load, or am I misunderstanding? Also of note which I hadn't even really noticed as I opened this issue, down below in the main menu, all my subscription items DO still load so is that being loaded differently? Yet when I click the main menu item My Subscriptions I get the no entries found error. Same with playlists, I get successful retrieval of my playlists, but within them the only one producing an error is the builtin Watch Later, so is that also because it is a feed item and not being retrieved as an actual playlist item?

I'm happy to help troubleshoot and resolve this as it is still my (and I'm sure many other people's) top number one plugin/channel. TIA!

@supwner
Copy link

supwner commented Feb 7, 2019

@AlexNk
Copy link

AlexNk commented Feb 7, 2019

@CollinChaffin It loads as a web page, while as far as I understand the code, plugin expects to retrieve a JSON content.

Also, method Feed in init.py doesn't log the exception which, if logged, is either "HTTP Error 403: Forbidden" or "('can not decode value', u'..."

The error depends on user agent. With default (Video.USER_AGENT) is is 403, with custom (Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0) it's "can not decode value".

@alveox
Copy link

alveox commented Feb 7, 2019

Hi all, just want to inform i got those error to. Subscription is shown at home, but if i press "My Subscriptions" it says "No entries found"

@ccomly
Copy link

ccomly commented Feb 7, 2019

same issue

@SteveWilliams58
Copy link

Thought I would chime in too I have having the same issue as all the others

@amanalar
Copy link

amanalar commented Feb 8, 2019

yup same here

@ErebusAres
Copy link

same issue

@supwner
Copy link

supwner commented Feb 21, 2019

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

8 participants