red-python-scripts icon indicating copy to clipboard operation
red-python-scripts copied to clipboard

invalid start byte

Open LavyDev opened this issue 3 years ago • 1 comments

'utf-8' codec can't decode byte 0xff in position 33: invalid start byte

LavyDev avatar Dec 09 '21 16:12 LavyDev

  1. OPEN windows10-wifi.py file
  2. GO to end of line 27 find .decode() and change to this .decode('iso-8859-1')
  3. same changes for line 50 and 57

anilgundal avatar Dec 10 '21 17:12 anilgundal