Advertisement
to4ko

Untitled

Mar 7th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.86 KB | None | 0 0
  1. 2021-03-07 19:42:54 ERROR (MainThread) [root] Uncaught exception
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
  4. return _run_code(code, main_globals, None,
  5. File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
  6. exec(code, run_globals)
  7. File "/usr/src/homeassistant/homeassistant/__main__.py", line 320, in
  8. sys.exit(main())
  9. File "/usr/src/homeassistant/homeassistant/__main__.py", line 312, in main
  10. exit_code = runner.run(runtime_conf)
  11. File "/usr/src/homeassistant/homeassistant/runner.py", line 111, in run
  12. return asyncio.run(setup_and_run_hass(runtime_config))
  13. File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
  14. return loop.run_until_complete(main)
  15. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 603, in run_until_complete
  16. self.run_forever()
  17. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 570, in run_forever
  18. self._run_once()
  19. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 1812, in _run_once
  20. handle = heapq.heappop(self._scheduled)
  21. RuntimeError: list changed size during iteration
  22. 2021-03-07 19:42:54 ERROR (Thread-2) [root] Uncaught thread exception
  23. Traceback (most recent call last):
  24. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  25. self.run()
  26. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  27. self._target(*self._args, **self._kwargs)
  28. File "/usr/local/lib/python3.8/logging/handlers.py", line 1487, in _monitor
  29. self.handle(record)
  30. File "/usr/local/lib/python3.8/logging/handlers.py", line 1468, in handle
  31. handler.handle(record)
  32. File "/usr/local/lib/python3.8/logging/__init__.py", line 950, in handle
  33. self.emit(record)
  34. File "/usr/src/homeassistant/homeassistant/components/system_log/__init__.py", line 195, in emit
  35. self.hass.bus.fire(EVENT_SYSTEM_LOG, entry.to_dict())
  36. File "/usr/src/homeassistant/homeassistant/core.py", line 689, in fire
  37. self._hass.loop.call_soon_threadsafe(
  38. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  39. self._check_closed()
  40. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  41. raise RuntimeError('Event loop is closed')
  42. RuntimeError: Event loop is closed
  43. 2021-03-07 19:42:54 ERROR (stream_worker) [root] Uncaught thread exception
  44. Traceback (most recent call last):
  45. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  46. self.run()
  47. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  48. self._target(*self._args, **self._kwargs)
  49. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 195, in _run_worker
  50. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  51. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
  52. segment_buffer.mux_packet(packet)
  53. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
  54. self.flush(duration)
  55. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
  56. stream_output.put(segment)
  57. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, in put
  58. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  59. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  60. self._check_closed()
  61. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  62. raise RuntimeError('Event loop is closed')
  63. RuntimeError: Event loop is closed
  64. Traceback (most recent call last):
  65. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  66. self.run()
  67. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  68. self._target(*self._args, **self._kwargs)
  69. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 195, in _run_worker
  70. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  71. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
  72. segment_buffer.mux_packet(packet)
  73. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
  74. self.flush(duration)
  75. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
  76. stream_output.put(segment)
  77. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, in put
  78. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  79. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  80. self._check_closed()
  81. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  82. raise RuntimeError('Event loop is closed')
  83. RuntimeError: Event loop is closed
  84. 2021-03-07 19:42:54 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  85. 2021-03-07 19:42:54 ERROR (Thread-9) [root] Uncaught thread exception
  86. Traceback (most recent call last):
  87. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  88. self.run()
  89. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  90. self._target(*self._args, **self._kwargs)
  91. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 3452, in _thread_main
  92. self.loop_forever(retry_first_connection=True)
  93. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1779, in loop_forever
  94. rc = self.loop(timeout, max_packets)
  95. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1181, in loop
  96. rc = self.loop_read(max_packets)
  97. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1572, in loop_read
  98. rc = self._packet_read()
  99. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 2310, in _packet_read
  100. rc = self._packet_handle()
  101. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 2936, in _packet_handle
  102. return self._handle_publish()
  103. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 3216, in _handle_publish
  104. self._handle_on_message(message)
  105. File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 3444, in _handle_on_message
  106. self.on_message(self, self._userdata, message)
  107. File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 850, in _mqtt_on_message
  108. self.hass.add_job(self._mqtt_handle_message, msg)
  109. File "/usr/src/homeassistant/homeassistant/core.py", line 338, in add_job
  110. self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
  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. Traceback (most recent call last):
  117. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  118. self.run()
  119. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  120. self._target(*self._args, **self._kwargs)
  121. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 195, in _run_worker
  122. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  123. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
  124. segment_buffer.mux_packet(packet)
  125. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
  126. self.flush(duration)
  127. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
  128. stream_output.put(segment)
  129. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, in put
  130. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  131. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  132. self._check_closed()
  133. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  134. raise RuntimeError('Event loop is closed')
  135. RuntimeError: Event loop is closed
  136. 2021-03-07 19:42:55 ERROR (stream_worker) [root] Uncaught thread exception
  137. Traceback (most recent call last):
  138. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  139. self.run()
  140. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  141. self._target(*self._args, **self._kwargs)
  142. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 195, in _run_worker
  143. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  144. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
  145. segment_buffer.mux_packet(packet)
  146. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
  147. self.flush(duration)
  148. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
  149. stream_output.put(segment)
  150. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, in put
  151. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  152. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  153. self._check_closed()
  154. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  155. raise RuntimeError('Event loop is closed')
  156. RuntimeError: Event loop is closed
  157. 2021-03-07 19:42:58 ERROR (stream_worker) [root] Uncaught thread exception
  158. Traceback (most recent call last):
  159. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  160. self.run()
  161. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  162. self._target(*self._args, **self._kwargs)
  163. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 195, in _run_worker
  164. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  165. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
  166. segment_buffer.mux_packet(packet)
  167. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
  168. self.flush(duration)
  169. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
  170. stream_output.put(segment)
  171. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, in put
  172. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  173. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  174. self._check_closed()
  175. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  176. raise RuntimeError('Event loop is closed')
  177. RuntimeError: Event loop is closed
  178. 2021-03-07 19:43:11 ERROR (zeroconf-ServiceBrowser__googlecast._tcp.local._309) [root] Uncaught thread exception
  179. Traceback (most recent call last):
  180. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  181. self.run()
  182. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1755, in run
  183. self._service_state_changed.fire(
  184. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1513, in fire
  185. h(**kwargs)
  186. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1613, in on_change
  187. listener.remove_service(*args)
  188. File "/usr/local/lib/python3.8/site-packages/pychromecast/discovery.py", line 53, in remove_service
  189. self.remove_callback(uuid, name, service)
  190. File "/usr/src/homeassistant/homeassistant/components/cast/discovery.py", line 98, in internal_remove_callback
  191. _remove_chromecast(
  192. File "/usr/src/homeassistant/homeassistant/components/cast/discovery.py", line 42, in _remove_chromecast
  193. dispatcher_send(hass, SIGNAL_CAST_REMOVED, info)
  194. File "/usr/src/homeassistant/homeassistant/helpers/dispatcher.py", line 74, in dispatcher_send
  195. hass.loop.call_soon_threadsafe(async_dispatcher_send, hass, signal, *args)
  196. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  197. self._check_closed()
  198. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  199. raise RuntimeError('Event loop is closed')
  200. RuntimeError: Event loop is closed
  201. 2021-03-07 19:43:38 ERROR (zeroconf-ServiceBrowser__hap._tcp.local.-_ipps._tcp.local.-_esphomelib._tcp.local.-_daap._tcp.local.-_wled._tcp.local.-_http._tcp.local.-_api._udp.local.-_dkapi._tcp.local.-_viziocast._tcp.local.-_axis-video._tcp.local.-_printer._tcp.local.-_mediaremotetv._tcp.local.-_leap._tcp.local.-_Volumio._tcp.local.-_elg._tcp.local.-_googlecast._tcp.local.-_homekit._tcp.local.-_touch-able._tcp.local.-_kizbox._tcp.local.-_ipp._tcp.local.-_spotify-connect._tcp.local.-_plugwise._tcp.local.-_hap._udp.local.-_bond._tcp.local.-_miio._udp.local.-_ssh._tcp.local.-_xbmc-jsonrpc-h._tcp.local.-_nut._tcp.local._334) [root] Uncaught thread exception
  202. Traceback (most recent call last):
  203. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  204. self.run()
  205. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1755, in run
  206. self._service_state_changed.fire(
  207. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1513, in fire
  208. h(**kwargs)
  209. File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 319, in service_update
  210. hass.add_job(
  211. File "/usr/src/homeassistant/homeassistant/core.py", line 338, in add_job
  212. self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
  213. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  214. self._check_closed()
  215. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  216. raise RuntimeError('Event loop is closed')
  217. RuntimeError: Event loop is closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement