mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.04k stars 794 forks source link

Fixing selenium.common.exceptions.TimeoutException: Message: #936

Closed Basit-qc closed 4 years ago

Basit-qc commented 4 years ago

Waiting for QR fails with

Traceback (most recent call last):
File "log_all.py", line 72, in
driver.wait_for_login()
File "/home/admin/.local/lib/python3.8/site-packages/webwhatsapi/init.py", line 250, in wait_for_login
WebDriverWait(self.driver, timeout).until(
File "/home/admin/.local/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

Fix taken from: https://github.com/open-wa/wa-automate-python