mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1718] error Exception (3) on ESP8266 with version 2.0.17 and not 2.0.16 #1456
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#1456
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 @PhDSM on GitHub (Mar 10, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1718
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32:
Hardware: ESP8266 D1 Mini Board
Core Version: 2.4.0, staging
Description
error Exception (3) occurs when calling AP webpage, even with code example basic.ino on version 2.0.17.
However it works ok with version 2.0.16-rc 2
Settings in IDE
Module: Generic ESP8266 Module
Additional libraries:
Sketch
see basic.ino in your examples folder
@tablatronix commented on GitHub (Mar 10, 2024):
Will test, have you tried a full erase?
What esp version??
@tablatronix commented on GitHub (Mar 10, 2024):
No issue here
@PhDSM commented on GitHub (Mar 22, 2024):
Here is info about the ESP I used
I have several of then and the problem occurs on all of them
esp8266
Chip ID c88a97
Flash chip ID 1450117
Flash size 4194304 bytes
Real flash size 4194304 bytes
Core version 2_6_3
Boot version 31
CPU frequency 80MHz
Memory - Free heap 42448 bytes available
Memory - Sketch size
Used / Total bytes
344032 / 962528
@GodisGod commented on GitHub (Apr 13, 2024):
same question
@real-bombinho commented on GitHub (Apr 28, 2024):
I hit the Exception (3) as well on some older NodeMCU1.0 boards but not on the ESP01 and D1 mini.
It seems to be raised due to no established connection on a first glance.
Albeit the NodeMCU projects are some legacy projects, nursed along with little remaining memory.
ESP01 and D1 mini use lesser memory and have less web dependent functionality.
@jay6621 commented on GitHub (May 26, 2024):
I got the same issue, by using me-no-dev's esp exception decoder I got below result
Board : D1 Mini (says ESP8266MOD)
Error : same as OP - error Exception (3) occurs when calling AP webpage
@jay6621 commented on GitHub (May 26, 2024):
with board manager url
http://arduino.esp8266.com/stable/package_esp8266com_index.jsonand esp 8266 board version
3.1.2solves issue for meleaving with another library's issue.