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

Problems when i run check_and_gen.py #24

Closed
zeckroot opened this issue Oct 4, 2020 · 1 comment
Closed

Problems when i run check_and_gen.py #24

zeckroot opened this issue Oct 4, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists third party bug Issues not directly related to the project.

Comments

@zeckroot
Copy link

zeckroot commented Oct 4, 2020

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/dist-packages/seleniumwire/webdriver/browser.py", line 86, in init
super().init(*args, **kwargs)
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 95, in init
RemoteWebDriver.init(
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 152, in init
self.start_session(capabilities, browser_profile)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-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 4, 2020

Hello, it's a known Chromedriver bug, but it's a duplicate, see this => #2.
Since this isn't directly related to GHunt I'm closing this issue, but feel free to reopening it if this solution hasn't worked and you found another one !

@mxrch mxrch closed this as completed Oct 4, 2020
@mxrch mxrch added duplicate This issue or pull request already exists third party bug Issues not directly related to the project. labels Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists third party bug Issues not directly related to the project.
Projects
None yet
Development

No branches or pull requests

2 participants