-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFi reconnection issue with reason: 6 - NOT_AUTHED #2127
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
Comments
Thanks for this - did you ever figure out why this was happening? |
The problem still exists. I did not try to understand, in my opinion, it should be done by developers. Board: DOIT ESP32 DEVKIT V1 [D][WiFiGeneric.cpp:336] eventCallback(): Event: 0 - WIFI_READY [1247] Connecting to userv.bdm:8080 |
If you're getting NOT_AUTHED that means that there's something in your router that is preventing it from giving your ESP an IP. Maybe it's disconnecting before the handshake is complete even. Right before that you're getting NO_AP_FOUND, so the ESP isn't even seeing the AP, until it does for a bit. |
Thanks for the comment, John. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Sorry but I'm still having this error, disconnecting just after connection, with error 6. Any idea ? |
Hardware:
Hardware:
Board: DOIT ESP32 DEVKIT V1
IDE name: Platform.io with VSCode
Platform: Espressif32 1.5.0
Flash Frequency: 40MHz
Upload Speed: 115200
Description:
I am having issues with reconnecting to a WiFi network if it is disconnected. (For example when the WiFi AP rebooted).
Debug messages:
Temporary workaround:
The text was updated successfully, but these errors were encountered: