Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'split' #15

Closed
encryptednonrandom opened this issue Mar 19, 2017 · 3 comments
Closed
Labels

Comments

@encryptednonrandom
Copy link

$ irs -u "xxxxxxxxxxxxxx" -p "Rap Nation"
Playlist: "Rap Nation" by "xxxxxxxxxxxxx"
Traceback (most recent call last):
File "/usr/bin/irs", line 11, in
load_entry_point('irs==6.2.2', 'console_scripts', 'irs')()
File "/usr/lib/python2.7/site-packages/irs-6.2.2-py2.7.egg/irs/cli.py", line 57, in main
ripper.spotify_list("playlist", args.playlist, args.username)
File "/usr/lib/python2.7/site-packages/irs-6.2.2-py2.7.egg/irs/ripper.py", line 214, in spotify_list
album = self.spotify.album(track["album"]["uri"])
File "/usr/lib/python2.7/site-packages/spotipy/client.py", line 302, in album
trid = self._get_id('album', album_id)
File "/usr/lib/python2.7/site-packages/spotipy/client.py", line 846, in _get_id
fields = id.split(':')
AttributeError: 'NoneType' object has no attribute 'split'

@encryptednonrandom
Copy link
Author

@cooperhammond
Copy link
Owner

I can't seem to reproduce this error. Is everything the same in the playlist?

@cooperhammond
Copy link
Owner

I'm going to close this, if you still have this issue, just reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants