DuckDNS problems

Hey,

Whenever I try to configure DuckDNS, it responds with the following:

Failed to save add-on configuration, Missing required option ‘domains’ in Duck DNS (core_duckdns). Got {‘domains’: [None, ‘xxx.duckdns.org’], ‘token’: ‘token-here’, ‘aliases’: ‘xxx’, ‘lets_encrypt’: {‘domains’: [‘xxx.duckdns.org’], ‘accept_terms’: True, ‘algo’: ‘secret’, ‘certfile’: ‘fullchain.pem’, ‘keyfile’: ‘privkey.pem’}, ‘seconds’: 300}

What should I do? All help will be appreciated.

Remove the ‘None’ domain.

In yaml it probably looks like this:

domains:
- 
- xxx.duckdns.ord

remove that first one.

1 Like

In which yaml would you find this entry? I am having the same issue.

In your duckdns addon config.

1 Like

remove the X

1 Like

Perfect, thank you. This solved it for me.