Klipper Error : 'ascii' codec can't decode

Hi Kevin

It looks like on the latest version - this regressed as any symbol like (degree °) or accented character causes the error

Workaround is to either update configs and remove accented or symbol characters
OR
set python3 as default?

nano ~/.bashrc
alias python='/usr/bin/python3'

I had the same problem. In my case it was the filename of the G-code file. I had a “ß” in the name. After I renamed the file everything worked again.

thats why i have set SuSI to search for ä ö ü and ß and to change it to ae oe ue and sz :wink: