Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error handling message logged by HA since latest update #3199

Open
erkr opened this issue Nov 26, 2024 · 4 comments
Open

Error handling message logged by HA since latest update #3199

erkr opened this issue Nov 26, 2024 · 4 comments

Comments

@erkr
Copy link

erkr commented Nov 26, 2024

iOS device model, version and app version

Model Name: iPhone 14
Software Version: 18.1.1
App version: 2024.978

Home Assistant Core Version

2024.11.3

Describe the bug
I have dozens of Error handling message logged per hour related to the iOS app

To Reproduce

Expected behavior

Screenshots

Additional context

Logger: homeassistant.components.websocket_api.http.connection
Source: components/assist_pipeline/pipeline.py:1445
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 23:25:49 (6 occurrences)
Last logged: 23:39:00

[546883800944] Error handling message: Unknown error (unknown_error) Eric from 192.168.178.20 (Home Assistant/2024.11 (io.robbie.HomeAssistant; build:2024.978; iOS 18.1.1))
[546881911776] Error handling message: Unknown error (unknown_error) Eric from 192.168.178.20 (Home Assistant/2024.11 (io.robbie.HomeAssistant; build:2024.978; iOS 18.1.1))
[546886191280] Error handling message: Unknown error (unknown_error) Eric from 192.168.178.20 (Home Assistant/2024.11 (io.robbie.HomeAssistant; build:2024.978; iOS 18.1.1))
[546881901264] Error handling message: Unknown error (unknown_error) Eric from 192.168.178.20 (Home Assistant/2024.11 (io.robbie.HomeAssistant; build:2024.978; iOS 18.1.1))
[546851924160] Error handling message: Unknown error (unknown_error) Eric from 192.168.178.20 (Home Assistant/2024.11 (io.robbie.HomeAssistant; build:2024.978; iOS 18.1.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
@erkr
Copy link
Author

erkr commented Nov 27, 2024

I also get these errors now and then:

Logger: homeassistant.components.websocket_api.http.connection
Source: components/assist_pipeline/pipeline.py:1445
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 09:54:47 (2 occurrences)
Last logged: 09:59:50

[547340560864] Error handling message: Unknown error (unknown_error) Eric Kreuwels from 192.168.178.20 (Home Assistant/2024.11 (io.robbie.HomeAssistant; build:2024.978; iOS 18.1.1))
[546818281760] Error handling message: Unknown error (unknown_error) Eric Kreuwels from 192.168.178.20 (Home Assistant/2024.11 (io.robbie.HomeAssistant; build:2024.978; iOS 18.1.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

@bgoncal
Copy link
Member

bgoncal commented Nov 27, 2024

Are you having issues using Assist on iOS app? (asking based on your logs)

@erkr
Copy link
Author

erkr commented Nov 27, 2024

I don't use it ?! Don't understand that logging

Reverted to the previous 2024.976 version and the errors are gone

@bgoncal
Copy link
Member

bgoncal commented Nov 27, 2024

That's very weird, I'll see if I can find the root cause

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants