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 第一步就告诉我了,折腾了大半个下午,惭愧!

相关推荐
陈嘿萌12 天前
probability tensor contains either `inf`, `nan` or element < 0
报错·模型下载·安装qwen大模型·校验错误
秋意零17 天前
【排坑指南】MySQL初始化后,Nacos与微服务无法连接??
运维·数据库·mysql·微服务·nacos·报错
FelicityW2 个月前
报错:函数或变量 ‘calcmie‘ 无法识别。
matlab·报错
m0_564264182 个月前
springboot项目之websocket的坑:spring整合websocket后进行单元测试后报错的解决方案
java·经验分享·spring boot·websocket·spring·单元测试·报错
LLLL965 个月前
docker pull 报错Get “https://registry-1.docker.io/v2/“: net/http: request canceled while waiting for c
docker·报错
于指尖飞舞5 个月前
在vue3中使用datav完整引入时卡在加载页面的解决方法
vue3·报错·datav
伊织code6 个月前
[报错] Dify - 踩坑笔记
flask·api·报错·踩坑·dify·poetry·opendal
dzj20216 个月前
Unity发布android Pico报错——CommandInvokationFailure: Gradle build failed踩坑记录
android·unity·gradle·报错·pico
浮梦终焉6 个月前
_使用CLion的Vcpkg安装SDL2,添加至CMakelists时报错,编译报错
报错·c/c++·sdl2
猿与禅6 个月前
jdk17用jmap -hea打印JVM堆信息报错Cannot connect to core dump or remote debug server
jvm·报错·jmap·堆信息