question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Message: unknown error: Chrome failed to start: crashed

See original GitHub issue

Hi mate, some reason It wont run - _ I have tried multiple things but still no joy. Any ideas?

`┌─[✗]─[root@reb00t]─[~/git/google_explorer] └──╼ #python3 google_explorer.py --dork=“site:*.com inurl:index.php?option=” --browser=“chrome” --exploit_parser=“joomla_15_12_2015_rce” --revshell=“195.154.105.247” --port=4444 --google_domain=“google.com” --location=“França” --last_update=“no último mês” Traceback (most recent call last): File “google_explorer.py”, line 350, in <module> main() File “google_explorer.py”, line 346, in main myScan = GoogleScanner(dork, browser, filters) File “google_explorer.py”, line 97, in init self.driver = self.validate_browser() File “google_explorer.py”, line 121, in validate_browser driver = webdriver.Chrome(chrome_options=opts) File “/usr/local/lib/python3.5/dist-packages/selenium/webdriver/chrome/webdriver.py”, line 69, in init desired_capabilities=desired_capabilities) File “/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py”, line 90, in init self.start_session(desired_capabilities, browser_profile) File “/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py”, line 177, in start_session response = self.execute(Command.NEW_SESSION, capabilities) File “/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py”, line 236, in execute self.error_handler.check_response(response) File “/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/errorhandler.py”, line 192, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed (Driver info: chromedriver=2.21.371461 (633e689b520b25f3e264a2ede6b74ccc23cb636a),platform=Linux 4.6.0-parrot-amd64 x86_64)

`

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
spythedudecommented, Sep 12, 2016

Ahh wait - I think i fixed it 😃

Can not be run as root because chrome/chromium wont run as root by default.

As a regular user the app seems to work okay -

image

0reactions
aliaseelcommented, Dec 4, 2016

Traceback (most recent call last): File “google_explorer.py”, line 318, in <module> main() File “google_explorer.py”, line 313, in main myScan = GoogleScanner(dork, browser, filters) File “google_explorer.py”, line 82, in init self.driver = self.validate_browser() File “google_explorer.py”, line 106, in validate_browser driver = webdriver.Chrome(chrome_options=opts) File “/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py”, line 69, in init desired_capabilities=desired_capabilities) File “/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py”, line 90, in init self.start_session(desired_capabilities, browser_profile) File “/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py”, line 177, in start_session response = self.execute(Command.NEW_SESSION, capabilities) File “/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py”, line 236, in execute self.error_handler.check_response(response) File “/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py”, line 192, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed (Driver info: chromedriver=2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b),platform=Linux 4.8.0-kali1-amd64 x86_64)

Read more comments on GitHub >

github_iconTop Results From Across the Web

unknown error: Chrome failed to start: crashed - Stack Overflow
I was able to resolve this issue on Windows 10 by using the Administrator CMD to run my scripts.
Read more >
[ Bug]: selenium.common.exceptions.WebDriverException ...
[ Bug]: selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed. #10673.
Read more >
unknown error: Chrome failed to start: exited abnormally
"Chrome failed to start: exited abnormally" means that ChromeDriver started Chrome as a subprocess, but then Chrome crashed. It could help you to...
Read more >
WebDriverException:Chrome failed to start: crashed as google ...
PYTHON : Selenium: WebDriverException: Chrome failed to start : crashed as google- chrome is no longer running so ChromeDriver is assuming that ...
Read more >
unknown error: Chrome failed to start: crashed - Intellipaat
I'm trying to test my application on Chrome with ChromeWebDriver but every time I try I get ... f.getAbsolutePath()); return new ChromeDriver();
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found