MaixPy-v1_scripts icon indicating copy to clipboard operation
MaixPy-v1_scripts copied to clipboard

OSError: -29184 occures when use urequests post method

Open ojisan opened this issue 5 years ago • 1 comments

When using urequests.py post method in the Maixduino with MaixPy, OSError: -29184 occures as below. In ESP32 micropython, No error occures. MaixPy Mbedtls is same as ESP32 one. <Error messages> File "urequests.py", line 115, in post File "urequests.py", line 100, in request File "urequests.py", line 81, in request OSError: -29184 MicroPython v0.5.1-111-g638e9af21-dirty on 2020-10-24; Sipeed_M1 with kendryte-k210 Type "help()" for more information.

ojisan avatar Oct 24 '20 23:10 ojisan

可能你更新到最新的就好了。

注意协议包的解析。

junhuanchen avatar Nov 13 '20 09:11 junhuanchen