Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Router connection: 50% failure (50% success) is back #1733

Closed
kas2 opened this issue Aug 6, 2018 · 5 comments
Closed

Router connection: 50% failure (50% success) is back #1733

kas2 opened this issue Aug 6, 2018 · 5 comments
Labels
Status: Stale Issue is stale stage (outdated/stuck)

Comments

@kas2
Copy link

kas2 commented Aug 6, 2018

Hi

Please refer to #234

I just installed the actual core (using v3.2-dev-39-gaaf12390 SDK) and get same failure again

With previous core (v3.1-dev-661-gf586f5e6 SDK), as a workaround, WiFiGeneric.cpp was modified as such:
`
} else if(reason == WIFI_REASON_AUTH_EXPIRE) {
if(WiFi.getAutoReconnect()){
WiFi.begin();
}

`
This modification is now omitted in the actual core
Please fix

TIA

EDIT: apparently just adding

        if(WiFi.getAutoReconnect()){
            WiFi.begin();

does now fix the problem...

@tomtobback
Copy link

hi, i have the exact same problem, i think it started after i updated my esp32-arduino core earlier this month. i have read your issues espressif/esp-idf#401 and #234 but can't find a solution there.
i'm using a minimal sketch to connect to wifi; it fails every other time after a hard reset (stuck on status 4)
it works every time if i add your 2 lines in the while WiFi.status loop, but i want to use wifimanager (https://github.com/tzapu/WiFiManager) and there the same problem comes up, and i can't figure out where to add those lines to make it work. any suggestions?

@stale
Copy link

stale bot commented Aug 1, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Aug 1, 2019
@njordan77
Copy link

Hi, i have the same ESP32 (MatrixCore32) issue that every second time it works if hard reset. Very Strange and annoying as this never happened with ESP8266. I found out that its related to my AP, as with a Mobile Phone Hotspot it works great every time.....

Is there already a working fix or any kind of reasonable workarround, even if not so fancy....stability is my major priority.

@stale stale bot removed the Status: Stale Issue is stale stage (outdated/stuck) label Aug 13, 2019
@stale
Copy link

stale bot commented Oct 12, 2019

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Oct 12, 2019
@stale
Copy link

stale bot commented Oct 26, 2019

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

No branches or pull requests

3 participants