-
-
Notifications
You must be signed in to change notification settings - Fork 12
fix: update CDN url #501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
fix: update CDN url #501
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #500