Error message in Hass.IO log

I have an error that keeps hammering my log (75 times in 30 minutes!) before it suddenly stops. This usually starts after restart of Hass.IO.

Running Home Assistant 0.102.3 in Docker on a NUC

The error is:

 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/report_state.py", line 49, in async_entity_state_listener
    {"devices": {"states": {changed_entity: entity_data}}}
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/http.py", line 192, in async_report_state
    "agentUserId": (await self.hass.auth.async_get_owner()).id,
AttributeError: 'NoneType' object has no attribute 'id'

Can someone please help me locate this error?

Try resetting your google assistant integration?

How do I reset that? I have it configured in configuration.yaml

Try the integration directions

I deleted everything and started over, seems to be working so far!

Thanks @flamingm0e!