-
Notifications
You must be signed in to change notification settings - Fork 74
Portal configuration window not opening #50
Comments
Hi, First of all, thank you for your great work on this library. I'm encountering the same issue here with v1.7.0. It looks like the web server is returning garbage after some valid bytes (see screenshot attached). The garbage occurrs after: Thanks, |
Hm. It looks like the issue is caused by passing the Replacing with in solves the issue for me. And because there's no need to do memory operations for building the response, we should always use |
Thanks for using the library.
I think there is something wrong either with your board, your code or your development platform (Visual Code Studio). I suggest you to eliminate the issue one-by-one, by using the standard Arduino IDE v1.8.13 on another ESP8266 board. You have to know ESP32 is more powerful with larger resource than ESP8266. Therefore code, running on ESP32, can't always run on ESP8266. I have to close the issue until you prove there is some bug in the library. Good Luck, |
Ok thank you for your prompt response. I’ll give that a try.
Glen
On Apr 29, 2021, at 3:48 PM, Khoi Hoang ***@***.***> wrote:
Closed #50.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I don't think that is the issue. If you have a look at the ESPAsyncWebServer library #L246-L254
The following function call is correct, and String is passed by
The following call to use
I suggest you to check your code as well as your usage of your String for heap / stack corruption issue. |
I have been using the ESPAsync_WiFiManager 1.7.1 library on a ESP32 without issues. I then tried using the library on a Wemos D1, the portal opens, information page loads, but the configuration (wifi selection) page is blank.
I tried several different examples from the GitHub. Tried accessing the Portal from another computer, on 192,168.4.1 getting the same result, a blank Configuration page. I tried your ESP_WifiManager and the code/library works.
Boards using:
esp32doit-devkit-v1
d1_mini 8266
Visual Code Studio
Version: 1.55.2
Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d
Date: 2021-04-13T09:36:32.643Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Darwin x64 20.3.0
Thank you for your help.
Glen
The text was updated successfully, but these errors were encountered: