Mac OS Edge driver download fails with 404
See original GitHub issueDescription of the problem: Webdriver manager tries to download the wrong version for Edge that mismatches the current installed version and for different OS. Currently the last Edge 86 versions ends to 61, Driver Manager is trying to download 61 one, but I currently have 56
Browser version: Version 86.0.622.56 (Official build) (64-bit)
Operating system: Mac OS Catalina 10.15.4
WebDriverManager version: 4.2.2
WebDriverManager use:
case "edge":
WebDriverManager.edgedriver().setup();
driverPool.set(new EdgeDriver());
break;
WebDriverManager traces: [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using msedgedriver 86.0.622.61 (resolved driver for Edge 86) [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Reading https://msedgedriver.azureedge.net/?restype=container&comp=list to seek msedgedriver [main] INFO io.github.bonigarcia.wdm.online.Downloader - Downloading https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip [main] ERROR io.github.bonigarcia.wdm.online.HttpClient - Error HTTP 404 executing https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip [main] INFO io.github.bonigarcia.wdm.cache.ResolutionCache - Clearing WebDriverManager resolution cache [main] WARN io.github.bonigarcia.wdm.WebDriverManager - There was an error managing msedgedriver 86.0.622.61 (Error HTTP 404 executing https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip) … trying again avoiding reading release from repository [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using msedgedriver 86.0.622.61 (resolved driver for Edge 86) [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Reading https://msedgedriver.azureedge.net/?restype=container&comp=list to seek msedgedriver [main] INFO io.github.bonigarcia.wdm.online.Downloader - Downloading https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip [main] ERROR io.github.bonigarcia.wdm.online.HttpClient - Error HTTP 404 executing https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip [main] WARN io.github.bonigarcia.wdm.WebDriverManager - There was an error managing msedgedriver 86.0.622.61 (Error HTTP 404 executing https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip) … trying again using latest driver stored in cache [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using msedgedriver 86.0.622.61 (resolved driver for Edge 86) [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Reading https://msedgedriver.azureedge.net/?restype=container&comp=list to seek msedgedriver [main] INFO io.github.bonigarcia.wdm.online.Downloader - Downloading https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip [main] ERROR io.github.bonigarcia.wdm.online.HttpClient - Error HTTP 404 executing https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip [main] ERROR io.github.bonigarcia.wdm.WebDriverManager - There was an error managing msedgedriver 86.0.622.61 (Error HTTP 404 executing https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip) io.github.bonigarcia.wdm.config.WebDriverManagerException: Error HTTP 404 executing https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/86.0.622.61/edgedriver_mac64.zip
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Related StackOverflow Question
@jamespizzurro I think that problem is different to the originally reported in this issue. Feel free to open a new one (please try to follow the issue template). I will look into it.
@bonigarcia this issue is still happening, the webdriver manager isn’t downloading the libc++.dylib file, it can be fixed manually downloading the driver and doing a copy / paste of the file but it would be helpful if the file is downloaded automatically.
I’m using the latest version of the manager at the moment. 4.2.2
Regards