ddns-updater: Failure unknown response Strato

Hello,

I am getting the following errors in my container logs when trying to update my subdomain with the Strato provider.

2021-01-10T13:39:41.404Z        ERROR   cannot get public ipv4 address: Get "https://ip4.ddnss.de/meineip.php": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2021-01-10T13:40:21.404Z        ERROR   cannot get public ipv4 address: Get "https://ip4.ddnss.de/meineip.php": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2021-01-10T13:40:34.176Z        WARN    unhealthy: [domain: mydomain.es | host: n01 | provider: Strato]: failure (unknown response: [domain: mydomain.es | host: n01 | provider: Strato]) 2021-01-09 20:21:11 UTC; Last success update: 2021-01-09 11:31:48 UTC; IP: 88.3.173.189

The first time I update successfully but the second time I started receiving those messages. From the web you can see the following error:

Failure (unknown response: [domain: mydomain.es | host: n01 | provider: Strato]), 1m9s ago

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 19 (10 by maintainers)

Commits related to this issue

Most upvoted comments

Hello, one of the domains updated well but the other is like abuse (The two subdomains resolve the same IP). From what I see in the logs when the server returns abuse it keeps trying. Could you handle that exception somehow? Because if you abuse and try continuously, you will not get out of that loop.

image