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
I am getting a error on running
λ python jspanda.py
Traceback (most recent call last):
File "C:\Users\Yaseen\Downloads\cmder\jspanda\jspanda.py", line 24, in
testsite_array = my_file.readlines()
File "C:\Users\Yaseen\AppData\Local\Programs\Python\Python39\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 484: character maps to
The text was updated successfully, but these errors were encountered:
I am getting a error on running
λ python jspanda.py
Traceback (most recent call last):
File "C:\Users\Yaseen\Downloads\cmder\jspanda\jspanda.py", line 24, in
testsite_array = my_file.readlines()
File "C:\Users\Yaseen\AppData\Local\Programs\Python\Python39\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 484: character maps to
The text was updated successfully, but these errors were encountered: