Skip to content

Conversation

@christian-bromann
Copy link
Contributor

fixes #500

@christian-bromann christian-bromann merged commit b5a8608 into main Jul 16, 2025
5 checks passed
@christian-bromann christian-bromann deleted the cb/fix-cdn-url branch July 16, 2025 17:44
peaBerberian added a commit to canalplus/rx-player that referenced this pull request Jul 18, 2025
The integration tests fail in the CI since a few days (first seen
wednesday) when it's turn to run the Edge browser.

As the error looks like that:
```
2025-07-18T09:33:55.879Z ERROR edgedriver: Failed to download Edgedriver: request to https://msedgedriver.azureedge.net/138.0.3351.77/edgedriver_linux64.zip failed, reason: getaddrinfo ENOTFOUND msedgedriver.azureedge.net, trying alternative download URL...
2025-07-18T09:33:56.681Z ERROR edgedriver: Failed to download Edgedriver: request to https://msedgedriver.azureedge.net/138.0.3351.77/edgedriver_linux64.zip failed, reason: getaddrinfo ENOTFOUND msedgedriver.azureedge.net, trying alternative download URL...
```

It seems to be due to some stale URL when retrieving "edgedriver", so I guess
something to do with webdriverio (the dependency we use to be able to
run our tests on actual browser implems) and its dependencies.
_Note: we don't even need what edgedriver [seems to be about](https://learn.microsoft.com/en-us/microsoft-edge/webdriver/?tabs=c-sharp),
we just want to run some static page with JS in various browsers. For
now, none of our tests interact with the browser beside running some JS
on it._

It seems to be linked to the webdriverio-community/node-edgedriver#500
issue, which has been fixed here webdriverio-community/node-edgedriver#501
very recently.

That `edgedriver` is a transitive dependency of `webdriverio`:
```
└─┬ webdriverio@9.18.1
  └─┬ @wdio/utils@9.18.0
    └── edgedriver@6.1.2
```

Here I just updated webdriverio as a whole anyway.
jcscottiii added a commit to web-platform-tests/wpt that referenced this pull request Jul 23, 2025
Fixes: #53908

Currently, they are failing with this error:

```
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='msedgedriver.azureedge.net', port=443): Max retries exceeded with url: /140.0.3430.1/edgedriver_win32.zip (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x00000176949CBC50>: Failed to resolve 'msedgedriver.azureedge.net' ([Errno 11001] getaddrinfo failed)"))
```

Looks like https://msedgedriver.azureedge.net was deprecated.

See:
- webdriverio-community/node-edgedriver#501
- SeleniumHQ/selenium#16073
jcscottiii added a commit to web-platform-tests/wpt that referenced this pull request Jul 24, 2025
Fixes: #53908

Currently, they are failing with this error:

```
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='msedgedriver.azureedge.net', port=443): Max retries exceeded with url: /140.0.3430.1/edgedriver_win32.zip (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x00000176949CBC50>: Failed to resolve 'msedgedriver.azureedge.net' ([Errno 11001] getaddrinfo failed)"))
```

Looks like https://msedgedriver.azureedge.net was deprecated.

See:
- webdriverio-community/node-edgedriver#501
- SeleniumHQ/selenium#16073
lando-prod-mozilla bot pushed a commit to mozilla-firefox/firefox that referenced this pull request Jul 28, 2025
… a=testonly

Automatic update from web-platform-tests
Replace edgedriver URL to fix Edge runs (#53938)

Fixes: #53908

Currently, they are failing with this error:

```
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='msedgedriver.azureedge.net', port=443): Max retries exceeded with url: /140.0.3430.1/edgedriver_win32.zip (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x00000176949CBC50>: Failed to resolve 'msedgedriver.azureedge.net' ([Errno 11001] getaddrinfo failed)"))
```

Looks like https://msedgedriver.azureedge.net was deprecated.

See:
- webdriverio-community/node-edgedriver#501
- SeleniumHQ/selenium#16073
--

wpt-commits: ace826ee60a9e75ab7b27713b24825e847ee0a97
wpt-pr: 53938
i3roly pushed a commit to i3roly/firefox-dynasty that referenced this pull request Jul 28, 2025
… a=testonly

Automatic update from web-platform-tests
Replace edgedriver URL to fix Edge runs (#53938)

Fixes: #53908

Currently, they are failing with this error:

```
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='msedgedriver.azureedge.net', port=443): Max retries exceeded with url: /140.0.3430.1/edgedriver_win32.zip (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x00000176949CBC50>: Failed to resolve 'msedgedriver.azureedge.net' ([Errno 11001] getaddrinfo failed)"))
```

Looks like https://msedgedriver.azureedge.net was deprecated.

See:
- webdriverio-community/node-edgedriver#501
- SeleniumHQ/selenium#16073
--

wpt-commits: ace826ee60a9e75ab7b27713b24825e847ee0a97
wpt-pr: 53938
foolip pushed a commit to web-platform-tests/wpt that referenced this pull request Aug 13, 2025
Fixes: #53908

Currently, they are failing with this error:

```
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='msedgedriver.azureedge.net', port=443): Max retries exceeded with url: /140.0.3430.1/edgedriver_win32.zip (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x00000176949CBC50>: Failed to resolve 'msedgedriver.azureedge.net' ([Errno 11001] getaddrinfo failed)"))
```

Looks like https://msedgedriver.azureedge.net was deprecated.

See:
- webdriverio-community/node-edgedriver#501
- SeleniumHQ/selenium#16073
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default Edge WebDriver CDN URL is deprecated

2 participants