mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1329] wifi: addba response cb: ap bss deleted #1141
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#1141
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 @Bonv1Arnaud on GitHub (Dec 27, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1329
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32: ESP32-WROOM-32UE
Core Version: I don't know (I think the newest version)
Description
Problem description :
I upload the example sketch at home. And I was able to connect the ESP on my WiFi.
And now I am in my office and I try with the same board and the same code. I have this error (just bellow)
Settings in IDE
Module: ????
Additional libraries: no
Sketch
Debug Messages
15:32:00.933 -> *wm:[2] Starting Config Portal
15:32:00.933 -> *wm:[2] AccessPoint set password is VALID
15:32:00.933 -> *wm:[2] Disabling STA
15:32:00.933 -> *wm:[2] Enabling AP
15:32:00.933 -> *wm:[1] StartAP with SSID: Oblo_casa
15:32:01.490 -> *wm:[1] AP IP address: 192.168.4.1
15:32:01.490 -> *wm:[1] Starting Web Portal
15:32:01.490 -> *wm:[2] HTTP server started
15:32:01.490 -> *wm:[2] Config Portal Running, blocking, waiting for clients...
15:32:30.629 -> *wm:[2] NUM CLIENTS: 0
15:32:42.884 -> E (42437) wifi:addba response cb: ap bss deleted
15:32:45.974 -> E (45537) wifi:addba response cb: ap bss deleted
15:32:46.488 -> E (46061) wifi:addba response cb: ap bss deleted
15:32:47.003 -> E (46584) wifi:addba response cb: ap bss deleted
15:32:48.079 -> E (47630) wifi:addba response cb: ap bss deleted
15:32:48.592 -> E (48154) wifi:addba response cb: ap bss deleted
15:32:50.367 -> E (49956) wifi:addba response cb: ap bss deleted
15:32:51.954 -> E (51526) wifi:addba response cb: ap bss deleted
15:32:53.500 -> E (53096) wifi:addba response cb: ap bss deleted
15:33:00.657 -> *wm:[2] NUM CLIENTS: 0
@tablatronix commented on GitHub (Dec 27, 2021):
No idea, sounds like an esp issue, are there alot of APs around ?
@Bonv1Arnaud commented on GitHub (Dec 27, 2021):
My office is in a town so I have 8 APs around.
To be sure that the problem was not with the ESP, I tried with three boards ( 2 x ESP32-WROOM32UE & 1 x ESP-DEVKIT.
I have also check the WiFi channel and my esp is in channel 3 and all APs around are in the channel 6 and more
@tablatronix commented on GitHub (Dec 27, 2021):
The ESP lib.
Power supply issue?
@Bonv1Arnaud commented on GitHub (Dec 27, 2021):
the APs around
my ESP is "AutoConnectAp"
@Bonv1Arnaud commented on GitHub (Dec 27, 2021):
The ESP is powered with a battery. And during the test the board was powered also with my computer (trough an USB cable)
WiFi manager library : https://github.com/tzapu/WiFiManager
I didn't see the same trouble on the "issues" section of this github
@tablatronix commented on GitHub (Dec 27, 2021):
https://github.com/espressif/arduino-esp32/issues/4052
https://www.esp32.com/viewtopic.php?t=8191
Looks like there was never any solution, I would do a full erase of flash, make sure your esp lib is up to date.
@yangzhonming commented on GitHub (Mar 28, 2022):
This problem is very strange. I repeatedly burn other programs, and then turn on AP mode. This problem disappears....
@kevin4dhd commented on GitHub (Feb 4, 2024):
Can you give more details about your solution please, I am also having the same problem