openai / openai-realtime-console

React app for inspecting, building and debugging with the Realtime API
MIT License
2.14k stars 794 forks source link

Audio Transcription failed #46

Open pravishanth opened 1 month ago

pravishanth commented 1 month ago

After following the instructions to setup, I tapped on push to talk, spoke for few seconds to get weather and then released the button "push to talk" and I get the below error.

Can you advice how I could fix this ?

Error: { "type": "conversation.item.input_audio_transcription.failed", "event_id": "event_AGEqwEZAW3j8ciNrZ4kyG", "item_id": "item_AGEqweASABEtfGc3R5McG", "content_index": 0, "error": { "type": "server_error", "code": null, "message": "Input transcription failed for item 'item_AGEqweASABEtfGc3R5McG'.", "param": null } }

image

khorwood-openai commented 1 month ago

I believe this is a one-off error but will escalate to the team. Any chance you have a session ID?

Dorogonov commented 1 month ago

I've seen this error till I haven't created a new project and API key.

image
DWALLINB commented 1 month ago

Also seeing this issue:

{
  "type": "response.done",
  "event_id": "event_AIK6Ias64e7ZvkyBJspvo",
  "response": {
    "object": "realtime.response",
    "id": "resp_AIK6IfHhVf4kpdejGeKwa",
    "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_AIK6Cqrw6j3WpRAJivtxC 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
      }
    }
  }
}
{
  "type": "conversation.item.input_audio_transcription.failed",
  "event_id": "event_AIK6IBwU7QdQvWtpagxp9",
  "item_id": "item_AIK6ImF16hYLpGiBBds8E",
  "content_index": 0,
  "error": {
    "type": "server_error",
    "code": null,
    "message": "Input transcription failed for item 'item_AIK6ImF16hYLpGiBBds8E'.",
    "param": null
  }
}