Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.52k stars 2.09k forks source link

simplejson.errors.JSONDecodeError #81

Closed as3ct closed 3 years ago

as3ct commented 3 years ago

Attempt to login...

Traceback (most recent call last): File "/home/kali/Osintgram/main.py", line 107, in api = Osintgram(args.id, args.file, args.json) File "/home/kali/Osintgram/src/Osintgram.py", line 36, in init self.setTarget(target) File "/home/kali/Osintgram/src/Osintgram.py", line 42, in setTarget user = self.get_user(target) File "/home/kali/Osintgram/src/Osintgram.py", line 955, in get_user data = content.json() File "/usr/lib/python3/dist-packages/requests/models.py", line 898, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3/dist-packages/simplejson/init.py", line 525, in loads return _default_decoder.decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

secjo commented 3 years ago

same issue here...

CorentinSotoca commented 3 years ago

We're three. I guess one of the extensions had an update that doesn't work properly with the way Osintgram is coded.

Datalux commented 3 years ago

Hi guys, I'm sorry for this error. Seems Instagram changed something in their APIs so the tool not work properly. In this period I don't have much time to work on the tool, I hope someone can contribute to the project to fix this...

kevint57 commented 3 years ago

Hi guys, I'm sorry for this error. Seems Instagram changed something in their APIs so the tool not work properly. In this period I don't have much time to work on the tool, I hope someone can contribute to the project to fix this...

Same issue... You think you can fix it in the next weeks?

Datalux commented 3 years ago

Hi guys! Sorry for late but... I fixed this bug in the new release! :smile:
Please test this new version!