-
Notifications
You must be signed in to change notification settings - Fork 251
windows10,python2.7 error:UTF-16 surrogate #21
Description
C:\Users\weizihan>whereami learn -l bed
0%| | 0/100 [00:00<?, ?it/s]
Traceback (most recent call last):
File "f:\python2\python2\lib\runpy.py", line 174, in run_module_as_main
"main", fname, loader, pkg_name)
File "f:\python2\python2\lib\runpy.py", line 72, in run_code
exec code in run_globals
File "F:\python2\python2\Scripts\whereami.exe_main.py", line 9, in
File "f:\python2\python2\lib\site-packages\whereami_main.py", line 39, in main
learn(args.location, args.num_samples)
File "f:\python2\python2\lib\site-packages\whereami\learn.py", line 22, in learn
new_sample = sample()
File "f:\python2\python2\lib\site-packages\whereami\get_data.py", line 15, in sample
aps = wifi_scanner.get_access_points()
File "f:\python2\python2\lib\site-packages\access_points_init_.py", line 79, in get_access_points
results = self.parse_output(ensure_str(out))
File "f:\python2\python2\lib\site-packages\access_points_init_.py", line 16, in ensure_str
output = output.decode("utf-16")
File "f:\python2\python2\lib\encodings\utf_16.py", line 16, in decode
return codecs.utf_16_decode(input, errors, True)
UnicodeDecodeError: 'utf16' codec can't decode bytes in position 94-95: illegal UTF-16 surrogate
How to fix this problem?Thanks!