You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ripping playlist URIs doesn't seem to work for me:
Exception in thread SpotifyRipperThread:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/spotify_ripper-2.9.1-py2.7.egg/spotify_ripper/ripper.py", line 232, in run
tracks = list(get_tracks_from_uri(uri))
File "/usr/local/lib/python2.7/dist-packages/spotify_ripper-2.9.1-py2.7.egg/spotify_ripper/ripper.py", line 225, in get_tracks_from_uri
return self.load_link(uri)
File "/usr/local/lib/python2.7/dist-packages/spotify_ripper-2.9.1-py2.7.egg/spotify_ripper/ripper.py", line 428, in load_link
link = self.session.get_link(uri)
File "/usr/lib/python2.7/dist-packages/spotify/session.py", line 376, in get_link
return spotify.Link(self, uri=uri)
File "/usr/lib/python2.7/dist-packages/spotify/link.py", line 73, in __init__
'Failed to get link from Spotify URI: %r' % uri)
ValueError: Failed to get link from Spotify URI: 'https://open.spotify.com/playlist/...
The text was updated successfully, but these errors were encountered:
I have already implemented a function to convert the URL to the uri, but I may have missed the fact that for playlists there is a "user" part.
Thanks for raising. For now please use the uri
It's a bit odd. In 2018 spotify changed the uris to the shorter uris not including the username. But pyspotify still seems to work with the old links. That's a problem.
Only supports the case to move completely from pyspotify to spotipy.
Ripping playlist URIs doesn't seem to work for me:
The text was updated successfully, but these errors were encountered: