Timeout of 600.0s exceeded, last exception: 503 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:172.217.14.234:443: ConnectEx: Connection timed out (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
出现了错误:
Timeout of 600.0s exceeded, last exception: 503 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:172.217.14.234:443: ConnectEx: Connection timed out (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
最近在尝试使用 Google 最新的 Gemini 模型进行一些开发测试。自然地,我选择了官方提供的 Python SDK google-generativeai
。然后就出现了这个错误,挂了系统代理,但是应该是这个库不走这个系统代理.
解决办法很简单,,用request即可,放弃原生库