Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplejson.errors.JSONDecodeError #81

Closed
as3ct opened this issue Dec 30, 2020 · 5 comments
Closed

simplejson.errors.JSONDecodeError #81

as3ct opened this issue Dec 30, 2020 · 5 comments

Comments

@as3ct
Copy link

as3ct commented Dec 30, 2020

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
Copy link

secjo commented Jan 4, 2021

same issue here...

@CorentinSotoca
Copy link

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

@Datalux
Copy link
Owner

Datalux commented Jan 4, 2021

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
Copy link

kevint57 commented Feb 8, 2021

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?

This was referenced Mar 15, 2021
@Datalux
Copy link
Owner

Datalux commented Mar 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants