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

Unfixable ? #887

Open SiddharthDubale opened 1 year ago

SiddharthDubale commented 1 year ago

Attempt to login... Traceback (most recent call last): File "/home/parallels/Osintgram/main.py", line 121, in api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/parallels/Osintgram/src/Osintgram.py", line 47, in init self.login(u, p) File "/home/parallels/Osintgram/src/Osintgram.py", line 1110, in login cached_settings = json.load(file_data, object_hook=self.from_json) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/json/init.py", line 293, in load return loads(fp.read(), ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/json/init.py", line 359, in loads return cls(**kw).decode(s) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/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)

DangerWolf473 commented 1 year ago

After 4 hours of my brain frying i got the result that it is useless. Guys this does not work on the targeted profile The username and password you saved in credentials.ini just type that username while running the program for example python3 main.py (the username you stored in credentials.ini) it run correctly