Open Abdulsamipy opened 4 years ago
Thats because the website used to check if Instagram is up, is not responding.
Change your config to run the session with want_check_browser=False
so it wont check the status.
session = InstaPy(username=yourUsername,
password=yourPassword,
headless_browser=False,
want_check_browser=False)
Just add the line in the end.
Super nice, helped me too as on 14th April 2020. Thanks you guys :+1:
Thats because the website used to check if Instagram is up, is not responding. Change your config to run the session with
want_check_browser=False
so it wont check the status.session = InstaPy(username=yourUsername, password=yourPassword, headless_browser=False, want_check_browser=False)
Just add the line in the end.
When can a site not respond?
Still works as on 28 July 2022.
Thats because the website used to check if Instagram is up, is not responding. Change your config to run the session with
want_check_browser=False
so it wont check the status.session = InstaPy(username=yourUsername, password=yourPassword, headless_browser=False, want_check_browser=False)
Just add the line in the end.
Still works as on 28 July 2022
still works in 30 august2022
Still Works 🔥!!!
Still works !!
Still works!!! LOL
Where should i put this
session = InstaPy(username=yourUsername password=yourPassword, headless_browser=False, want_check_browser=False
Where should i put this
After your password, inside the Instapy(), line 3
still works !!! 25 juillet 2023
still works! but modified
"login_elem_no_such_exception_2": "//div[text()='Log In']", to "login_elem_no_such_exception_2": "//div[text()='Log in']",
hi im using massive_follow_then_unfollow_works-non-stop.py and the bot was running fine up till yesterday night and it's giving error since today morning
Internet Connection Status: error Unable to login to Instagram! You will find more information in the logs above.
does anyone know how to fix it