Did a restart when I got home today and HA will not start up. Can anyone make anything from the logs?
2019-10-30 18:00:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2019-10-30 18:00:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2019-10-30 18:00:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2019-10-30 18:00:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2019-10-30 18:00:02 ERROR (SyncWorker_19) [concurrent.futures] exception calling callback for <Future at 0x7fefd8aa5748 state=finished returned list>
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 324, in _invoke_callbacks
callback(self)
File "/usr/lib/python3.6/asyncio/futures.py", line 417, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
2019-10-30 18:00:02 ERROR (SyncWorker_11) [concurrent.futures] exception calling callback for <Future at 0x7fefb0c8c0b8 state=finished raised RuntimeError>
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/google/__init__.py", line 260, in _scan_for_calendars
hass.services.call(DOMAIN, SERVICE_FOUND_CALENDARS, calendar)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 1171, in call
self._hass.loop,
File "/usr/lib/python3.6/asyncio/tasks.py", line 725, in run_coroutine_threadsafe
loop.call_soon_threadsafe(callback)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 324, in _invoke_callbacks
callback(self)
File "/usr/lib/python3.6/asyncio/futures.py", line 417, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
2019-10-30 18:00:02 ERROR (SyncWorker_6) [concurrent.futures] exception calling callback for <Future at 0x7fefc20ad518 state=finished raised RuntimeError>
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/honeywell/climate.py", line 131, in setup_platform
for location in client.locations_by_id.values()
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 200, in _schedule_add_entities
update_before_add,
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/util/async_.py", line 77, in run_callback_threadsafe
loop.call_soon_threadsafe(run_callback)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 324, in _invoke_callbacks
callback(self)
File "/usr/lib/python3.6/asyncio/futures.py", line 417, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
2019-10-30 18:00:02 ERROR (SyncWorker_18) [concurrent.futures] exception calling callback for <Future at 0x7fefb0bd7438 state=finished raised RuntimeError>
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/zeroconf/__init__.py", line 96, in setup
hass.bus.listen_once(EVENT_HOMEASSISTANT_STOP, stop_zeroconf)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 627, in listen_once
self._hass.loop, self.async_listen_once, event_type, listener
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/util/async_.py", line 77, in run_callback_threadsafe
loop.call_soon_threadsafe(run_callback)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 324, in _invoke_callbacks
callback(self)
File "/usr/lib/python3.6/asyncio/futures.py", line 417, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
2019-10-30 18:00:06 ERROR (SyncWorker_16) [concurrent.futures] exception calling callback for <Future at 0x7fefb22476a0 state=finished raised RuntimeError>
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/netatmo/__init__.py", line 139, in setup
schema=SCHEMA_SERVICE_ADDWEBHOOK,
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 1089, in register
self._hass.loop, self.async_register, domain, service, service_func, schema
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/util/async_.py", line 77, in run_callback_threadsafe
loop.call_soon_threadsafe(run_callback)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/concurrent/futures/_base.py", line 324, in _invoke_callbacks
callback(self)
File "/usr/lib/python3.6/asyncio/futures.py", line 417, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File "/usr/lib/python3.6/asyncio/base_events.py", line 637, in call_soon_threadsafe
self._check_closed()
File "/usr/lib/python3.6/asyncio/base_events.py", line 377, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed