-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
matter server s6 run script has no default log level #3068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The add-ons are not designed to be run outside of the context of Supervisor. |
I also experienced this error:
I'm running HA via Home Assistant OS (which includes the supervisor), so I'm not sure what @agners is saying but it sounds like it might not apply to me. Anyway, I was able to get Matter running again with the following steps:
Here's the versions I'm currently running:
|
@trrevvorr yes indeed, if you are running HAOS this is not expected to happen. Can you reproduce this? If so, can you document the exact step and open a new issue? |
Unfortunately I just noticed this the other day and it hasn’t happened since. It’s possible this started occurring after I installed some updates but I can’t say for sure. I’ll update if it does happen again though. |
Fixed by #3118 thanks! |
@karlp this is more a temporary work around since it appears to happen on some Supervised/Supervisor+HAOS systems as well. This work around might go away (or we might add additional configs where we can't provide a sane default). For pure Docker/Container installation, please use the official Container images available at https://github.com/home-assistant-libs/python-matter-server/pkgs/container/python-matter-server. |
That's definitely worth looking at, those container images didn't exist when I filed this :) |
Describe the issue you are experiencing
When running the
docker.io/homeassistant/aarch64-addon-matter-server
container, it fails to start without an "appropriate" config attached "somewhere". While this is probably handled automagically in homeassistant OS, it's simply a matter of a default log level not being provided here: https://github.com/home-assistant/addons/blob/master/matter_server/rootfs/etc/s6-overlay/s6-rc.d/matter-server/run#L10The bashio call to fetch a log level needs a default, say, "info" instead of being omitted.
Without this, the server continually restarts
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Other (e.g., Raspbian/Raspberry Pi OS/Fedora)
Which add-on are you reporting an issue with?
Matter Server
What is the version of the add-on?
docker just calls it "latest" not sure what rev that derives to
Steps to reproduce the issue
1.oh right
2. you made
3. a super form
System Health information
not relevant
Anything in the Supervisor logs that might be useful for us?
Anything in the add-on logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: