palworld-host-save-fix icon indicating copy to clipboard operation
palworld-host-save-fix copied to clipboard

UnicodeDecodeError

Open Socster opened this issue 1 year ago • 1 comments

Didn't see this issue mentioned anywhere, ran through it a couple times same error each time.

File "C:\Users"username"\AppData\Local\Programs\Python\Python312\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 10280: character maps to

Socster avatar Jan 29 '24 03:01 Socster

You wrote your path wrong.

You need quotes if you use spaces or some symbols in your path afaik.

Either type it in with no quotes, or type quotes in the beginning only and the end, or move the files to C:\testfolder\

omgomghax avatar Jan 30 '24 18:01 omgomghax