Closed KrOnAsK closed 2 months ago
I checked the log you provided. The direct cause seems to be that during the startup of the WebhookService, the Ngrok startup failed, causing the entire service to stop, which in turn led to the shutdown of all internal services. (It seems that the Ngrok download was successful.)
Are you able to capture logs from just before the first line of the log?
Also, are you using the Webhook?
If you are not using it, I think you can avoid this issue by setting UseWebhook=false
or UseNgrok=false
.
If the log output is too large and you cannot successfully capture the logs before WebhookService[0] StartAsync... If the same result occurs when manually starting the Webhook service, it would be helpful to have the logs from that time.
If you wish to use Webhook,Since it seems to be an issue related to starting the Ngrok process, it may be necessary to increase the log level of the internal library for a more detailed investigation. (This configuration cannot be done from the add-on options, so a dedicated add-on image would need to be provided.)
Which architecture is the hardware where the add-on is installed? Is it one of these: arm64, armv7, amd64...? Also, what installation method are you using? Is it an add-on installation on Home Assistant OS?
As additional information, I found the following patterns where the same error occurs:
No response, so I close it. Reopen if necessary.
Hi, first of all I love the MQTT Integration for my switchbot its much faster than the bluetooth one but every time my HA or just the integration is restarted (for whatever reason) the MQTTCore Service and Polling Service don't start and I need to go into the Web UI and start them manually which is at least once a day for me which kinda defeats the purpose of having a SmartHome right? Here are the logs I can't really see a reason why its not starting.