zotify-dev / zotify

A fast and customizable music and podcast downloader.
zlib License
1.15k stars 84 forks source link

liked songs download option error #132

Open KeshavGittiup opened 4 months ago

KeshavGittiup commented 4 months ago

PS C:\Users\DELL> zotify -l Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "c:\users\dell.local\bin\zotify.exe__main.py", line 7, in File "C:\Users\DELL\pipx\venvs\zotify\Lib\site-packages\zotify\main__.py", line 64, in main args.func(args) File "C:\Users\DELL\pipx\venvs\zotify\Lib\site-packages\zotify\app.py", line 56, in client for song in get_saved_tracks(): ^^^^^^^^^^^^^^^^^^ File "C:\Users\DELL\pipx\venvs\zotify\Lib\site-packages\zotify\track.py", line 32, in get_saved_tracks songs.extend(resp[ITEMS])


KeyError: 'items'
PS C:\Users\DELL>
kirkpsmith commented 2 months ago

I had an empty line at the end of my archive plaintext file which contains the songs already downloaded. Removing the line solved this for me.