mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-24 22:05:53 +03:00
[GH-ISSUE #57] [Bug Report] API Error 500 unknown #48
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#48
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 @FISSI0N on GitHub (Aug 19, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/57
Originally assigned to: @Googolplexed0 on GitHub.
using version 0.9.24 (but also previous versions) I can login and search but cannot download any song.
I only receive this error message:
and after I hit the retry limit it displays this
raceback (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\***\.local\bin\zotify.exe\__main__.py", line 6, in <module> File "C:\Users\***\pipx\venvs\zotify\Lib\site-packages\zotify\__main__.py", line 119, in main args.func(args) File "C:\Users\***\pipx\venvs\zotify\Lib\site-packages\zotify\app.py", line 322, in client search(Printer.get_input('Enter search: ')) File "C:\Users\***\pipx\venvs\zotify\Lib\site-packages\zotify\app.py", line 214, in search download_track('single', selection[ID], None, pbar_stack) File "C:\Users\***\pipx\venvs\zotify\Lib\site-packages\zotify\track.py", line 200, in download_track download_album(album_id, pbar_stack, M3U8_bypass=(mode, track_id)) File "C:\Users\***\pipx\venvs\zotify\Lib\site-packages\zotify\album.py", line 51, in download_album album_name, album_artists, tracks, total_discs, compilation = get_album_info(album_id) ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\***\pipx\venvs\zotify\Lib\site-packages\zotify\album.py", line 17, in get_album_info tracks = Zotify.invoke_url_nextable(f'{ALBUM_URL}/{album_id}/tracks', ITEMS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\***\pipx\venvs\zotify\Lib\site-packages\zotify\config.py", line 691, in invoke_url_nextable items: list = resp[response_key] ~~~~^^^^^^^^^^^^^^ KeyError: 'items'I used this cofig file:
@FISSI0N commented on GitHub (Aug 19, 2025):
apparently it works again without any further fix, might have been an issue on spotifys end