RuntimeError: Cannot get alternative track #312
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?
I have this too using this repository, https://open.spotify.com/artist/6maAVJxVTGW1xA3LokpQm8?si=42aad2dd35494fff
Looks like the issue resides in the changes Spotify made. the librespot repo needs updated as shown here: https://github.com/librespot-org/librespot/pull/1622
I'm sorry, but I really don't know how to actually implement that fix into my pc, can you help me a little? I copied the lines of code that were in the fix into my librespot, but it still doesn't work, do I need to do something else?
It looks like the last Zotify release was 2 years ago. I am not sure how quickly we will get a fix for this.
Well it isn't up to the zotify dev, because in setup it references https://github.com/kokarare1212/librespot-python.git
so its whenever that gets updated to match the latest librespot release
Sort of, depending on how librespot is implemented. *Edit, I'm actually pretty positive this wont work, since Zotify is bult on librespot and does not simply use librespot as a dependency.
If it's completely on librespot side, then updating just this component after an official release should fix it.Edit looks like librespot has already had commits that are now working again as expected. I will test to see if updating librespot helps
It is up kept fairly frequently in a different repository I listed above.
same exact problem to me, there is a fix yet?
I would comment on an active repository. This one hasn't been updated in a long time. You can try this one: https://github.com/DraftKinner/zotify
The same issue happened to me, here is what I did to fix it. I am running zotify on a debian 12 lxc.
pipx runpip zotify uninstall librespot-spotizerrpipx runpip zotify install librespotI tried the above fix, but it turned out I already had librespot-spotizerr rather than librespot. So I uninstalled/reinstalled librespot, which got me from 0.0.9 to 0.0.10. All working now! (Thanks for the pointers!)