mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 14:25:50 +03:00
[GH-ISSUE #8] Traceback error #183
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#183
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 @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.