mirkomarchiori commented on issue #25237: URL: https://github.com/apache/superset/issues/25237#issuecomment-3355672287
> [@rusackas](https://github.com/rusackas) This is definitely still happening for version 5.0.0rc2 with Playwright > > ``` > Call log: > - waiting for locator(".standalone") to be visible > [2025-05-15 09:06:50,579: ERROR/ForkPoolWorker-8] Timed out waiting for chart containers to draw at url http://my-superset:8088/superset/dashboard/227/?standalone=3 > Traceback (most recent call last): > File "/app/superset/utils/webdriver.py", line 194, in get_screenshot > slice_container_locator.first.wait_for() > File "/app/.venv/lib/python3.11/site-packages/playwright/sync_api/_generated.py", line 17920, in wait_for > self._sync(self._impl_obj.wait_for(timeout=timeout, state=state)) > File "/app/.venv/lib/python3.11/site-packages/playwright/_impl/_sync_base.py", line 115, in _sync > return task.result() > ^^^^^^^^^^^^^ > File "/app/.venv/lib/python3.11/site-packages/playwright/_impl/_locator.py", line 685, in wait_for > await self._frame.wait_for_selector( > File "/app/.venv/lib/python3.11/site-packages/playwright/_impl/_frame.py", line 323, in wait_for_selector > await self._channel.send("waitForSelector", locals_to_params(locals())) > File "/app/.venv/lib/python3.11/site-packages/playwright/_impl/_connection.py", line 61, in send > return await self._connection.wrap_api_call( > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/app/.venv/lib/python3.11/site-packages/playwright/_impl/_connection.py", line 528, in wrap_api_call > raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None > playwright._impl._errors.TimeoutError: Locator.wait_for: Timeout 30000ms exceeded. > ``` Where you able to fix this? I am getting the same error on superset helm chart 0.14.3 (custom superset 4.1.2 image with playwright enabled) while trying to generate a report for a dahsboard with multiple charts where most of them display nothing because of an "Unexpected error" (unable to get data from the table) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
