mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #970] Configuration Items in Portal Fail to Display #825
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#825
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 @lbussy on GitHub (Nov 16, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/970
Basic Infos
Hardware
WiFimanager Branch/Release:
22e35b2Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
I am trying to reproduce the issues I have been having in #964 and have run into what I think is a newly introduced issue. At least I hope it is or else I have lost my mind.
The captive portal fails to display AP configuration fields. I see the following only after connecting to the controller's AP:
Settings in IDE
Module: Wemos D1 Mini
Additional libraries: NONE
Sketch
Debug Messages
@tablatronix commented on GitHub (Nov 17, 2019):
I have never seen this before..
So just no menu at all?
Is it reproducible? Can you bump debugging level?
@tablatronix commented on GitHub (Nov 17, 2019):
Can you try a different device? I wonder if its an html rendering issue
@lbussy commented on GitHub (Nov 17, 2019):
No menu at all, just what you see in that screenshot. I tried it with two different phones and neither one has taken a recent update. I also opened a new board and tried it and had the same results. I turned on
DEBUG_ESP_COREandDEBUG_ESP_HTTP_SERVER(in addition toDEBUG_ESP_WIFI, I hope that's what you meant.Here's the debug:
@tihoangyeudau commented on GitHub (Nov 17, 2019):
i have same issue.
@tablatronix commented on GitHub (Nov 17, 2019):
ok let me see if I broke something
@lbussy commented on GitHub (Nov 17, 2019):
Confirmed fixed by updating from
22e35b2to56ad40d.@tablatronix commented on GitHub (Nov 17, 2019):
Sorry about that
@tihoangyeudau commented on GitHub (Nov 19, 2019):
thank you all friends