Adafruit CircuitPython 8.0.0-beta.0 on 2022-08-18; W5500-EVB-Pico with rp2040 >>> >>> soft reboot Auto-reload is on. Simply save files over USB to run them or enter REPL to disable. code.py output: 1 1 * Get host by name *** Get socket Allocated socket #0 * Listening on port=53, ip=192.168.6.249 *** Opening socket 0 * Opening W5k Socket, protocol=2 * w5k socket connect, protocol=2, port=53, ip=1.1.1.1 *** Opening socket 0 * Opening W5k Socket, protocol=2 * DNS: Sending request packet... * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * DNS ERROR: Did not receive DNS response! * DNS ERROR: Failed to resolve DNS response, retrying... * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * DNS ERROR: Did not receive DNS response! * DNS ERROR: Failed to resolve DNS response, retrying... * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * DNS ERROR: Did not receive DNS response! * DNS ERROR: Failed to resolve DNS response, retrying... * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * DNS ERROR: Did not receive DNS response! * DNS ERROR: Failed to resolve DNS response, retrying... * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * socket_available called on socket 0, protocol 2 * DNS ERROR: Did not receive DNS response! * DNS ERROR: Failed to resolve DNS response, retrying... *** Closing socket #0 * Resolved IP: -1 Traceback (most recent call last): File "code.py", line 27, in File "adafruit_requests.py", line 815, in get File "adafruit_requests.py", line 661, in request File "adafruit_requests.py", line 503, in _get_socket File "adafruit_wiznet5k/adafruit_wiznet5k_socket.py", line 61, in getaddrinfo File "adafruit_wiznet5k/adafruit_wiznet5k_socket.py", line 70, in gethostbyname File "adafruit_wiznet5k/adafruit_wiznet5k.py", line 253, in get_host_by_name AssertionError: Failed to resolve hostname! Code done running. Press any key to enter the REPL. Use CTRL-D to reload.