Comment 2 for bug 224217

Revision history for this message
Mats (matsben) wrote :

I have never seen this error but have a note in the code:

      # We must give the system (WiFi) some time to setup the
      # network before loggin in. Some kind of trying multiple
      # times would be better...
      after 5000 ::Login::LoginCmd

where "5000" means wait 5 secs until do something.
You could try to switch off this relogin and see what type of time interval you need to wait until it is possible to login again. Maybe I should design ::Login::LoginCmd to have a -retry # switch or something.