127.0.0.1 login failed

Any ideas what would cause this? Not installed any new components really apart from an IP camera but that seems to work fine.

Is it not strange that it’s the host address?

2019-07-20 12:28:32 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-07-20 12:28:33 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1

Same issue.

2019-07-21 12:44:32 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1

I only have add on like mqtt, esphome, no node red or appdaemon.

Do you have NabuCasa Home Assistant Cloud set up?

Yes, seems to be working fine.

I don’t have it. But this has the issue.

Is it to do with HACS?

2019-07-21 17:54:51 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-07-21 18:32:34 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
    resp = await task
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
    resp = await handler(request)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 67, in ban_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 216, in auth_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 115, in handle
    result = await result
  File "/config/custom_components/hacs/http.py", line 47, in get
    response = await response.response(self)
  File "/config/custom_components/hacs/http.py", line 167, in response
    repository = self.store.repositories[str(self.repository_id)]
KeyError: 'map.gif'

anyone know how to fix this? getting the same problem, here is a snippit from my log file

2019-10-25 12:39:34 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-10-25 12:39:39 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-10-25 12:39:44 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-10-25 12:39:49 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-10-25 12:39:54 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-10-25 12:39:59 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-10-25 12:40:04 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-10-25 12:40:09 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1

hope it helps, if you need any more info please let me know

Hi! Do you have AppDeamon? If yes, check this one out:

I’m using it. But when I started this post I didn’t. So, in my case it’s not the original source of issue.

For me this happens when I view mjpeg cameras (even the camera_proxy causes this). Has been an issue for at least a year.

1 Like