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

Facing issue with webdriver manager #2

Open
Rooniefantastic opened this issue Oct 3, 2021 · 0 comments
Open

Facing issue with webdriver manager #2

Rooniefantastic opened this issue Oct 3, 2021 · 0 comments

Comments

@Rooniefantastic
Copy link

Rooniefantastic commented Oct 3, 2021

E:\Instagram-Automation-master\Instagram-Automation-master>python main.py

====== WebDriver manager ======
usage: reg.py [-h] [-debug] [-hashes LMHASH:NTHASH] [-no-pass] [-k]
[-aesKey hex key] [-dc-ip ip address] [-target-ip ip address]
[-port [destination port]]
target {query} ...
reg.py: error: argument action: invalid choice: 'HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon' (choose from 'query')
Current google-chrome version is 0.9.23
Get LATEST driver version for 0.9.23
Traceback (most recent call last):
File "E:\Instagram-Automation-master\Instagram-Automation-master\main.py", line 314, in
bot = Instagram()
File "E:\Instagram-Automation-master\Instagram-Automation-master\main.py", line 35, in init
ChromeDriverManager().install(), options=self.options)
File "C:\Python39\lib\site-packages\webdriver_manager\chrome.py", line 34, in install
driver_path = self._get_driver_path(self.driver)
File "C:\Python39\lib\site-packages\webdriver_manager\manager.py", line 23, in _get_driver_path
driver_version = driver.get_version()
File "C:\Python39\lib\site-packages\webdriver_manager\driver.py", line 43, in get_version
return self.get_latest_release_version()
File "C:\Python39\lib\site-packages\webdriver_manager\driver.py", line 67, in get_latest_release_version
validate_response(resp)
File "C:\Python39\lib\site-packages\webdriver_manager\utils.py", line 79, in validate_response
raise ValueError("There is no such driver by url {}".format(resp.url))
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_0.9.23

and do tell how to run it

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

1 participant