My amplipi has an error on the screen saying that it cannot connect to the REST API. It is connected to my network and I can SSH into it, but not sure what to do past that. I tried a physical reboot and a sudo reboot. The WebGUI does not show up. Anyway to figure this out?
When you SSH into it, is the file system readonly? Try creating a temp txt file in the home directory to confirm.
Based on your logs it looks like you switched between versions that have a small difference in config expectations, sorry about that.
If you have ssh access I would run the following commands to reset your system’s configuration:
systemctl stop --user amplipi
rm ~/amplipi-dev/house.json
systemctl restart --user amplipi
Let us know if this works for ya.
Hey guys! I tried those commands but didn’t get any different. If it helps, I have not changed or done anything to the unit for over 2 months and it had been working perfectly before that.
Also, I was able to make a temp txt file no problem