giggio / node-chromedriver

An installer and wrapper for Chromedriver.
Apache License 2.0
477 stars 182 forks source link

Wrong Chromedriver binary url download address #448

Closed AZANIR closed 9 months ago

AZANIR commented 9 months ago

ERROR webdriver: Failed downloading chromedriver v121.0.6167.184: Download failed: server returned code 404. URL: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.184/win64/chromedriver-win64.zip, retrying ...

CryZe commented 8 months ago

I'm still getting this:

npm ERR! Your Chrome version is 121.0.6
npm ERR! Finding Chromedriver version.
npm ERR! Chromedriver version is 121.0.6167.
npm ERR! Compatible ChromeDriver version is 121.0.6167.184
npm ERR! Saving to file: /tmp/121.0.6167.184/chromedriver/chromedriver-linux64.zip
npm ERR! Current existing ChromeDriver binary is unavailable, proceeding with download and extraction.
npm ERR! Downloading from file:  https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.184/linux64/chromedriver-linux64.zip
npm ERR! Error status code: 404
MrUnkei commented 8 months ago

Hi @giggio

I confirm I have the same issue. Based on chrome/chrome-driver mapping file: https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json The URL have change from https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROMEDRIVER_VERSION/ to https://storage.googleapis.com/chrome-for-testing-public/$CHROMEDRIVER_VERSION/

github-actions[bot] commented 8 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.