InstaPy / instapy-quickstart

💨 Simply get InstaPy up and running in minutes.
GNU General Public License v3.0
766 stars 792 forks source link

Internet Connection Status: error #118

Open Abdulsamipy opened 4 years ago

Abdulsamipy commented 4 years ago

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

chrimohr commented 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.

avimehenwal commented 4 years ago

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

alex-wahl commented 2 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.

When can a site not respond?

denstream-io commented 2 years ago

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

DieselYT commented 2 years ago

still works in 30 august2022

Wanddoze commented 2 years ago

Still Works 🔥!!!

arielcarmen commented 2 years ago

Still works !!

JuhunC commented 2 years ago

Still works!!! LOL

flexxxbog commented 2 years ago

Capture Where should i put this

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

DanielBustillos commented 1 year ago

Where should i put this

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

IssamMerikhi commented 1 year ago

still works !!! 25 juillet 2023

soulduse commented 1 year ago

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