Advertisement
to4ko

Untitled

Oct 31st, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.27 KB | None | 0 0
  1. 2020-10-31 01:56:30 INFO (MainThread) [homeassistant.components.script.power_t2] Power Consumption T2: Running script sequence
  2. 2020-10-31 01:56:30 INFO (MainThread) [homeassistant.components.script.power_t2] Power Consumption T2: Executing step call service
  3. 2020-10-31 01:56:30 INFO (MainThread) [homeassistant.components.automation.system_power_update_30s] system_power_update_30s: Executing step call service
  4. 2020-10-31 01:56:30 INFO (MainThread) [homeassistant.components.script.power_m_t2] Power Consumption T2/Month: Running script sequence
  5. 2020-10-31 01:56:30 INFO (MainThread) [homeassistant.components.script.power_m_t2] Power Consumption T2/Month: Executing step call service
  6. 2020-10-31 01:56:43 INFO (MainThread) [homeassistant.components.automation.system_snapshot_street] system_snapshot_street: Running automation actions
  7. 2020-10-31 01:56:43 INFO (MainThread) [homeassistant.components.automation.system_snapshot_street] system_snapshot_street: Executing step delay 0:00:01
  8. 2020-10-31 01:56:44 INFO (MainThread) [homeassistant.components.automation.system_snapshot_street] system_snapshot_street: Executing step call service
  9. 2020-10-31 01:56:47 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.140170882763840] Connection closed by client
  10. 2020-10-31 01:56:47 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.140170790843728] Connection closed by client
  11. 2020-10-31 01:56:47 ERROR (MainThread) [root] Uncaught exception
  12. Traceback (most recent call last):
  13. File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
  14. return _run_code(code, main_globals, None,
  15. File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
  16. exec(code, run_globals)
  17. File "/usr/src/homeassistant/homeassistant/__main__.py", line 320, in <module>
  18. sys.exit(main())
  19. File "/usr/src/homeassistant/homeassistant/__main__.py", line 312, in main
  20. exit_code = runner.run(runtime_conf)
  21. File "/usr/src/homeassistant/homeassistant/runner.py", line 133, in run
  22. return asyncio.run(setup_and_run_hass(runtime_config))
  23. File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
  24. return loop.run_until_complete(main)
  25. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 603, in run_until_complete
  26. self.run_forever()
  27. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 570, in run_forever
  28. self._run_once()
  29. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 1832, in _run_once
  30. handle = heapq.heappop(self._scheduled)
  31. RuntimeError: list changed size during iteration
  32. 2020-10-31 01:56:47 ERROR (Thread-2) [root] Uncaught thread exception
  33. Traceback (most recent call last):
  34. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  35. self.run()
  36. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  37. self._target(*self._args, **self._kwargs)
  38. File "/usr/local/lib/python3.8/logging/handlers.py", line 1487, in _monitor
  39. self.handle(record)
  40. File "/usr/local/lib/python3.8/logging/handlers.py", line 1468, in handle
  41. handler.handle(record)
  42. File "/usr/local/lib/python3.8/logging/__init__.py", line 950, in handle
  43. self.emit(record)
  44. File "/usr/src/homeassistant/homeassistant/components/system_log/__init__.py", line 198, in emit
  45. self.hass.bus.fire(EVENT_SYSTEM_LOG, entry.to_dict())
  46. File "/usr/src/homeassistant/homeassistant/core.py", line 685, in fire
  47. self._hass.loop.call_soon_threadsafe(
  48. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  49. self._check_closed()
  50. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  51. raise RuntimeError('Event loop is closed')
  52. RuntimeError: Event loop is closed
  53. 2020-10-31 01:56:48 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  54. 2020-10-31 01:56:48 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  55. 2020-10-31 01:56:48 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  56. 2020-10-31 01:56:49 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  57. 2020-10-31 01:56:49 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  58. 2020-10-31 01:56:49 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  59. 2020-10-31 01:56:49 ERROR (stream_worker) [root] Uncaught thread exception
  60. Traceback (most recent call last):
  61. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  62. self.run()
  63. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  64. self._target(*self._args, **self._kwargs)
  65. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 54, in stream_worker
  66. _stream_worker_internal(hass, stream, quit_event)
  67. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in _stream_worker_internal
  68. hass.loop.call_soon_threadsafe(
  69. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  70. self._check_closed()
  71. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  72. raise RuntimeError('Event loop is closed')
  73. RuntimeError: Event loop is closed
  74. 2020-10-31 01:56:49 ERROR (stream_worker) [root] Uncaught thread exception
  75. Traceback (most recent call last):
  76. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  77. self.run()
  78. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  79. self._target(*self._args, **self._kwargs)
  80. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 54, in stream_worker
  81. _stream_worker_internal(hass, stream, quit_event)
  82. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in _stream_worker_internal
  83. hass.loop.call_soon_threadsafe(
  84. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  85. self._check_closed()
  86. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  87. raise RuntimeError('Event loop is closed')
  88. RuntimeError: Event loop is closed
  89. 2020-10-31 01:56:49 ERROR (stream_worker) [root] Uncaught thread exception
  90. Traceback (most recent call last):
  91. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  92. self.run()
  93. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  94. self._target(*self._args, **self._kwargs)
  95. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 54, in stream_worker
  96. _stream_worker_internal(hass, stream, quit_event)
  97. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in _stream_worker_internal
  98. hass.loop.call_soon_threadsafe(
  99. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  100. self._check_closed()
  101. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  102. raise RuntimeError('Event loop is closed')
  103. RuntimeError: Event loop is closed
  104. 2020-10-31 01:56:49 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  105. 2020-10-31 01:56:49 ERROR (stream_worker) [root] Uncaught thread exception
  106. Traceback (most recent call last):
  107. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  108. self.run()
  109. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  110. self._target(*self._args, **self._kwargs)
  111. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 54, in stream_worker
  112. _stream_worker_internal(hass, stream, quit_event)
  113. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in _stream_worker_internal
  114. hass.loop.call_soon_threadsafe(
  115. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  116. self._check_closed()
  117. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  118. raise RuntimeError('Event loop is closed')
  119. RuntimeError: Event loop is closed
  120. 2020-10-31 01:56:49 ERROR (stream_worker) [root] Uncaught thread exception
  121. Traceback (most recent call last):
  122. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  123. self.run()
  124. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  125. self._target(*self._args, **self._kwargs)
  126. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 54, in stream_worker
  127. _stream_worker_internal(hass, stream, quit_event)
  128. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in _stream_worker_internal
  129. hass.loop.call_soon_threadsafe(
  130. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  131. self._check_closed()
  132. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  133. raise RuntimeError('Event loop is closed')
  134. RuntimeError: Event loop is closed
  135. 2020-10-31 01:56:50 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  136. 2020-10-31 01:56:50 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  137. 2020-10-31 01:56:50 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  138. 2020-10-31 01:56:55 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  139. 2020-10-31 01:56:55 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  140. 2020-10-31 01:56:55 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  141. 2020-10-31 01:56:57 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  142. 2020-10-31 01:56:57 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  143. 2020-10-31 01:56:57 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  144. 2020-10-31 01:56:57 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  145. 2020-10-31 01:56:58 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  146. 2020-10-31 01:56:58 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  147. 2020-10-31 01:56:58 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  148. 2020-10-31 01:56:58 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  149. 2020-10-31 01:56:59 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  150. 2020-10-31 01:56:59 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  151. 2020-10-31 01:56:59 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  152. 2020-10-31 01:56:59 ERROR (zeroconf-ServiceBrowser__googlecast._tcp.local._400) [root] Uncaught thread exception
  153. Traceback (most recent call last):
  154. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  155. self.run()
  156. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1746, in run
  157. self._service_state_changed.fire(
  158. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1504, in fire
  159. h(**kwargs)
  160. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1602, in on_change
  161. listener.add_service(*args)
  162. File "/usr/local/lib/python3.8/site-packages/pychromecast/discovery.py", line 65, in add_service
  163. self._add_update_service(zconf, typ, name, self.add_callback)
  164. File "/usr/local/lib/python3.8/site-packages/pychromecast/discovery.py", line 123, in _add_update_service
  165. callback(uuid, name)
  166. File "/usr/src/homeassistant/homeassistant/components/cast/discovery.py", line 83, in internal_add_update_callback
  167. discover_chromecast(
  168. File "/usr/src/homeassistant/homeassistant/components/cast/discovery.py", line 34, in discover_chromecast
  169. dispatcher_send(hass, SIGNAL_CAST_DISCOVERED, info)
  170. File "/usr/src/homeassistant/homeassistant/helpers/dispatcher.py", line 74, in dispatcher_send
  171. hass.loop.call_soon_threadsafe(async_dispatcher_send, hass, signal, *args)
  172. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  173. self._check_closed()
  174. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  175. raise RuntimeError('Event loop is closed')
  176. RuntimeError: Event loop is closed
  177. 2020-10-31 01:56:59 ERROR (zeroconf-ServiceBrowser__bond._tcp.local.-_homekit._tcp.local.-_daap._tcp.local.-_Volumio._tcp.local.-_http._tcp.local.-_wled._tcp.local.-_dkapi._tcp.local.-_viziocast._tcp.local.-_nut._tcp.local.-_elg._tcp.local.-_printer._tcp.local.-_spotify-connect._tcp.local.-_googlecast._tcp.local.-_miio._udp.local.-_hap._tcp.local.-_esphomelib._tcp.local.-_ipps._tcp.local.-_ssh._tcp.local.-_plugwise._tcp.local.-_xbmc-jsonrpc-h._tcp.local.-_axis-video._tcp.local.-_ipp._tcp.local.-_api._udp.local._438) [root] Uncaught thread exception
  178. Traceback (most recent call last):
  179. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  180. self.run()
  181. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1746, in run
  182. self._service_state_changed.fire(
  183. File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1504, in fire
  184. h(**kwargs)
  185. File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 304, in service_update
  186. hass.add_job(
  187. File "/usr/src/homeassistant/homeassistant/core.py", line 339, in add_job
  188. self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
  189. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  190. self._check_closed()
  191. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  192. raise RuntimeError('Event loop is closed')
  193. RuntimeError: Event loop is closed
  194. 2020-10-31 01:57:00 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  195. 2020-10-31 01:57:00 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  196. 2020-10-31 01:57:00 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  197. 2020-10-31 01:57:00 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  198. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  199. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  200. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  201. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  202. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  203. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  204. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  205. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  206. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  207. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  208. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  209. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  210. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  211. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  212. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  213. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  214. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  215. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  216. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  217. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  218. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  219. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  220. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  221. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  222. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  223. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  224. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  225. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  226. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  227. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  228. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  229. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  230. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  231. 2020-10-31 01:57:01 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  232. 2020-10-31 01:57:02 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  233. 2020-10-31 01:57:02 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
  234. 2020-10-31 01:57:02 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement