home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.65k stars 30.79k forks source link

PipelineRunValidationError: the pipeline does not support speech-to-text #130193

Open muescha opened 4 days ago

muescha commented 4 days ago

The problem

Error in log file:

PipelineRunValidationError: the pipeline does not support speech-to-text

What version of Home Assistant Core has the issue?

core-2024.11.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Home Assistant WebSocket API

Link to integration documentation on our website

https://www.home-assistant.io/integrations/websocket_api

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.components.websocket_api.http.connection
Quelle: components/assist_pipeline/pipeline.py:1445
Integration: Home Assistant WebSocket API (Dokumentation, Probleme)
Erstmals aufgetreten: 8. November 2024 um 23:07:33 (1 Vorkommnisse)
Zuletzt protokolliert: 8. November 2024 um 23:07:33

[139647200954256] Error handling message: Unknown error (unknown_error) Muescha from 192.168.10.33 (Home Assistant/2024.9.4 (io.robbie.HomeAssistant; build:2024.905; iOS 17.6.1))
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
    await func(hass, connection, msg)
  File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/websocket_api.py", line 242, in websocket_run
    await pipeline_input.validate()
  File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py", line 1445, in validate
    raise PipelineRunValidationError(
homeassistant.components.assist_pipeline.pipeline.PipelineRunValidationError: the pipeline does not support speech-to-text

Additional information

Log book says at this timestamp:

Muescha iPhone Last Update Trigger wechselte zu Significant Location Change 23:07:33 - Vor 5 Stunden

automatic translation by chatgpt:

Muescha iPhone Last Update Trigger switched to Significant Location Change 23:07:33 - 5 hours ago

home-assistant[bot] commented 4 days ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (websocket_api) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `websocket_api` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign websocket_api` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


websocket_api documentation websocket_api source (message by IssueLinks)

home-assistant[bot] commented 4 days ago

Hey there @balloob, @synesthesiam, mind taking a look at this issue as it has been labeled with an integration (assist_pipeline) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `assist_pipeline` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign assist_pipeline` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


assist_pipeline documentation assist_pipeline source (message by IssueLinks)

fabiopacifici commented 3 days ago

Hi folks, I am also expecting an issue related to the web socket. Below, you can find errors from the logs.

The error is triggered when trying to interact with the assist using voice commands. As soon as the microphone is pressed, the error appears on the ui and gets logged.

Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/connection.py:315 integration: Home Assistant WebSocket API (documentation, issues) First occurred: 12:00:55 (4 occurrences) Last logged: 12:03:39

[547752966128] Error handling message: required key not provided @ data['input']['sample_rate']. Got None (invalid_format) Fabio from xxxxxxxx (Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36)

[547261938656] Error handling message: required key not provided @ data['input']['sample_rate']. Got None (invalid_format) Fabio from xxxxxxx (Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36)