Cellie
Cellie
I think the problem will be solved in ESP32 Arduino core 2.0.3. The problem seems to be in the `HTTPClient::disconnect(bool preserveClient)` code. See https://github.com/espressif/arduino-esp32/commit/02a70bbd21ff7b36b7760f78aebfe257da3c6e9c which I think solves this issue....
Also see https://github.com/espressif/arduino-esp32/pull/6277 and https://github.com/espressif/arduino-esp32/issues/828 and https://github.com/h3ndrik/ESP8266Audio/commit/e030dd0e563730fb262fbd968ba0006e81991754 for more info on this issue.
@P-R-O-C-H-Y I can but it will take a couple of days before I have some time. Thanks for the suggestion, I will report back.
@P-R-O-C-H-Y How do I checkout master in the arduino IDE environment?
@P-R-O-C-H-Y I could use some help. The PR is in your GH account. How do I pull that locally and use it? My git knowledge is very limited...
I just spend an hour trying to get the PR mentioned above on my laptop. I ended up with a lot of error messages so I probably f*cked that up....
I just tested in 2.0.7 and it works like expected! Thanks to all! @VojtechBartoska @mrengineer7777 I don't have the thread link atm but I read up on this issue and...
@mrengineer7777 @VojtechBartoska Still having an issue with the timeout. ```bash [ 397][I][eStreamPlayer32_VS1053.ino:374] setup(): WiFi connected - IP 192.168.0.101 [ 398][I][eStreamPlayer32_VS1053.ino:380] setup(): Waiting for NTP sync... [ 2420][I][eStreamPlayer32_VS1053.ino:385] setup(): Synced [...
I got some problems with reliability so needs more debugging.
Hi @badstraw360. Thanks. I think the core of the program is pretty good. I agree that the web interface could use an overhaul. But atm I don't really have the...