-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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.0.3 RC1 issues with ESPAsyncWebServer Processor #6502
Comments
I tried to revert to previous commits to find the issue. I found the commit that is breaking the code: please fix it or remove it. reverting to the previous commit 905f8f2 Warns about SSP only available for ESP32 (#6455) fixed finally the issue and the web page is served full. |
@P-R-O-C-H-Y take a look please :) @dsilletti thanks for digging in! Will get fixed! |
We run in issues to. See #6507 Removing this PR did solve too. |
Hi @dsilletti, |
Hi @P-R-O-C-H-Y, |
@dsilletti |
Hi @P-R-O-C-H-Y , The behaviour now is different, before the chunks were just missing, now they are added, repeated in a part of the file where they should not be. On a 243 lines html page, before I had just 194 lines, now I have 294 lines with a repeated chunk pasted in the middle of some other lines. |
Hi @dsilletti, If you can provide the sketch it will be awesome :) |
@dsilletti Updated PR, can you test if its still the same? Thank you |
Still the same, please try with this test sketch and test html file. When you will see the source of the webpage served (using your last PR), from line 189 to line 230 you will find a chunk of the previous part of the html file. I added also the OTA to the sketch so you will be also able to create the LittleFS.bin file with mklittlefs and upload it from the /ota web page.
index.html test file:
|
@dsilletti I will test that, thank you for great sketch. |
@P-R-O-C-H-Y You are welcome! Tested now, still the same issue. |
Hi @dsilletti, i have linked PR to this issue which will fix the problems. It will revert the commit which was breaking the FS. |
Board
ESP32 Dev Module
Device Description
DevKitC
Hardware Configuration
SPI connected Display
Version
latest master
IDE Name
Arduino IDE
Operating System
Mac OS 12.3
Flash frequency
80Mhz
PSRAM enabled
no
Upload speed
115200
Description
after the upgrade to 2.0.3 RC1 the ESPAsyncWebServer Processor is not working as expected, is cutting the output in more points without any placeholders involved. Downgrading to 2.0.2 fix the issue.
I was already using the github master repo till approximately one month ago with no issues, I upgraded today to the latest master and the same code is not working anymore. Downgrading to 2.0.2 fix the issue.
Sketch
Output expected (as per static html file served)
Output produced
Other Steps to Reproduce
try to serve a web page (4-5Kb) with processor (in my case from LittleFS), it should cut parts of the output in one or more point, with no placeholders involved in that points.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: