dosubot[bot] commented on issue #34849: URL: https://github.com/apache/superset/issues/34849#issuecomment-3222724839
<!-- Answer --> For Playwright screenshots to work in Superset v5 on ARM64, make sure you set the environment variable `SUPERSET_FEATURE_PLAYWRIGHT_REPORTS_AND_THUMBNAILS=true` (not just `PLAYWRIGHT_REPORTS_AND_THUMBNAILS`) and add `ENABLE_PLAYWRIGHT=true` in your `docker/.env` if you use Docker [source](https://github.com/apache/superset/discussions/32149#discussioncomment-13115961). Also, confirm your Docker image was built with `INCLUDE_CHROMIUM=true` so Chromium browser binaries are present—this is required for Playwright to function, and it's not included by default in v5 [source](https://github.com/apache/superset/pull/34258). After installing the Python Playwright package, run `playwright install chromium` inside your container if you didn't build with the flag. Finally, Pillow must be installed for Playwright tiled screenshots [source](https://github.com/apache/superset/pull/34561). If you still see errors, check your Superset logs for Playwright-specific messages or failures and share the exact error output—this will help pinpoint if it's a config, dependency, or runtime issue. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/bfee61fa-53cf-47a5-b339-2d50ea0cf96f?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/bfee61fa-53cf-47a5-b339-2d50ea0cf96f?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/bfee61fa-53cf-47a5-b339-2d50ea0cf96f?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/bfee61fa-53cf-47a5-b339-2d50ea0cf96f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/bfee61fa-53cf-47a5-b339-2d50ea0cf96f?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/bfee61fa-53cf-47a5-b339-2d50ea0cf96f?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/bfee61fa-53cf-47a5-b339-2d50ea0cf96f?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34849) -- 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]
