-
Notifications
You must be signed in to change notification settings - Fork 652
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
<ERR> [WIFI] Disconnected, multiple reconnect attempts failed (201), still retrying... #2186
Comments
does it also happen wirth a different AP? Are you using the new Wifi Roaming? See https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-rssithreshold |
Strange. Can you please set to INFO level to see if it's a logic or a real wlan disconnect issue. The error message occurs after 10 failed reconnection attempts. With INFO you see the single retries... INFO: Error 201 means no access point in range. |
No same AP
No rssithreshold defined I've set the info log level. |
WIFI Signal: Excellent (-43dBm)
|
was it working with v15.0.3? |
I have upgrraded from 15.0.1 |
It seems logic is correct, for some reason your device really gets disconnected due to timeout which indicates AP is not responding in time (no beacon) then it's reconnecting after a while... |
the strange thing is the disconnecting appears every 2.x minutes, but do not after sucessful reconnection till approx 10 minutes My hassio is retrieving data from ai-on-the-edge every 120s still the beginning without error ... |
If you mean the repeating disconnected messages they occur every 2.x seconds and it's not a disconnect event it's a state which is still unchanged after another connect retry, therefore the word "disconnected" |
This could still possible even with the disconnects in the past because no error was visible before 15.1 in logfile (only on serial console) and it seems device is reconnecting without any interaction. But still strange. I would check the AP log. There should also some Infos about the disconnect reason. As I said, error 201 means no AP is in range of the device. |
You are right every 2 seconds. My SSID is hidden, perhaps it may break something. Is it a way to disable the "WIFI roaming" function ? I mean it's not usefull as the cam are not moving. I'll check tomorrow for the AP logs Regards |
It is disabled when RSSIThreshold is set to 0 and that's default. |
mine is not set at all :
|
Haven't tested with hidden SSID. A scan of hidden ones is at least possible, so I assume it should not be an issue... |
Then it's internally set to 0 |
Not sure an hidden SSID can be scanned. |
At least it's configured in the driver: https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_wlan/connect_wlan.cpp#L350 |
Cannot reproduce the error today |
I have the exact same problem. For me the error comes in 30 minute intervals which is also the Round Interval. I cannot see any issues on the AP side and the watermeter UI is also accessible. |
have the exact same problem :( |
The Problem
I've got the following error every 1h still upgrade to Release: v15.1.0 (Commit: 7d33c3e+) on both production devices :
2023-03-14T12:12:32 <ERR> [WIFI] Disconnected, multiple reconnect attempts failed (201), still retrying...
WIFI Signal: Good (-66dBm) on device #1
WIFI Signal: Excellent (-43dBm) on device #2
Version
15.1.0
Logfile
Expected Behavior
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: