#4639 RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/User/Downloads/win-pyvideotrans-v3.99-0508/models/model

91.231* Posted at: 6 hours ago 👁16

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 356, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/User/Downloads/win-pyvideotrans-v3.99-0508/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

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 356, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/User/Downloads/win-pyvideotrans-v3.99-0508/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'


=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:en
root_dir:C:/Users/User/Downloads/win-pyvideotrans-v3.99-0508

1 Replies

This error indicates the model file model.bin is missing or incomplete in the directory models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo. This usually happens when the model download was interrupted or blocked by network issues.

Solutions:

  1. Check the model folder – Navigate to C:/Users/User/Downloads/win-pyvideotrans-v3.99-0508/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo and verify that model.bin (a large file, several GB) actually exists. If not, delete the entire folder and let the software re-download it.
  2. Enable a network proxy – If you are in a region where HuggingFace is blocked, configure a proxy in the main interface under "Network proxy address" (e.g., http://127.0.0.1:10808). Then restart the task to trigger a fresh download.
  3. Manually download the model – Download the model from a mirror or HuggingFace directly, and place it in the correct folder structure. The required files are: model.bin, config.json, tokenizer.json, vocabulary.json, etc. For detailed instructions, see the documentation link below.

Please refer to the documentation:

Post Your Reply