mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #701] Attempting to load captive portal page results in ESP8266 crash #588
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#588
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 @Merlin04 on GitHub (Aug 15, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/701
Basic Infos
Hardware
WiFimanager Branch/Release: I'm not sure, the release is from a few months ago. I can't upgrade it due to modifications to the code (mainly the portal itself).
Esp8266/Esp32:
Hardware: ESP-12f
Core Version: 2.4.0
Description
I turn on the device, and connect to the AP it produces. The captive portal window pops up, but nothing loads in it. I try going into a web browser and going to 192.168.4.1, but all I see is the background color (after a long wait). After that, the ESP crashes. Here's the full output:
Settings in IDE
Module: Adafruit HUZZAH ESP8266
Additional libraries:
Adafruit MQTT
Servo
Sketch
I am unable to share the sketch because it would take too much time to remove sensitive information from it (it was built around a specific account). The code works on other ESP boards (practically the same as the huzzah, just re-designed to be smaller). The code isn't the problem, but what the code does is it subscribes to an MQTT feed. When it gets a message, the servo rotates.
I have customized the setup screen to add a logo, that might be taking up a lot of space.
Debug Messages
I decoded the stack:
@tablatronix commented on GitHub (Aug 16, 2018):
erase flash?
@tablatronix commented on GitHub (Aug 16, 2018):
corrupt flash, too much memory, or flash size set wrong in ide
@Merlin04 commented on GitHub (Aug 16, 2018):
I checked all the settings and they were correct. Removing the image fixed the issue, but I'm not sure why that was the problem.
@tablatronix commented on GitHub (Aug 16, 2018):
did you check your free heap ?