DDClient can't update my dynamic record | ERROR CODE "702"

Hello, I've been getting this error with ddclient since I installed it and I don't know what to do anymore. The TTL in zoneedit is set up to 3600 for my domain and the daemon in the server is 3600 aswell, my server is running on ubuntu 16.04.6 with Apache.

admin@server:~$ sudo ddclient -daemon=0 -debug -verbose -noquiet

RECEIVE: <ERROR CODE="702" PARAM="600" TEXT="Minimum 600 seconds between requests" ZONE="mydomain.com">
FAILED: updating mydomain.com: 702: Minimum 600 seconds between requests

admin@server:~$ systemctl status ddclient.service
ddclient.service - LSB: Update dynamic domain name service entries
Loaded: loaded (/etc/init.d/ddclient; bad; vendor preset: enabled)
Active: active (running) since mar 2021-11-09 18:04:28 -03; 16h ago
Docs: man:systemd-sysv-generator(8)
Tasks: 1
Memory: 13.3M
CPU: 615ms
CGroup: /system.slice/ddclient.service
└─27581 ddclient - sleeping for 1730 second

nov 09 18:04:28 server systemd[1]: Starting LSB: Update dynamic domain name service entries...
nov 09 18:04:28 server systemd[1]: Started LSB: Update dynamic domain name service entries.
 

sandy

Administrator
Staff member
hi there
Please reply with the domain name of concern and we will be happy to assist

regards
 

sandy

Administrator
Staff member
HI again

A more up-to-date example of the URL command:

https://<username>:<dynamic-auth-token>@api.cp.zoneedit.com/dyn/generic.php?hostname=yourdomain.com&myip=1.1.1.1

please give that a try and let me know how it goes

regards.
 
Do I have to replace that line in the ddclient.conf file? or How do I use it?

# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=3600
protocol=zoneedit1
ssl=yes
use=web, web=https://<username>:<dynamic-auth-token>@api.cp.zoneedit.com/dyn/generic.php?hostname=yourdomain.com&myip=1.1.1.1
#use=web, web=dynamic.zoneedit.com/checkip.html <-old line
#use=if, if=eno1
server=dynamic.zoneedit.com
login=admin
password='DYN Authentication Token'
mydomain.com
 
Top