No attribute "is_admin" after upgrade

Hello, after upgradu HA to 0.84.2 there is error in log every few seconds:

Log Details (ERROR)
Sun Dec 16 2018 10:25:40 GMT+0100 (Středoevropský standardní čas)

Error handling message: {‘id’: 25649, ‘type’: ‘subscribe_events’}
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/websocket_api/connection.py”, line 66, in async_handle
handler(self.hass, self, schema(msg))
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/websocket_api/commands.py”, line 102, in handle_subscribe_events
if not connection.user.is_admin:
AttributeError: ‘NoneType’ object has no attribute ‘is_admin’

Also my yahoo weather widget disappeared. Any idea? Thank you.

same here, after upgrading from 0.84 to 0.84.2, same with 0.84.3

Do you use Appdaemon? Do you have hass.io or hassbian or which type of installation?

Actually appdaemon causes it, indeed. I have the AIO installation in virt env. I had appdaemon setup but never used it really. Now I should do the long life token thing to make it work. For now stopped it and errors are gone.

This error occurs because HA has grown proper authentication since you’ve installed appdaemon. You need to go to your profile, create a long-lived-token and then adjust appdaemon.conf accordingly. For example:

    HASS:
      type: hass
      ha_url: <your-home-assistant-url>
      token: <long-lived-token>