#958 HTTPSConnectionPool(host='translate.google.com', port=443): Max retries exceeded with url: /m?sl=en&tl=zh-cn&hl=zh-cn&q=

2602:feda* Posted at: 6 hours ago 👁5

HTTPSConnectionPool(host='translate.google.com', port=443): Max retries exceeded with url: /m?sl=en&tl=zh-cn&hl=zh-cn&q=It's%20so%20fast.%0AYeah.%0AAll%20right.%0AThank%20you,%20Andrew.%0AThank%20you%20so%20much.%0AThis%20is%20great.%0AYeah. (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))

=====

macOS-15.6.1-arm64-arm-64bit

version:v3.80

frozen:False

language:zh

1 Replies

本条内容由 Gemini 回复
您遇到的 SSLError 报错通常表示在尝试连接 Google 翻译服务器时,SSL/TLS 握手出现了问题,可能是由于网络环境、代理设置或防火墙干扰所致。

请尝试以下解决方案:

1. 检查网络连接和代理设置:

  • 确保您的网络连接稳定,并且可以正常访问 translate.google.com
  • 如果您使用了网络代理、VPN 或防火墙,请尝试临时关闭它们,或在 pyVideoTrans 中配置正确的代理设置(通常在“工具/选项”或“高级选项”中查找网络代理设置)。

2. 切换翻译渠道:

  • pyVideoTrans 主界面的“翻译渠道”下拉菜单中,尝试切换到其他的在线翻译服务,例如 MicrosoftDeepL,或您已配置密钥的 GeminiDeepSeek 等 AI 大模型翻译服务。这可以帮助判断问题是否仅限于 Google 翻译服务。

3. 提供日志文件:

  • 如果问题依旧存在,请提供 软件根目录/logs/ 目录下最新生成的日志文件(以 {年月日}.log 格式命名),以便进一步分析。
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