[GH-ISSUE #8] Traceback error #190

Closed
opened 2026-03-01 16:03:36 +03:00 by kerem · 0 comments
Owner

Originally created by @TheseViolentEnds on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/8

Hi, I receive the following error when trying to download anything using zotify (both original and your fork). I have a burner premium account and it worked the last time I used it a few months ago.

Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Program Files\Python312\Scripts\zotify.exe_main
.py", line 7, in
File "C:\Program Files\Python312\Lib\site-packages\zotify_main
.py", line 71, in main
args.func(args)
File "C:\Program Files\Python312\Lib\site-packages\zotify\app.py", line 21, in client
Zotify(args)
File "C:\Program Files\Python312\Lib\site-packages\zotify\zotify.py", line 19, in init
Zotify.CONFIG.load(args)
File "C:\Program Files\Python312\Lib\site-packages\zotify\config.py", line 157, in load
jsonvalues = json.load(config_file)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\json_init_.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
^^^^^^^^^^^^^^^^^^^^^^
json.decoder.JSONDecodeError: Invalid \escape: line 5 column 24 (char 152)

After this point it reverts to my input. Are there any fixes for this or is it borked because of the recent changes Spotify made? Any help would be appreciated.

Originally created by @TheseViolentEnds on GitHub (Apr 1, 2025). Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/8 Hi, I receive the following error when trying to download anything using zotify (both original and your fork). I have a burner premium account and it worked the last time I used it a few months ago. Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Program Files\Python312\Scripts\zotify.exe\__main__.py", line 7, in <module> File "C:\Program Files\Python312\Lib\site-packages\zotify\__main__.py", line 71, in main args.func(args) File "C:\Program Files\Python312\Lib\site-packages\zotify\app.py", line 21, in client Zotify(args) File "C:\Program Files\Python312\Lib\site-packages\zotify\zotify.py", line 19, in __init__ Zotify.CONFIG.load(args) File "C:\Program Files\Python312\Lib\site-packages\zotify\config.py", line 157, in load jsonvalues = json.load(config_file) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python312\Lib\json\__init__.py", line 293, in load return loads(fp.read(), ^^^^^^^^^^^^^^^^ File "C:\Program Files\Python312\Lib\json\__init__.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python312\Lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python312\Lib\json\decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) ^^^^^^^^^^^^^^^^^^^^^^ json.decoder.JSONDecodeError: Invalid \escape: line 5 column 24 (char 152) After this point it reverts to my input. Are there any fixes for this or is it borked because of the recent changes Spotify made? Any help would be appreciated.
kerem closed this issue 2026-03-01 16:03:36 +03:00
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#190
No description provided.