ConnectionError: HTTPSConnectionPool

ConnectionError: HTTPSConnectionPool(host='zbbfxstatic.figtingdream.com', port=443): Max retries exceeded with url: /api/cache (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000249795AD9A0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

python 复制代码
# 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('<urllib3.connection.HTTPSConnection object at 0x00000249795AD9A0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

连接不上url ,chatcpt 第一步就告诉我了,折腾了大半个下午,惭愧!

相关推荐
LLLL962 个月前
docker pull 报错Get “https://registry-1.docker.io/v2/“: net/http: request canceled while waiting for c
docker·报错
于指尖飞舞2 个月前
在vue3中使用datav完整引入时卡在加载页面的解决方法
vue3·报错·datav
伊织code3 个月前
[报错] Dify - 踩坑笔记
flask·api·报错·踩坑·dify·poetry·opendal
dzj20213 个月前
Unity发布android Pico报错——CommandInvokationFailure: Gradle build failed踩坑记录
android·unity·gradle·报错·pico
浮梦终焉3 个月前
_使用CLion的Vcpkg安装SDL2,添加至CMakelists时报错,编译报错
报错·c/c++·sdl2
猿与禅3 个月前
jdk17用jmap -hea打印JVM堆信息报错Cannot connect to core dump or remote debug server
jvm·报错·jmap·堆信息
麻辣翅尖4 个月前
【解决】k8s使用flannel网络插件的问题整理
kubernetes·k8s·报错
Y编程小白4 个月前
SSM报错:表现层方法应该返回字符串,但是返回页面
java·ssm·报错
autotian4 个月前
2.8 群辉 黑群晖 意味断电 抱歉,您所指定的页面不存在。
报错·群辉·页面不存在
float_六七5 个月前
member access within null pointer of type ‘ListNode‘
c++·报错·空指针