mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #77] [Bug Report] Query extChildren() Returning List of Lists #65
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#65
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 @DamianRyse on GitHub (Sep 14, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/77
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
v0.10.12
Bug Description
Zotify crashes when an album has completely downloaded with the following error message:
@Googolplexed0 commented on GitHub (Sep 16, 2025):
Secondary error fixed with
2c2bb8dd0b.The primary error occured because your Query's
self.extChildren()returned a list of lists instead of a list of Content/Containers... this shouldn't happen and I can't seem to recreate it. Are you downloading multiple things? What command are you running?Please try updating to v0.10.13, running with
--debug, and attaching the resulting DEBUG.log file here.@Googolplexed0 commented on GitHub (Oct 1, 2025):
Primary error should be fixed with
75260bba36