mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #355] Wifimanager with FS parameter - FS collapses and resets continuously #300
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#300
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 @nhaduy99 on GitHub (Apr 15, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/355
Hi,
I have a problem with this, I used Wifimanager with FS parameter example. At first, everything is OK, then after a few days my ESP8266 WeMos D1 doesn't work as before, and it juts resets continously. I checked the Serial Monitor and this is the reason:
mounting FS...
mounted file system
reading config file
opened config file
{"table_ID":"hello","restaurant_ID":"seppy"}
parsed json
Exception (28):
epc1=0x4000bf0e epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
ctx: cont
sp: 3fff04b0 end: 3fff07b0 offset: 01a0
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld
I dont know what happened. How can I solve this.
Thanks
@spudwebb commented on GitHub (Aug 30, 2017):
I'm having the same kind of issue.
Did you find the cause?
@tablatronix commented on GitHub (Aug 30, 2017):
This is usually a memory access error
Do you have a sample sketch?
@spudwebb commented on GitHub (Aug 31, 2017):
Turns out it was caused by a non initialized pointer in my code.
Everything is working as expected now
Thanks!
@asahajit commented on GitHub (Jan 23, 2018):
I am also having the same issue. Tried 2nd and 3rd example it's failing.
Error 👎
mounting FS...
mounted file system
reading config file
opened config file
{"apiKey":"123456","channelId":"UCezJOfu7OtqGzd5xrP3q6WA"}
parsed json
Exception (28):
epc1=0x40212442 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
ctx: cont
sp: 3fff0b90 end: 3fff0ea0 offset: 01a0
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
ets Jan 8 2013,rst cause:4, boot mode:(1,6)
wdt reset
r$
@tablatronix commented on GitHub (Jan 23, 2018):
Can you post exact reproducable steps and code?
@asahajit commented on GitHub (Jan 26, 2018):
it worked and issue got fixed with "SPIFFS.format();" . 👍 thanks for your support .