me-no-dev / ESPAsyncWebServer

Async Web Server for ESP8266 and ESP32
3.6k stars 1.17k forks source link

ESP32 & ESPAsyncWebServer #1292

Open KrissMP opened 1 year ago

KrissMP commented 1 year ago

Hello,

I’m trying to use this example (ESP32 Web Server using Server-Sent Events (Update Sensor Readings Automatically)) with arduino 2.0. and but when I try to connect second clent ESP32 report this error:

Guru Meditation Error: Core 1 panic’ed (LoadProhibited). Exception was unhandled. Core 1 register dump: PC : 0x400d34fa PS : 0x00060230 A0 : 0x800d3592 A1 : 0x3ffb1ef0 A2 : 0x3ffcb974 A3 : 0xe008b083 A4 : 0x00000029 A5 : 0x3ffd1784 A6 : 0x0000000a A7 : 0x0d0a0d30 A8 : 0x800d3508 A9 : 0x3ffb1ed0 A10 : 0x00000029 A11 : 0x00000029 A12 : 0x00000029 A13 : 0x00000029 A14 : 0x00000000 A15 : 0x00000000 SAR : 0x0000000a EXCCAUSE: 0x0000001c EXCVADDR: 0xe008b083 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0xffffffff

ELF file SHA256: 0000000000000000

Backtrace: 0x400d34fa:0x3ffb1ef0 0x400d358f:0x3ffb1f10 0x400d35ab:0x3ffb1f30 0x400d3601:0x3ffb1f50 0x400d0d5d:0x3ffb1f80 0x400da2d9:0 x3ffb1fb0 0x40089792:0x3ffb1fd0

Rebooting…

Does anyone have similar problem?

Best Regards,

stale[bot] commented 1 year ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.