#5175 videotrans.configure.excepts.DubbingSrtError: None

2001:ee0* Posted at: 1 day ago

None:
Traceback (most recent call last):
File "C:\Users\Admin\Downloads\pyvideotrans\videotrans\util\ListenVoice.py", line 16, in run

tts.run(

File "C:\Users\Admin\Downloads\pyvideotrans\videotrans\tts\__init__.py", line 184, in run

return _cls(**kwargs).run()  # type:ignore

File "C:\Users\Admin\Downloads\pyvideotrans\videotrans\tts\_base.py", line 134, in run

raise self.error if isinstance(self.error, Exception) else DubbingSrtError(str(self.error))

videotrans.configure.excepts.DubbingSrtError: None


=
system:Windows-10-10.0.26200-SP0
version:v4.02
frozen:False
language:en
root_dir:C:/Users/Admin/Downloads/pyvideotrans
Python: 3.10.19 (main, Feb 12 2026, 00:37:08) [MSC v.1944 64 bit (AMD64)]

1 Replies

The error DubbingSrtError: None indicates the TTS engine failed without returning a specific error message. This typically happens when a required API key is missing, network request times out, or the selected TTS channel is misconfigured.

Steps to diagnose:

  1. Open the logs/ folder in your pyVideoTrans installation directory.
  2. Find the latest .log file (sorted by date modified) and copy the last 30 lines of error output.
  3. Check which TTS channel (e.g., Edge-TTS, Qwen-TTS, OpenAI-TTS) and voice role you selected in the main interface.

Please provide:

  • The full log snippet (30 lines from the bottom).
  • The TTS channel and voice role used.
  • Whether you are behind a proxy/VPN and if the “network proxy” field is filled (for channels like Google, OpenAI, etc.).

This information is needed to pinpoint the root cause.

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