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

Error after init config input #6

Open
ruisilva450 opened this issue Jun 21, 2016 · 2 comments
Open

Error after init config input #6

ruisilva450 opened this issue Jun 21, 2016 · 2 comments

Comments

@ruisilva450
Copy link

ruisilva450 commented Jun 21, 2016

I'm encountering the following error:

Initializing Chrome WebDriver...
Traceback (most recent call last):
  File "/usr/local/bin/facebook-online-friend-tracker", line 9, in <module>
    load_entry_point('facebook-online-friend-tracker==2.0.0', 'console_scripts', 'facebook-online-friend-tracker')()
  File "/usr/local/lib/python2.7/dist-packages/src/main.py", line 68, in main
    driver = webdriver.Chrome()
  File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 61, in __init__
    self.service.start()
  File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 62, in start
    stdout=self.log_file, stderr=self.log_file)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
    raise child_exception
OSError: [Errno 8] Exec format error
Exception AttributeError: "'Service' object has no attribute 'process'" in <bound method Service.__del__ of <selenium.webdriver.chrome.service.Service object at 0xe6fa50>> ignored

Any hint about what is causing this?

@bhamodi
Copy link
Owner

bhamodi commented Aug 30, 2016

Hi @ruisilva450, are you still able to repro this error?

@jasonsheil
Copy link

jasonsheil commented Oct 29, 2016

Having the same issue

Initializing Chrome WebDriver...
Traceback (most recent call last):
  File "/home/jasonshe/.local/bin/facebook-online-friend-tracker", line 8, in <module>
    load_entry_point('facebook-online-friend-tracker==2.0.0', 'console_scripts', 'facebook-online-friend-tracker')()
  File "/home/jasonshe/.local/lib/python2.7/site-packages/src/main.py", line 68, in main
    driver = webdriver.Chrome()
  File "/home/jasonshe/.local/lib/python2.7/site-packages/selenium/webdriver/chrome/webdriver.py", line 62, in __init__
    self.service.start()
  File "/home/jasonshe/.local/lib/python2.7/site-packages/selenium/webdriver/common/service.py", line 71, in start
    os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

Exception AttributeError: "'Service' object has no attribute 'process'" in <bound method Service.__del__ of <selenium.webdriver.chrome.service.Service object at 0x7f547e7635d0>> ignored

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

3 participants