th3unkn0n / osi.ig

Information Gathering Instagram.
1.29k stars 216 forks source link

html not json returns from query #32

Closed x011 closed 3 years ago

x011 commented 3 years ago

python3 main.py -u cristiano

returns error when trying to load the json (js = json.loads(resp_js) because the query isn't returning json but rather an html page. It seems I'm being asked to login:

...
<title>Login • Instagram</title>
...
thexen0s commented 3 years ago

@x011 it happened when i was making request with proxy, are you doing something similar ?

x011 commented 3 years ago

@thexen0s No proxy, but I use wireguard on this system.