Skip to content

msedgedriver CDN moved from msedgedriver.azureedge.net to msedgedriver.microsoft.com #3888

@mdmintz

Description

@mdmintz

msedgedriver CDN storage moved from msedgedriver.azureedge.net to msedgedriver.microsoft.com


That new CDN replacement made by Microsoft breaks sbase get edgedriver.
Need to update the locations in SeleniumBase to fix msedgedriver downloads.

CI started to break due to the changes:

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='msedgedriver.azureedge.net', port=443): Max retries exceeded with url: /LATEST_RELEASE_138_LINUX (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f8feaf02850>: Failed to resolve 'msedgedriver.azureedge.net' ([Errno -2] Name or service not known)"))

During handling of the above exception, another exception occurred:

...

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/requests/adapters.py", line 700, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='msedgedriver.azureedge.net', port=443): Max retries exceeded with url: /LATEST_RELEASE_138_LINUX (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f8feaf02850>: Failed to resolve 'msedgedriver.azureedge.net' ([Errno -2] Name or service not known)"))

That's easily fixed by replacing all instances of msedgedriver.azureedge.net with msedgedriver.microsoft.com.

Metadata

Metadata

Assignees

Labels

FunSomething big happened / (maybe some sarcasm)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions