DDNS returns Failed to parse. ttl must be a number

What is the name of the domain?

itsmurf.dk

What is the error number?

9208

What is the error message?

[{“code”:9208,“message”:“Failed to parse. ttl must be a number.”}

What is the issue you’re encountering

the page gets a 522

What steps have you taken to resolve the issue?

I have checked that ttl wasn’t a number and corrected it, but i still get the error

What feature, service or problem is this related to?

DNS not responding/updating

What are the steps to reproduce the issue?

I get this when I try to manualle update DNS:
DDNS Updater: itsmurf-servers.dk DDNS failed for (). DUMPING RESULTS:
root: {“result”:null,“success”:false,“errors”:[{“code”:9208,“message”:“Failed to parse. ttl must be a number.”}],“messages”:}
I know the picture isn’t of the error, but I posted the error here

Had to change this:
--data "{\"type\":\"A\",\"name\":\"$record_name\",\"content\":\"$ip\",\"ttl\":\"$ttl\",\"proxied\":${proxy}}")
to this:
--data "{\"type\":\"A\",\"name\":\"$record_name\",\"content\":\"$ip\",\"ttl\":$ttl,\"proxied\":${proxy}}")
in my updater not just in the settings, sorry for the incovenence

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.