Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2021-03-07 19:42:54 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 320, in
- sys.exit(main())
- File "/usr/src/homeassistant/homeassistant/__main__.py", line 312, in main
- exit_code = runner.run(runtime_conf)
- File "/usr/src/homeassistant/homeassistant/runner.py", line 111, 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-03-07 19:42:54 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 950, 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 689, 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-03-07 19:42:54 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 195, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, 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 195, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, 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-03-07 19:42:54 ERROR (Thread-9) [paho.mqtt.client] Caught exception in on_message: Event loop is closed
- 2021-03-07 19:42:54 ERROR (Thread-9) [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/site-packages/paho/mqtt/client.py", line 3452, in _thread_main
- self.loop_forever(retry_first_connection=True)
- File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1779, in loop_forever
- rc = self.loop(timeout, max_packets)
- File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1181, in loop
- rc = self.loop_read(max_packets)
- File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 1572, in loop_read
- rc = self._packet_read()
- File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 2310, in _packet_read
- rc = self._packet_handle()
- File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 2936, in _packet_handle
- return self._handle_publish()
- File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 3216, in _handle_publish
- self._handle_on_message(message)
- File "/usr/local/lib/python3.8/site-packages/paho/mqtt/client.py", line 3444, in _handle_on_message
- self.on_message(self, self._userdata, message)
- File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 850, in _mqtt_on_message
- self.hass.add_job(self._mqtt_handle_message, msg)
- File "/usr/src/homeassistant/homeassistant/core.py", line 338, in add_job
- self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
- 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 195, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, 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-03-07 19:42:55 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 195, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, 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-03-07 19:42:58 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 195, in _run_worker
- stream_worker(self.source, self.options, segment_buffer, self._thread_quit)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 277, in stream_worker
- segment_buffer.mux_packet(packet)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 90, in mux_packet
- self.flush(duration)
- File "/usr/src/homeassistant/homeassistant/components/stream/worker.py", line 110, in flush
- stream_output.put(segment)
- File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 147, 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-03-07 19:43:11 ERROR (zeroconf-ServiceBrowser__googlecast._tcp.local._309) [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/site-packages/zeroconf/__init__.py", line 1755, in run
- self._service_state_changed.fire(
- File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1513, in fire
- h(**kwargs)
- File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1613, in on_change
- listener.remove_service(*args)
- File "/usr/local/lib/python3.8/site-packages/pychromecast/discovery.py", line 53, in remove_service
- self.remove_callback(uuid, name, service)
- File "/usr/src/homeassistant/homeassistant/components/cast/discovery.py", line 98, in internal_remove_callback
- _remove_chromecast(
- File "/usr/src/homeassistant/homeassistant/components/cast/discovery.py", line 42, in _remove_chromecast
- dispatcher_send(hass, SIGNAL_CAST_REMOVED, info)
- File "/usr/src/homeassistant/homeassistant/helpers/dispatcher.py", line 74, in dispatcher_send
- hass.loop.call_soon_threadsafe(async_dispatcher_send, hass, signal, *args)
- 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-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
- 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/site-packages/zeroconf/__init__.py", line 1755, in run
- self._service_state_changed.fire(
- File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1513, in fire
- h(**kwargs)
- File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 319, in service_update
- hass.add_job(
- File "/usr/src/homeassistant/homeassistant/core.py", line 338, in add_job
- self.loop.call_soon_threadsafe(self.async_add_job, target, *args)
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement