-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Comments
same issue here... |
We're three. I guess one of the extensions had an update that doesn't work properly with the way Osintgram is coded. |
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? |
Hi guys! Sorry for late but... I fixed this bug in the new release! 😄 |
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)
The text was updated successfully, but these errors were encountered: