TencentCloud / tencentcloud-sdk-python

Tencent Cloud API 3.0 SDK for Python
Apache License 2.0
613 stars 251 forks source link

code:ClientNetworkError message:HTTPSConnectionPool(host='tts.tencentcloudapi.com', port=443): Max retries exceeded with url: / #152

Open zjzser opened 1 year ago

zjzser commented 1 year ago

image 请问这个问题应该如何处理,使用SDK for python大规模批量合成时,合成数百次之后就会报这个错误自动断开

zqfan commented 1 year ago

服务器能承受的请求量远不止数百次,出现这种网络报错更多的可能性是出在网络链路上的其他环节,例如代理。可以考虑到无代理可直接上网的环境上再试一下