Web interface in docker container #2166
Replies: 2 comments
-
Argh, it's definitely a me problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Argh. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got batpred set up in a docker container using this configuration:
Everything is working except the web interface. I thought it was because starting the HA web socket failed with this error:
Because I'm using HA in docker, there's no addons, so that makes sense. Commenting out the
raise
line inbatpred/apps/predbat/predbat.py
Lines 1178 to 1182 in 78171e1
allows it to get a little further:
But nothing is actually bound:
I'm pretty sure it's a problem my end (or maybe nobody's tried web interface + Docker container), but I'm totally confused about what it might be.
Beta Was this translation helpful? Give feedback.
All reactions