-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Empty reply from server / no data found for resource with given identifier #8646
Comments
Looks like the "waitForConnectResult()" returns -1 insted of actual status. By the way default timeout is 60sec. |
If -1 is returned, the last else will be hit, and then return |
I passed in a timeout |
no, because esp is not connected to netwok :) |
@enjoyneering can anyone help me? |
try removing this line in your Core installation folder, usually at |
Solved my problem, which has been bothering me for a long time, thanks a lot |
My problem was solved by modifying the source code, is there any other solution without modifying the source code? Such a solution does not seem to be the optimal solution |
Next release will no longer include the code in question. |
Platform
Settings in IDE
Problem Description
expected
I wrote a piece of code to connect to WiFi via http and when I enter the correct ssid and password everything works as expected.
fail
When I pass in a non-existing ssid, or a wrong password
chrome
no data found for resource with given identifier
My expected return:
{"message":"wifi password wrong!","code":203}
code
Debug Messages
The text was updated successfully, but these errors were encountered: