[GH-ISSUE #1609] Current WiFi Manager version does not allow to add credentials -> "No AP set" is shown only #1372

Closed
opened 2026-02-28 01:29:48 +03:00 by kerem · 20 comments
Owner

Originally created by @AWSW-de on GitHub (May 18, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1609

Basic Infos

Current WiFi Manager version does not allow to add credentials -> "No AP set" is shown only

Hardware

WiFimanager Branch/Release: Master

Esp32:
Hardware: D1 mini ESP32
Arduino 2.1.0

Description

Current WiFi Manager version does not allow to add credentials -> "No AP set" is shown only

After setting up a new ESP32 or deleting the set WiFi credentials with "WiFi.disconnect();" ... and "manager.resetSettings();" the user is not able to set the WiFi credentials in the captive portal page. The user is shown "No AP set" only.

Unbenannt

Using an older version of the WiFi Manager library (tried 2.0.14-beta ~ October 2022 and one from ~ 2 weeks ago) fixes this problem.

Settings in IDE

Module: Wemos D1 mini ESP32

Code: https://github.com/AWSW-de/WordClock-16x16-LED-matrix

Additional libraries:
// # - Adafruit NeoPixel // by Adafruit: https://github.com/adafruit/Adafruit_NeoPixel
// # - AsyncTCP // by me-no-dev: https://github.com/me-no-dev/AsyncTCP
// # - ESPAsyncWebServer // by me-no-dev: https://github.com/me-no-dev/ESPAsyncWebServer
// # - ESPUI // by s00500: https://github.com/s00500/ESPUI
// # - ArduinoJson // by bblanchon: https://github.com/bblanchon/ArduinoJson
// # - LITTLEFS // by lorol: https://github.com/lorol/LITTLEFS
// # - UniversalTelegramBot // by witnessmenow: https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot

Thanks in advance :)

Originally created by @AWSW-de on GitHub (May 18, 2023). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1609 ### Basic Infos Current WiFi Manager version does not allow to add credentials -> "No AP set" is shown only #### Hardware WiFimanager Branch/Release: Master Esp32: Hardware: D1 mini ESP32 Arduino 2.1.0 ### Description Current WiFi Manager version does not allow to add credentials -> "No AP set" is shown only After setting up a new ESP32 or deleting the set WiFi credentials with "WiFi.disconnect();" ... and "manager.resetSettings();" the user is not able to set the WiFi credentials in the captive portal page. The user is shown "No AP set" only. ![Unbenannt](https://github.com/tzapu/WiFiManager/assets/34800740/a333cc6d-cc03-43e3-b921-cc094b6d426c) Using an older version of the WiFi Manager library (tried 2.0.14-beta ~ October 2022 and one from ~ 2 weeks ago) fixes this problem. ### Settings in IDE Module: Wemos D1 mini ESP32 #### Code: https://github.com/AWSW-de/WordClock-16x16-LED-matrix Additional libraries: // # - Adafruit NeoPixel // by Adafruit: https://github.com/adafruit/Adafruit_NeoPixel // # - AsyncTCP // by me-no-dev: https://github.com/me-no-dev/AsyncTCP // # - ESPAsyncWebServer // by me-no-dev: https://github.com/me-no-dev/ESPAsyncWebServer // # - ESPUI // by s00500: https://github.com/s00500/ESPUI // # - ArduinoJson // by bblanchon: https://github.com/bblanchon/ArduinoJson // # - LITTLEFS // by lorol: https://github.com/lorol/LITTLEFS // # - UniversalTelegramBot // by witnessmenow: https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot Thanks in advance :)
kerem 2026-02-28 01:29:48 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tablatronix commented on GitHub (May 18, 2023):

Hmm html is just missing? Ruhroh I bet that last commit broke it

<!-- gh-comment-id:1553408729 --> @tablatronix commented on GitHub (May 18, 2023): Hmm html is just missing? Ruhroh I bet that last commit broke it
Author
Owner

@tablatronix commented on GitHub (May 18, 2023):

Can you get any serial logs? And use a basic example? Thats alot going on

<!-- gh-comment-id:1553409710 --> @tablatronix commented on GitHub (May 18, 2023): Can you get any serial logs? And use a basic example? Thats alot going on
Author
Owner

@AWSW-de commented on GitHub (May 18, 2023):

Hi,
thanks for your reply.

Just tested with your "Basic.ino" sketch from the current download. Result is the same: "No AP set..."
A user from one of my WordClock projects reported the same result today.

Here is the serial output:

*wm:AutoConnect 
Brownout detector was triggered
ets Jul 29 2019 12:21:46
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1184
load:0x40078000,len:13220
ho 0 tail 12 room 4
load:0x40080400,len:3028
entry 0x400805e4
*wm:AutoConnect 
*wm:No wifi saved, skipping 
*wm:AutoConnect: FAILED for  101 ms
*wm:StartAP with SSID:  AutoConnectAP
*wm:AP IP address: 192.168.4.1
*wm:Starting Web Portal 
E (3584) wifi:AP has neither DSSS parameter nor HT Information, drop it
E (3630) wifi:AP has neither DSSS parameter nor HT Information, drop it

Thanks in advance!

<!-- gh-comment-id:1553457411 --> @AWSW-de commented on GitHub (May 18, 2023): Hi, thanks for your reply. Just tested with your "Basic.ino" sketch from the current download. Result is the same: "No AP set..." A user from one of my WordClock projects reported the same result today. Here is the serial output: ``` *wm:AutoConnect Brownout detector was triggered ets Jul 29 2019 12:21:46 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1184 load:0x40078000,len:13220 ho 0 tail 12 room 4 load:0x40080400,len:3028 entry 0x400805e4 *wm:AutoConnect *wm:No wifi saved, skipping *wm:AutoConnect: FAILED for 101 ms *wm:StartAP with SSID: AutoConnectAP *wm:AP IP address: 192.168.4.1 *wm:Starting Web Portal E (3584) wifi:AP has neither DSSS parameter nor HT Information, drop it E (3630) wifi:AP has neither DSSS parameter nor HT Information, drop it ``` Thanks in advance!
Author
Owner

@Blaxxun75 commented on GitHub (May 18, 2023):

I have the same problem. I also used the "Basic.ino" and the serial shows:

*wm:AutoConnect
*wm:No wifi saved, skipping
*wm:AutoConnect: FAILED for 23 ms
*wm:StartAP with SSID: AutoConnectAP
*wm:AP IP address: 192.168.4.1
*wm:Starting Web Portal
[ 39789][E][WebServer.cpp:649] _handleRequest(): request handler not found
[ 39939][E][WebServer.cpp:649] _handleRequest(): request handler not found

Html shows only "No AP Set"

Thanks!

<!-- gh-comment-id:1553617970 --> @Blaxxun75 commented on GitHub (May 18, 2023): I have the same problem. I also used the "Basic.ino" and the serial shows: `*wm:AutoConnect` `*wm:No wifi saved, skipping` `*wm:AutoConnect: FAILED for 23 ms` `*wm:StartAP with SSID: AutoConnectAP` `*wm:AP IP address: 192.168.4.1` `*wm:Starting Web Portal` `[ 39789][E][WebServer.cpp:649] _handleRequest(): request handler not found` `[ 39939][E][WebServer.cpp:649] _handleRequest(): request handler not found` Html shows only "No AP Set" Thanks!
Author
Owner

@zheins commented on GitHub (May 18, 2023):

I'm getting this same issue using the non-blocking and basic examples, looks just like the screenshot above. I tested on a featherV2 and and edgebox-esp-100, both of which were working fine a few weeks ago on the same code. Thanks!

<!-- gh-comment-id:1553677782 --> @zheins commented on GitHub (May 18, 2023): I'm getting this same issue using the non-blocking and basic examples, looks just like the screenshot above. I tested on a featherV2 and and edgebox-esp-100, both of which were working fine a few weeks ago on the same code. Thanks!
Author
Owner

@zheins commented on GitHub (May 18, 2023):

I'll also add that going back to commit 297123b resolved the issue for me.

<!-- gh-comment-id:1553701595 --> @zheins commented on GitHub (May 18, 2023): I'll also add that going back to commit 297123b resolved the issue for me.
Author
Owner

@Blaxxun75 commented on GitHub (May 19, 2023):

Hello, what Link do I have to give if I want a previous working version in platform.io ?
I tried a lot but I always get an error. Only the Link below seems to work, but that's the current latest version

lib_deps = https://github.com/tzapu/WiFiManager.git

Thank you

<!-- gh-comment-id:1554995650 --> @Blaxxun75 commented on GitHub (May 19, 2023): Hello, what Link do I have to give if I want a previous working version in platform.io ? I tried a lot but I always get an error. Only the Link below seems to work, but that's the current latest version lib_deps = https://github.com/tzapu/WiFiManager.git Thank you
Author
Owner

@chriskinal commented on GitHub (May 19, 2023):

According to platformio.ini docs one can specify a particular tag like so:

https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2

<!-- gh-comment-id:1555031391 --> @chriskinal commented on GitHub (May 19, 2023): According to platformio.ini docs one can specify a particular tag like so: https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
Author
Owner

@tablatronix commented on GitHub (May 19, 2023):

Its already fixed

<!-- gh-comment-id:1555044771 --> @tablatronix commented on GitHub (May 19, 2023): Its already fixed
Author
Owner

@tablatronix commented on GitHub (May 19, 2023):

#1610

<!-- gh-comment-id:1555045633 --> @tablatronix commented on GitHub (May 19, 2023): #1610
Author
Owner

@Blaxxun75 commented on GitHub (May 19, 2023):

According to platformio.ini docs one can specify a particular tag like so:

https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2

Hello, thank you very much!!
Although i read the docs too i might have used the wrong version notation

<!-- gh-comment-id:1555091608 --> @Blaxxun75 commented on GitHub (May 19, 2023): > According to platformio.ini docs one can specify a particular tag like so: > > https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2 Hello, thank you very much!! Although i read the docs too i might have used the wrong version notation
Author
Owner

@AWSW-de commented on GitHub (May 19, 2023):

Its already fixed

Thanks a lot!

<!-- gh-comment-id:1555217051 --> @AWSW-de commented on GitHub (May 19, 2023): > Its already fixed Thanks a lot!
Author
Owner

@zheins commented on GitHub (May 19, 2023):

Thanks!

<!-- gh-comment-id:1555243706 --> @zheins commented on GitHub (May 19, 2023): Thanks!
Author
Owner

@tablatronix commented on GitHub (May 20, 2023):

I made rc2 public, pio should use that as latest now? Let me make sure

<!-- gh-comment-id:1555408988 --> @tablatronix commented on GitHub (May 20, 2023): I made rc2 public, pio should use that as latest now? Let me make sure
Author
Owner

@tablatronix commented on GitHub (May 20, 2023):

well shoot looks like it still blocks beta versions ugh

<!-- gh-comment-id:1555409402 --> @tablatronix commented on GitHub (May 20, 2023): well shoot looks like it still blocks beta versions ugh
Author
Owner

@Blaxxun75 commented on GitHub (May 20, 2023):

I was able to choose a network and enter the network password.
But the ESP32 does not connect to the network...

<!-- gh-comment-id:1555935821 --> @Blaxxun75 commented on GitHub (May 20, 2023): I was able to choose a network and enter the network password. But the ESP32 does not connect to the network...
Author
Owner

@Seirakos commented on GitHub (May 23, 2023):

I tried using the code from basic example, I first compiled and uploaded through arduino IDE, it worked fine, but then I tried to do the same through platformio, and I keep getting this error.
*wm:resetSettings *wm:SETTINGS ERASED *wm:AutoConnect *wm:No wifi saved, skipping *wm:AutoConnect: FAILED for 22 ms *wm:StartAP with SSID: AutoConnectAP *wm:AP IP address: 192.168.4.1 *wm:Starting Web Portal [ 23537][E][WebServer.cpp:649] _handleRequest(): request handler not found

<!-- gh-comment-id:1558806902 --> @Seirakos commented on GitHub (May 23, 2023): I tried using the code from basic example, I first compiled and uploaded through arduino IDE, it worked fine, but then I tried to do the same through platformio, and I keep getting this error. `*wm:resetSettings *wm:SETTINGS ERASED *wm:AutoConnect *wm:No wifi saved, skipping *wm:AutoConnect: FAILED for 22 ms *wm:StartAP with SSID: AutoConnectAP *wm:AP IP address: 192.168.4.1 *wm:Starting Web Portal [ 23537][E][WebServer.cpp:649] _handleRequest(): request handler not found`
Author
Owner

@tablatronix commented on GitHub (May 23, 2023):

*wm:resetSettings *wm:SETTINGS ERASED ??

Did you uncomment this? lol

<!-- gh-comment-id:1559611021 --> @tablatronix commented on GitHub (May 23, 2023): *wm:resetSettings *wm:SETTINGS ERASED ?? Did you uncomment this? lol
Author
Owner

@Seirakos commented on GitHub (May 24, 2023):

Yes, I tried it without that uncommented and it was pretty much the same.
Is there another dependency needed for using WifiManager on esp32 when working with PlatformIO? Arduino IDE works just fine but I can't stand the compile times there.

I was only able to base the code for platformIO on the examples given in the GitHub, but those were .ino files, but the examples that were shown in platformIO were all for 8266 so I was completely lost. I was not exactly sure if there was anything else needed since it just lets me compile, lol.

<!-- gh-comment-id:1561241218 --> @Seirakos commented on GitHub (May 24, 2023): Yes, I tried it without that uncommented and it was pretty much the same. Is there another dependency needed for using WifiManager on esp32 when working with PlatformIO? Arduino IDE works just fine but I can't stand the compile times there. I was only able to base the code for platformIO on the examples given in the GitHub, but those were .ino files, but the examples that were shown in platformIO were all for 8266 so I was completely lost. I was not exactly sure if there was anything else needed since it just lets me compile, lol.
Author
Owner

@tablatronix commented on GitHub (May 24, 2023):

I mean thats not an error thats exactly what it is supposed to do, its says starting web portal, whats the problem?

<!-- gh-comment-id:1561388213 --> @tablatronix commented on GitHub (May 24, 2023): I mean thats not an error thats exactly what it is supposed to do, its says starting web portal, whats the problem?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1372
No description provided.