Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution Failure "python3 main.py" #8

Open
Shashankreddysunkara opened this issue Nov 27, 2021 · 0 comments
Open

Execution Failure "python3 main.py" #8

Shashankreddysunkara opened this issue Nov 27, 2021 · 0 comments

Comments

@Shashankreddysunkara
Copy link

When executed "python3 main.py", getting following exception

Traceback (most recent call last):
File "main.py", line 181, in
bot = EasyApplyLinkedin(data)
File "main.py", line 24, in init
browser = webdriver.Chrome(service=s)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/chrome/webdriver.py", line 70, in init
super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog",
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/chromium/webdriver.py", line 90, in init
self.service.start()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 98, in start
self.assert_process_still_running()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 110, in assert_process_still_running
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: Service ./chromedriver_linux unexpectedly exited. Status code was: 127

@Shashankreddysunkara Shashankreddysunkara changed the title python3 main.py Execution Failure "python3 main.py" Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant