[GH-ISSUE #284] Interact targets: json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes #696

Open
opened 2026-03-13 22:22:59 +03:00 by kerem · 1 comment
Owner

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)

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 <module> insomniac.run(activation_code) File "C:\Users\Documents\Insomniac-master\insomniac\__init__.py", line 30, in run insomniac_session.run() File "<string>", line 170, in run File "<string>", 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)
Author
Owner

@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

<!-- gh-comment-id:803322670 --> @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
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/Insomniac#696
No description provided.