Skip to content

reboot #3

Open
Open
@leocrnkovic

Description

@leocrnkovic

A simple loop makes my esp reboot:

count = 0
while LOOP == 1:	
	print(firebase.get(URL))
	time.sleep(1)
	firebase.put(URL, count)
	time.sleep(5)
        count += 1
assertion "0" failed: file "../../py/../extmod/modussl_mbedtls.c", line 151, function: socket_new
abort() was called at PC 0x4013186b on core 0

Backtrace: 0x400873f7:0x3ffcde30 0x40087423:0x3ffcde50 0x4013186b:0x3ffcde70 0x400ecf4b:0x3ffcdea0 0x400df736:0x3ffcdef0 0x400dbbe1:0x3ffcdf20 0x400dbc49:0x3ffcdf40 0x400e8c29:0x3ffcdf60 0x400df7c4:0x3ffce000 0x400dbbe1:0x3ffce030 0x400dc1fc:0x3ffce050 0x400e8be3:0x3ffce0b0 0x400df7c4:0x3ffce150 0x400dbbe1:0x3ffce1c0 0x400dbc49:0x3ffce1e0 0x400e8c29:0x3ffce200 0x400df7c4:0x3ffce2a0 0x400dbbe1:0x3ffce310 0x400dbc49:0x3ffce330 0x400e8c29:0x3ffce350 0x400df7c4:0x3ffce3f0 0x400dbbe1:0x3ffce460 0x400dbc0e:0x3ffce480 0x400f715e:0x3ffce4a0 0x400f73c1:0x3ffce540 0x400eeec7:0x3ffce560

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions