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
Version OR Commit hash:
Name: spotdl
Version: 3.1.4
Summary: Downloads Spotify music from Youtube with metadata and album art
Home-page: https://github.com/ritiek/spotify-downloader
Author: Mikhail Zex (Not really my name)
Author-email: unrealengin71+PyPi@gmail.com
License: MIT
Location: /home/lvlzyro/.local/lib/python3.8/site-packages
Requires: spotipy, requests, rapidfuzz, a-pytube-fork-for-spotdl-users, mutagen, tqdm
Expected Behaviour
I tried to download a playlist by spotdl https://open.spotify.com/playlist/7kJjjpWpFoiEsUk8Sxk4hh\?si\=RpfPJL3mSiSTD3dN7WeOew
Actual Behaviour
It gave this exception:
Fetching Playlist...
Traceback (most recent call last):
File "/home/lvlzyro/.local/bin/spotdl", line 8, in <module>
sys.exit(console_entry_point())
File "/home/lvlzyro/.local/lib/python3.8/site-packages/spotdl/__main__.py", line 114, in console_entry_point
songObjList = get_playlist_tracks(request)
File "/home/lvlzyro/.local/lib/python3.8/site-packages/spotdl/search/utils.py", line 82, in get_playlist_tracks
song = SongObj.from_url(
File "/home/lvlzyro/.local/lib/python3.8/site-packages/spotdl/search/songObj.py", line 66, in from_url
youtubeLink = SongObj.searchProvider(
File "/home/lvlzyro/.local/lib/python3.8/site-packages/spotdl/search/provider.py", line 478, in search_and_get_best_match
results = search_and_order_ytm_results(
File "/home/lvlzyro/.local/lib/python3.8/site-packages/spotdl/search/provider.py", line 366, in search_and_order_ytm_results
results = __query_and_simplify(songSearchStr)
File "/home/lvlzyro/.local/lib/python3.8/site-packages/spotdl/search/provider.py", line 176, in __query_and_simplify
linkBlock = contents['musicResponsiveListItemRenderer'] \
KeyError: 'playNavigationEndpoint'
The text was updated successfully, but these errors were encountered:
Environment
System OS: Linux
Python Version: 3.8.6
Install Source: pip
Version OR Commit hash:
Name: spotdl
Version: 3.1.4
Summary: Downloads Spotify music from Youtube with metadata and album art
Home-page: https://github.com/ritiek/spotify-downloader
Author: Mikhail Zex (Not really my name)
Author-email: unrealengin71+PyPi@gmail.com
License: MIT
Location: /home/lvlzyro/.local/lib/python3.8/site-packages
Requires: spotipy, requests, rapidfuzz, a-pytube-fork-for-spotdl-users, mutagen, tqdm
Expected Behaviour
I tried to download a playlist by
spotdl https://open.spotify.com/playlist/7kJjjpWpFoiEsUk8Sxk4hh\?si\=RpfPJL3mSiSTD3dN7WeOew
Actual Behaviour
It gave this exception:
The text was updated successfully, but these errors were encountered: