iXce / gmusicimport

Simple playlist importer for Google Play Music
14 stars 9 forks source link

AttributeError: 'Mobileclient' object has no attribute 'search_all_access' #12

Open mzramna opened 6 years ago

mzramna commented 6 years ago

it gives this issue when i run Traceback (most recent call last): File "/home/USER/desktop/gmusicimport.py", line 52, in results = client.search_all_access(query) AttributeError: 'Mobileclient' object has no attribute 'search_all_access'

btw it have a ")" more in the line 38 that was easily fixed but an issue is a issue

clidx commented 6 years ago

Can confirm both bugs. I checked the gmusicapi docs and there is no search_all_access. Maybe it changed, but it's just "search".

But once I change that, I get another error

Logging in as "x" to Google Play Music Password: Importing Jams Traceback (most recent call last): File "gmusicimport.py", line 64, in <module> if hit["score"] > 50: KeyError: 'score'