InstaPy / instapy-quickstart

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

Getting timeout error #164

Closed HackersSpirit closed 4 years ago

HackersSpirit commented 4 years ago

I am trying to run the following example: basic_follow-unfollow_activity.py

When the code in trying to fetch the user data the code crashes with following error:

Traceback (most recent call last): File "followUnfollow.py", line 40, in session.follow_user_followers(['ternamemes'], File "\python\bot.venv\lib\site-packages\instapy\instapy.py", line 3454, in follow_user_followers person_list, simulated_list = get_given_user_followers( File "\python\bot.venv\lib\site-packages\instapy\unfollow_util.py", line 1013, in get_given_user_followers person_list, simulated_list = get_users_through_dialog_with_graphql( File "\python\bot.venv\lib\site-packages\instapy\unfollow_util.py", line 767, in get_users_through_dialog_with_graphql browser.get("view-source:{}".format(url)) File "\python\bot.venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 333, in get self.execute(Command.GET, {'url': url}) File "\python\bot.venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute self.error_handler.check_response(response) File "\python\bot.venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Timeout loading page after 300000ms

HackersSpirit commented 4 years ago

Can we delete the issue found similar issue thread: https://github.com/timgrossmann/InstaPy/issues/5404