Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2021-05-16 18:58:16 ERROR (MainThread) [root] Uncaught exception
- Traceback (most recent call last):
- File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
- return _run_code(code, main_globals, None,
- File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
- exec(code, run_globals)
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 322, in
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 314, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 118, in run
- return asyncio.run(setup_and_run_hass(runtime_config))
- File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
- return loop.run_until_complete(main)
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 603, in run_until_complete
- self.run_forever()
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 570, in run_forever
- self._run_once()
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 1812, in _run_once
- handle = heapq.heappop(self._scheduled)
- RuntimeError: list changed size during iteration
- 2021-05-16 18:58:16 ERROR (Thread-2) [root] Uncaught thread exception
- Traceback (most recent call last):
- File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
- self.run()
- File "/usr/local/lib/python3.8/threading.py", line 870, in run
- self._target(*self._args, **self._kwargs)
- File "/usr/local/lib/python3.8/logging/handlers.py", line 1487, in _monitor
- self.handle(record)
- File "/usr/local/lib/python3.8/logging/handlers.py", line 1468, in handle
- handler.handle(record)
- File "/usr/local/lib/python3.8/logging/__init__.py", line 954, in handle
- self.emit(record)
- File "/usr/src/homeassistant/homeassistant/components/system_log/__init__.py", line 195, in emit
- self.hass.bus.fire(EVENT_SYSTEM_LOG, entry.to_dict())
- File "/usr/src/homeassistant/homeassistant/core.py", line 679, in fire
- self._hass.loop.call_soon_threadsafe(
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
- self._check_closed()
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
- raise RuntimeError('Event loop is closed')
- RuntimeError: Event loop is closed
- 2021-05-16 18:58:18 ERROR (stream_worker) [root] Uncaught thread exception
- Traceback (most recent call last):
- File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
- self.run()
- File "/usr/local/lib/python3.8/threading.py", line 870, in run
- self._target(*self._args, **self._kwargs)
- File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 203, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, in put
- self._hass.loop.call_soon_threadsafe(self._async_put, segment)
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
- self._check_closed()
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
- raise RuntimeError('Event loop is closed')
- RuntimeError: Event loop is closed
- Traceback (most recent call last):
- File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
- self.run()
- File "/usr/local/lib/python3.8/threading.py", line 870, in run
- self._target(*self._args, **self._kwargs)
- File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 203, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, in put
- self._hass.loop.call_soon_threadsafe(self._async_put, segment)
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
- self._check_closed()
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
- raise RuntimeError('Event loop is closed')
- RuntimeError: Event loop is closed
- Traceback (most recent call last):
- File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
- self.run()
- File "/usr/local/lib/python3.8/threading.py", line 870, in run
- self._target(*self._args, **self._kwargs)
- File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 203, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, in put
- self._hass.loop.call_soon_threadsafe(self._async_put, segment)
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
- self._check_closed()
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
- raise RuntimeError('Event loop is closed')
- RuntimeError: Event loop is closed
- 2021-05-16 18:58:19 ERROR (stream_worker) [root] Uncaught thread exception
- Traceback (most recent call last):
- File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
- self.run()
- File "/usr/local/lib/python3.8/threading.py", line 870, in run
- self._target(*self._args, **self._kwargs)
- File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 203, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, in put
- self._hass.loop.call_soon_threadsafe(self._async_put, segment)
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
- self._check_closed()
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
- raise RuntimeError('Event loop is closed')
- RuntimeError: Event loop is closed
- Traceback (most recent call last):
- File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
- self.run()
- File "/usr/local/lib/python3.8/threading.py", line 870, in run
- self._target(*self._args, **self._kwargs)
- File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 203, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 288, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 91, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 111, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 153, in put
- self._hass.loop.call_soon_threadsafe(self._async_put, segment)
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 764, in call_soon_threadsafe
- self._check_closed()
- File "/usr/local/lib/python3.8/asyncio/base_events.py", line 508, in _check_closed
- raise RuntimeError('Event loop is closed')
- RuntimeError: Event loop is closed
- Connected
Advertisement
Add Comment
Please, Sign In to add comment