[GH-ISSUE #101] [Bug Report] Nested Quotes in --persist Client f-String #89

Closed
opened 2026-02-27 04:57:28 +03:00 by kerem · 1 comment
Owner

Originally created by @damanjit-singh on GitHub (Oct 16, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/101

Originally assigned to: @Googolplexed0 on GitHub.

Zotify Version
v0.10.17

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:

Traceback (most recent call last):
  File "/home/opc/.local/bin/zotify", line 3, in <module>
    from zotify.__main__ import main
  File "/home/opc/.local/share/pipx/venvs/zotify/lib64/python3.11/site-packages/zotify/__main__.py", line 11, in <module>
    from zotify.app import client
  File "/home/opc/.local/share/pipx/venvs/zotify/lib64/python3.11/site-packages/zotify/app.py", line 111
    mode_args = Printer.get_input(f"\nMODE ARGUMENTS ({mode.dest.upper().replace("_", " ")}): ")
                                                                                  ^
SyntaxError: f-string: unmatched '('

Bug Triggering Command
zotify

Originally created by @damanjit-singh on GitHub (Oct 16, 2025). Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/101 Originally assigned to: @Googolplexed0 on GitHub. **Zotify Version** v0.10.17 **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: ``` Traceback (most recent call last): File "/home/opc/.local/bin/zotify", line 3, in <module> from zotify.__main__ import main File "/home/opc/.local/share/pipx/venvs/zotify/lib64/python3.11/site-packages/zotify/__main__.py", line 11, in <module> from zotify.app import client File "/home/opc/.local/share/pipx/venvs/zotify/lib64/python3.11/site-packages/zotify/app.py", line 111 mode_args = Printer.get_input(f"\nMODE ARGUMENTS ({mode.dest.upper().replace("_", " ")}): ") ^ SyntaxError: f-string: unmatched '(' ``` **Bug Triggering Command** zotify
kerem 2026-02-27 04:57:28 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Googolplexed0 commented on GitHub (Oct 18, 2025):

Should be fixed in v0.10.20. Good catch.

<!-- gh-comment-id:3418353467 --> @Googolplexed0 commented on GitHub (Oct 18, 2025): Should be fixed in v0.10.20. Good catch.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zotify#89
No description provided.