Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

Traceback (most recent call last):

Open zaksleto opened this issue 2 years ago • 1 comments

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

zaksleto avatar May 30 '22 19:05 zaksleto

@zaksleto

whats in your config files?

steam-roller avatar Aug 30 '22 12:08 steam-roller