EchterAlsFake / Osintgram2

A tool to get OSINT information from an Instagram Account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileNotFoundError: [Errno 2] No such file or directory: 'src/session.json'

lCyPh3r opened this issue · comments

commented

Error after login:

Traceback (most recent call last):
File "C:\Users\bobme\Desktop\Tools\Osintgram2\Osintgram.py", line 509, in
Osintgram_like_datalux()
File "C:\Users\bobme\Desktop\Tools\Osintgram2\Osintgram.py", line 82, in init
self.login()
File "C:\Users\bobme\Desktop\Tools\Osintgram2\Osintgram.py", line 175, in login
with open("src/session.json", "w") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'src/session.json'

Fixed with commit 51808d7

It was just a simple logical flaw. Thank you for reporting, have a nice day :)

commented

tysm