You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MCMeGa No basic info, no IDE settings, example sketch is incomplete.
The httpClient is part of this repo, the meaning of the return values can be found here:
#define HTTPC_ERROR_CONNECTION_REFUSED (-1)
...
#define HTTPC_ERROR_READ_TIMEOUT (-11)
The ESPAsyncWebServer is not hosted here.
I don't see anything obvious with the httpClient code. I suspect the problem is on the server side, e.g.: an out of mem issue, or mem corruption, but that is just a guess.
In any case, this is not the right place to request help with your particular project. Please discuss on a community forum. If you narrow the problem down and find an issue with the core hosted in this repo, please open a new issue, and provide the requested details.
Closing per #3655 .
Hi!
ESP8266 (ESP12)
A remote server is available. Through the browser, I get the contents of the file txt.
But my function returns -1 and -11.
I tried http and https.
First run function:
The second and subsequent launches:
I am use library ESPAsyncWebServer, past first run function the server stops loading, the Web interface does not load.
What could it be?
The text was updated successfully, but these errors were encountered: