Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
973 stars 229 forks source link

Playback stops when I browse to config page #348

Open ThomasSchattat opened 4 years ago

ThomasSchattat commented 4 years ago

Hi Ed, your project is great, much appreciated. The issue I report may not be one, so here my question: When I browse to the config page of the radio the current playback stops and this kind of error message is printed: [E][WiFiClient.cpp:482] flush(): fail on fd 60, errno: 11, "No more processes" Is that normal and expected? When I go back to the control tab the station is cleared, I select one from the list and it plays again. I thought it would continue playing while I add stations to the list for example. Thanks and regarsd Thomas

Edzelf commented 4 years ago

It is normal that playing stops during configuration. The error message appears probably because you have selected debug output for WiFi in the IDE. So nothing to worry about.