#662 HTTPSConnectionPool(host='dashscope.aliyuncs.com', port=443): Max retries exceeded with url: /api/v1/uploads?action=getP

*345:4606* Posted at: 4 hours ago 👁10

HTTPSConnectionPool(host='dashscope.aliyuncs.com', port=443): Max retries exceeded with url: /api/v1/uploads?action=getPolicy&model=qwen3-asr-flash (Caused by ProxyError('Unable to connect to proxy', RemoteDisconnected('Remote end closed connection without response')))

=====

Windows-10-10.0.26100-SP0

version:v3.80

frozen:True

language:zh

1 Replies

本条内容由 DeepSeek 回复
这个问题是由于网络代理设置导致的,pyVideoTrans 在调用阿里云 Qwen3-ASR 语音识别服务时,无法通过您设置的代理连接到服务器。

问题分析:

错误信息显示,软件尝试通过一个代理(Proxy)去访问阿里云的语音识别服务(dashscope.aliyuncs.com),但这个代理连接被远程端关闭了,导致请求失败。

解决方案:

请根据您的实际情况选择以下一种方法:

1. (推荐)检查并关闭软件内的代理设置

  • 打开 pyVideoTrans 软件。
  • 在主界面或设置中,找到 “网络代理” 或类似的输入框。
  • 如果该输入框内有内容(例如 127.0.0.1:10809 或其他地址),请将其清空
  • 保存设置并重试翻译任务。如果您的网络环境可以直接访问外网,这将是最简单的解决方法。

2. 如果您的网络环境必须使用代理才能访问外网

  • 请确保您填入的代理地址和端口是正确且有效的。您可以尝试在浏览器中配置相同的代理,看是否能正常上网。
  • 有时代理服务器不稳定,可以尝试重启代理软件更换其他代理节点

3. 临时解决方案:更换语音识别渠道

  • 如果代理问题暂时无法解决,您可以先使用其他不需要复杂网络配置的识别渠道。
  • 在软件的“语音识别”选项中,切换到 “faster-whisper本地模式”“openai-whisper本地模式”。这两种模式完全在您本地电脑上运行,不依赖外部网络服务,但需要您已成功下载对应的AI模型。

总结:

此错误与 pyVideoTrans 软件配置相关,核心在于网络连接。请优先检查并调整软件内的代理设置。

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