mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #317] json.decoder.JSONDecodeError: Expecting value: line 40 column 16 (char 1398) #269
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#269
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 @marco1m on GitHub (Apr 13, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/317
I just stopped working. Now it gives me the following error:
Using insomniac session-manager without extra-features
Traceback (most recent call last):
File "start.py", line 4, in
insomniac.run(activation_code)
File "/Users/Marco/Downloads/Insomniac-master/insomniac/init.py", line 30, in run
insomniac_session.run()
File "/Users/Marco/Downloads/Insomniac-master/insomniac/session.py", line 209, in run
args = self.parse_args()
File "/Users/Marco/Downloads/Insomniac-master/insomniac/session.py", line 135, in parse_args
ok, args = parse_arguments(self.get_session_args(), self.starter_conf_file_path)
File "/Users/Marco/Downloads/Insomniac-master/insomniac/params.py", line 46, in parse_arguments
refresh_args_by_conf_file(args)
File "/Users/Marco/Downloads/Insomniac-master/insomniac/params.py", line 72, in refresh_args_by_conf_file
params = json.load(json_file)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/json/init.py", line 296, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/json/init.py", line 348, in loads
return _default_decoder.decode(s)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 40 column 16 (char 1398)
@alexal1 commented on GitHub (Jun 21, 2021):
It means that your config file is incorrect