Replies: 1 comment
-
I acctidentally found the solution to my problems. |
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
-
Sorry if this is a dumb question but If I try to run
docker run --volume /run/dbus/system_bus_socket:/run/dbus/system_bus_socket -p 8881:8881 --restart=unless-stopped corvis/prana-rc:latest
I get a blincking curso in the terminal and If i acces the 0.0.0.0:8881 in my browser i get this message:<title>405: Method Not Allowed</title>405: Method Not Allowed
If i try to run command
docker run --rm --volume /run/dbus/system_bus_socket:/run/dbus/system_bus_socket corvis/prana-rc:latest discover
I get this error in the terminal.
Starting discovery (timeout 3s)...
-> ERROR: org.freedesktop.DBus.Error.AccessDenied
What do I actually need to do to start the server in order for the Prana integration to work in HA?
Beta Was this translation helpful? Give feedback.
All reactions