-
Notifications
You must be signed in to change notification settings - Fork 75
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
Cannot browse Youtube within Mopidy library #246
Comments
Also, the mopidy-youtube readme explains that |
I thought maybe the ytmusicapi version I used is too new since there was a breaking change in its version 0.23.0.
|
@mgoltzsche Just ran into this myself. It's because 3.7 was released in May but the fix was merged in July. Put this in your requriements.txt file instead, and make sure to uninstall the existing version, if any, first.
|
@mgoltzsche also |
@daredoes Thanks for pointing that out! Unfortunately, when using the latest commit on the develop branch and letting |
When I browse Youtube in the Mopidy library, the two available directories "My Youtube artists" and "My Youtube playlists" are empty and errors are logged.
Browsing "My Youtube artists" fails with the following errors being logged:
Browsing "My Youtube playlists" fails with the following error being logged:
I enabled
musicapi_enabled
, configured mychannel_id
and themusicapi_cookiefile
as well asyoutube_api_key
for which I also enabledapi_enabled
.I am using
I would expect to see artists and playlists and no errors being logged.
Am I using mopidy-youtube the wrong way? Does it work for you?
This is not really a blocker since the Mopidy search works with Youtube but it would be nice to have that fixed - ideally I'd want to browse tracks I liked on Youtube.
(As opposed to the other issue I just created, this is not a new problem that appeared after a recent Youtube change but always existed in my setup.)
The text was updated successfully, but these errors were encountered: