-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
FunSomething big happened / (maybe some sarcasm)Something big happened / (maybe some sarcasm)
Description
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:
- https://github.com/mdmintz/seleniumbase-examples/actions/runs/16300130641/job/46032283962
- https://github.com/mdmintz/seleniumbase-examples/actions/runs/16300535310/job/46033670411
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)Something big happened / (maybe some sarcasm)