John Elkins

Results 36 comments of John Elkins

Try installing decorator with pip https://pypi.python.org/pypi/decorator

hi hayman, from the logs it appears like you don't have an all access subscription, but that should be okay. i have a suspicion that it is grabbing the wrong...

double check that the gmusicapi dependencies are getting installed correctly. in particular check the protobuf dependency. try installing it via pip, some distros may have it available via their package...

Does ExamplePlaylist.csv import? Double check your csv file against the example playlist to see if it matches the format. The ExamplePlaylist.csv file has a lot of comments in it and...

I'm glad you figured it out. That was an error I hadn't seen before. From the trace it does seem like it was jumping between two different python installs. It...

Hi mgillespie, Unfortunately, I am unable to reproduce the issue. It may be a connection issue between you and the google servers. The stack trace you provided indicates it to...

Hi mg and small, My searching of gmusicapi's issues for this problem wasn't as thorough as I thought. https://github.com/simon-weber/Unofficial-Google-Music-API/issues/323 - Lists a workaround the for incomplete read issue. Can either...

Hi Mark, Updating the read me to include the prerequisite that an all access subscription is currently required is a good idea. Feel free to submit a patch to the...

I believe the 7b715be80e5756c2222cea19a128086ae20cee7c fixes the index out of bounds issues for non all access accounts. I did a simple test using an account that didn't have all access and...

I install gmusicapi by downloading the latest source and doing 'python setup.py install'.