[GH-ISSUE #58] Not working tonight... #41

Closed
opened 2026-02-28 01:23:03 +03:00 by kerem · 11 comments
Owner

Originally created by @alwynallan on GitHub (Jan 12, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/58

I have the latest git pull of both esp8266com and wifimanger. I'm using the calls in setup() just like the examples and the way they've been for a month. I added the parameter to my .setAPCallback() function, but I have the same problem even if I don't set the callback. When my ESP-12 goes into AP mode I can't get the Configuration page (Android, iOS, Win7) at 192.168.1.4. The serial log looks like this:

*WM: 
*WM: AutoConnect
*WM: Reading SSID
*WM: SSID: 
*WM: 
*WM: Reading Password
*WM: Password: 
*WM: Connecting as wifi client...
*WM: Connection result: 
*WM: 0
*WM: 
*WM: Configuring access point... 
*WM: ClockAP
*WM: AP IP address: 
*WM: 192.168.4.1
*WM: HTTP server started
*WM: start loop
*WM: 204 No Response
*WM: 204 No Response
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: 204 No Response
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: 204 No Response
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: 204 No Response
*WM: Request redirected to captive portal
*WM: Handle root
*WM: Request redirected to captive portal
*WM: 204 No Response
*WM: Request redirected to captive portal
*WM: Handle root
*WM: Handle root
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal

It repeats as long as something's connected to the AP.

Originally created by @alwynallan on GitHub (Jan 12, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/58 I have the latest git pull of both esp8266com and wifimanger. I'm using the calls in setup() just like the examples and the way they've been for a month. I added the parameter to my .setAPCallback() function, but I have the same problem even if I don't set the callback. When my ESP-12 goes into AP mode I can't get the Configuration page (Android, iOS, Win7) at 192.168.1.4. The serial log looks like this: ``` *WM: *WM: AutoConnect *WM: Reading SSID *WM: SSID: *WM: *WM: Reading Password *WM: Password: *WM: Connecting as wifi client... *WM: Connection result: *WM: 0 *WM: *WM: Configuring access point... *WM: ClockAP *WM: AP IP address: *WM: 192.168.4.1 *WM: HTTP server started *WM: start loop *WM: 204 No Response *WM: 204 No Response *WM: Request redirected to captive portal *WM: Request redirected to captive portal *WM: 204 No Response *WM: Request redirected to captive portal *WM: Request redirected to captive portal *WM: 204 No Response *WM: Request redirected to captive portal *WM: Request redirected to captive portal *WM: 204 No Response *WM: Request redirected to captive portal *WM: Handle root *WM: Request redirected to captive portal *WM: 204 No Response *WM: Request redirected to captive portal *WM: Handle root *WM: Handle root *WM: Request redirected to captive portal *WM: Request redirected to captive portal ``` It repeats as long as something's connected to the AP.
kerem closed this issue 2026-02-28 01:23:03 +03:00
Author
Owner

@tzapu commented on GitHub (Jan 13, 2016):

funny you should say this, i tested last night with the latest esp8266 github and had the same issue.
i had to revert to the 5f80ad5a78062882ff2bf509bae7d69996a53ca7 comit to make it work...

<!-- gh-comment-id:171200263 --> @tzapu commented on GitHub (Jan 13, 2016): funny you should say this, i tested last night with the latest esp8266 github and had the same issue. i had to revert to the 5f80ad5a78062882ff2bf509bae7d69996a53ca7 comit to make it work...
Author
Owner

@St-Aris commented on GitHub (Jan 13, 2016):

What is the recommended version of esp8266/arduino? Your web page says:

For now, you need to use a newer staging version of the ESP8266/Arduino package than the stable version released on 23 July 2015

The current 'stable' version is Nov 30 2015.

<!-- gh-comment-id:171201911 --> @St-Aris commented on GitHub (Jan 13, 2016): What is the recommended version of esp8266/arduino? Your web page says: For now, you need to use a newer staging version of the ESP8266/Arduino package than the stable version released on 23 July 2015 The current 'stable' version is Nov 30 2015.
Author
Owner

@tzapu commented on GitHub (Jan 13, 2016):

well, it should work fine with the stable 2.0.0 release
it should also work fine with the 2.1.0RC
the best one was the github version which had sdk 1.5.1 (newest) embeded, but that broke since last night ...
need to update that documentation to be more explicit, thanks

<!-- gh-comment-id:171208249 --> @tzapu commented on GitHub (Jan 13, 2016): well, it should work fine with the stable 2.0.0 release it should also work fine with the 2.1.0RC the best one was the github version which had sdk 1.5.1 (newest) embeded, but that broke since last night ... need to update that documentation to be more explicit, thanks
Author
Owner

@tzapu commented on GitHub (Jan 14, 2016):

i can replicate the issue you reported when uploading to the latest github
if i revert the changes in e8d60be62a9b08457bed597d721ff44afa57de67 on top of the latest github it works fine.

<!-- gh-comment-id:171716114 --> @tzapu commented on GitHub (Jan 14, 2016): i can replicate the issue you reported when uploading to the latest github if i revert the changes in e8d60be62a9b08457bed597d721ff44afa57de67 on top of the latest github it works fine.
Author
Owner

@tzapu commented on GitHub (Jan 14, 2016):

added a fix for this in the latest commit

<!-- gh-comment-id:171731925 --> @tzapu commented on GitHub (Jan 14, 2016): added a fix for this in the latest commit
Author
Owner

@tzapu commented on GitHub (Jan 14, 2016):

if you can, do test :D

<!-- gh-comment-id:171731968 --> @tzapu commented on GitHub (Jan 14, 2016): if you can, do test :D
Author
Owner

@alwynallan commented on GitHub (Jan 14, 2016):

I tested it and it's back to perfect. Thanks!

It looks good too, and the password is hidden now.

A. Peter Allan · 450 Timber Lane · Devon PA 19333 · 610-687-1708 ·
610-547-4836 mobile

On Thu, Jan 14, 2016 at 1:31 PM, tzapu notifications@github.com wrote:

if you can, do test :D


Reply to this email directly or view it on GitHub
https://github.com/tzapu/WiFiManager/issues/58#issuecomment-171731968.

<!-- gh-comment-id:171737052 --> @alwynallan commented on GitHub (Jan 14, 2016): I tested it and it's back to perfect. Thanks! It looks good too, and the password is hidden now. A. Peter Allan · 450 Timber Lane · Devon PA 19333 · 610-687-1708 · 610-547-4836 mobile On Thu, Jan 14, 2016 at 1:31 PM, tzapu notifications@github.com wrote: > if you can, do test :D > > — > Reply to this email directly or view it on GitHub > https://github.com/tzapu/WiFiManager/issues/58#issuecomment-171731968.
Author
Owner

@mnelson10000 commented on GitHub (Jan 17, 2016):

I'm getting a similar result with the latest version:

*WM: Connecting as wifi client...
*WM: Connection result:
*WM: 0
*WM:
*WM: Configuring access point...
*WM: AutoConnectAP
*WM: AP IP address:
*WM: 192.168.4.1
*WM: HTTP server started
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response

<!-- gh-comment-id:172335126 --> @mnelson10000 commented on GitHub (Jan 17, 2016): I'm getting a similar result with the latest version: *WM: Connecting as wifi client... *WM: Connection result: *WM: 0 *WM: *WM: Configuring access point... *WM: AutoConnectAP *WM: AP IP address: *WM: 192.168.4.1 *WM: HTTP server started *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response
Author
Owner

@tzapu commented on GitHub (Jan 18, 2016):

hi,

latest release or latest github?

try with both 'latest' from github WiFiManager and ESP8266 Arduino Core

<!-- gh-comment-id:172432300 --> @tzapu commented on GitHub (Jan 18, 2016): hi, latest release or latest github? try with both 'latest' from github WiFiManager and ESP8266 Arduino Core
Author
Owner

@mnelson10000 commented on GitHub (Jan 18, 2016):

I started with the latest release, then overwrote the library folder with the latest github,,, both did the same thing. I went back to the 1/12 commit and it worked, but I had frequent timeouts on the browser.

<!-- gh-comment-id:172522125 --> @mnelson10000 commented on GitHub (Jan 18, 2016): I started with the latest release, then overwrote the library folder with the latest github,,, both did the same thing. I went back to the 1/12 commit and it worked, but I had frequent timeouts on the browser.
Author
Owner

@fmarci commented on GitHub (Mar 6, 2016):

same problem here (from android - from ios it is working)
the library version is 0.10.0

*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Using last saved values, should be faster
*WM: Connection result:
*WM: 0
*WM: SET AP
Entered config mode
192.168.4.1
ESP750091
*WM:
*WM: Configuring access point...
*WM: ESP750091
*WM: AP IP address:
*WM: 192.168.4.1
*WM: HTTP server started
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response

<!-- gh-comment-id:193007784 --> @fmarci commented on GitHub (Mar 6, 2016): same problem here (from android - from ios it is working) the library version is 0.10.0 *WM: AutoConnect *WM: Connecting as wifi client... *WM: Using last saved values, should be faster *WM: Connection result: *WM: 0 *WM: SET AP Entered config mode 192.168.4.1 ESP750091 *WM: *WM: Configuring access point... *WM: ESP750091 *WM: AP IP address: *WM: 192.168.4.1 *WM: HTTP server started *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response *WM: 204 No Response
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#41
No description provided.