mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #10] Multiple Bugs #7
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#7
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 @yodaluca23 on GitHub (Apr 5, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/10
Using this command:
Get this error:
Then it seems to just stop doing anything...
Also, according to the README the parent album downloading flag is
--download-parent-album True, but it's actually--download-parent-ablum Trueaccording to the dictionary the correct spelling is "album". (I always spell it wrong too lol).Thank you for your time and effort! Your fork is amazing!
@Googolplexed0 commented on GitHub (Apr 9, 2025):
Fixed the config typo with commit
b71196e.For the
PurePath.relative_to()error, thewalk_upparameter wasn't added topathlibuntil Python 3.12. I do all my dev work on 3.13, so I didn't realize this wasn't compatible with the current minimum required Python 3.10. Should be fixed with8d37f57.