mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #588] Captive portal not sent after losing connection to AP and power cycle. #490
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#490
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 @akshay-rsm on GitHub (Apr 10, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/588
Basic Infos
WiFimanager Branch/Release: Development/Master
Hardware: ESP-12e
Core Version: 2.4.1
Description
I have a NodeMCU that runs WiFiManager before connecting to a REST service.
These are the steps I follow:
The serial log, however, has entries stating "Request redirected to captive portal". Unfortunately the portal page was never sent to any of the clients.
I tried the development branch of WiFiManager as well. That couldn't even go past step 3. It gave the status WL_DISCONNECTED for one AP and WL_IDLE_STATUS for another.
Settings in IDE
Module: NodeMcu v1.0
Additional libraries: ESP8266WiFi, PubSubClient, aRest.h
Sketch
Debug Messages
@tablatronix commented on GitHub (Apr 10, 2018):
You will have to test and submit this against development branch and provide that debug output.
The workaround for this issue is #425
I just commited it to hotfixes branch if you want to see if that is your problem.
Either way, development needs to be debugged and tested, so please provide those logs, no other maintenance will be done on master branch.
@tablatronix commented on GitHub (Apr 10, 2018):
I think I introduced a bug into development, that might be why it was failing, testing now
@tablatronix commented on GitHub (Apr 10, 2018):
fixed
@akshay-rsm commented on GitHub (Apr 10, 2018):
Both fixes you suggested worked perfectly. Thanks!