ArthurFDLR / whisper-youtube

🔉 Youtube Videos Transcription with OpenAI's Whisper
https://colab.research.google.com/github/ArthurFDLR/whisper-youtube/blob/main/whisper_youtube.ipynb
MIT License
352 stars 105 forks source link

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

Closed bymechul closed 1 year ago

bymechul commented 1 year ago

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'

naruepanart commented 1 year ago

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

naruepanart commented 1 year ago

i think error from this commit: https://github.com/openai/whisper/commit/43940fc9780cb91c4f94899755b4648e19d7b977

image

bymechul commented 1 year ago

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

image

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

naruepanart commented 1 year ago

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

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

bymechul commented 1 year ago

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.

bymechul commented 1 year ago

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.

ArthurFDLR commented 1 year ago

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