ConnectionError: HTTPSConnectionPool

ConnectionError: HTTPSConnectionPool(host=‘zbbfxstatic.figtingdream.com’, port=443): Max retries exceeded with url: /api/cache (Caused by NewConnectionError(‘: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’))

# Case1: 超时
ConnectionError: ('Connection aborted.', TimeoutError(10060, '由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。', None, 10060, None))

# Case2:
ConnectionError: HTTPSConnectionPool(host='zbbfxstatic.figtingdream.com', port=443): Max retries exceeded with url: /api/cache (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

连接不上url ,chatcpt 第一步就告诉我了,折腾了大半个下午,惭愧!
ConnectionError: HTTPSConnectionPool_第1张图片
ConnectionError: HTTPSConnectionPool_第2张图片

你可能感兴趣的:(报错)