Selenium timed out requesting url #31468
Replies: 1 comment
-
There are similar unsolved discussions regarding Selenium timeouts in the Superset repository:
To address the
These adjustments should help mitigate the timeout issues you're experiencing. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Selenium timed out waiting for chart containers to draw at url https://dev-superset.birlapivot.com/superset/dashboard/101/?standalone=3
Traceback (most recent call last):
File "/app/superset/utils/webdriver.py", line 376, in get_screenshot
WebDriverWait(driver, self._screenshot_locate_wait).until(
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
[2024-12-16 08:29:27,807: ERROR/ForkPoolWorker-2] Selenium timed out requesting url https://dev-superset.birlapivot.com/superset/slice/234/?standalone=true
Traceback (most recent call last):
File "/app/superset/utils/webdriver.py", line 366, in get_screenshot
element = WebDriverWait(driver, self._screenshot_locate_wait).until(
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
I am having these configuration:-
EMAIL_PAGE_RENDER_WAIT = 60
Beta Was this translation helpful? Give feedback.
All reactions