点击查看 Edge-TTS 配音渠道无法使用的解决办法!!!

#1935 requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://openspeech.bytedance.com/api/v1/vc/s

36.225* Posted at: 9 hours ago 👁7

429 Client Error: Too Many Requests for url: https://openspeech.bytedance.com/api/v1/vc/submit?appid=4607903529&language=zh-CN&use_itn=True&caption_type=speech&max_lines=1:
Traceback (most recent call last):
File "videotrans\util\TestSTT.py", line 18, in run
File "videotrans\recognition\__init__.py", line 185, in run
File "videotrans\recognition\_base.py", line 78, in run
File "videotrans\recognition\_doubao.py", line 65, in _exec
File "requests\models.py", line 1026, in raise_for_status
requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://openspeech.bytedance.com/api/v1/vc/submit?appid=4607903529&language=zh-CN&use_itn=True&caption_type=speech&max_lines=1


=
system:Windows-10-10.0.26200-SP0
version:v3.82
frozen:True
language:zh
root_dir:D:/BaiduNetdiskDownload/win-videotrans-v3.82_20251019_125144

1 Replies

您遇到了字节火山语音识别API的请求频率限制(429错误)。这是API服务商对调用频率的限制,与软件本身无关。请按以下步骤解决:

  1. 立即暂停处理:停止当前任务,避免继续触发限制。
  2. 延长请求间隔:在软件主界面菜单栏选择 工具/选项 -> 高级选项
  3. 在“字幕翻译调整”区域,找到 “翻译后暂停时间/秒” 参数,将其值大幅增加(例如从默认的1秒改为10秒或更长)。
  4. 如果问题持续,可以考虑暂时切换到其他语音识别模型(如本地的 faster-whisper阿里FunASR),等待一段时间后再尝试使用字节火山API。

注意:对于在线API服务,频繁请求均可能触发此类限制。调整暂停时间是控制请求频率最有效的方法。

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