mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #100] [Bug Report] Metadata verifying causes IndexError #85
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#85
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 @jrbq on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/100
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
v0.9.21
Bug Description
Trying to verify the metadata using
zotify -vcauses a bugBug Triggering Command
zotify -v
Error Traceback / Logs
Config File
Additional Context
The error disappears and the command works by adding
below
def conv_genre_format(genres: list[str]) -> list[str] | str:in utils.py of Zotify, didn't bother to investigate more of the code as the simple solution worked.@Googolplexed0 commented on GitHub (Oct 16, 2025):
Good catch. I fixed this in efficient-api and didn't backport it.