Coder Social home page Coder Social logo

Comments (7)

Phantisy avatar Phantisy commented on August 25, 2024

If you open the browsers console (F12) are you seeing the pages code loading?

from super-simple-rgb-wifi-lamp.

thebigpotatoe avatar thebigpotatoe commented on August 25, 2024

I think i figured it. What version of the ESP8266 core are you using?

Seems like there are breaking changes with the latest version for the way the web server is loaded.

Please change the ESP8266 core version in your Arduino IDE boards manager back to 2.5.2. We will have to find a fix for this issue soon.

from super-simple-rgb-wifi-lamp.

Nicornru avatar Nicornru commented on August 25, 2024

If you open the browsers console (F12) are you seeing the pages code loading?

If codepage is set, there's nothing. If not - I get ERR_INVALID_CHUNKED_ENCODING

Please change the ESP8266 core version in your Arduino IDE boards manager back to 2.5.2.

That worked! Thank you!

from super-simple-rgb-wifi-lamp.

thebigpotatoe avatar thebigpotatoe commented on August 25, 2024

Awesome. I'll keep this issue open till we have a fix

from super-simple-rgb-wifi-lamp.

LarsMichelsen avatar LarsMichelsen commented on August 25, 2024

Isn't this fixed with your commit? c482d6c

I also had this issue, then changed the Web_Server.ino to:

restServer.send_P(200, "text/html", websiteSource);

As far as I remember that did make it work.

For the moment I reverted ESP8266 back to 2.5.2 for some other reason.

from super-simple-rgb-wifi-lamp.

LarsMichelsen avatar LarsMichelsen commented on August 25, 2024

Off topic: They also changed the upload form code. The compile_and_upload.py will also need a change.

from super-simple-rgb-wifi-lamp.

thebigpotatoe avatar thebigpotatoe commented on August 25, 2024

#c48d6c was a stab at fixing it, but I ran into other issues in other parts of the code after fixing this. So there are clearly other code breaking changes from the 2.6.0 update that I need to dig into as you also mention.

from super-simple-rgb-wifi-lamp.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.