Latest update core 203 appears to have broken blue DNS and DDNS. Blue DNS I have worked around for now, but DDNS fails no matter how configured.
I see the method was changed which I did update with DDNS Key through no-ip. All is correct but still failing with the same error message. Any thoughts will be appreciated.
Dynamic DNS update for (redacted).com (NoIP) threw an unhandled exception: Traceback (most recent call last): File “/usr/lib/python3.10/site-packages/ddns/system.py”, line 276, in get_address return self.__addresses[proto] KeyError: ‘ipv4’ During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/lib/python3.10/urllib/request.py”, line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File “/usr/lib/python3.10/http/client.py”, line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File “/usr/lib/python3.10/http/client.py”, line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File “/usr/lib/python3.10/http/client.py”, line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File “/usr/lib/python3.10/http/client.py”, line 1037, in _send_output self.send(msg) File “/usr/lib/python3.10/http/client.py”, line 975, in send self.connect() File “/usr/lib/python3.10/http/client.py”, line 1447, in connect super().connect() File “/usr/lib/python3.10/http/client.py”, line 941, in connect self.sock = self._create_connection( File “/usr/lib/python3.10/socket.py”, line 845, in create_connection raise err File “/usr/lib/python3.10/socket.py”, line 833, in create_connection sock.connect(sa) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/lib/python3.10/site-packages/ddns/_init_.py”, line 178, in _update entry(force=force) File “/usr/lib/python3.10/site-packages/ddns/providers.py”, line 157, in _call_ elif self.has_failure or not self.requires_update: File “/usr/lib/python3.10/site-packages/ddns/providers.py”, line 202, in requires_update if self.ip_address_changed(self.protocols): File “/usr/lib/python3.10/site-packages/ddns/providers.py”, line 270, in ip_addr
