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

chrome crashed error __init__ #2

Closed
GosulaShivaKumar opened this issue Oct 2, 2020 · 2 comments
Closed

chrome crashed error __init__ #2

GosulaShivaKumar opened this issue Oct 2, 2020 · 2 comments
Labels
third party bug Issues not directly related to the project.

Comments

@GosulaShivaKumar
Copy link

GosulaShivaKumar commented Oct 2, 2020

I used sandboxed version of chrome & no sandbox version also.
when i tried this on Kali Linux 2020.3 i found the error mentioned below
The cookies seems valid ! Generating the Google Docs and Hangouts token...

Google Docs Token => some-token-was-here:some-random-number
Traceback (most recent call last):
File "check_and_gen.py", line 74, in
driver = webdriver.Chrome(executable_path=driverpath, seleniumwire_options=options, options=chrome_options)
File "/usr/local/lib/python3.8/site-packages/seleniumwire/webdriver/browser.py", line 86, in init
super().init(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

@mxrch
Copy link
Owner

mxrch commented Oct 2, 2020

Hello, I think this isn't related to GHunt directly but with Chromedriver.
Try to download the same version of chromedriver than the Google Chrome installed version.

@GosulaShivaKumar
Copy link
Author

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third party bug Issues not directly related to the project.
Projects
None yet
Development

No branches or pull requests

2 participants