parag2131 commented on issue #37127:
URL: https://github.com/apache/superset/issues/37127#issuecomment-3749253426
[ec2-user@ip-172-31-18-197 superset_test]$ docker logs --tail 100
superset_worker_test
driver = self.auth(user)
File "/app/superset/utils/webdriver.py", line 387, in auth
driver = self.create()
File "/app/superset/utils/webdriver.py", line 384, in create
return driver_class(**kwargs)
File
"/app/.venv/lib/python3.10/site-packages/selenium/webdriver/firefox/webdriver.py",
line 71, in __init__
super().__init__(command_executor=executor, options=options)
File
"/app/.venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py",
line 260, in __init__
self.start_session(capabilities)
File
"/app/.venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py",
line 357, in start_session
response = self.execute(Command.NEW_SESSION, caps)["value"]
File
"/app/.venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py",
line 448, in execute
self.error_handler.check_response(response)
File
"/app/.venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py",
line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Process unexpectedly
closed with status 255
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/app/superset/tasks/scheduler.py", line 125, in execute
).run()
File "/app/superset/utils/decorators.py", line 267, in wrapped
return on_error(ex)
File "/app/superset/utils/decorators.py", line 232, in on_error
raise ex
File "/app/superset/utils/decorators.py", line 260, in wrapped
result = func(*args, **kwargs)
File "/app/superset/commands/report/execute.py", line 956, in run
).run()
File "/app/superset/utils/decorators.py", line 256, in wrapped
return func(*args, **kwargs)
File "/app/superset/commands/report/execute.py", line 917, in run
).next()
File "/app/superset/commands/report/execute.py", line 746, in next
self.send()
File "/app/superset/commands/report/execute.py", line 644, in send
notification_content = self._get_notification_content()
File "/app/superset/commands/report/execute.py", line 525, in
_get_notification_content
screenshot_data = self._get_screenshots()
File "/app/superset/commands/report/execute.py", line 381, in
_get_screenshots
raise ReportScheduleScreenshotFailedError(
superset.commands.report.exceptions.ReportScheduleScreenshotFailedError:
Failed taking a screenshot Message: Process unexpectedly closed with status 255
[2026-01-14 11:35:00,228: INFO/ForkPoolWorker-2] Task
reports.execute[2317819b-78e3-43ee-a4e9-7d3679a20f8b] succeeded in
0.16237294699749327s: None
[2026-01-14 11:36:00,052: INFO/MainProcess] Task
reports.scheduler[37810e97-7b7d-4d00-987b-df166cfd7f06] received
[2026-01-14 11:36:00,057: INFO/ForkPoolWorker-1] Task
reports.scheduler[37810e97-7b7d-4d00-987b-df166cfd7f06] succeeded in
0.004241322003508685s: None
[2026-01-14 11:37:00,051: INFO/MainProcess] Task
reports.scheduler[51fff496-ea87-4a64-8151-cfb0a5eb7295] received
----
#docker-compose.yml
superset_worker_beat_test:
image: apache/odos:test
container_name: superset_worker_beat_test
user: root
depends_on:
- redis_test
- db_test
volumes:
- superset_test_home:/app/superset_home
- ./superset_config_test.py:/app/pythonpath/superset_config.py
environment:
SUPERSET_SECRET_KEY: "change_this_to_a_secure_key_test"
SUPERSET_SQLALCHEMY_DATABASE_URI:
postgresql+psycopg2://superset_test:superset_test_pwd@db_test:5432/superset_test
command: ["/app/docker/docker-bootstrap.sh", "beat"]
restart: unless-stopped
--
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]