tsujamin / hass-addons

108 stars 35 forks source link

1.66.4 - addon unable to start #120

Closed ga2pegw closed 5 months ago

ga2pegw commented 5 months ago

Describe the bug After updating from 1.66.3, the addon begins startup but eventually errors out with the below. Reverting back to 1.66.3 works

Snippet from log:

*2024/05/31 08:59:36 health("overall"): ok
Error: changing settings via 'tailscale up' requires mentioning all
non-default flags. To proceed, either re-run your command with --reset or
use the command below to explicitly mention the current value of
all non-default settings:

    tailscale up --advertise-routes=10.0.15.0/24,10.0.33.0/24 --auth-key=tskey-REDACTED --hostname=home-assistant --stateful-filtering

*To Reproduce** Steps to reproduce the behavior:

  1. Go to 'Settings>Add-ons>Tailscale'
  2. Click on 'Update'
  3. Check Logs
  4. See error
  5. Addon stops

Expected behavior Addon to start and stay running

Desktop (please complete the following information):

magkopian commented 5 months ago

I had the same problem. You just need to enable the reset option from the configuration and restart the add-on. After that you should be able disable it, restart the add-on again, and everything should be working.

ga2pegw commented 5 months ago

You're correct - setting the reset option worked. Thanks!