jasoncoon / esp8266-fastled-webserver

GNU General Public License v3.0
712 stars 360 forks source link

Not Found: / #249

Open weelmout-hud opened 2 years ago

weelmout-hud commented 2 years ago

Hi,

after uploading the projekt with Arduino IDE, it connects with my wifi and when i try to enter the page it says "Not Found: /" image

weelmout-hud commented 2 years ago

image

weelmout-hud commented 2 years ago

Using platformio doesn't work aswell image

miroan81 commented 2 years ago

I just had this problem. Solved it by uploading blink sketch and then uploading fastled back.

edit: but, it looks the problem has something with diff iterations of 8266 boards. I got it working on one, other one is still giving me No found issue.

devoh747 commented 2 years ago

Is there a solution for this using VS Code and the Fib256 on the d1 mini?

in the platformio.ini on windows I uncommented fib256_d1_mini

I have a successful compile and upload.. but not sure how you re-upload "/" that it is looking for.

devoh747 commented 2 years ago

I found the answer to "/" not being found. https://github.com/jasoncoon/esp8266-fastled-webserver/issues/231 You have to build and load the filesystem image as well. It took me a while to find where to do that with VSCode Image 001 .

dnettoRaw commented 2 years ago

231

Thank you, I had this problem and littleFS wasn't working, thanks dude