You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> uos.uname()
(sysname='esp8266', nodename='esp8266', release='2.0.0(5a875ba)', version='v1.12-351-gbd5633778 o
n 2020-04-08', machine='ESP module (1M) with ESP8266')
To reproduce the bug:
import urequests
urequest.get("some url")
ssl_handshake_status: -40 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/lib/urequests.py", line 112, in get File "/lib/urequests.py", line 60, in request OSError: [Errno 5] EIO
Is it know bug ?
The text was updated successfully, but these errors were encountered:
abaouz
changed the title
OSError: [Errno 5] EIO, urequests doesn't manage numbers in URL
OSError: [Errno 5] EIO, urequests error
Aug 21, 2020
This may be related to #400 but, in any case, it's quite old. Could you please re-test and reopen this if the problem still exists? It would also be helpful to supply the failing url if possible.
To reproduce the bug:
import urequests
urequest.get("some url")
ssl_handshake_status: -40 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/lib/urequests.py", line 112, in get File "/lib/urequests.py", line 60, in request OSError: [Errno 5] EIO
Is it know bug ?
The text was updated successfully, but these errors were encountered: