#4451 RuntimeError: {'message': 'tts failed', 'Exception': 'giongnuct1.wav not exists'}

2001:ee0* Posted at: 1 hour ago 👁8

{'message': 'tts failed', 'Exception': 'giongnuct1.wav not exists'}:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 16, in run
File "videotrans\tts\__init__.py", line 354, in run
File "videotrans\tts\_base.py", line 181, in run
RuntimeError: {'message': 'tts failed', 'Exception': 'giongnuct1.wav not exists'}


=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:en
root_dir:E:/subpy

1 Replies

The core cause is that the TTS engine failed to generate or locate the temporary audio file (giongnuct1.wav), often due to excessive concurrency, rate‑limiting, insufficient disk space, or antivirus blocking.

Steps to resolve:

  1. In the menu, go to Tools/Options → Advanced Settings → Subtitle Dubbing Adjustments, set Concurrent dubbing threads to 1 and Pause seconds after dubbing to 5–10. This reduces pressure on the TTS service.
  2. Ensure the software is installed in a short path without Chinese characters (e.g., D:\pyVideoTrans) and that the disk has enough free space. Do not run from inside a compressed archive.
  3. Temporarily disable any security software or add sp.exe and the installation folder to its exclusion list.
  4. Try a different TTS source (e.g., if using Edge‑TTS, switch to another free provider or a paid one) to isolate the issue.
  5. If the problem persists, check the logs/YYYY-MM-DD.log file in the software directory for more detailed error context, and provide the last 30 lines when asking for further help.

请查阅相关文档:

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.

Related resource