mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #129] [Bug Report] AttributeError: 'Track' object has no attribute 'tree' #112
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#112
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 @DerKO9 on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/129
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
v0.10.29 efficient-api
Bug Description
I am getting a
'Track' object has no attribute 'tree'error today when I didn't get this error yesterday. I am not sure what changed. This error happens on my Ubuntu machine but I also tried it on my Windows machine (with the same version) and I got the same error. I reverted the zotify installation to the old main branch (v0.9.31) and that version is still working for me.Bug Triggering Command
zotify https://open.spotify.com/track/0PsbWiVtix5FoTZ1s00mEl --debug
Error Traceback / Logs
DEBUG.log file:
Console Output:
Config File
Embeded
config.jsonfile here. Even better if its aconfig_DEBUG.json.Additional Context
All playlists and tracks are returning the same error
@Googolplexed0 commented on GitHub (Dec 12, 2025):
Should be fixed with
github.com/Googolplexed0/zotify@2fef6dc9f2.@DerKO9 commented on GitHub (Dec 15, 2025):
I have updated and it is working on both my machines now, thanks!