I’ve got the same issue:
Here’s the debug file from home assistant:
[
{
"init_options": {
"start_stage": "intent",
"end_stage": "intent",
"input": {
"text": "tallest nz building"
},
"pipeline": "01hwp9m6dzewmfdvg5tkyefd51",
"conversation_id": null
},
"stage": "done",
"run": {
"pipeline": "01hwp9m6dzewmfdvg5tkyefd51",
"language": "en",
"runner_data": {
"stt_binary_handler_id": null,
"timeout": 300
}
},
"events": [
{
"type": "run-start",
"data": {
"pipeline": "01hwp9m6dzewmfdvg5tkyefd51",
"language": "en",
"runner_data": {
"stt_binary_handler_id": null,
"timeout": 300
}
},
"timestamp": "2024-05-18T22:46:30.719952+00:00"
},
{
"type": "intent-start",
"data": {
"engine": "b683f3e4faf931d692d5251faa70a9c2",
"language": "en",
"intent_input": "tallest nz building",
"conversation_id": null,
"device_id": null
},
"timestamp": "2024-05-18T22:46:30.719977+00:00"
},
{
"type": "error",
"data": {
"code": "intent-failed",
"message": "Unexpected error during intent recognition"
},
"timestamp": "2024-05-18T22:46:30.776813+00:00"
},
{
"type": "run-end",
"data": null,
"timestamp": "2024-05-18T22:46:30.776847+00:00"
}
],
"intent": {
"engine": "b683f3e4faf931d692d5251faa70a9c2",
"language": "en",
"intent_input": "tallest nz building",
"conversation_id": null,
"device_id": null,
"done": false
},
"error": {
"code": "intent-failed",
"message": "Unexpected error during intent recognition"
}
},
{
"init_options": {
"start_stage": "intent",
"end_stage": "intent",
"input": {
"text": "turn on bedroom light"
},
"pipeline": "01hwp9m6dzewmfdvg5tkyefd51",
"conversation_id": null
},
"stage": "done",
"run": {
"pipeline": "01hwp9m6dzewmfdvg5tkyefd51",
"language": "en",
"runner_data": {
"stt_binary_handler_id": null,
"timeout": 300
}
},
"events": [
{
"type": "run-start",
"data": {
"pipeline": "01hwp9m6dzewmfdvg5tkyefd51",
"language": "en",
"runner_data": {
"stt_binary_handler_id": null,
"timeout": 300
}
},
"timestamp": "2024-05-18T22:46:27.841632+00:00"
},
{
"type": "intent-start",
"data": {
"engine": "b683f3e4faf931d692d5251faa70a9c2",
"language": "en",
"intent_input": "turn on bedroom light",
"conversation_id": null,
"device_id": null
},
"timestamp": "2024-05-18T22:46:27.841648+00:00"
},
{
"type": "intent-end",
"data": {
"intent_output": {
"response": {
"speech": {
"plain": {
"speech": "Home Assistant responded with: Turned on the light",
"extra_data": null,
"original_speech": "Turned on the light",
"agent_name": "Home Assistant",
"agent_id": "conversation.home_assistant"
}
},
"card": {},
"language": "en",
"response_type": "action_done",
"data": {
"targets": [],
"success": [
{
"name": "Philips LCT010 Light",
"type": "entity",
"id": "light.philips_lct010_light"
}
],
"failed": []
}
},
"conversation_id": null
}
},
"timestamp": "2024-05-18T22:46:27.888531+00:00"
},
{
"type": "run-end",
"data": null,
"timestamp": "2024-05-18T22:46:27.888572+00:00"
}
],
"intent": {
"engine": "b683f3e4faf931d692d5251faa70a9c2",
"language": "en",
"intent_input": "turn on bedroom light",
"conversation_id": null,
"device_id": null,
"done": true,
"intent_output": {
"response": {
"speech": {
"plain": {
"speech": "Home Assistant responded with: Turned on the light",
"extra_data": null,
"original_speech": "Turned on the light",
"agent_name": "Home Assistant",
"agent_id": "conversation.home_assistant"
}
},
"card": {},
"language": "en",
"response_type": "action_done",
"data": {
"targets": [],
"success": [
{
"name": "Philips LCT010 Light",
"type": "entity",
"id": "light.philips_lct010_light"
}
],
"failed": []
}
},
"conversation_id": null
}
}
}
]
As you can see calling local voice assist is fine but calling openai is failing.
My voice assist looks like this:
When calling openai directly it works:
[
{
"init_options": {
"start_stage": "intent",
"end_stage": "intent",
"input": {
"text": "tallest nz building"
},
"pipeline": "01hxns8pp87j6pw7c6fvs4tnjs",
"conversation_id": null
},
"stage": "done",
"run": {
"pipeline": "01hxns8pp87j6pw7c6fvs4tnjs",
"language": "en",
"runner_data": {
"stt_binary_handler_id": null,
"timeout": 300
}
},
"events": [
{
"type": "run-start",
"data": {
"pipeline": "01hxns8pp87j6pw7c6fvs4tnjs",
"language": "en",
"runner_data": {
"stt_binary_handler_id": null,
"timeout": 300
}
},
"timestamp": "2024-05-18T22:55:31.022293+00:00"
},
{
"type": "intent-start",
"data": {
"engine": "conversation.openai_conversation",
"language": "*",
"intent_input": "tallest nz building",
"conversation_id": null,
"device_id": null
},
"timestamp": "2024-05-18T22:55:31.022319+00:00"
},
{
"type": "intent-end",
"data": {
"intent_output": {
"response": {
"speech": {
"plain": {
"speech": "The tallest building in New Zealand is the Sky Tower in Auckland, standing at 328 meters (1,076 feet) tall.",
"extra_data": null
}
},
"card": {},
"language": "*",
"response_type": "action_done",
"data": {
"targets": [],
"success": [],
"failed": []
}
},
"conversation_id": "01HY6YNQPESTJSMXY87EST9N0B"
}
},
"timestamp": "2024-05-18T22:55:32.176357+00:00"
},
{
"type": "run-end",
"data": null,
"timestamp": "2024-05-18T22:55:32.176410+00:00"
}
],
"intent": {
"engine": "conversation.openai_conversation",
"language": "*",
"intent_input": "tallest nz building",
"conversation_id": null,
"device_id": null,
"done": true,
"intent_output": {
"response": {
"speech": {
"plain": {
"speech": "The tallest building in New Zealand is the Sky Tower in Auckland, standing at 328 meters (1,076 feet) tall.",
"extra_data": null
}
},
"card": {},
"language": "*",
"response_type": "action_done",
"data": {
"targets": [],
"success": [],
"failed": []
}
},
"conversation_id": "01HY6YNQPESTJSMXY87EST9N0B"
}
}
}
]
@Localuser5 Have you found a fix yet?