WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

Auto connect to open network failing

Open TilCreator opened this issue 7 years ago • 0 comments

When I tested the WiFiManager it failed while trying to connect to an open WiFi:

ssid: openWifi chan: 11 rssi: -36 authmode: open
Trying to connect to openWifi...
Traceback (most recent call last):
  File "main.py", line 4, in <module>
  File "wifimgr.py", line 57, in get_connection
  File "wifimgr.py", line 52, in get_connection
  File "wifimgr.py", line 89, in do_connect
TypeError: can't convert 'NoneType' object to str implicitly

TilCreator avatar May 30 '18 11:05 TilCreator