to4ko

Untitled

May 16th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.68 KB | None | 0 0
  1. 2021-05-16 18:58:16 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 322, in
  8. sys.exit(main())
  9. File "/usr/src/homeassistant/homeassistant/__main__.py", line 314, in main
  10. exit_code = runner.run(runtime_conf)
  11. File "/usr/src/homeassistant/homeassistant/runner.py", line 118, 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-05-16 18:58:16 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 954, 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 679, 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-05-16 18:58:18 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 203, 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 288, in stream_worker
  52. segment_buffer.mux_packet(packet)
  53. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
  54. self.flush(duration)
  55. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
  56. stream_output.put(segment)
  57. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, 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 203, 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 288, in stream_worker
  72. segment_buffer.mux_packet(packet)
  73. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
  74. self.flush(duration)
  75. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
  76. stream_output.put(segment)
  77. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, 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. Traceback (most recent call last):
  85. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  86. self.run()
  87. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  88. self._target(*self._args, **self._kwargs)
  89. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 203, in _run_worker
  90. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  91. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in stream_worker
  92. segment_buffer.mux_packet(packet)
  93. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
  94. self.flush(duration)
  95. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
  96. stream_output.put(segment)
  97. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, in put
  98. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  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. 2021-05-16 18:58:19 ERROR (stream_worker) [root] Uncaught thread exception
  105. Traceback (most recent call last):
  106. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  107. self.run()
  108. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  109. self._target(*self._args, **self._kwargs)
  110. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 203, in _run_worker
  111. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  112. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in stream_worker
  113. segment_buffer.mux_packet(packet)
  114. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
  115. self.flush(duration)
  116. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
  117. stream_output.put(segment)
  118. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, in put
  119. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  120. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  121. self._check_closed()
  122. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  123. raise RuntimeError('Event loop is closed')
  124. RuntimeError: Event loop is closed
  125. Traceback (most recent call last):
  126. File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  127. self.run()
  128. File "/usr/local/lib/python3.8/threading.py", line 870, in run
  129. self._target(*self._args, **self._kwargs)
  130. File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 203, in _run_worker
  131. stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
  132. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in stream_worker
  133. segment_buffer.mux_packet(packet)
  134. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
  135. self.flush(duration)
  136. File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
  137. stream_output.put(segment)
  138. File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, in put
  139. self._hass.loop.call_soon_threadsafe(self._async_put, segment)
  140. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
  141. self._check_closed()
  142. File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
  143. raise RuntimeError('Event loop is closed')
  144. RuntimeError: Event loop is closed
  145. Connected
Advertisement
Add Comment
Please, Sign In to add comment