Skip to content

urequests induces esp8266 crash with a message LmacRxBlk:1 #232

@disassembly

Description

@disassembly

I am using micropython on an esp8266 board, when I use urequests to post data to 2 different servers, after serval loops, esp8266 crashes with this message LmacRxBlk:1, need to hard reset the board to make it work again.
The code is like this:
while True:
r1 = urequests.post(SOME_URL,headers=xxx,data=xxxx)
r2= urequests.post(SOME_URL_1,headers=xxxx,data=xxxx)
time.sleep(300)
But if I post data to only 1 server, it never comes to the crash LmacRxBlk:1.
Does anybody know why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions