You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='wttr.in', port=443): Max retries exceeded with url: /%E5%A4%A9%E6%B4%A5?lang=zh (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:997)')))
报错信息:
看到443 以及 SSLError报错,心里大概有了方向:应该还是代理及网络的原因。
问GPT,答:
期间Google、csdn搜索的方法:
在发送请求的同时,关闭SSL验证,以及添加配置代理服务器设置。
仍无法解决。
最后解决方法:关闭梯子
The text was updated successfully, but these errors were encountered: