#1564 HTTPSConnectionPool(host='api-edge.cognitive.microsofttranslator.com', port=443): Max retries exceeded with url: /transl

112.224* Posted at: 20 hours ago 👁8

HTTPSConnectionPool(host='api-edge.cognitive.microsofttranslator.com', port=443): Max retries exceeded with url: /translate?from=&to=zh-Hans&api-version=3.0&includeSentenceLength=true (Caused by NameResolutionError(": Failed to resolve 'api-edge.cognitive.microsofttranslator.com' ([Errno 11001] getaddrinfo failed)"))


=
system:Windows-10-10.0.19045-SP0
version:v3.85
frozen:True
language:zh
root_dir:D:/videotrans/pyvideotrans385

1 Replies

这个错误表明软件无法解析微软翻译服务的域名 api-edge.cognitive.microsofttranslator.com,通常是由网络连接问题引起的。请按以下步骤排查:

  1. 检查网络连接:确保您的电脑可以正常访问互联网。
  2. 配置网络代理:如果您在中国大陆地区或处于需要代理才能访问外网的环境,必须在软件中设置代理。

    • 在软件主界面第5行找到 “网络代理” 输入框。
    • 填入您的代理地址,格式例如:http://127.0.0.1:7890 (请替换为您自己的代理服务器地址和端口)。
  3. 更换翻译渠道:如果代理设置后问题依旧,建议暂时切换到其他可用的翻译渠道,例如 Google翻译DeepSeek 等AI大模型翻译。

完成以上步骤后重试即可。

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Similar issues already exist

Trending Questions