micropython/micropython-esp32

usocket.getaddrinfo() returns a blank list

vubon opened this issue · 1 comments

vubon commented

Getting blank list to get address

MicroPython v1.11-381-g4102320e9 on 2019-10-02; ESP32 module with ESP32
Type "help()" for more information.
>>> import usocket
>>> usocket.getaddrinfo("google.com", 80)
[]

This repository is no longer active. Please use the main one at https://github.com/micropython/micropython