mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #47] [Bug Report] zotify fails to download songs #40
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#40
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 @moniquet-dot-a on GitHub (Aug 11, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/47
Originally assigned to: @Googolplexed0 on GitHub.
Bug Description
Downloading any song fails
Bug Triggering Command
zotify https://open.spotify.com/track/1kGpEbH5WPyrDkojJyVSuW?si=ffe863ae3d1042a1 --debug
Error Traceback / Logs
config_DEBUG.json saved to C:\Users\Mizayoi\AppData\Roaming\Zotify
DEBUG
Duplicate Check
File Already Exists: False
song_id in Local Archive: False
song_id in Global Archive: False
ERROR: SKIPPING SONG - GENERAL DOWNLOAD ERROR
Track_Label: ZUN - U.N.オーエンは彼女なのか? - Track_ID: 1kGpEbH5WPyrDkojJyVSuW
########################################################################################################################
{}
########################################################################################################################
Traceback (most recent call last):
File "C:\Users\Mizayoi\pipx\venvs\zotify\Lib\site-packages\zotify\track.py", line 292, in download_track
stream = Zotify.get_content_stream(track, Zotify.DOWNLOAD_QUALITY)
File "C:\Users\Mizayoi\pipx\venvs\zotify\Lib\site-packages\zotify\config.py", line 599, in get_content_stream
return cls.SESSION.content_feeder().load(content_id, VorbisOnlyAudioQuality(quality), False, None)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Mizayoi\pipx\venvs\zotify\Lib\site-packages\librespot\audio_init_.py", line 739, in load
return self.load_track(playable_id, audio_quality_picker, preload,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
halt_listener)
^^^^^^^^^^^^^^
File "C:\Users\Mizayoi\pipx\venvs\zotify\Lib\site-packages\librespot\audio_init_.py", line 787, in load_track
original = self.__session.api().get_metadata_4_track(
track_id_or_track)
File "C:\Users\Mizayoi\pipx\venvs\zotify\Lib\site-packages\librespot\core.py", line 169, in get_metadata_4_track
ApiClient.StatusCodeException.check_status(response)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "C:\Users\Mizayoi\pipx\venvs\zotify\Lib\site-packages\librespot\core.py", line 326, in check_status
raise ApiClient.StatusCodeException(response)
librespot.core.ApiClient.StatusCodeException: 500
DEBUG
Total API Calls: 1
Config File
config.json
Zotify Version
v0.9.13
Additional Context
zotify fails to download any song
@Googolplexed0 commented on GitHub (Aug 12, 2025):
Duplicate of #44