You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, updating completely stopped working since 3 days...
Docker on my Unraid-NAS
Provider DDNSS.de
all Domains show status "unset"
ddnss.de shows last update 3 days ago
logs show nothing, so it seams there is nor request send to ddnss.de ?
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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