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
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
I know this is an old thread (5 years!), but I just solved a similar issue and wanted to share in case it helps someone else:
1. First, I identified the source of the issue by checking when the error occurred. In my case, it was triggered every time I opened the Home Assistant app on my iPhone.
2. Then, I realized that this started happening after I restored an old Nabu Casa connection from a previous installation that I no longer used.
3. The fix was simple: I deleted the old server entry from the app and kept only the new one.
I might not fully understand the technical details behind the issue, but knowing where to look helped me solve it.
Hope this helps someone else, and I encourage other newbies like me to share their experiences and be part of the community!