You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a non-standard (but completely supported) wifi dongle, kano-wifi bombs out with the following:
Traceback (most recent call last):
File "/usr/bin/kano-wifi", line 358, in
iwl = IWList(wiface).getList(unsecure=False, first=False)
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 44, in init
self.refresh(iwlist=iwlist)
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 209, in refresh
self.data = parseRawData(rawdata)
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 88, in parseRawData
cellNumber, cellData = parseCellData("\n".join(s))
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 172, in parseCellData
cellData["Channel"] = getCellChannel(s)
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 121, in getCellChannel
return s.strip().split(" ")[3][0:-1]
IndexError: list index out of range
Please let me know what other information I can include to help debug.
The text was updated successfully, but these errors were encountered:
When using a non-standard (but completely supported) wifi dongle, kano-wifi bombs out with the following:
Traceback (most recent call last):
File "/usr/bin/kano-wifi", line 358, in
iwl = IWList(wiface).getList(unsecure=False, first=False)
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 44, in init
self.refresh(iwlist=iwlist)
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 209, in refresh
self.data = parseRawData(rawdata)
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 88, in parseRawData
cellNumber, cellData = parseCellData("\n".join(s))
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 172, in parseCellData
cellData["Channel"] = getCellChannel(s)
File "/usr/lib/python2.7/dist-packages/kano/network.py", line 121, in getCellChannel
return s.strip().split(" ")[3][0:-1]
IndexError: list index out of range
Please let me know what other information I can include to help debug.
The text was updated successfully, but these errors were encountered: