-
Notifications
You must be signed in to change notification settings - Fork 0
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
Form Submission Fails ~~On Success~~ #2
Comments
@juliendarrah Looks like I may have been mistaken - the connection was not successful - perhaps related to #1 i.e. non-alpha characters in my password:
|
This issue is somewhat related to issue-1. |
@juliendarrah Agreed; my case was the latter: pure alpha SSID but special chars in the password (to be clear, password was correct (I tried twice, pasting the second time) - only "invalid" in terms of the (erroneous) limitations of the system! 😏 ). In the case of SSID with non-alphanumeric characters, I got #1. 📋 |
Did some more investigating last night, want to post it before I forget... I did a few pass with the wrong SSID and it always show the response page back. AP Mode Connected |
Some time it works.... AP Mode Connected |
Even with a valid password, sometime there is a reconnect... AP Mode Connected |
The error occurs right after a sent. According to the documentation of the ESP api, when there is an error the recon callback function is called. |
Did some more test. So I tried it and it does respond faster and also I was not able to get a timeout. |
The Release v1.2.0 of the SDK doesn't solve the timeout issue... |
@juliendarrah I set up a guest network on my Airport to allow testing with all-alpha SSID/password; here are the results from the TinyMCU/breadboard ESP:
|
@juliendarrah Here are the results from the ba0sh1/perfboard ESP:
|
Summary
Connecting to ssid appears to result in inability to return response to browser on
192.168.4.1
.Steps to Repro
192.168.4.1
no longer accessibleTechnical Details
The text was updated successfully, but these errors were encountered: