mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #284] Interact targets: json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes #696
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#696
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 @scheherazade1 on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/284
Hey Guys,
I used the scraping function for my main account. When I try to interact with the targets, I receive the error below. Unfortunately, I am a total newbie. I would appreciate if someone could help me. I also tried to find the fault in line 15 column 1. But I don't know to which file it is related. All I checked were fine. I also checked if the interaction_data.db is corrupt. After I figured out how to open the file, I couldn't find anything.
Thanks for your help!
Edit: I exclude that it is because of the database file, because if I delete the file or use a targets.txt, the same error message appears.
Edit2: If I switch to an older version (in my case Insomniac-3.4.2) it works fine. But obviously I can't use the new features then.
Traceback (most recent call last):
File "C:\Users\Documents\Insomniac-master\start.py", line 4, in
insomniac.run(activation_code)
File "C:\Users\Documents\Insomniac-master\insomniac_init_.py", line 30, in run
insomniac_session.run()
File "", line 170, in run
File "", line 58, in set_filters
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.752.0_x64__qbz5n2kfra8p0\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.752.0_x64__qbz5n2kfra8p0\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.752.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.752.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 15 column 1 (char 425)
@alexal1 commented on GitHub (Mar 20, 2021):
Hey @scheherazade1!
Looks like your filters.json (or your config file) is not properly formatted. You can attach them here if you want us to help you