#7327 Traceback (most recent call last): File

186.7**3 Posted at: 2 hours ago

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 459, in faster_whisper
File "faster_whisper\transcribe.py", line 876, in transcribe
File "faster_whisper\audio.py", line 46, in decode_audio
File "av/container/core.pyx", line 482, in av.container.core.open
File "av/container/core.pyx", line 298, in av.container.core.Container.__cinit__
File "av/container/core.pyx", line 318, in av.container.core.Container.err_check
File "av/error.pyx", line 424, in av.error.err_check
av.error.FileNotFoundError: [Errno 2] No such file or directory: 'E:/Descargas/win-pyvideotrans-v3.99-0508/tmp/36780/e9268860af/fr.wav'

Traceback (most recent call last):
File "videotrans\task\_only_one.py", line 50, in run
File "videotrans\task\trans_create.py", line 390, in recogn
File "videotrans\recognition\__init__.py", line 293, in run
File "videotrans\recognition\_base.py", line 143, in run
File "videotrans\recognition\_overall.py", line 33, in _exec
File "videotrans\recognition\_overall.py", line 106, in _faster
File "videotrans\configure\_base.py", line 289, in _new_process
RuntimeError: Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 459, in faster_whisper
File "faster_whisper\transcribe.py", line 876, in transcribe
File "faster_whisper\audio.py", line 46, in decode_audio
File "av/container/core.pyx", line 482, in av.container.core.open
File "av/container/core.pyx", line 298, in av.container.core.Container.__cinit__
File "av/container/core.pyx", line 318, in av.container.core.Container.err_check
File "av/error.pyx", line 424, in av.error.err_check
av.error.FileNotFoundError: [Errno 2] No such file or directory: 'E:/Descargas/win-pyvideotrans-v3.99-0508/tmp/36780/e9268860af/fr.wav'


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

1 Replies

#1 DeepSeek reply at 2 hours ago

This is caused by the temporary split audio file (fr.wav) being deleted or never successfully generated before the ASR step tried to read it. The main triggers are: insufficient disk space, antivirus/firewall interference deleting files in tmp/, an unsupported/special path or symbol in the folder path, or a previous interrupted run leaving corrupted cache.

  1. Close the software completely.
  2. Manually delete the entire contents of E:/Descargas/win-pyvideotrans-v3.99-0508/tmp/ (do not delete the tmp folder itself).
  3. Check that your drive (E:) has plenty of free space — video preprocessing generates large temporary audio/video slices.
  4. Temporarily disable antivirus / Windows Defender real-time protection, or add the whole software folder E:/Descargas/win-pyvideotrans-v3.99-0508 to the trusted whitelist. Security software frequently quarantines temp .wav files.
  5. Move the software to a simple, shallow, all-English path without spaces or special characters, e.g. D:/pyVideoTrans. The current path is fine character-wise, but avoid Descargas style deep foreign folders if issues persist.
  6. Re-add the video and start again, this time select 清理已生成 to avoid reusing stale cached files.
  7. If it still fails, your version v3.99 is quite old. Upgrade to the latest v4.12 (full package ~2.7GB), as many ASR/temp-file handling bugs have been fixed. Reuse your config by copying the JSON files from videotrans/ if desired.
  8. If problems continue, provide the latest log from the logs/ folder (last ~30 lines).

请查阅相关文档:

Thinking...
Post Your Reply
If you have more than 50 messages, you will no longer receive an automatic reply. Please ask a new question!
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 via ko-fi.com

Related resource