-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Wi-Fi interface or spiffs or web servers have a big problem. They are not stable #2560
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
Comments
Hello, after i had the Problem with my solution and i didnt find any problem. If i expand the gz file, download to spiffs and try to run just index.html there are a lot js and css to download. Every file can be loaded if you try it one by one. Then ESP have enough time. if you try to load 1-5 small files everything looks good. but don´t load one big file or even 20 files. just try it yourself. downloadhttps://github.com/luc-github/ESP3D/tree/2.0. if you install it on his small slow brother esp8266, then everything works fast. may its still to early to use esp32. |
Now i did this and ignored many files
} then i still can not see the requests, which i am missing. the whole download is no only 16kb. it looks for me more and more that wifi or webserver can not handle 49 requests i don´t know what else i could check. |
Hello, how should this link help ?. I dont even get the html request. thanks |
Now at least i get message from WiFiClient.cpp. not from all files missing files #2345 |
Hello, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
I have two systems. both successfully build esp. |
Status: 49 requests. 316.62 KB transfered, 18,46 seconds
But only 14 requests are served
IEE-Export.zip
Hello,
I´m using spiffs for serving the files over html.
if i try to open one html page i get a few files libraries but not all. on the files which i dont get ican see in the browser: net::ERR_CONNECTION_RESET
In my serial log on ESP 32 i dont see even the request for this file. Normaly i see every html request.
Before i used this program on esp8266 and there are no problem.
If i try to load the file over url request one by one. i get all. I also get my missing log entry.
the seems the handling is ok
WebserverClass HandleServerCall
/css/bootstrap.css
Stream File
/css/bootstrap.css
text/css
I think there must be some limitation which i don´t know now.
I replaced the lib Spiffs, Webserver, FS, , Wifi from 1.00 up to 1.0.2.rc throug all versions and tested it. always the same problem.
I also increased the files in spiffs.begin (..,..,30);
On me it always happend if its more then 10 files. sometimes 11 sometimes 14. randomly
ESP32 Dev Module
Core Installation version: ?1.0.1? tried from 1.00 up to 1.02 rc1
IDE name: ?Arduino I
Flash Frequency: ?40Mhz?
PSRAM enabled: ?no?
Upload Speed: ?115200?
Computer OS: ?Windows 10?
thanks for help

For what esp is waiting on this small request
The text was updated successfully, but these errors were encountered: