mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #105] [Bug Report] Nested Quotes SyntaxError f-string #93
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#93
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 @damanjit-singh on GitHub (Oct 27, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/105
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
v0.10.21
Bug Description
I am running efficient-api branch version and my Python version is 3.11.11 on Oracle Linux Server 9.4. Running zotify gives this:
Bug Triggering Command
zotify
Looks like the issue is at multiple places. I would request @Googolplexed0 to please keep this open for a while I keep reporting the issue till f-string errors are fixed at all the places.
@Googolplexed0 commented on GitHub (Oct 28, 2025):
Should be fixed with
github.com/Googolplexed0/zotify@62ba62954aUnfortunately, you are correct that there are multiple of these. Python improved f-string parsing around 3.12 so these errors aren't caught by my dev environment. Thank you for reporting them.
@damanjit-singh commented on GitHub (Oct 29, 2025):
Thank you for keep fixing these. I was worried that it will be too much of a hassle for you to fix them back to back. Will report more here in this issue.
Here is one more:
@Googolplexed0 commented on GitHub (Oct 30, 2025):
Also fixed with
github.com/Googolplexed0/zotify@9d8c40b9d8@damanjit-singh commented on GitHub (Nov 5, 2025):
Seems like all the errors are fixed. I can now run Zotify just fine. Closing this issue