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

相关推荐
lzhlizihang5 天前
使用DolphinScheduler调度实现sqoop增量导入时遇到 Caused by:Class QueryResult not found 错误解决
hadoop·报错·sqoop·ds
lzhlizihang16 天前
使用sqoop将mysql数据导入到hive报错ClassNotFoundException、Zero date value prohibited等错误
hive·报错·sqoop
清园暖歌17 天前
Ubuntu 20.04 解决 nvidia-smi 出错问题
linux·运维·ubuntu·报错·nvidia-smi
ladymorgana1 个月前
【日常总结】阿里云:windows server 过一段时间登录不进去,或提示:出现身份验证错误。 无法连接到本地安全机构
windows·安全·报错·身份验证·无法登录·sercer
艾派森2 个月前
已解决AttributeError: module ‘emoji‘ has no attribute ‘get_emoji_regexp‘
python·bug·报错
常乐_smile2 个月前
【总结】nginx源码编译安装报错./configure: error: SSL modules require the OpenSSL library.
nginx·报错·openssl·源码编译安装
皇夜_3 个月前
【nest】puppeteer 使用 addScriptTag 在页面中添加方法的方式
网络爬虫·报错·puppet·nest·addscripttag
RollingPin4 个月前
Xcode编译报错 #error unsupported Swift architecture
ios·报错·xcode·swift·unsupported·error
Hehuyi_In4 个月前
MySQL 导出导入的101个坑
mysql·报错·迁移·dump·注意事项
Anakki4 个月前
Elasticsearch8.13.4版本的Docker启动关闭HTTPS
elasticsearch·docker·https·报错·8.13.4