[GH-ISSUE #39] not downloading playlists #23

Open
opened 2026-02-27 19:05:27 +03:00 by kerem · 3 comments
Owner

Originally created by @somewhat69 on GitHub (Jun 3, 2025).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/39

while trying to download playlists , i get this :
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\idk\AppData\Local\Programs\Python\Python312\Scripts\syrics.exe_main
.py", line 7, in
File "C:\Users\idk\AppData\Local\Programs\Python\Python312\Lib\site-packages\syrics\core.py", line 173, in main
track_ids, folder= get_playlist_tracks(link)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\idk\AppData\Local\Programs\Python\Python312\Lib\site-packages\syrics\core.py", line 44, in get_playlist_tracks
return client.playlist_tracks(playlist_id, play_data['tracks']['total']), play_folder
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\idk\AppData\Local\Programs\Python\Python312\Lib\site-packages\syrics\api.py", line 98, in playlist_tracks
tracks += [track['track']['id'] for track in play['items']]
~~~~~~~~~~~~~~^^^^^^
TypeError: 'NoneType' object is not subscriptable

Originally created by @somewhat69 on GitHub (Jun 3, 2025). Original GitHub issue: https://github.com/akashrchandran/syrics/issues/39 while trying to download playlists , i get this : Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\idk\AppData\Local\Programs\Python\Python312\Scripts\syrics.exe\__main__.py", line 7, in <module> File "C:\Users\idk\AppData\Local\Programs\Python\Python312\Lib\site-packages\syrics\core.py", line 173, in main track_ids, folder= get_playlist_tracks(link) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\idk\AppData\Local\Programs\Python\Python312\Lib\site-packages\syrics\core.py", line 44, in get_playlist_tracks return client.playlist_tracks(playlist_id, play_data['tracks']['total']), play_folder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\idk\AppData\Local\Programs\Python\Python312\Lib\site-packages\syrics\api.py", line 98, in playlist_tracks tracks += [track['track']['id'] for track in play['items']] ~~~~~~~~~~~~~~^^^^^^ TypeError: 'NoneType' object is not subscriptable
Author
Owner

@akashrchandran commented on GitHub (Jun 8, 2025):

Can you send the link of the playlist you tried. Thanks.

<!-- gh-comment-id:2953505328 --> @akashrchandran commented on GitHub (Jun 8, 2025): Can you send the link of the playlist you tried. Thanks.
Author
Owner

@somewhat69 commented on GitHub (Jun 12, 2025):

oh its in my account i logged into syrics with
https://open.spotify.com/playlist/0NEFASIBYkY1ulf2l74Hbo?si=c0b8a34cc47f457b here is the link

<!-- gh-comment-id:2966291209 --> @somewhat69 commented on GitHub (Jun 12, 2025): oh its in my account i logged into syrics with https://open.spotify.com/playlist/0NEFASIBYkY1ulf2l74Hbo?si=c0b8a34cc47f457b here is the link
Author
Owner

@somewhat69 commented on GitHub (Jun 24, 2025):

any updates?

<!-- gh-comment-id:3001582263 --> @somewhat69 commented on GitHub (Jun 24, 2025): any updates?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/syrics#23
No description provided.