MoonModules / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! MoonModules adds features on top of upstream.
https://mm.kno.wled.ge
GNU General Public License v3.0
202 stars 64 forks source link

Webserver? crashing after some time #22

Closed ReviloEgros closed 1 year ago

ReviloEgros commented 1 year ago

What happened?

The webserver or something related to it is crashing after some time. It happened to me changing effects, saving presets, turning on and off etc. The devices web interface is not reachable but the esp stays connected to wifi and is controllable through mqtt. If i force a wifi reconnection on my router for that device the webserver is reachable again.

To Reproduce Bug

Just play around with settings, effects, presets etc. After some time the web interface isn't reachable anymore.

Expected Behavior

Being able to open the web interface 100% of the time without my router forcing a wifi reconnection or to reboot my esp.

Install Method

Self-Compiled or other

What version/release of MM WLED?

WLEDMM_0.14.0-b2.19 esp32_4MB_M.bin build 2302231

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

softhack007 commented 1 year ago

Thank you for this report.

  1. Is this crash only happening in the MM fork, or does it also crash when you use "upstream" WLED?
  2. To better understand what is happening, please install a "debug" version of the MM firmware, connect a USB cable to your ESP, then watch serial output on your Computer. You can use PlatformIO serial Monitor, or Arduino IDE Serial Monitor for this. Please post the serial monitor output here, so we can further analyse your problem.
softhack007 commented 1 year ago

Without additional information, it's hard to decide if your problem is related to some MoonModules specific features or not. As the webServer is not MM specific, your problem should also exist in upstream "vanilla" WLED.

Please open a new report for upstream. https://github.com/Aircoookie/WLED/issues/new/choose

Closed for MM as not we cannot reproduce.