mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #24] __init__.py syntax error #19
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#19
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 @galenhammond on GitHub (Jun 14, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/24
Originally assigned to: @Googolplexed0 on GitHub.
Just a heads up, in the breaking change from
2d97b8b78dcreates an f-string with throws a syntax error and breaks the install. I forked/fixed this locally for my testing, but wanted to bring it up here as well.@Googolplexed0 commented on GitHub (Jun 15, 2025):
@galenhammond I just force-reinstalled to check this, as the f-string should not be touched until the OAuth class is initialized during runtime in
zotify.py, I am not seeing a syntax error on installation or when running. Could you provide more details on the error when running off the main branch?@galenhammond commented on GitHub (Jun 15, 2025):
I don't have the error in front of me unfortunately, but it occurred during the following command
pipx install git+https://github.com/Googolplexed0/zotify.gitwith the stack trace referring to that specific line. It may have been an issue with my python version potentially as I realized pyenv was still using 3.9 instead of 3.10, but iirc it was still present after setting the correct version
@Googolplexed0 commented on GitHub (Jun 15, 2025):
No rush, just send me the stack trace when you have it. Unfortunately, I cannot debug something like this unless I can replicate it.
@xhabih commented on GitHub (Jun 17, 2025):
Debian 12 / Python 3.11.2
I get this:
@Googolplexed0 commented on GitHub (Jun 17, 2025):
Should be fixed with
2406249, give it another shot.@xhabih commented on GitHub (Jun 17, 2025):
Installed, thank you.