psongyoo opened a new issue, #33413: URL: https://github.com/apache/superset/issues/33413
### Bug description After I config to display thumbnail. I found error in container superset_worker like [2025-05-10 08:00:46,172: WARNING/ForkPoolWorker-2] Failed at generating thumbnail Message: Unable to obtain driver for firefox; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location 2025-05-10 15:00:46 Traceback (most recent call last): 2025-05-10 15:00:46 File "/app/.venv/lib/python3.11/site-packages/selenium/webdriver/common/driver_finder.py", line 67, in _binary_paths 2025-05-10 15:00:46 output = SeleniumManager().binary_paths(self._to_args()) 2025-05-10 15:00:46 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-05-10 15:00:46 File "/app/.venv/lib/python3.11/site-packages/selenium/webdriver/common/selenium_manager.py", line 55, in binary_paths 2025-05-10 15:00:46 return self._run(args) 2025-05-10 15:00:46 ^^^^^^^^^^^^^^^ 2025-05-10 15:00:46 File "/app/.venv/lib/python3.11/site-packages/selenium/webdriver/common/selenium_manager.py", line 129, in _run 2025-05-10 15:00:46 raise WebDriverException( 2025-05-10 15:00:46 selenium.common.exceptions.WebDriverException: Message: Unsuccessful command executed: /app/.venv/lib/python3.11/site-packages/selenium/webdriver/common/linux/selenium-manager --browser firefox --language-binding python --output json; code: 65 2025-05-10 15:00:46 {'code': 65, 'message': 'Unsuccessful response (404 Not Found) for URL https://ftp.mozilla.org/pub/firefox/releases/138.0.1/linux-x86_64/en-US/firefox-138.0.1.tar.bz2', 'driver_path': '', 'browser_path': ''} ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
