Websocket error after upgrade to 84.1

My log is filled with error like this after upgrade to 84.1. Any ideas?

    Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/websocket_api/connection.py", line 66, in async_handle
    handler(self.hass, self, schema(msg))
  File "/srv/homeassistant/lib/python3.6/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'
1 Like

anybody? I also got this issue with a upgrade to 0.84.2 today and my frontpages don’t load anymore…

1 Like

I see it, too. It may or may not relate to 84.1’s allergy to change event subscriptions via websocket. Unfortunately, I don’t have the time at the moment to diagnose it well enough to submit a bug report.

FYI: Error after upgrade to 0.84.2

yeah I read that … I also use the API login for my normal user. not for other applications.
I deleted the API in the http part of the config but no luck. also the images of the webpage are broken. end this is in the homeassistant.log:

2018-12-16 00:16:00 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback SendfileStreamWriter._sendfile_cb(<Future cancelled>, 26, 25, 27740, 80547, <_UnixSelecto...e debug=False>, True) Traceback (most recent call last):
 File "/home/homeassistant/.pyenv/versions/3.6.3/lib/python3.6/asyncio/events.py", line 127, in _run
   self._callback(*self._args)
 File "/home/homeassistant/.pyenv/versions/3.6.3/envs/homeassistant-3.6.3/lib/python3.6/site-packages/aiohttp/web_fileresponse.py", line 37, in _sendfile_cb
   loop.remove_writer(out_fd)
 File "/home/homeassistant/.pyenv/versions/3.6.3/lib/python3.6/asyncio/selector_events.py", line 351, in remove_writer
   self._ensure_fd_no_transport(fd)
 File "/home/homeassistant/.pyenv/versions/3.6.3/lib/python3.6/asyncio/selector_events.py", line 258, in _ensure_fd_no_transport
   fd, transport))
RuntimeError: File descriptor 26 is used by transport <_SelectorSocketTransport fd=26 read=polling write=<polling, bufsize=0>>
2018-12-16 00:16:00 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback SendfileStreamWriter._sendfile_cb(<Future cancelled>, 26, 25, 27740, 80547, <_UnixSelecto...e debug=False>, True)
Traceback (most recent call last):
 File "/home/homeassistant/.pyenv/versions/3.6.3/lib/python3.6/asyncio/events.py", line 127, in _run
   self._callback(*self._args)
 File "/home/homeassistant/.pyenv/versions/3.6.3/envs/homeassistant-3.6.3/lib/python3.6/site-packages/aiohttp/web_fileresponse.py", line 37, in _sendfile_cb
   loop.remove_writer(out_fd)
 File "/home/homeassistant/.pyenv/versions/3.6.3/lib/python3.6/asyncio/selector_events.py", line 351, in remove_writer
   self._ensure_fd_no_transport(fd)
 File "/home/homeassistant/.pyenv/versions/3.6.3/lib/python3.6/asyncio/selector_events.py", line 258, in _ensure_fd_no_transport
   fd, transport))    

no clue what this it or means...