mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1609] Current WiFi Manager version does not allow to add credentials -> "No AP set" is shown only #1372
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#1372
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 @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.
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 :)
@tablatronix commented on GitHub (May 18, 2023):
Hmm html is just missing? Ruhroh I bet that last commit broke it
@tablatronix commented on GitHub (May 18, 2023):
Can you get any serial logs? And use a basic example? Thats alot going on
@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:
Thanks in advance!
@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 foundHtml shows only "No AP Set"
Thanks!
@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!
@zheins commented on GitHub (May 18, 2023):
I'll also add that going back to commit
297123bresolved the issue for me.@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
@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
@tablatronix commented on GitHub (May 19, 2023):
Its already fixed
@tablatronix commented on GitHub (May 19, 2023):
#1610
@Blaxxun75 commented on GitHub (May 19, 2023):
Hello, thank you very much!!
Although i read the docs too i might have used the wrong version notation
@AWSW-de commented on GitHub (May 19, 2023):
Thanks a lot!
@zheins commented on GitHub (May 19, 2023):
Thanks!
@tablatronix commented on GitHub (May 20, 2023):
I made rc2 public, pio should use that as latest now? Let me make sure
@tablatronix commented on GitHub (May 20, 2023):
well shoot looks like it still blocks beta versions ugh
@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...
@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@tablatronix commented on GitHub (May 23, 2023):
*wm:resetSettings *wm:SETTINGS ERASED ??
Did you uncomment this? lol
@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.
@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?