Server: Raspberry Pi with latest Hassbian and Home Assistant installed, installed today, minimal configuration changes made
Client: macOS High Sierra with Safari browser
Have been able to log in just fine earlier, but when trying to access the web interface for Home Assistant now I get a perpetual “Loading data” screen. /var/log/syslog
of the Pi shows the following :
Sep 7 16:59:06 navel hass[510]: 2018-09-07 16:59:06 INFO (MainThread) [homeassistant.components.http.view] Serving / to 10.0.1.40 (auth: False)
Sep 7 16:59:07 navel hass[510]: 2018-09-07 16:59:07 INFO (MainThread) [homeassistant.components.http.view] Serving /api/websocket to 10.0.1.40 (auth: False)
Sep 7 16:59:07 navel hass[510]: 2018-09-07 16:59:07 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/token to 10.0.1.40 (auth: False)
Sep 7 16:59:07 navel hass[510]: 2018-09-07 16:59:07 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 10.0.1.40
Sep 7 16:59:07 navel hass[510]: 2018-09-07 16:59:07 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service=create, service_data=message=Login attempt or request with invalid authentication from 10.0.1.40, title=Login attempt failed, notification_id=http-login, domain=persistent_notification>
Sep 7 16:59:07 navel hass[510]: 2018-09-07 16:59:07 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: old_state=None, new_state=<state persistent_notification.httplogin=notifying; message=Login attempt or request with invalid authentication from 10.0.1.40, title=Login attempt failed @ 2018-09-07T09:59:07.450876+00:00>, entity_id=persistent_notification.httplogin>
Sep 7 16:59:07 navel hass[510]: 2018-09-07 16:59:07 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]>
The /home/homeassistant/.homeassistant/home-assistant.log
file said
2018-09-07 16:59:07 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 10.0.1.40
What I’ve tried to so far :
- Restarting the browser: no change
- Restarting my Mac: no change
- Restarting the Pi: no change
- Added a “?jssjhsdfkl” random string in case there was any caching done by the Pi/Hass: no change
- Used a ‘private browser window’: YES! Can log in when using a private browser window. Successful login here does not change the behavior in the normal browser window though. At this point I figured it would be cookies.
- Delete cookies: can’t find any cookies
- Yelled at the screen: no change
Additional notes :
- I did not change the password for my Hass account
- Configuration validation passes
I don’t know how to further troubleshoot this, and would appreciate any help you can offer.