Ha will not start after reboot

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

Same problem, so I have to revert version
Traceback (most recent call last):
File “/usr/lib/python3.6/logging/init.py”, line 996, in emit
stream.write(msg)
UnicodeEncodeError: ‘ascii’ codec can’t encode characters in position 208-217: ordinal not in range(128)
Call stack:
File “/home/nick252/homeassistant/bin/hass”, line 8, in
sys.exit(main())
File “/home/nick252/homeassistant/lib/python3.6/site-packages/homeassistant/main.py”, line 399, in main
exit_code = asyncio_run(setup_and_run_hass(config_dir, args))
File “/home/nick252/homeassistant/lib/python3.6/site-packages/homeassistant/util/async_.py”, line 27, in asyncio_run
return loop.run_until_complete(main)
File “/usr/lib/python3.6/asyncio/base_events.py”, line 460, in run_until_complete
self.run_forever()
File “/usr/lib/python3.6/asyncio/base_events.py”, line 427, in run_forever
self._run_once()
File “/usr/lib/python3.6/asyncio/base_events.py”, line 1440, in _run_once
handle._run()
File “/usr/lib/python3.6/asyncio/events.py”, line 145, in _run
self._callback(*self._args)
File “/home/nick252/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 275, in async_update_ha_state
self._async_write_ha_state()
File “/home/nick252/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 394, in _async_write_ha_state
self.entity_id, state, attr, self.force_update, self._context
File “/home/nick252/homeassistant/lib/python3.6/site-packages/homeassistant/core.py”, line 994, in async_set
context,
File “/home/nick252/homeassistant/lib/python3.6/site-packages/homeassistant/core.py”, line 577, in async_fire
_LOGGER.debug(“Bus:Handling %s”, event)

Is it resolved by any means? I’m having the same with most recent version, however it’s not rebooting all the time this way. Sometimes it hangs, sometimes not. If it does, I need to reboot the whole docker container, then everything works… ?!