#5297 videotrans.configure.excepts.DubbingSrtError: All error for edge-tts No audio was received. Please verify that your par

183.193* Posted at: 1 day ago

All error for edge-tts No audio was received. Please verify that your parameters are correct.:
Traceback (most recent call last):
File "videotrans\tts\_base.py", line 83, in run
RuntimeError: no running event loop

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 16, in run
File "videotrans\tts\__init__.py", line 186, in run
File "videotrans\tts\_base.py", line 87, in run
File "asyncio\base_events.py", line 649, in run_until_complete
File "videotrans\tts\_edgetts.py", line 200, in _exec
videotrans.configure.excepts.DubbingSrtError: All error for edge-tts No audio was received. Please verify that your parameters are correct.


=
system:Windows-10-10.0.26200-SP0
version:v4.02
frozen:True
language:zh
root_dir:D:/剪辑软件/win-pyvideotrans-v4.02-0616

1 Replies

Edge-TTS 频繁请求被临时限流,且事件循环未正确运行导致报错。

解决办法

  1. 打开主界面 菜单 → 工具/选项 → 高级选项
  2. 在左侧 【字幕配音调整】 区域:

    • EdgeTTS配音渠道配音并发数 改为 1
    • 配音后暂停秒 改为 10
  3. 点击 保存
  4. 如果仍失败,检查网络代理设置:主界面第5行“网络代理”填入正确的代理地址(如 http://127.0.0.1:7890),或使用微软翻译区域可直连的网络。

以上调整能有效规避微软的频率限制,降低并发避免 event loop 异常。

请查阅相关文档:

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. Dondate: ko-fi.com/jianchang512

Related resource

Similar issues already exist