Unfortunately, when I run the python command, I get this output:
Connecting to Rdio...
Connecting to Play Music...
Finding playlists...
Retrying Rdio API call: getUserPlaylists
Retrying Rdio API call: getUserPlaylists
Retrying Rdio API call: getUserPlaylists
Retrying Rdio API call: getUserPlaylists
Retrying Rdio API call: getUserPlaylists
Traceback (most recent call last):
File "rdio-export.py", line 120, in
migrate_playlists(rdio_user)
File "rdio-export.py", line 81, in migrate_playlists
pls = rdio.call('getUserPlaylists', user=user_key, kind=kind, extras='tracks,ownerKey', start=start)
File "/Users/blawless5/Development/other-git/rdio-export/rdio.py", line 82, in call
raise Exception('Rdio API call "%s" failed' % method)
Exception: Rdio API call "getUserPlaylists" failed
Perhaps this is because I'm on OS X 10.10.4 and not Debian?
Any help would be very appreciated. Thank you very much.
Thank you very much for this awesome tool.
Unfortunately, when I run the python command, I get this output:
Connecting to Rdio... Connecting to Play Music... Finding playlists... Retrying Rdio API call: getUserPlaylists Retrying Rdio API call: getUserPlaylists Retrying Rdio API call: getUserPlaylists Retrying Rdio API call: getUserPlaylists Retrying Rdio API call: getUserPlaylists Traceback (most recent call last): File "rdio-export.py", line 120, in
migrate_playlists(rdio_user)
File "rdio-export.py", line 81, in migrate_playlists
pls = rdio.call('getUserPlaylists', user=user_key, kind=kind, extras='tracks,ownerKey', start=start)
File "/Users/blawless5/Development/other-git/rdio-export/rdio.py", line 82, in call
raise Exception('Rdio API call "%s" failed' % method)
Exception: Rdio API call "getUserPlaylists" failed
Perhaps this is because I'm on OS X 10.10.4 and not Debian?
Any help would be very appreciated. Thank you very much.