Couldn't start printing Using ocra slicer with voron2.4

Basic Information:

Printer Model: Voron2.4
MCU / Printerboard:Monster8 with raspberry pi4
klippy.log

klippy (2).zip (2.0 MB)

Describe your issue:

recently I been caught into the issues which I started printing but klipper react nothing but the picture showing above and it doesn’t telling any error in the command window
this problem only occur on some of the model i sliced recently when I printed previous file I uploaded or previous model everythings goes right again

There are various issues in your log and from your description and a 20MB log, there is no further diagnose possible.

Starting SD card print (position 0)
virtual_sdcard dispatch
Traceback (most recent call last):
  File "/home/pi/klipper/klippy/extras/virtual_sdcard.py", line 264, in work_handler
    self.gcode.run_script(line)
  File "/home/pi/klipper/klippy/gcode.py", line 216, in run_script
    self._process_commands(script.split('\n'), need_ack=False)
  File "/home/pi/klipper/klippy/gcode.py", line 200, in _process_commands
    self._respond_error(str(e))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u5200' in position 46: ordinal not in range(128)
Exiting SD card print (position 93854)

This error is due to a filename containing non-ascii characters. Either make sure to not use them or switch to Python 3, which can handle them.

Got EOF when reading from device
Timeout with MCU 'mcu' (eventtime=35732.139086)
Transition to shutdown state: Lost communication with MCU 'mcu'

For these errors, see Got EOF when reading from device

really thanks, upgrading my enviroment to python 3 it works, but I still curious why this character will appear in some of the gcode file and klipper with python2 seems totally unable to deal with it