Skip to content

Segfault: AttributeError: 'NoneType' object has no attribute 'split' #30

@Huskion

Description

@Huskion

Hello, on the off chance that someone is still looking at this. I get this with every attempt to use spotify-ripper; the song downloads but corrupted, the file seems incomplete and there are no ID3 tags or album art. Any ideas?

Exception in thread SpotifyRipperThread:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/home/marty/.local/lib/python3.6/site-packages/spotify_ripper/ripper.py", line 366, in run
    self.post.remove_tracks_from_playlist()
  File "/home/marty/.local/lib/python3.6/site-packages/spotify_ripper/post_actions.py", line 287, in remove_tracks_from_playlist
    remove_all_from_playlist(ripper.session.user.canonical_name, ripper.playlist_uri)
  File "/home/marty/.local/lib/python3.6/site-packages/spotify_ripper/remove_all_from_playlist.py", line 19, in remove_all_from_playlist
    tracks = get_playlist_tracks(username, playlistURI)
  File "/home/marty/.local/lib/python3.6/site-packages/spotify_ripper/remove_all_from_playlist.py", line 31, in get_playlist_tracks
    p1, p2, p3, p4, rPlaylistID = playlistURI.split(':', 5)
AttributeError: 'NoneType' object has no attribute 'split'

Segmentation fault

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