@tylersmith @Praison
Error “conversation.item.input_audio_transcription.failed” on OpenAI Realtime Console
I wanted to follow up on the issue I encountered, which seems similar to the error others have reported above: “conversation.item.input_audio_transcription.failed” in the OpenAI Realtime Console.
when I attempt to provide voice input in both manual and VAD modes, the system does not respond as expected.
Upon checking the server response in events console, I received the following error:
server conversation.item.input_audio_transcription.failed
{
"type": "conversation.item.input_audio_transcription.failed",
"event_id": "event_AIB6nVHr1MUND230KbLSo",
"item_id": "item_AIB6nf7Ym3bOulC9DKYRB",
"content_index": 0,
"error": {
"type": "server_error",
"code": null,
"message": "Input transcription failed for item 'item_AIB6nf7Ym3bOulC9DKYRB'.",
"param": null
}
}
server response.done
{
"type": "response.done",
"event_id": "event_AIB6n7imLzijzysdtFySO",
"response": {
"object": "realtime.response",
"id": "resp_AIB6novOnk6iJAiRo9TFO",
"status": "failed",
"status_details": {
"type": "failed",
"error": {
"type": "server_error",
"code": null,
"message": "The server had an error while processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the session ID sess_AIB6k7Q9LvJd7IMN8pUeV in your message.)"
}
},
"output": [],
"usage": {
"total_tokens": 0,
"input_tokens": 0,
"output_tokens": 0,
"input_token_details": {
"cached_tokens": 0,
"text_tokens": 0,
"audio_tokens": 0
},
"output_token_details": {
"text_tokens": 0,
"audio_tokens": 0
}
}
}
}
Could you please assist with troubleshooting this problem?