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.76k stars 2.16k forks source link

Osintgram log in issue #119

Closed isuckatdeveloping closed 3 years ago

isuckatdeveloping commented 3 years ago

whenever i type "python3 main.py (actual username)" i immediately get this, does anyone know how to fix it?

Traceback (most recent call last): File "/home/ichiro/Osintgram/main.py", line 107, in api = Osintgram(args.id, args.file, args.json) File "/home/ichiro/Osintgram/src/Osintgram.py", line 35, in init self.login(u, p) File "/home/ichiro/Osintgram/src/Osintgram.py", line 1036, in login cached_settings = json.load(file_data, object_hook=self.from_json) File "/usr/lib/python3.9/json/init.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.9/json/init.py", line 359, in loads return cls(**kw).decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

chloehartman commented 3 years ago

I am having similar issues as such:

`Traceback (most recent call last): File "main.py", line 4, in from src.Osintgram import Osintgram File "/Osintgram/src/Osintgram.py", line 10, in from geopy.geocoders import Nominatim ModuleNotFoundError: No module named 'geopy'

isuckatdeveloping commented 3 years ago

I am having similar issues as such:

`Traceback (most recent call last):

File "main.py", line 4, in

from src.Osintgram import Osintgram

File "/Osintgram/src/Osintgram.py", line 10, in

from geopy.geocoders import Nominatim

ModuleNotFoundError: No module named 'geopy'

I've fixed that "no module named geopy" issue by typing "pip install geopy"

chloehartman commented 3 years ago

Hmm, I will reinstall. Thanks!

Datalux commented 3 years ago

Did you created the settings.json file with "{}"?

isuckatdeveloping commented 3 years ago

Did you created the settings.json file with "{}"?

Thank you!! I dont think i have, thank you very much!!!