micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
669 stars 216 forks source link

usocket.getaddrinfo() returns a blank list #256

Closed vubon closed 4 years ago

vubon commented 4 years ago

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)
[]
dpgeorge commented 4 years ago

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