InternalServerError while using `canary-whisper`

Calling the audio transcribe API with the model canary-whisper results in InternalServerError.

Exception has occurred: InternalServerError
Error code: 500 - {'error': {'message': 'Something went wrong, please try again later.', 'type': 'server_error', 'param': None, 'code': 'internal_server_error'}}
httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.openai.com/v1/audio/transcriptions'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500

During handling of the above exception, another exception occurred:

httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.openai.com/v1/audio/transcriptions'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500

During handling of the above exception, another exception occurred:

httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.openai.com/v1/audio/transcriptions'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500

During handling of the above exception, another exception occurred:

  File "/Projects/py-tes/transcribe.py", line 5, in <module>
    transcript = client.audio.transcriptions.create(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
openai.InternalServerError: Error code: 500 - {'error': {'message': 'Something went wrong, please try again later.', 'type': 'server_error', 'param': None, 'code': 'internal_server_error'}}
1 Like