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

Cannot Connect to Chrome Driver #13

Open
loopyogden opened this issue Oct 26, 2013 · 2 comments
Open

Cannot Connect to Chrome Driver #13

loopyogden opened this issue Oct 26, 2013 · 2 comments

Comments

@loopyogden
Copy link

I am running Kali 64bit in a VM. When I try to execute: python fbstalker1.py xxx

I get the following error....

Traceback (most recent call last):
File "fbstalker1.py", line 59, in
driver = webdriver.Chrome(chrome_options=chromeOptions)

File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 59, in init self.service.start()

File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/service.py", line 74, in start

raise WebDriverException("Can not connect to the ChromeDriver")
selenium.common.exceptions.WebDriverException: Message: 'Can not connect to the ChromeDriver'

Since I am running 64 bit I installed the 64 bit Chrome browser and the 64 bit ChromeDriver. Your instructions only mention the 32 bit ChromeDriver. Any suggestions?

@loopyogden
Copy link
Author

I was not able to download Chrome from:

wget http://95.31.35.30/chrome/pool/main/g/google-chrome-stable/google-chrome-stable_27.0.1453.93-r200836_amd64.deb

Link appears to be dead. Just realized I am using a newer version of Chrome and wanted to make you aware in case this would cause issues with ChromeDriver.

@rsuciu-gsg
Copy link

One of my colleagues is getting this error as well. Unfortunately, I cannot reproduce it, so it's quite hard to try and debug.
He's using:
Chrome browser v55, 64bit
chromedriver 2.27
selenium 3.0.2

Any idea what might be the issue?

Thanks,
Ramona

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

2 participants