You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had problem with run of this script. After pip install gmusicapi is installed gmusicapi version 2.0 and then I always get error:
gmusicapi.Mobileclient1 (shared:269) [ERROR]: the response format for Search was not recognized.
After this I uninstalled gmusicapi from PIP pip uninstall gmusicapi, download fresh gmusicapi from https://github.com/simon-weber/Unofficial-Google-Music-API, unpack folder gmusicapi to /lib/python-2.7/site-packages/gmusicapi and everything works well.
This solution could be useful for someone other 😃
The text was updated successfully, but these errors were encountered:
I had problem with run of this script. After pip install gmusicapi is installed gmusicapi version 2.0 and then I always get error:
After this I uninstalled gmusicapi from PIP pip uninstall gmusicapi, download fresh gmusicapi from https://github.com/simon-weber/Unofficial-Google-Music-API, unpack folder gmusicapi to /lib/python-2.7/site-packages/gmusicapi and everything works well.
This solution could be useful for someone other 😃
The text was updated successfully, but these errors were encountered: