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

Chromedriver unexpectedly exited #33

Closed
tpetry opened this issue Oct 5, 2020 · 10 comments
Closed

Chromedriver unexpectedly exited #33

tpetry opened this issue Oct 5, 2020 · 10 comments

Comments

@tpetry
Copy link
Contributor

tpetry commented Oct 5, 2020

  • Python: 3.6
  • Chrome Driver: 86.0.4240.22
[tobias@localhost GHunt]$ python3.6 check_and_gen.py
__Secure-3PSID => .....
APISID => ....
SAPISID => ....
HSID => ....

[+] The cookies seems valid ! Generating the Google Docs and Hangouts token...

Google Docs Token => ....
Traceback (most recent call last):
  File "check_and_gen.py", line 77, in <module>
    driver = webdriver.Chrome(executable_path=driverpath, seleniumwire_options=options, options=chrome_options)
  File "/usr/local/lib/python3.6/site-packages/seleniumwire/webdriver/browser.py", line 86, in __init__
    super().__init__(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__
    self.service.start()
  File "/usr/local/lib/python3.6/site-packages/selenium/webdriver/common/service.py", line 98, in start
    self.assert_process_still_running()
  File "/usr/local/lib/python3.6/site-packages/selenium/webdriver/common/service.py", line 111, in assert_process_still_running
    % (self.path, return_code)
selenium.common.exceptions.WebDriverException: Message: Service ./chromedriver unexpectedly exited. Status code was: 127
@mxrch
Copy link
Owner

mxrch commented Oct 5, 2020

Hello @tpetry , crashes can happens, but this type of crash usually do not reappear when you retry. Is this crash permanent ?

@mxrch
Copy link
Owner

mxrch commented Oct 5, 2020

@Bapt5 you are having a utf-8 error, no ? Can you create a new issue for that ?

@Bapt5
Copy link

Bapt5 commented Oct 5, 2020

@mxrch Oh yes excuse me But I thought that it's the same because @QuentinReyn has mentioned this issue in my issue.

@mxrch
Copy link
Owner

mxrch commented Oct 5, 2020

@Bapt5 no problem, I don't know why he did that..

@tpetry
Copy link
Contributor Author

tpetry commented Oct 7, 2020

The problem is still persisting

@x0pa
Copy link

x0pa commented Oct 7, 2020

same issue here too

@mxrch
Copy link
Owner

mxrch commented Oct 7, 2020

@mxrch
Copy link
Owner

mxrch commented Oct 7, 2020

Also, on what operating system are you ?

@tpetry
Copy link
Contributor Author

tpetry commented Oct 8, 2020

The automatic chrome driver installation you added solved the problem

@tpetry tpetry closed this as completed Oct 8, 2020
@barbel-thierry
Copy link

I just ran into the same issue, so if it can help someone:
you can actually drop the chromedriver at the root of GHunt (download it here)

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

5 participants