to4ko

Untitled

Jun 14th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. 2021-06-14 08:55:34 INFO (MainThread) [homeassistant.components.automation.kitchen_timer_restart] kitchen_timer_restart: Running automation actions
  2. 2021-06-14 08:55:34 INFO (MainThread) [homeassistant.components.automation.kitchen_timer_restart] kitchen_timer_restart: Executing step call service
  3. 2021-06-14 08:55:34 ERROR (MainThread) [homeassistant] Error doing job: an error occurred during closing of asynchronous generator <async_generator object trace_action at 0x7ff8e36d9670>
  4. Traceback (most recent call last):
  5. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 197, in trace_action
  6. yield trace_element
  7. GeneratorExit
  8.  
  9. During handling of the above exception, another exception occurred:
  10.  
  11. Traceback (most recent call last):
  12. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 205, in trace_action
  13. trace_stack_pop(trace_stack_cv)
  14. File "/usr/src/homeassistant/homeassistant/helpers/trace.py", line 126, in trace_stack_pop
  15. trace_stack.pop()
  16. AttributeError: 'NoneType' object has no attribute 'pop'
  17. 2021-06-14 08:55:34 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending!
  18. 2021-06-14 08:55:34 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending!
  19. 2021-06-14 08:55:34 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending!
  20. 2021-06-14 08:55:34 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending!
  21. 2021-06-14 08:55:34 ERROR (Thread-2) [root] Uncaught thread exception
  22. Traceback (most recent call last):
  23. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  24. self.run()
  25. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  26. self._target(*self._args, **self._kwargs)
  27. File "/usr/local/lib/python3.8/logging/handlers.py", line 1487, in _monitor
  28. self.handle(record)
  29. File "/usr/local/lib/python3.8/logging/handlers.py", line 1468, in handle
  30. handler.handle(record)
  31. File "/usr/local/lib/python3.8/logging/__init__.py", line 954, in handle
  32. self.emit(record)
  33. File "/usr/src/homeassistant/homeassistant/components/system_log/__init__.py", line 195, in emit
  34. self.hass.bus.fire(EVENT_SYSTEM_LOG, entry.to_dict())
  35. File "/usr/src/homeassistant/homeassistant/core.py", line 687, in fire
  36. self._hass.loop.call_soon_threadsafe(
  37. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  38. self._check_closed()
  39. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  40. raise RuntimeError('Event loop is closed')
  41. RuntimeError: Event loop is closed
  42. 2021-06-14 08:55:34 ERROR (MainThread) [root] Uncaught exception
  43. Traceback (most recent call last):
  44. File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
  45. return _run_code(code, main_globals, None,
  46. File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
  47. exec(code, run_globals)
  48. File "/usr/src/homeassistant/homeassistant/__main__.py", line 322, in <module>
  49. sys.exit(main())
  50. File "/usr/src/homeassistant/homeassistant/__main__.py", line 314, in main
  51. exit_code = runner.run(runtime_conf)
  52. File "/usr/src/homeassistant/homeassistant/runner.py", line 118, in run
  53. return asyncio.run(setup_and_run_hass(runtime_config))
  54. File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
  55. return loop.run_until_complete(main)
  56. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 603, in run_until_complete
  57. self.run_forever()
  58. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 570, in run_forever
  59. self._run_once()
  60. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 1812, in _run_once
  61. handle = heapq.heappop(self._scheduled)
  62. RuntimeError: list changed size during iteration
  63. 2021-06-14 08:55:37 ERROR (Thread-3) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  64. 2021-06-14 08:55:37 ERROR (Thread-3) [root] Uncaught thread exception
  65. Traceback (most recent call last):
  66. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  67. self.run()
  68. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  69. self._target(*self._args, **self._kwargs)
  70. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 3452, in _thread_main
  71. self.loop_forever(retry_first_connection=True)
  72. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1779, in loop_forever
  73. rc = self.loop(timeout, max_packets)
  74. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1181, in loop
  75. rc = self.loop_read(max_packets)
  76. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1572, in loop_read
  77. rc = self._packet_read()
  78. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 2310, in _packet_read
  79. rc = self._packet_handle()
  80. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 2936, in _packet_handle
  81. return self._handle_publish()
  82. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 3216, in _handle_publish
  83. self._handle_on_message(message)
  84. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 3444, in _handle_on_message
  85. self.on_message(self, self._userdata, message)
  86. File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 847, in _mqtt_on_message
  87. self.hass.add_job(self._mqtt_handle_message, msg)
  88. File "/usr/src/homeassistant/homeassistant/core.py", line 332, in add_job
  89. self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
  90. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  91. self._check_closed()
  92. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  93. raise RuntimeError('Event loop is closed')
  94. RuntimeError: Event loop is closed
  95. 2021-06-14 08:55:37 ERROR (stream_worker) [root] Uncaught thread exception
  96. Traceback (most recent call last):
  97. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  98. self.run()
  99. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  100. self._target(*self._args, **self._kwargs)
  101. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 205, in _run_worker
  102. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  103. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 309, in stream_worker
  104. segment_buffer.mux_packet(packet)
  105. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 107, in mux_packet
  106. self.flush(duration)
  107. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 131, in flush
  108. stream_output.put(segment)
  109. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 143, in put
  110. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  111. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  112. self._check_closed()
  113. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  114. raise RuntimeError('Event loop is closed')
  115. RuntimeError: Event loop is closed
  116. 2021-06-14 08:55:38 ERROR (stream_worker) [root] Uncaught thread exception
  117. Traceback (most recent call last):
  118. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  119. self.run()
  120. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  121. self._target(*self._args, **self._kwargs)
  122. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 205, in _run_worker
  123. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  124. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 309, in stream_worker
  125. segment_buffer.mux_packet(packet)
  126. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 107, in mux_packet
  127. self.flush(duration)
  128. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 131, in flush
  129. stream_output.put(segment)
  130. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 143, in put
  131. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  132. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  133. self._check_closed()
  134. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  135. raise RuntimeError('Event loop is closed')
  136. RuntimeError: Event loop is closed
  137. 2021-06-14 08:55:38 ERROR (stream_worker) [root] Uncaught thread exception
  138. Traceback (most recent call last):
  139. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  140. self.run()
  141. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  142. self._target(*self._args, **self._kwargs)
  143. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 205, in _run_worker
  144. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  145. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 309, in stream_worker
  146. segment_buffer.mux_packet(packet)
  147. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 107, in mux_packet
  148. self.flush(duration)
  149. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 131, in flush
  150. stream_output.put(segment)
  151. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 143, in put
  152. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  153. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  154. self._check_closed()
  155. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  156. raise RuntimeError('Event loop is closed')
  157. RuntimeError: Event loop is closed
  158. 2021-06-14 08:55:38 ERROR (stream_worker) [root] Uncaught thread exception
  159. Traceback (most recent call last):
  160. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  161. self.run()
  162. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  163. self._target(*self._args, **self._kwargs)
  164. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 205, in _run_worker
  165. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  166. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 309, in stream_worker
  167. segment_buffer.mux_packet(packet)
  168. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 107, in mux_packet
  169. self.flush(duration)
  170. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 131, in flush
  171. stream_output.put(segment)
  172. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 143, in put
  173. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  174. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  175. self._check_closed()
  176. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  177. raise RuntimeError('Event loop is closed')
  178. RuntimeError: Event loop is closed
  179. 2021-06-14 08:55:38 ERROR (stream_worker) [root] Uncaught thread exception
  180. Traceback (most recent call last):
  181. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  182. self.run()
  183. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  184. self._target(*self._args, **self._kwargs)
  185. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 205, in _run_worker
  186. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  187. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 309, in stream_worker
  188. segment_buffer.mux_packet(packet)
  189. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 107, in mux_packet
  190. self.flush(duration)
  191. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 131, in flush
  192. stream_output.put(segment)
  193. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 143, in put
  194. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  195. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  196. self._check_closed()
  197. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  198. raise RuntimeError('Event loop is closed')
  199. RuntimeError: Event loop is closed
  200. 2021-06-14 08:55:38 ERROR (stream_worker) [root] Uncaught thread exception
  201. Traceback (most recent call last):
  202. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  203. self.run()
  204. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  205. self._target(*self._args, **self._kwargs)
  206. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 205, in _run_worker
  207. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  208. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 309, in stream_worker
  209. segment_buffer.mux_packet(packet)
  210. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 107, in mux_packet
  211. self.flush(duration)
  212. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 131, in flush
  213. stream_output.put(segment)
  214. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 143, in put
  215. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  216. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  217. self._check_closed()
  218. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  219. raise RuntimeError('Event loop is closed')
  220. RuntimeError: Event loop is closed
  221.  
Advertisement
Add Comment
Please, Sign In to add comment