instapy-quickstart icon indicating copy to clipboard operation
instapy-quickstart copied to clipboard

Internet Connection Status: error

Open Abdulsamipy opened this issue 5 years ago • 12 comments

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

Abdulsamipy avatar Dec 31 '19 14:12 Abdulsamipy

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.

chrimohr avatar Jan 02 '20 16:01 chrimohr

Super nice, helped me too as on 14th April 2020. Thanks you guys :+1:

avimehenwal avatar Apr 14 '20 18:04 avimehenwal

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?

alex-wahl avatar Jun 24 '22 16:06 alex-wahl

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

denstream-io avatar Jul 28 '22 16:07 denstream-io

still works in 30 august2022

DieselYT avatar Aug 20 '22 02:08 DieselYT

Still Works 🔥!!!

Wanddoze avatar Oct 09 '22 17:10 Wanddoze

Still works !!

arielcarmen avatar Oct 28 '22 16:10 arielcarmen

Still works!!! LOL

JuhunC avatar Nov 02 '22 14:11 JuhunC

Capture Where should i put this

session = InstaPy(username=yourUsername password=yourPassword, headless_browser=False, want_check_browser=False

flexxxbog avatar Nov 06 '22 22:11 flexxxbog

Where should i put this

After your password, inside the Instapy(), line 3

DanielBustillos avatar Dec 06 '22 15:12 DanielBustillos

still works !!! 25 juillet 2023

IssamMerikhi avatar Jul 25 '23 14:07 IssamMerikhi

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']",

soulduse avatar Sep 18 '23 15:09 soulduse