You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "multiprocessing\process.py", line 314, in _bootstrap
File "multiprocessing\process.py", line 108, in run
File "buzz\transcriber\whisper_file_transcriber.py", line 105, in transcribe_whisper
File "buzz\transcriber\whisper_file_transcriber.py", line 208, in transcribe_openai_whisper
File "stable_whisper\whisper_word_level\original_whisper.py", line 482, in transcribe_stable
File "stable_whisper\whisper_word_level\original_whisper.py", line 314, in detect_language
File "tqdm\std.py", line 722, in write
AttributeError: 'NoneType' object has no attribute 'write'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 4, in
File "buzz\buzz.py", line 38, in main
File "PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 50, in _freeze_support
File "multiprocessing\spawn.py", line 122, in spawn_main
File "multiprocessing\spawn.py", line 135, in _main
File "multiprocessing\process.py", line 329, in _bootstrap
AttributeError: 'NoneType' object has no attribute 'write'
The text was updated successfully, but these errors were encountered:
@chrisyixz Seems language detection failed. A workaround for situations like this is to specify the language to transcribe to.
Whisper should not fail even if the language is not specified. As a crash obviously happened, it would be useful to know what settings were used and maybe also get the audio file to replicate the issue.
Will close the issue for now, but if you can provide additional information, I would be happy to investigate this further.
on win11 x64
Traceback (most recent call last):
File "multiprocessing\process.py", line 314, in _bootstrap
File "multiprocessing\process.py", line 108, in run
File "buzz\transcriber\whisper_file_transcriber.py", line 105, in transcribe_whisper
File "buzz\transcriber\whisper_file_transcriber.py", line 208, in transcribe_openai_whisper
File "stable_whisper\whisper_word_level\original_whisper.py", line 482, in transcribe_stable
File "stable_whisper\whisper_word_level\original_whisper.py", line 314, in detect_language
File "tqdm\std.py", line 722, in write
AttributeError: 'NoneType' object has no attribute 'write'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 4, in
File "buzz\buzz.py", line 38, in main
File "PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 50, in _freeze_support
File "multiprocessing\spawn.py", line 122, in spawn_main
File "multiprocessing\spawn.py", line 135, in _main
File "multiprocessing\process.py", line 329, in _bootstrap
AttributeError: 'NoneType' object has no attribute 'write'
The text was updated successfully, but these errors were encountered: