-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeEncodeError: 'latin-1' codec can't encode character '\u0119' in position 61: ordinal not in range(256) #187
Comments
same here:
|
文件名不要包含中文。把文件名改成英文即可。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error 500 after using /asr endpoint with polish language.
Solution
Seems to be scarlette's problem with encoding headers in latin-1 instead of utf-8: encode/starlette#790
It can ber solved by adding new version of
starlette
topip install
inDockerfile
:Requirements for
whisper-asr-webservice
should be updated with those packages versions.The text was updated successfully, but these errors were encountered: