-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.4.0] ERR_INVALID_CHUNKED_ENCODING when saving settings on OLED framed #777
Comments
I left a sketch a while ago here: esp8266/Arduino#3871 |
I notice you use a delay of 20 msec per request. I will try your sketch later this evening. Can I detect the LWIP version on runtime? |
There are #defines for lwip but that's compile time. Why would you need run-time ? You can't switch it at run time. As for the delay, that seemed to be some sort of race condition which hit me when I was connecting through VPN. Seems fixed though and should now work without. |
It was just to check what version is actually used. |
There is a lwip version include. Maybe pimp that one...
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
Thinking of it... Can we show the lwip version on the info page? I got the feeling that question will come up more often now...
|
That last one was exactly what I was thinking about. |
For that purpose a #define would suffice. |
When I submit the framed oled settings, I first got a garbled webpage. After reset it works better.
Mega / 2.4.0 / Linux mint. |
chrome does not give any errors, just favicon not found. Mega / 2.4.0 / Linux mint. |
It would be nice if those ext. libraries already included such a define. I will look into it. Edit: Hmm should refresh before post ;) You were already further in the discussion ;) |
I've looked with Wireshark and it appears there is a difference at package level between save with OLEDframed and other devices. So I really have to dig deeper, since I have no clue what is going on here. |
Is that a permanent issue or does it only occur occasionally ? |
It is a permanent occurring issue. (using Chrome in Windows) I've also looked into the OLED (non framed) version, since that one uses almost the same settings and then only the [FIN, ACK] packet is sent. When using Chrome on Android, this does not occur. N.B. |
Can I see it then without Wireshark in Chrome@Win7 ? If yes, where and whats the error message ? |
I've also tested with Chrome-OS on a Chromebook and there the error is not displayed, but the page remains white. In Chrome@Win10, it displays the following error:
|
I do experience (Linux / Win7 + Chrome / Firefox) occasional lags of about 10s on various pages. But nothing like the chunking error. |
Not as far as I know. But I haven't looked into the libs included in the PlatformIO ESP8266 1.6 library. |
With the 2.4.0 core compiled version of the Mega branch.
When saving settings in the OLED Framed plugin, Chrome reports ERR_INVALID_CHUNKED_ENCODING and refuses to continue.
Not sure yet what causes it.
The text was updated successfully, but these errors were encountered: