mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #110] [Bug Report] Change in Metadata : Cause "Cannot get alternative track" #95
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#95
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 @Scrameupeutchi on GitHub (Nov 6, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/110
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
v0.9.21
Bug Description
While we were used to encounter this bug due to various circumstances in the past, here it comes again since a few hours, preventing the use of the library. I suspect the fix should come from kokarare's librespot-python, and is already reported there : https://github.com/kokarare1212/librespot-python/issues/321 . We might be able to adapt the workaround librespot-org folks already have found : https://github.com/librespot-org/librespot/pull/1622 .
From what I could understand from the way the track's URL is retrieved, the Metadata should contain a "file" field to get the information from. However, the result I'm getting in debug does not seems to include that parameter anymore :
@Googolplexed0 commented on GitHub (Nov 11, 2025):
Fixed on efficient-api branch, thanks for the detailed bug report and cause identification!
@on3iro commented on GitHub (Nov 11, 2025):
Thanks a ton. Do you have an ETA when this will be released, or should we meanwhile simply checkout the mentioned branch?