Error doing job: Future exception was never retrieved

Hi,
I’m getting this error once every time hass starts, I’ve searched on the forums and I also see some old topics with people who are also got it but never really resolved, and also they are mentioning components that I don’t have at all…
does anyone know how I can debug this?

I all my components are working but I hate errors :slight_smile:

running 0.75.3 on raspberry pi b+

Error doing job: Future exception was never retrieved
Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/pi/.local/lib/python3.7/site-packages/homeassistant/util/__init__.py", line 325, in wrapper
    result = method(*args, **kwargs)
TypeError: update() takes 1 positional argument but 2 were given

Also it looks very like this issue - which does not appear to be worked on
https://github.com/home-assistant/home-assistant/issues/14527

I have the same issue with 0.76.1, I don’t know what cause this. But everything is working

After updating core-2021.8.7, an error began to appear. I can’t figure out where he came from. Everything works well.

Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:87
First occurred: 10:26:20 (19 occurrences)
Last logged: 10:36:51

Error doing job: Future exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 856, in _read_ready__data_received
    data = self._sock.recv(self.max_size)
ConnectionResetError: [Errno 104] Connection reset by peer

The above exception was the direct cause of the following exception:

anyio.BrokenResourceError