How to Solve webdriver-manager Error

#When using webdriver manager to run crawlers frequently, the following errors are often reported

HTTPSConnectionPool(host=’chromedriver.storage.googleapis.com’, port=443): Max retries exceeded with url: /LATEST_ RELEASE_ 96.0.4664 (caused by newconnectionerror (‘& lt; urlib3. Connection. Httpsconnection object at 0x051bd478 & gt;: failed to establish a new connection: [winerror 10060] the connection attempt failed because the connector did not reply correctly after a period of time or the connected host did not respond.))

#Solution

Enter chrome.py

Then enter manager.py

Enter the above method and add the following two lines to get_latest_release_version()

Similar Posts: