Selenium timed out waiting for chart containers to draw #31464
-
2024-12-16 06:56:47,575: ERROR/ForkPoolWorker-3] Selenium timed out waiting for chart containers to draw at url https://xyz/superset/dashboard/b5381977-8f43-4a10-809d-0e25ee3c5427/?force=true&standalone=3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To address the Selenium
These adjustments should help resolve the 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.
@dosu
I already have
WEBDRIVER_TYPE= "chrome"
WEBDRIVER_OPTION_ARGS = [
"--force-device-scale-factor=2.0",
"--high-dpi-support=2.0",
"--headless",
"--disable-gpu",
"--disable-dev-shm-usage",
# This is required because our process runs as root (in order to install pip packages)
"--no-sandbox",
"--disable-setuid-sandbox",
"--disable-extensions",
]
WEBDRIVER_CONFIGURATION : {"service_log_path": "/dev/null" }