mozilla / PyFxA

Python library for interacting with the Firefox Accounts ecosystem
Other
31 stars 20 forks source link

Can't run part of the testsuite stable.dev.lcip.org is unavailabe #102

Closed jelly closed 2 months ago

jelly commented 7 months ago
            if isinstance(e.reason, _ProxyError):
                raise ProxyError(e, request=request)

            if isinstance(e.reason, _SSLError):
                # This branch is for urllib3 v1.22 and later.
                raise SSLError(e, request=request)

>           raise ConnectionError(e, request=request)
E           requests.exceptions.ConnectionError: HTTPSConnectionPool(host='stable.dev.lcip.org', port=443): Max retries exceeded with url: /auth/v1/account/create?keys=true (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7b77246e8290>: Failed to establish a new connection: [Errno -5] No address associated with hostname'))
clouserw commented 2 months ago

this is fixed