-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Zotify Version
v0.9.27
Bug Description
cannot download song again ,i update to the new version,still not work
Traceback (most recent call last):
File "C:\Users\zbf\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\zbf\pipx\venvs\zotify\Lib\site-packages\zotify\config.py", line 628, in get_content_stream
raise e
File "C:\Users\zbf\pipx\venvs\zotify\Lib\site-packages\zotify\config.py", line 620, in get_content_stream
return cls.SESSION.content_feeder().load(content_id, VorbisOnlyAudioQuality(quality), False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\zbf\pipx\venvs\zotify\Lib\site-packages\librespot\audio_init_.py", line 741, in load
return self.load_track(playable_id, audio_quality_picker, preload,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\zbf\pipx\venvs\zotify\Lib\site-packages\librespot\audio_init_.py", line 793, in load_track
raise RuntimeError("Cannot get alternative track")
RuntimeError: Cannot get alternative track