You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
====== 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: