In MicroPython v1.24.1 names with .local resolve on ESP32C3 but not on ESP8266 #16817
Unanswered
juhanijaakola
asked this question in
ESP8266
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Local addresses with .local suffix work on ESP32C3 but not on ESP8266. If I remove the .local suffix, it works. DNS works.
However, on ESP32C3 addresses without the suffix resolve immediately, but with the .local suffix resolution takes 3..5 seconds.
I want to use urequests.post() and it gives me OSError: -2. With usocket.getaddrinfo() the problem is easier to demonstrate:
On ESP32C3 (TENSTAR ROBOT Super Mini):
On ESP8266 (wemos.cc LoLin NodeMCU V3):
Beta Was this translation helpful? Give feedback.
All reactions