cloudflare-ddns icon indicating copy to clipboard operation
cloudflare-ddns copied to clipboard

Sometimes the updater sends the message "OK" when failing

Open JvdMaat opened this issue 7 months ago • 4 comments

Following up on #615, I just had the following error in the docker logs:

🔔 Successfully pinged Uptime Kuma
⏰ Checking the IP addresses in about 5m0s . . .
😞 Failed to send HTTP(S) request to "https://1.1.1.1/cdn-cgi/trace": context deadline exceeded
😞 Failed to detect the IPv4 address
🔔 Successfully pinged Uptime Kuma
⏰ Checking the IP addresses in about 4m55s . . .
🌐 Detected the IPv4 address: 71.x.y.86
🤷 The A records of "ddns.domain.com" are already up to date
🔔 Successfully pinged Uptime Kuma
⏰ Checking the IP addresses in about 5m0s . . .

Which is totally fine (I rebooted my router, so the container was running, but it couldn't reach the internet for that one interval). However this is what Uptime Kuma showed: image (So it sent an OK instead of the actual issue of "context deadline exceeded" (or request timed out, or whatever makes sense as error message))

JvdMaat avatar Nov 22 '23 04:11 JvdMaat