Closed x011 closed 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:
js = json.loads(resp_js
json
html
... <title>Login • Instagram</title> ...
@x011 it happened when i was making request with proxy, are you doing something similar ?
@thexen0s No proxy, but I use wireguard on this system.
python3 main.py -u cristiano
returns error when trying to load the json (
js = json.loads(resp_js
) because the query isn't returningjson
but rather anhtml
page. It seems I'm being asked to login: