EchterAlsFake / Osintgram2

A tool to get OSINT information from an Instagram Account
GNU General Public License v3.0
24 stars 0 forks source link

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

Closed lCyPh3r closed 1 year ago

lCyPh3r commented 1 year ago

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'

EchterAlsFake commented 1 year ago

Fixed with commit 51808d7

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

lCyPh3r commented 1 year ago

tysm