#5076 RuntimeError

5.149* Posted at: 1 hour ago

:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 16, in run
File "videotrans\tts\__init__.py", line 370, in run
File "videotrans\tts\_base.py", line 181, in run
RuntimeError


=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:en
root_dir:D:/pyvideotrans/win-pyvideotrans-v3.99-428

1 Replies

The error is a RuntimeError occurring during the voice preview (试听) operation. The exact cause cannot be determined from this traceback alone — it could be due to an inaccessible TTS engine, network failure, or a missing dependency.

To diagnose:

  1. Please provide the latest log file from the logs/ folder inside the software installation directory (copy approximately the last 30 lines of the error).
  2. While waiting, verify the following:

    • In Menu → TTS Settings, confirm the selected TTS channel (e.g., Edge-TTS) is properly configured.
    • If using Edge-TTS, ensure no proxy is incorrectly set (leave empty if not needed), and avoid rapidly previewing multiple voices — it may trigger Microsoft's rate limiting.
    • Check that your system audio output device is working and not muted.

Related documentation:

Post Your Reply