-
Notifications
You must be signed in to change notification settings - Fork 190
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
lots of issues with internal server error #338
Comments
I'm going to need either the file you were trying to transcribe or additional logs to debug this issue. |
On a fresh docker compose install I get these errors
Edit: Looks like I needed to download the models: per this https://speaches.ai/usage/text-to-speech/ Edit 2 - The following had an error:
And so I needed to pass the -k flag to curl - And audio output! |
Thank you for mentioning the |
version: 0.7.0
config:
small audio files work fine, like a few seconds, but if you upload a larger file it errors out:
Error
Server error '500 Internal Server Error' for url 'http://localhost:8026/v1/audio/transcriptions' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500
it not only fails in the web interface, but also in the other apps that i built that rely on the server.
This was not the case in the "old" faster-whisper-server"
The text was updated successfully, but these errors were encountered: