-
Notifications
You must be signed in to change notification settings - Fork 151
the problem for ver 0.3.8 #95
Comments
Hi! Which os/distro are you using? Thanks,
|
Ok I guess you are on your pi. Let me look into it this weekend. -rocky
|
what is the output of |
HI,Rocky, Raymond
|
It works fine to show all Essids. Raymond
|
@rackmount, can you paste in the output of |
wlan0 Scan completed : On Sun, Apr 10, 2016 at 4:34 AM, Rocky Meza [email protected]
|
Hi, Rock,
I installed wifi by pip successful, but when I run wifi or wifi scan command, the error is same and as below:
Traceback (most recent call last):
File "/usr/local/bin/wifi", line 202, in
args.func(args)
File "/usr/local/bin/wifi", line 51, in scan_command
print_table([[cell.signal, cell.ssid, 'protected' if cell.encrypted else 'unprotected'] for cell in Cell.all(args.interface)])
File "/usr/local/lib/python2.7/dist-packages/wifi/scan.py", line 44, in all
cells = map(Cell.from_string, cells_re.split(iwlist_scan)[1:])
File "/usr/local/lib/python2.7/dist-packages/wifi/scan.py", line 54, in from_string
return normalize(cell_string)
File "/usr/local/lib/python2.7/dist-packages/wifi/scan.py", line 137, in normalize
while lines[0].startswith(' ' * 10):
IndexError: list index out of range
but wifi --help, works fine.
The text was updated successfully, but these errors were encountered: