Caldin-Maldin

ошибка ХА

May 10th, 2026
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1.  
  2. System is ready! Use browser or app to configure.
  3. ~ # ha core logs
  4. ~~~~~~~~~~~~~^
  5. self.source,
  6. ^^^^^^^^^^^^
  7. ...<4 lines>...
  8. self._thread_quit,
  9. ^^^^^^^^^^^^^^^^^^
  10. )
  11. ^
  12. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 672, in stream_worker
  13. muxer.mux_packet(packet)
  14. ~~~~~~~~~~~~~~~~^^^^^^^^
  15. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 273, in mux_packet
  16. self.check_flush_part(packet)
  17. ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  18. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 307, in check_flush_part
  19. self.create_segment()
  20. ~~~~~~~~~~~~~~~~~~~^^
  21. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in create_segment
  22. self._segment = Segment(
  23. ~~~~~~~^
  24. sequence=self._stream_state.sequence,
  25. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. ...<5 lines>...
  27. start_time=self._start_time,
  28. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  29. )
  30. ^
  31. File "<string>", line 14, in __init__
  32. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 109, in __post_init__
  33. output.put(self)
  34. ~~~~~~~~~~^^^^^^
  35. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 356, in put
  36. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  37. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. File "/usr/local/lib/python3.14/asyncio/base_events.py", line 872, in call_soon_threadsafe
  39. self._check_closed()
  40. ~~~~~~~~~~~~~~~~~~^^
  41. File "/usr/local/lib/python3.14/asyncio/base_events.py", line 550, in _check_closed
  42. raise RuntimeError('Event loop is closed')
  43. RuntimeError: Event loop is closed
  44. 2026-05-10 10:11:46.021 ERROR (stream_worker) [root] Uncaught thread exception
  45. Traceback (most recent call last):
  46. File "/usr/local/lib/python3.14/threading.py", line 1082, in _bootstrap_inner
  47. self._context.run(self.run)
  48. ~~~~~~~~~~~~~~~~~^^^^^^^^^^
  49. File "/usr/local/lib/python3.14/threading.py", line 1024, in run
  50. self._target(*self._args, **self._kwargs)
  51. ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  52. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 481, in _run_worker
  53. stream_worker(
  54. ~~~~~~~~~~~~~^
  55. self.source,
  56. ^^^^^^^^^^^^
  57. ...<4 lines>...
  58. self._thread_quit,
  59. ^^^^^^^^^^^^^^^^^^
  60. )
  61. ^
  62. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 672, in stream_worker
  63. muxer.mux_packet(packet)
  64. ~~~~~~~~~~~~~~~~^^^^^^^^
  65. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 273, in mux_packet
  66. self.check_flush_part(packet)
  67. ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  68. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 307, in check_flush_part
  69. self.create_segment()
  70. ~~~~~~~~~~~~~~~~~~~^^
  71. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in create_segment
  72. self._segment = Segment(
  73. ~~~~~~~^
  74. sequence=self._stream_state.sequence,
  75. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  76. ...<5 lines>...
  77. start_time=self._start_time,
  78. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  79. )
  80. ^
  81. File "<string>", line 14, in __init__
  82. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 109, in __post_init__
  83. output.put(self)
  84. ~~~~~~~~~~^^^^^^
  85. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 356, in put
  86. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  87. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  88. File "/usr/local/lib/python3.14/asyncio/base_events.py", line 872, in call_soon_threadsafe
  89. self._check_closed()
  90. ~~~~~~~~~~~~~~~~~~^^
  91. File "/usr/local/lib/python3.14/asyncio/base_events.py", line 550, in _check_closed
  92. raise RuntimeError('Event loop is closed')
  93. RuntimeError: Event loop is closed
  94. [05:11:56] INFO: Home Assistant Core finish process exit code 0
  95. [05:11:56] INFO: Home Assistant Core service shutdown
  96. s6-rc: info: service legacy-services: stopping
  97. s6-rc: info: service legacy-services successfully stopped
  98. s6-rc: info: service legacy-cont-init: stopping
  99. s6-rc: info: service legacy-cont-init successfully stopped
  100. s6-rc: info: service fix-attrs: stopping
  101. s6-rc: info: service fix-attrs successfully stopped
  102. s6-rc: info: service s6rc-oneshot-runner: stopping
  103. s6-rc: info: service s6rc-oneshot-runner successfully stopped
  104.  
Advertisement
Add Comment
Please, Sign In to add comment