Closed jalbertcory closed 8 years ago
In newer versions of gmusicapi
there's an extra argument, android_id
, to the the login
method.
I don't use Pandora anymore (not available in Europe) but I'll see if I can fix it.
I don't use Pandora anymore (not available in Europe) but I'll see if I can fix it.
There are free VPNs available that impose speed and/or data limitations that should suffice for testing purposes.
I'm unfamiliar with Python and the API being used in this project. However, if there's anything I can do to assist, please let me know.
Fixed by #3, try the latest version.
This may be a version thing with a newer gmusicapi, but if you try to run this with the current version, you get this error. File "pandora_to_google_music.py", line 387, in
main()
File "pandora_to_google_music.py", line 383, in main
gmusic_password
File "pandora_to_google_music.py", line 328, in pandora_to_google_music
gmusic_client.login(gmusic_email, gmusic_password)
TypeError: login() takes exactly 4 arguments (3 given)