Replies: 2 comments 1 reply
-
Did you ever figure this out? I'm having a similar issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just try to change the (I also noticed that silence of |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, updating completely stopped working since 3 days...
Logs:
2024-12-29T17:48:02+01:00 INFO reading JSON config from file /updater/data/config.json
2024-12-29T17:48:02+01:00 INFO Found 2 settings to update records
2024-12-29T17:48:02+01:00 INFO Reading history from database: domain sub1.mydomain.tld owner @ ipv4
2024-12-29T17:48:02+01:00 INFO Reading history from database: domain sub2.mydomain.tld owner @ ipv4
2024-12-29T17:48:02+01:00 INFO [healthcheck server] health http server listening on 127.0.0.1:9999
2024-12-29T17:48:02+01:00 INFO [http server] http server listening on [::]:8000
2024-12-29T17:48:02+01:00 INFO [backup] disabled
config:
{
"settings": [
{
"provider": "ddnss",
"domain": "sub1.mydomain.tld",
"username": "user",
"password": "secret",
"dual_stack": false,
"ip_version": "ipv4"
},
{
"provider": "ddnss",
"domain": "sub2.mydomain.tld",
"username": "user",
"password": "secret",
"dual_stack": false,
"ip_version": "ipv4"
}
]
}
Can't tell if it stopped working randomly or related to an update...
Happy about any help how to debug this.
Beta Was this translation helpful? Give feedback.
All reactions