GHunt icon indicating copy to clipboard operation
GHunt copied to clipboard

Cookies valid but there is an error

Open ntai1 opened this issue 4 years ago • 2 comments

[+] The cookies seems valid ! Traceback (most recent call last): File "/home/tometjazz/GHunt/check_and_gen.py", line 196, in driver = webdriver.Chrome( File "/home/tometjazz/.local/lib/python3.9/site-packages/seleniumwire/webdriver/browser.py", line 96, in init super().init(*args, **kwargs) File "/home/tometjazz/.local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init RemoteWebDriver.init( File "/home/tometjazz/.local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init self.start_session(capabilities, browser_profile) File "/home/tometjazz/.local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "/home/tometjazz/.local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute self.error_handler.check_response(response) File "/home/tometjazz/.local/lib/python3.9/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 90 Current browser version is 89.0.4389.82 with binary path /usr/bin/chromium

ntai1 avatar Mar 24 '21 14:03 ntai1

Download the latest GHunt-master folder and try again.

DelegateZero avatar Mar 24 '21 18:03 DelegateZero

The ChromeDriver version needs to match exactly your Chrome browser version. As stated at the end of the error message you have ChromeDriver version 90 installed, but your Chrome browser version is 89.0.4389.82. You have to install ChromeDriver version 89 first.

StigP1337 avatar Apr 06 '21 08:04 StigP1337