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 #79

Closed
sec0ps opened this issue Dec 28, 2020 · 0 comments
Closed

simplejson.errors.JSONDecodeError #79

sec0ps opened this issue Dec 28, 2020 · 0 comments

Comments

@sec0ps
Copy link

sec0ps commented Dec 28, 2020

$ python3 main.py sec0ps
________ .__ __
_____ \ || / | ________________ _____
/ | \ / / |/ \ _/ _ __ _ \ / \
/ | \
| | | \ | / /
/ > | // __ | Y Y
_ /
_ >|| /| __ /|| (____ /|_| /
/ / / /_____/ / /

Version 0.9 - Developed by Giuseppe Criscione - 2019

Type 'list' to show all allowed commands
Type 'FILE=y' to save results to files like '.txt (deafult is disabled)'
Type 'FILE=n' to disable saving to files'
Type 'JSON=y' to export results to a JSON files like '
.json (deafult is disabled)'
Type 'JSON=n' to disable exporting to files'

Attempt to login...
Traceback (most recent call last):
File "main.py", line 107, in
api = Osintgram(args.id, args.file, args.json)
File "/home/devvm/Osintgram/src/Osintgram.py", line 36, in init
self.setTarget(target)
File "/home/devvm/Osintgram/src/Osintgram.py", line 42, in setTarget
user = self.get_user(target)
File "/home/devvm/Osintgram/src/Osintgram.py", line 955, in get_user
data = content.json()
File "/home/devvm/.local/lib/python3.8/site-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 518, 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)

This was referenced Mar 15, 2021
@Datalux Datalux closed this as completed Mar 15, 2021
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

2 participants