#2033 HTTPSConnectionPool(host='openspeech.bytedance.com', port=443): Max retries exceeded with url: /api/v3/auc/bigmodel/reco

118.76* Posted at: 13 hours ago 👁8

HTTPSConnectionPool(host='openspeech.bytedance.com', port=443): Max retries exceeded with url: /api/v3/auc/bigmodel/recognize/flash (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2396)')))


=
system:Windows-10-10.0.19045-SP0
version:v3.89
frozen:True
language:zh
root_dir:D:/win-pyvideotrans-3.89_20251210_143714

1 Replies

这个错误表明在使用字节跳动的“火山引擎”在线语音识别API时,SSL/TLS连接失败。这通常是由于网络环境(如代理、防火墙)或系统SSL库问题导致的。

请按以下步骤排查:

  1. 检查网络代理

    • 如果您使用了网络代理,请确保主界面第5行的“网络代理”设置正确(例如 http://127.0.0.1:7890)。
    • 如果您没有使用代理,请尝试清空“网络代理”输入框,或者填入一个无效地址(如 http://127.0.0.1:0)以强制软件不使用代理。
  2. 更换识别渠道

    • 这是最直接的解决方法。在“语音识别”下拉菜单中,暂时切换到其他渠道,例如:

      • 本地模型faster-whisper(本地)(推荐,速度快且免费)。
      • 其他在线API:如 OpenAI-whisper(在线)Google(在线)(需要相应API密钥)。
  3. 检查系统SSL环境

    • 如果您使用的是Windows预打包版,此问题可能与系统环境有关。可以尝试:

      • 暂时关闭防火墙和杀毒软件进行测试。
      • 确保您的Windows系统已更新到最新版本。

如果以上方法均无效,并且您必须使用火山引擎的识别服务,建议您提供完整的日志文件(位于软件根目录下的 logs 文件夹内),以便进行更深入的分析。

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