earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
1.99k stars 433 forks source link

AudioFileSourceHTTPStream Error #624

Open kobatan opened 1 year ago

kobatan commented 1 year ago

When I run next file = new AudioFileSourceHTTPStream(url); abort [ 9803][E][WiFiClient.cpp:516] flush(): fail on fd 49, errno: 128, "Socket is not connected"

ESP8266Audio\src\AudioFileSourceHTTPStream.cpp

[LINE 42] http.begin(client, url); ----> http.begin(url);

is OK!

Bored0ne commented 10 months ago

I'm on an esp32dev board and this also fixed the issue I was having