[GH-ISSUE #102] [Bug Report] Nested Quotes in fetch_search_display() f-String #88

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

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

Originally assigned to: @Googolplexed0 on GitHub.

Zotify Version
v0.10.20

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 4, in <module>
    from zotify.api import Query, LikedSong, UserPlaylist, FollowedArtist, SavedAlbum, VerifyLibrary, fetch_search_display
  File "/home/opc/.local/share/pipx/venvs/zotify/lib64/python3.11/site-packages/zotify/api.py", line 48
    f'{'\n'.join(allowed_types)}')
         ^
SyntaxError: unexpected character after line continuation character

Bug Triggering Command
zotify

Originally created by @damanjit-singh on GitHub (Oct 18, 2025). Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/102 Originally assigned to: @Googolplexed0 on GitHub. **Zotify Version** v0.10.20 **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 4, in <module> from zotify.api import Query, LikedSong, UserPlaylist, FollowedArtist, SavedAlbum, VerifyLibrary, fetch_search_display File "/home/opc/.local/share/pipx/venvs/zotify/lib64/python3.11/site-packages/zotify/api.py", line 48 f'{'\n'.join(allowed_types)}') ^ SyntaxError: unexpected character after line continuation character ``` **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 19, 2025):

Thanks for another quick catch.

<!-- gh-comment-id:3419497110 --> @Googolplexed0 commented on GitHub (Oct 19, 2025): Thanks for another quick 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#88
No description provided.