Error message in log

What does this error message mean? What could be causing it? Everythging seems to be working perfectly.

2017-10-29 17:53:51 ERROR (MainThread) [aiohttp.access] Error in logging
Traceback (most recent call last):
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/aiohttp/helpers.py”, line 500, in log
for key, value in fmt_info:
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/aiohttp/helpers.py”, line 483, in
return ((key, method(args)) for key, method in self._methods)
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/aiohttp/helpers.py”, line 436, in _format_a
peername = args[3].get_extra_info(‘peername’)
File “/usr/lib/python3.5/asyncio/sslproto.py”, line 306, in get_extra_info
return self._ssl_protocol._get_extra_info(name, default)
File “/usr/lib/python3.5/asyncio/sslproto.py”, line 546, in _get_extra_info
return self._transport.get_extra_info(name, default)
AttributeError: ‘NoneType’ object has no attribute ‘get_extra_info’

I get these errors using the Chrome browser when i use URL: https://IP_ADDRESS:8123

When i use URL: https://ME.duckdns.org/states i have got no errors.

hi @DavidFW1960

Did you ever figure this out?

I am getting the same errors with chrome and the IOS app as you have pasted in your original post.

The latest troubleshooting i have tried to pin point when these occur was:

  • shutdown home assistant service.
  • clear the cache on chrome
  • empty the home-assistant.log file
  • start home assistant service
  • open chrome and browse to home assistant
  • no errors
  • close chrome
  • a new error is added to the log

no idea what is causing it, but I am browsing using https and domain name and seem to only get new errors in the log when browsing home assistant site either with chrome on a pc or in the IOS app.
I was hoping an upgrade to home-assistant to 0.61.0 would fix it, but it did not.