swaaz / InstaBot

Instagram bot built using Python and Selenium
37 stars 13 forks source link

After Login Nothing Happens #30

Closed MusheAbdulHakim closed 3 years ago

MusheAbdulHakim commented 3 years ago

Traceback (most recent call last): File "program.py", line 239, in main() File "program.py", line 218, in main bot = Instabot(username,password) File "program.py", line 35, in init self._make_driver_wait("//button[contains(text(), 'Not Now')]") File "program.py", line 209, in _make_driver_wait wait.until(EC.element_to_be_clickable((By.XPATH, element_to_locate))) File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", line 86, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message:

Mesalcode commented 3 years ago

Might be a captcha

swaaz commented 3 years ago

@MusheAbdulHakim @Mesalcode I fixed all the bugs. The issue was due to chnage in UI of Insagram webiste.