MaixPy-v1_scripts
MaixPy-v1_scripts copied to clipboard
OSError: -29184 occures when use urequests post method
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.
可能你更新到最新的就好了。
注意协议包的解析。