"This site can’t be reached" Pi 2 B+

Hey all,

My hassio is now responding with “This site can’t be reached”. My pi is connected and online, since I can ping it from my terminal:

bitttttten@GLaDOS:~$ ping 192.168.1.209
PING 192.168.1.209 (192.168.1.209) 56(84) bytes of data.
64 bytes from 192.168.1.209: icmp_seq=1 ttl=64 time=0.944 ms
64 bytes from 192.168.1.209: icmp_seq=2 ttl=64 time=0.954 ms
64 bytes from 192.168.1.209: icmp_seq=3 ttl=64 time=0.872 ms
64 bytes from 192.168.1.209: icmp_seq=4 ttl=64 time=0.957 ms
64 bytes from 192.168.1.209: icmp_seq=5 ttl=64 time=0.893 ms

The PWR light is a solid red, and sometimes I see the green ACT light flashing when booting. As of writing the ACT light has not flashed since.

I am quite a raaspberry pi noob, and this is a Pi 2 B+ that I got in 2015. How can I debug this? hassio was working fine, and now it’s down.

SSH into it using PuTTY.

read the home assistant logs.

I would set up SSH and see if the HA container is running.

How would I be able to see if the container is running? I have SSH access. I also did a port scan, and port 22 and 3218 are both running:

Port 22 (TCP)
Port 3218 (TCP) Tunnel is ssl: BaseHTTPServer 0.6 Python 3.6.6

Ah, I found the logs.

core-ssh:~# tail -f /config/home-assistant.log
2019-05-10 14:44:05 ERROR (SyncWorker_0) [homeassistant.util.yaml] while parsing a block collection
in “/config/automations.yaml”, line 2, column 3
expected , but found ‘?’
in “/config/automations.yaml”, line 3, column 3
2019-05-10 14:44:05 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: while parsing a block collection
in “/config/automations.yaml”, line 2, column 3
expected , but found ‘?’
in “/config/automations.yaml”, line 3, column 3

Looks like there’s a typo in my automations.yaml file.

3218 is the configurator add-on, not home assistant

sounds like you need to edit that file and fix whatever is broken?

Yep, just rebooted the device. Thanks! Hoping that’s all I need to do :slight_smile: