Micropython-OSError: -202-mip.install('sensor') #13603
Replies: 2 comments 6 replies
-
OSError: -202 is an error code that indicates a failure in the getaddrinfo() function, which is used to resolve a hostname to an IP address. |
Beta Was this translation helpful? Give feedback.
-
This is not an actual solution. However, I resolved this error on the Xiao ESP32-S3 board by downgrading the firmware to the following version: v1.22.0 (2023-12-27) Link to firmware: https://micropython.org/download/ESP32_GENERIC_S3/ I hope this helps folks running into this error. It took me too long to find a temporary fix for this issue. The following thread led me to try this approach. https://forum.micropython.org/viewtopic.php?f=18&t=12543 Hopefully, there will be another fix soon that doesn't require downgrading the firmware. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions