Hassbian Unknown Error

Hey,

I’m getting an unknown error with a fresh install of Hassbian.

2017-10-18 10:32:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py", line 1025, in _event_to_service_call yield from service_handler.func(service_call) File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/script.py", line 132, in turn_off_service in component.async_extract_from_service(service)], loop=hass.loop) File "/usr/lib/python3.5/asyncio/tasks.py", line 346, in wait raise ValueError('Set of coroutines/Futures is empty.')vValueError: Set of coroutines/Futures is empty.

Having a hard time identifying whats causing this!

I am getting essentially the same error at startup, but in Hass.io running 0.57.1. I have not noticed anything not running properly in my setup.

2017-11-05 15:47:02 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/lib/python3.6/asyncio/tasks.py", line 179, in _step
    result = coro.send(None)
  File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 405, in async_add_entities
    yield from asyncio.wait(tasks, loop=self.component.hass.loop)
  File "/usr/lib/python3.6/asyncio/tasks.py", line 298, in wait
    raise ValueError('Set of coroutines/Futures is empty.')
ValueError: Set of coroutines/Futures is empty.