HA is Active but can't access web client on 8123

I think I finally have HA working. Raspberry 2 installation. When I check status below are the results. Despite it saying active I cannot get the web client to load at :8123. It is not found. I have not touched anything in any configuration files yet and I am able to load up the root web page.

pi@raspberrypi:~ $ sudo systemctl status home-assistant.service -l
● home-assistant.service - Home Assistant
   Loaded: loaded (/etc/systemd/system/home-assistant.service; enabled)
   Active: active (running) since Fri 2017-01-13 20:00:01 CST; 1 day 2h ago
 Main PID: 483 (hass)
   CGroup: /system.slice/home-assistant.service
           └─483 /srv/homeassistant/homeassistant_venv/bin/python3 /srv/homeassistant/homeassistant_venv/bin/hass -c /home/homeassistant/.homeassistant

Jan 13 20:01:20 raspberrypi hass[483]: INFO:homeassistant.loader:Loaded mqtt from homeassistant.components.mqtt
Jan 13 20:01:25 raspberrypi hass[483]: INFO:homeassistant.bootstrap:Setting up mqtt
Jan 13 20:01:33 raspberrypi hass[483]: INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=publish, domain=mqtt>
Jan 13 20:01:33 raspberrypi hass[483]: INFO:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=mqtt>
Jan 13 20:01:33 raspberrypi hass[483]: INFO:homeassistant.core:Starting Home Assistant core loop
Jan 13 20:01:33 raspberrypi hass[483]: INFO:homeassistant.core:Starting Home Assistant
Jan 13 20:01:33 raspberrypi hass[483]: INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=stop, domain=homeassistant>
Jan 13 20:01:33 raspberrypi hass[483]: INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=restart, domain=homeassistant>
Jan 13 20:01:33 raspberrypi hass[483]: INFO:homeassistant.core:Bus:Handling <Event homeassistant_start[L]>
Jan 13 20:01:33 raspberrypi hass[483]: INFO:homeassistant.core:Timer:starting

I have exactly the same problem. I have the AiO installer and just updated. No frontend access after the update.

Hi,

My problem seems to be the same so I post here.
I have updated to 36.0 on a test system…(lucky me :frowning: )
Hass is active but frontend not started.
While looking around I see an error during start-up

File “/srv/hass/hass_venv/lib/python3.4/site-packages/yaml/constructor.py”, line 86, in construct_object
data = constructor(self, node)
File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/yaml.py”, line 94, in _include_yaml
return _add_reference(load_yaml(fname), loader, node)
File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/yaml.py”, line 39, in _add_reference
setattr(obj, ‘config_file’, loader.name)
AttributeError: ‘dict’ object has no attribute ‘config_file

Also while running the config check script it trows me the same error Fatal error while loading config: ‘dict’ object has no attribute ‘config_file

My master system runs on 0.35.3 and does not have the problem when I run the config check script

So…please help

Regards

Herbert

Hi,

I had the same issue and rolled back to 0.35.3 with this command:
pip3 install homeassistant==0.35.3

Roll back to .25 or .35?

Sorry for the typo.
Rollback to the previous version 0.35.3.
I updated the post.

Definitely roll back to 0.35.3, 0.36 is not quite ready yet.

Version 0.36.1 works for me.
Thanks for the great job.

Just a quick update. I ended up starting over with the home assistant manual install and gave up on the all-in-one install.

I am convinced the all-in-one just doesn’t work correctly. I am closing this topic since the manual worked first time.