Paige Gulley
07/12/2024, 9:00 PMPaige Gulley
07/12/2024, 9:01 PMTraceback (most recent call last):
> File "/usr/local/lib/python3.10/dist-packages/anyio/_core/_sockets.py", line 189, in connect_tcp
> addr_obj = ip_address(remote_host)
> File "/usr/lib/python3.10/ipaddress.py", line 54, in ip_address
> raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address')
> ValueError: 'api.prefect.cloud' does not appear to be an IPv4 or IPv6 address
> During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
> File "/usr/local/lib/python3.10/dist-packages/httpcore/_exceptions.py", line 10, in map_exceptions
> yield
> File "/usr/local/lib/python3.10/dist-packages/httpcore/_backends/anyio.py", line 114, in connect_tcp
> stream: anyio.abc.ByteStream = await anyio.connect_tcp(
> File "/usr/local/lib/python3.10/dist-packages/anyio/_core/_sockets.py", line 192, in connect_tcp
> gai_res = await getaddrinfo(
> File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run
> result = self.fn(*self.args, **self.kwargs)
> File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo
> for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
> socket.gaierror: [Errno -3] Temporary failure in name resolution
Paige Gulley
07/12/2024, 9:02 PMPaige Gulley
07/12/2024, 9:03 PMPaige Gulley
07/12/2024, 9:05 PMPaige Gulley
07/12/2024, 9:06 PMChris White
Paige Gulley
07/12/2024, 9:39 PM