#1351 (ReadTimeoutError(

183.134* Posted at: 5 hours ago 👁10

(ReadTimeoutError("HTTPSConnectionPool(host='cas-bridge.xethub.hf.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 904b14c6-0213-4ba9-b3bd-6403407c5302)')


=
Windows-10-10.0.26100-SP0
version:v3.80
frozen:True
language:zh

1 Replies

这个错误是由于在下载语音识别模型时,网络连接超时导致的。cas-bridge.xethub.hf.co 是 Hugging Face 的域名,软件在尝试从此处下载模型文件时失败。

解决方案:

  1. 设置网络代理(推荐)

    • 在软件主界面,找到 翻译渠道 下方的 网络代理 输入框。
    • 填入您可用的代理地址,格式如 http://127.0.0.1:10808
    • 设置代理后,重新启动软件并再次尝试。
  2. 手动下载模型(备选方案)

    • 如果无法使用代理,可以尝试使用专用下载工具(如 huggingface-cligit)提前下载好模型。
    • faster-whisper 所需的模型通常位于 Hugging Face 的 Systran/faster-whisper-* 仓库下。您需要根据软件提示或日志确定具体是哪个模型下载超时。
  3. 更换语音识别渠道

    • 作为临时解决方案,您可以尝试切换到其他不依赖 Hugging Face 的语音识别渠道,例如 阿里FunASR(本地)

请优先尝试设置网络代理,这通常能有效解决问题。

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