We have a Python app that uses selenium, headless chrome on an AWS Lambda. It worked fine on Python 3.6 and 3.7. When we upgraded to 3.8 it no longer works and is giving us an error "/opt/chromedriver unexpectedly exited."
Has anyone been able to get a similar configuration running?
Selenium v 3.14 chromedriver 2.43 headless chrome 1.0.55.
Exact Error:
File "/opt/python/selenium/webdriver/chrome/webdriver.py", line 68, in __init__ self.service.start() File "/opt/python/selenium/webdriver/common/service.py", line 98, in start self.assert_process_still_running() File "/opt/python/selenium/webdriver/common/service.py", line 109, in assert_process_still_running raise WebDriverException(selenium.common.exceptions.WebDriverException: Message: Service /opt/chromedriver unexpectedly exited. Status code was: 127