Closed voc0der closed 3 months ago
Looks like something is messed up with your installation of HA. The easiest would probably be to reinstall it.
Hm, I'll keep that in mind. I have other HACS repos that work just fine, so I'm not going to reconfigure all of HASS when I have tons of stuff working except this one repo (it's the official docker container that only mounts some config files, so I'm not even installing it anyways). Thanks anyways tho!
I highly doubt the effort spent reconfiguring it would yield a single different result based on the error too. Guess I'll just keep an eye on this repo for when it eventually gets fixed.
Describe the bug
Unable to proceed, getting
500 Internal Server Error Server got itself in trouble
in HASS. Under the hood, pip doesn't have permissions to install deps (see below)Version of the custom_component
Using latest repo version.
Configuration
Using docker, amd64,
ghcr.io/home-assistant/home-assistant:stable
Debug log
It looks like
pip
wants to write to /.local and not ~/.local or somewhere safe, and most containers (including the official one) aren't going to let you do that nor would it be persist anyways. The expected location is probably/config/.local/
I tried going into the container and making .local, but I got permission denied for the
root
user, so..Any suggestions on how to get this working? Thanks