mirror of
https://github.com/akashrchandran/syrics.git
synced 2026-04-26 17:45:49 +03:00
[GH-ISSUE #39] not downloading playlists #23
Labels
No labels
bug
documentation
easy to add
enhancement
enhancement
good first issue
hacktoberfest
hacktoberfest
priority: medium
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/syrics#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@akashrchandran commented on GitHub (Jun 8, 2025):
Can you send the link of the playlist you tried. Thanks.
@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
@somewhat69 commented on GitHub (Jun 24, 2025):
any updates?