mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1759] [ 18356][E][WebServer.cpp:638] _handleRequest(): request handler not found #1487
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#1487
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 @tozehu on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1759
Basic Infos
Hardware
WiFimanager Master
Esp8266/Esp32: Esp32
Hardware: ESP32 wroom 32d
[env:esp32dev]
Core Version: vs code PIO
Espressif 32 6.8.1
[env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git
board = esp32dev
framework = arduino
lib_deps =
https://github.com/tzapu/WiFiManager.git
bblanchon/ArduinoJson@^7.1.0
Description
After compiling and uploading to ESP32 using VS Code PIO IDE, when entering the Wi-Fi configuration page, the serial output shows the following error:
[18356][E][WebServer.cpp:638] _handleRequest(): request handler not found
When using Arduino to upload, it works normally.
Settings in IDE
Module: NodeMcu-32
Additional libraries:
Sketch
Debug Messages
[ 18356][E][WebServer.cpp:638] _handleRequest(): request handler not found
@tablatronix commented on GitHub (Aug 15, 2024):
I have never figured out what this is, I have seen it mentioned in the esp repo also with the same question