ArthurFDLR/whisper-youtube

write_all() missing 1 required positional argument: 'options'

bymechul opened this issue · 7 comments

I get this error when transcribing my video in google drive.

Traceback (most recent call last)

in <cell line: 102>()
111
112 # Save output
--> 113 whisper.utils.get_writer(
114 output_format=output_format,
115 output_dir=video_path_local.parent

TypeError: write_all() missing 1 required positional argument: 'options'

I just tried this for the first time and I got the same error.

i think error from this commit: openai/whisper@43940fc

image

i think error from this commit: openai/whisper@43940fc

image

I think so. But this project also needs to be fixed.

You may use my version. to wait for the main version to update.

https://github.com/naruepanart/google-colab-whisper

You may use my version. to wait for the main version to update.

https://github.com/naruepanart/google-colab-whisper

OK thanks. I will feedback.

You may use my version. to wait for the main version to update.

https://github.com/naruepanart/google-colab-whisper

the application takes no action.

Thanks for raising the issue and finding the source of the bug! I fixed the problem in 63088b9.