-
• #2
Do you have more than one access point with the same SSID?
-
• #3
No. Although I was thinking about settings that up... Would that be a problem?
-
• #5
Doh. I tried searching online for this error message again, but this page now comes up as one of the top results. :facepalm:
Still getting the error quite often. Still no idea what it means.
-
• #6
have you read this?
https://bbs.espressif.com/viewtopic.php?f=49&t=874&p=35803&hilit=auth_expire#p35803
Try to add a Wifi.disconnect() and than do Wfi.connect() when you get disconnected
-
• #7
I hadn't seen that page, but have have tried calling disconnect() inside the "disconnected" callback, and try to reconnect.
Hi. I'm trying to connect to WiFi with a Sonoff Basic. I'm finding that sometimes it will connect with no problems, but other times I keep getting the "auth_expire" message. Does anyone know what the message means?
This seems to be the only related piece of code in Espruino.
https://github.com/espruino/Espruino/blob/5bc873ae381b39504e264d73576535e40b9c0104/libs/network/esp8266/jswrap_esp8266_network.c#L1611
Thanks.