red-python-scripts
red-python-scripts copied to clipboard
invalid start byte
'utf-8' codec can't decode byte 0xff in position 33: invalid start byte
- OPEN windows10-wifi.py file
- GO to end of line 27 find .decode() and change to this .decode('iso-8859-1')
- same changes for line 50 and 57