Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.62k stars 3.14k forks source link

Effects list not loading #118

Closed amstan closed 4 years ago

amstan commented 5 years ago

Something in commit https://github.com/Aircoookie/WLED/commit/6e76fc0aa7e914d01ab7fc37813f8bfb2f91d97d broke the effects list.

Now it just says "Loading...", but it never does.

A quick look at the code suggests that the new way is probably some javascript that loads the list. I guess it might be be working yet?

Checking out a version before that CL allows me to use effects.

Aircoookie commented 5 years ago

That's right, the effect and palette lists are dynamically loaded in JS.

Here are some steps if you want to help debug why it isn't working for you:

Thank you!

Dgemily commented 5 years ago

thank you very much for this wonderful wled !!! for peolple having the same issue. I use to have it and I just change the uplaod speed from 921600 to 115200 and it fixed it !

timothybrown commented 5 years ago

I get this same issue and have been meaning to take a look at this. It seems to only be an issue in Safari Mobile for me. I also notice that if I leave the effects page once the “Loading...” entry comes up (and go to settings or the preset page for example) and then hit my browser’s refresh button, then go back to the effects page, the list will be loaded and work fine.

I’m not using the Arduino IDE, but instead PlatformIO with Core 2.5.0 and LwIP 1.4 High Bandwidth.

stale[bot] commented 4 years ago

Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs. Thank you for using WLED!