Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

No web interface #26

Open
Nicornru opened this issue Dec 2, 2019 · 7 comments
Open

No web interface #26

Nicornru opened this issue Dec 2, 2019 · 7 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Nicornru
Copy link

Nicornru commented Dec 2, 2019

Hi!
I have an issue with control web-interface.
I cannot see anything when I open the ESP's IP in any web-browser. I tried IE, Opera, Chrome. All adblockers are turned off.
I tried to add a simpliest test page into the code, and couldn't see that too.
And also - update page loads and works OK

Could you think of how to fix that?

@Phantisy
Copy link
Contributor

Phantisy commented Dec 2, 2019

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

@thebigpotatoe
Copy link
Owner

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.

@thebigpotatoe thebigpotatoe added the bug Something isn't working label Dec 2, 2019
@Nicornru
Copy link
Author

Nicornru commented Dec 3, 2019

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!

@thebigpotatoe
Copy link
Owner

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

@thebigpotatoe thebigpotatoe added the help wanted Extra attention is needed label Dec 8, 2019
@LarsMichelsen
Copy link
Collaborator

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.

@LarsMichelsen
Copy link
Collaborator

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

@thebigpotatoe
Copy link
Owner

#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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants