Replies: 2 comments
-
I fixed error with manually updating all scripts |
Beta Was this translation helpful? Give feedback.
0 replies
-
I meet the same error code when transcribing the audio file. Someone can help? Output: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Under git bash in Window, if I run twice
The first time will always be alright
whisper input.wav --language Chinese --model medium > test1.txt
And if I run the following command right after
whisper input.wav --language Chinese --model medium > test2.txt
UnicodeEncodeError: 'cp950' codec can't encode character '\u76d8' in position 35: illegal multibyte sequence
Technically it should be the same? But in practice I have not been able to run the second line, and starting from the second run it will have the same issue till I closed the bash screen and start a new bash screen. Then I can run once without problem, then the second run problem happens again.
Any idea how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions