[GH-ISSUE #37] NameError: name 'Spocleattify' is not defined #21

Closed
opened 2026-02-27 19:05:26 +03:00 by kerem · 2 comments
Owner

Originally created by @aiaou on GitHub (Apr 27, 2025).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/37

After learning that you updated the syrics, I downloaded the latest version, but I encountered the following error message when downloading the lyrics. I tried several devices and the issue persisted. I'm not sure if I did something wrong or if it's a problem with the program, so I'm reporting it to you here.

Traceback (most recent call last):
  File "c:\users\Administrator\appdata\local\programs\python\python313\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\Administrator\appdata\local\programs\python\python313\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\Administrator\AppData\Local\Programs\Python\Python313\Scripts\syrics.exe\__main__.py", line 7, in <module>
  File "c:\users\Administrator\appdata\local\programs\python\python313\lib\site-packages\syrics\core.py", line 160, in main
    initial_checks()
  File "c:\users\Administrator\appdata\local\programs\python\python313\lib\site-packages\syrics\core.py", line 151, in initial_checks
    client = Spocleattify(config['sp_dc'])
NameError: name 'Spocleattify' is not defined
Originally created by @aiaou on GitHub (Apr 27, 2025). Original GitHub issue: https://github.com/akashrchandran/syrics/issues/37 After learning that you updated the syrics, I downloaded the latest version, but I encountered the following error message when downloading the lyrics. I tried several devices and the issue persisted. I'm not sure if I did something wrong or if it's a problem with the program, so I'm reporting it to you here. ``` Traceback (most recent call last): File "c:\users\Administrator\appdata\local\programs\python\python313\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\Administrator\appdata\local\programs\python\python313\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\Administrator\AppData\Local\Programs\Python\Python313\Scripts\syrics.exe\__main__.py", line 7, in <module> File "c:\users\Administrator\appdata\local\programs\python\python313\lib\site-packages\syrics\core.py", line 160, in main initial_checks() File "c:\users\Administrator\appdata\local\programs\python\python313\lib\site-packages\syrics\core.py", line 151, in initial_checks client = Spocleattify(config['sp_dc']) NameError: name 'Spocleattify' is not defined ```
kerem closed this issue 2026-02-27 19:05:26 +03:00
Author
Owner

@mknj commented on GitHub (Apr 30, 2025):

Workaround: change Spocleattify to Spotify in core.py

<!-- gh-comment-id:2841895529 --> @mknj commented on GitHub (Apr 30, 2025): Workaround: change Spocleattify to Spotify in core.py
Author
Owner

@aiaou commented on GitHub (May 2, 2025):

Workaround: change Spocleattify to Spotify in core.py

I tried, but it didn't work.

raise TOTPGenerationException("Error generating TOTP, retry!") from e
syrics.exceptions.TOTPGenerationException: Error generating TOTP, retry!
<!-- gh-comment-id:2846870490 --> @aiaou commented on GitHub (May 2, 2025): > Workaround: change Spocleattify to Spotify in core.py I tried, but it didn't work. ``` raise TOTPGenerationException("Error generating TOTP, retry!") from e syrics.exceptions.TOTPGenerationException: Error generating TOTP, retry! ```
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/syrics#21
No description provided.