Two problems (so far) --- OSError: -202 and urllib.error

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
suiciniv87
Posts: 1
Joined: Mon Oct 18, 2021 12:48 pm

Two problems (so far) --- OSError: -202 and urllib.error

Post by suiciniv87 » Mon Oct 18, 2021 12:55 pm

Hi! I'm with 2 errors so far.. I'm using Thonny and when I try to install a new package the the following error occurred:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1091)>

And other is when I try to use urequests library, when the request is called, this error is shown (for post or get):

Traceback (most recent call last):
File "<stdin>", line 4, in <module>
File "MqttSend.py", line 6, in <module>
File "urequests.py", line 116, in get
File "urequests.py", line 55, in request
OSError: -202

Thank you.

Post Reply