raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='xxx.xxx.com', port=443): Max retries exceeded with url: /xxx/api/xxx(Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x0000000002A12080>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed',))raise ConnectionError(e, request=request)
Conne