Richard Hansen
Richard Hansen
I also saw this error after renaming a blurb file to fix the referenced issue number in PR python/cpython#125285
What version of ddclient are you using? Sounds like it's probably an old version. Please try a recent version of `master`, or at least v3.11.2.
You can find recent versions of ddclient for Ubuntu at: https://launchpad.net/~ddclient/+archive/ubuntu/ppa (stable releases) https://launchpad.net/~ddclient/+archive/ubuntu/daily (daily builds of `master`)
> > Are any downstreams running with this? > > Most don't (Debian, Fedora/RedHat maintain their own copies) but Arch Linux [does](https://gitlab.archlinux.org/archlinux/packaging/packages/ddclient/-/blob/main/PKGBUILD?ref_type=heads#L49). I meant: Do any downstreams currently use the...
Thank you for testing @jortkoopmans! > ``` > {"code":6,"message":"System Error - java.lang.IndexOutOfBoundsException: Index: 2, Size: 2"} > ``` This definitely looks like a server-side bug at DNSExit. I'll put this...
@jortkoopmans @DiSHTiX Would one (or both) of you please test this one final time?
I pushed some logging fixes and test improvements (no other behavior changes). @indrajitr IIUC, `foo.linkpc.net` and `bar.linkpc.net` are two different zones (maybe even separate accounts?), which is why `zone=linkpc.net` fails....
`foo.linkpc.net` and `bar.linkpc.net` are hostnames, but each is also a "domain" according to their API (what ddclient calls "zone"). `linkpc.net` is a domain in the colloquial sense, but it is...
@BPplays Have you tried the latest `master` revision? There have been some recent fixes to `dyndns2`.
> ``` > SENDING: url="https://api.dynu.com/nic/update?system=dyndns&hostname={{ censored }}&myip={{ ipv4 public }},{{ static gua }}" > ``` Looks like ddclient is sending the right IP address to dynu, so the problem is...