On Tue, Jul 23, 2024 at 09:13:55PM +0200, Santiago Vila wrote:
> KeyError: "namespace: urls key: {'url': 
> 'https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat'}"
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in 
> _new_conn
>     conn = connection.create_connection(
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, 
> in create_connection
>     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/socket.py", line 964, in getaddrinfo
>     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> socket.gaierror: [Errno -3] Temporary failure in name resolution

Well, this is clearly tldextract trying to download
public_suffix_list.dat, and publicsuffix is indeed not in B-D, but I
wonder why this failure doesn't happen in plain sbuild builds.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to