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

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

Open
mzramna opened this issue Oct 7, 2017 · 1 comment

Comments

@mzramna
Copy link

mzramna commented Oct 7, 2017

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
Copy link

clidx commented Feb 25, 2018

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'

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

2 participants