Core: Sslproto and addons

Created on 2 Aug 2017  路  5Comments  路  Source: home-assistant/core

Hey guys
Fresh installation of hass.io
Ive added few addons
1.letsencrypt

  1. Habridge
  2. Configurator
  3. Node-red

Whenever i try to open a tab in hass interface . I get a blank page.
The logs

2017-08-02 03:26:30 ERROR (MainThread) [aiohttp.access] Error in logging
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/aiohttp/helpers.py", line 490, in log
    for key, value in fmt_info:
  File "/usr/lib/python3.6/site-packages/aiohttp/helpers.py", line 473, in <genexpr>
    return ((key, method(args)) for key, method in self._methods)
  File "/usr/lib/python3.6/site-packages/aiohttp/helpers.py", line 426, in _format_a
    peername = args[3].get_extra_info('peername')
  File "/usr/lib/python3.6/asyncio/sslproto.py", line 306, in get_extra_info
    return self._ssl_protocol._get_extra_info(name, default)
  File "/usr/lib/python3.6/asyncio/sslproto.py", line 547, in _get_extra_info
    return self._transport.get_extra_info(name, default)
AttributeError: 'NoneType' object has no attribute 'get_extra_info'

Tried to stop the addons and keep just one up (start) and the issue still happens

Need help here
I assume that its related to ssl and letsencrypt . Happens within the lan (192.168.0.10:8123 & domain.com:8123)

Most helpful comment

@pickeld where did you post your new issue with details? I wan to subscribe for answer. Those of us with Hass.io installations can't update their python versions.

All 5 comments

That is a known bug of aiohttp. We hope that will fix soon but it should not have any effect to your system.

@pickeld This has already been filed #8556. You can close this issue..thanks!

i narrowed it down, opening a new issue with details. thanks.

Looks like its already been fixed if you upgrade python.
https://github.com/python/cpython/pull/525

@pickeld where did you post your new issue with details? I wan to subscribe for answer. Those of us with Hass.io installations can't update their python versions.

Was this page helpful?
0 / 5 - 0 ratings