Mac OS Edge driver download fails with 404

See original GitHub issue

Description 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:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
bonigarciacommented, Jan 15, 2021

@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.

1reaction
agpdlcommented, Nov 25, 2020

@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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft Edge Error 404
I keep getting an Error 404 message when I open a link containing a word file on Microsoft Edge. - Opening all other...
Read more >
7 Ways to Fix HTTP Error 404 Not found [Browser Error]
If you encounter HTTP error 404 Not found on Windows 10, first check your URL and clear your cache, and then change hosts...
Read more >
WebDriverManager - 'The remote server returned an error
WebDriverManager - 'The remote server returned an error: (404) Not Found.' · 1. It appears that auto-update for Edge is broken. · Not...
Read more >
Edge Error Code DLG_FLAGS_INVALID_CA? Try These ...
Sometimes, when you visit your favorite website, you are greeted with various error messages, such as “404 Not Found”, “Microsoft Edge crashed,” “This...
Read more >
404 Error in Edge with accessing MS Office Doc in Bb Learn ...
Open Edge settings. Select Downloads. Set Open Office files in the Browser to Off by clicking the toggle switch. Option 2: Right click...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found