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

AudioFileSourceHTTPStream Error #624

Open
kobatan opened this issue May 11, 2023 · 1 comment
Open

AudioFileSourceHTTPStream Error #624

kobatan opened this issue May 11, 2023 · 1 comment

Comments

@kobatan
Copy link

kobatan commented May 11, 2023

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
Copy link

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

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