mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1563] Getting stuck in an infinite loop with wrong password/SSID #1335
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eallymehr on GitHub (Feb 15, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1563
WiFimanager Branch/Release: Master
Esp8266/Esp32: ESP32
Hardware: espressif32
Code
`
`
Debug Messages
Notes
If i enter the SSID or password, I get stuck in an infinitte loop. My understanding is that the wm.setConnectTimeout(120); should timeout the autoconnect after 120 seconds making it return a false which with the if condition in my code would reset the setting and reset the board but never does happen.
I have checked the rest of the code for delays.
Appreciate the help.
@tablatronix commented on GitHub (Feb 17, 2023):
I just started seeing this in esp 2.0.6 this is not in wm, it will eventually timeout. It is stuck in autoreconnect loop because of the unchecked failure mode, same happens with wrong password and handshake failures no reason why some routers do this I think its a fundamental flaw in some of them