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
74.18k stars 31.15k forks source link

Error during setup of component stream #132168

Open ghouse666 opened 20 hours ago

ghouse666 commented 20 hours ago

The problem

This is the error log I receive on every startup

Logger: homeassistant.setup Source: setup.py:416 First occurred: 12:54:50 PM (1 occurrences) Last logged: 12:54:50 PM

Error during setup of component stream Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 416, in _async_setup_component result = await task ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/stream/init.py", line 226, in async_setup await hass.async_add_executor_job(set_pyav_logging, debug_enabled) File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/stream/init.py", line 196, in set_pyav_logging import av # pylint: disable=import-outside-toplevel ^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/av/init.py", line 27, in from av.audio.fifo import AudioFifo File "/usr/local/lib/python3.12/site-packages/av/audio/init.py", line 1, in from .frame import AudioFrame File "av/audio/frame.pyx", line 1, in init av.audio.frame File "av/frame.pyx", line 1, in init av.frame File "/usr/local/lib/python3.12/site-packages/av/codec/init.py", line 1, in from .codec import Capabilities, Codec, Properties, codec_descriptor, codecs_available File "av/codec/codec.pyx", line 1, in init av.codec.codec File "/usr/local/lib/python3.12/site-packages/av/video/init.py", line 1, in from .frame import VideoFrame UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa0 in position 0: invalid start byte

What version of Home Assistant Core has the issue?

core-2024.11.3

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

Stream

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response