You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied content from your dockerfile and copied the selenium config code from the repo. While testing on Lambda I am getting this error: [Errno 8] Exec format error: '/opt/chromedriver'""
Edit: Full Error Log:
{
"errorMessage": "[Errno 8] Exec format error: '/opt/chromedriver'",
"errorType": "OSError",
"requestId": "38abf731-f707-48d5-8608-b56fb81a71dd",
"stackTrace": [
" File \"/var/task/main.py\", line 24, in handler\n chrome = webdriver.Chrome(options=options, service=service)\n",
" File \"/var/lang/lib/python3.12/site-packages/selenium/webdriver/chrome/webdriver.py\", line 45, in __init__\n super().__init__(\n",
" File \"/var/lang/lib/python3.12/site-packages/selenium/webdriver/chromium/webdriver.py\", line 55, in __init__\n self.service.start()\n",
" File \"/var/lang/lib/python3.12/site-packages/selenium/webdriver/common/service.py\", line 101, in start\n self._start_process(self._path)\n",
" File \"/var/lang/lib/python3.12/site-packages/selenium/webdriver/common/service.py\", line 211, in _start_process\n self.process = subprocess.Popen(\n",
" File \"/var/lang/lib/python3.12/subprocess.py\", line 1026, in __init__\n self._execute_child(args, executable, preexec_fn, close_fds,\n",
" File \"/var/lang/lib/python3.12/subprocess.py\", line 1955, in _execute_child\n raise child_exception_type(errno_num, err_msg, err_filename)\n"
]
}
I copied content from your dockerfile and copied the selenium config code from the repo. While testing on Lambda I am getting this error: [Errno 8] Exec format error: '/opt/chromedriver'""
Edit: Full Error Log:
requirements.txt
DockerFile
Eloquii.py
What am I doing wrong ?? How do I successfully use selenium in Lambda?
The text was updated successfully, but these errors were encountered: