Skip to content
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

no response from web interface #104

Open
PeterFF opened this issue Aug 11, 2017 · 2 comments
Open

no response from web interface #104

PeterFF opened this issue Aug 11, 2017 · 2 comments

Comments

@PeterFF
Copy link

PeterFF commented Aug 11, 2017

Dear Mr. Smallenburg

thank you upfront for your great project work. The MP3 ESP-Radio plays all my streams nicely, with TFT display and configuration via the Android App.

The issue why I am contacting you is that the web interface of the esp-radio isn’t responding.

Neither the index.html nor config.html page complete and when looking into the source-code-of-the-page it seems randomly only one or most of the time no TCP packet
arrived with the/all browser/s running into a timeout. The esp-radio log shows successful delivery of the requested html page. Even the tiny content of the about.html is not delivered complete.
I can GET and SET individual parameters via the webbrowser only. Even with the VS stopped or commented out completly the webpages are not delivered.

I did test it on ESP8266-12E, NodeMCU ESP8266-12, WeMos ESP8266 boards, (80 and 160MHz) with always same behaviour
I use Arduino 1.8.3, ESP8266 core 2.3.0 (same problem with “your” 2.2.0 core) with latest ESPAsyncTCP and ESPAsyncWebserver from github.
Surprisingly the ESPAsyncWebserver example is working fine.

Could you please advise how to get the webinterface running and might share your version of ESPAsyncTCP/Webserver (as zip), which I suspect as the source of this issue ?

Best regards
Peter

@Edzelf
Copy link
Owner

Edzelf commented Aug 11, 2017

Peter,
This is a known problem, see #67
Consider to switch to my ESP32 version of the radio. The ESP32 seem to have better handling of the TCP input buffers and is much more stable.
You can find the ESPAsyncTCP webserver at https://github.com/me-no-dev. I use the most recent version.

@PeterFF
Copy link
Author

PeterFF commented Aug 11, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants