Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login Time Out #64

Open
hasansaifee opened this issue Mar 4, 2021 · 0 comments
Open

Login Time Out #64

hasansaifee opened this issue Mar 4, 2021 · 0 comments

Comments

@hasansaifee
Copy link

When I run the command, I'm getting this timeout error when trying to login. Is it a selenium issue?

2021-03-04 02:58:22,107 [PID 10332] [Thread 4762574336] [INFO] [root] Failed to login due to timeout. Retrying...
2021-03-04 02:58:27,128 [PID 10332] [Thread 4762574336] [ERROR] [root] Error dialog did not load, proceed. Error: Message:
Traceback (most recent call last):
File "main.py", line 247, in retry_login
wait_until_visible(driver=driver, xpath=xpath, duration=5)
File "main.py", line 589, in wait_until_visible
WebDriverWait(driver, duration, frequency).until(EC.visibility_of_element_located((By.XPATH, xpath)))
File "/python3.8/site-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant