rupert / pandora-to-google-music

Sync Pandora likes to Google Music playlists
35 stars 8 forks source link

Login Arguments #2

Closed jalbertcory closed 8 years ago

jalbertcory commented 8 years ago

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)

rupert commented 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.

Talyrius commented 8 years ago

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.

rupert commented 8 years ago

Fixed by #3, try the latest version.