mopidy / mopidy-gmusic

DEPRECATED (Mopidy extension for playing music from Google Play Music)
https://mopidy.com
Apache License 2.0
214 stars 60 forks source link

Artist not found (every 'all-access' artists) #224

Closed susnux closed 3 years ago

susnux commented 5 years ago

There is a issue with the artists information with all-access music. It works correct for my music uploaded to gmusic, but not for all access music.

So you can search for artists, but you can not get any info. Error log I get: Failed to lookup u'gmusic:artist:Aqq7xecoatyvzlh7ikx6u7d6s44' (from _lookup_artist in library.py)

jodal commented 4 years ago

Is this still an issue on Mopidy-GMusic 4.0.0 which was just released to PyPI?

susnux commented 4 years ago

Yes same issue still persists, sometimes the same happens for albums: Failed to lookup 'gmusic:album:pjhvssusdn7m5qbyaeaknptmke'

Log looks like this:

DEBUG    2020-05-20 03:11:19,821 [18034:HttpServer] mopidy.http.handlers
  Received WebSocket message from 127.0.0.1: '{"method":"core.library.lookup","params":{"uris":["gmusic:album:073032dd0fe5ed7b9ec0b2badb19d80c"]},"jsonrpc":"2.0","id":55}'
DEBUG    2020-05-20 03:11:19,821 [18034:GMusicBackend-6] mopidy_gmusic.library
  Failed to lookup 'gmusic:album:073032dd0fe5ed7b9ec0b2badb19d80c'
DEBUG    2020-05-20 03:11:19,822 [18034:HttpServer] mopidy.http.handlers
  Sent WebSocket message to 127.0.0.1: '{"jsonrpc": "2.0", "id": 55, "result": {"gmusic:album:073032dd0fe5ed7b9ec0b2badb19d80c": []}}'
jodal commented 3 years ago

Closing because Google Play Music has been shut down, and this project is being discontinued.