Search found 1 match

by bsecker
Thu Oct 29, 2020 12:10 pm
Forum: ESP8266 boards
Topic: requests.post OSError: [Errno 5] EIO
Replies: 6
Views: 8440

Re: requests.post OSError: [Errno 5] EIO

I have the same issue (MicroPython v1.12 on 2019-12-20; ESP8266): import urequests as u req = u.get("https://api.telegram.org/bot<my_token>/sendMessage?text=hallo&chat_id=<my_chat_id>") , i get this: ssl_handshake_status: -40 Traceback (most recent call last): File "", line 1, in File "urequests.py...