mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #144] [Bug Report] Metadata KeyError (id) #129
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#129
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 @SkilletWarez on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/144
Originally assigned to: @Googolplexed0 on GitHub.
ERROR on playlist link (40 tracks on the trial Spotify public playlist) ❌
OKAY on tracks link. ✔️
OKAY on album link ✔️
OKAY on Private Created Playlist link ✔️ ( need to enable
OPTIMIZED_DOWNLOADING}OAUTH_PKCE_TOKEN ✔️
access_token ✔️
Zotify 0.11.15
efficient-api branch
@Googolplexed0 commented on GitHub (Jan 8, 2026):
I think this is because
"playlists"is plural. The function that parses URLs expects the object type as singular. Should be easy to patch once I have some time.@SkilletWarez commented on GitHub (Jan 8, 2026):
I found out that all Spotify owned playlist have this bug...
and trying out the spotify API
Spotify Web API endpoint integration - Algorithmic and Spotify-owned editorial playlists
@BarisKaragoz commented on GitHub (Jan 15, 2026):
I have problems with downloading spotify owned playlists only. Normal playlists works fine.
@Googolplexed0 commented on GitHub (Jan 20, 2026):
@SkilletWarez see if the new-hierarchy branch fixes this issue.
@SkilletWarez commented on GitHub (Jan 20, 2026):
No good on new-hierarchy branch
SPOTIFY PUBLIC PLAYLIST
PERSONAL PLAYLIST
I reverted back to efficient api branch
@Googolplexed0 commented on GitHub (Jan 20, 2026):
I forgot the letter "s" from the end of a variable name... you can tell this is still in beta. Try it now.
These must not be allowed to be accessed from a client's API. Nothing in the new-hierarchy branch can fix that, at least it no longer causes a hard crash.
@SkilletWarez commented on GitHub (Jan 20, 2026):
PERSONAL PLAYLIST
@Googolplexed0 commented on GitHub (Jan 21, 2026):
Should be fixed with
github.com/Googolplexed0/zotify@ee88dfca80