Skip to content

Hanging on Retrying Rdio API call: getUserPlaylists #5

@penciledin

Description

@penciledin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions