Unsure why the print is pausing, and unable to resume
I'm having trouble printing a file on a vcore 3.1 running an updated ratos 2.1. The print starts fine but a few minutes in it stops. It says it's paused but the toolhead stays in position and I'm unable to resume. The file is relatively large (300mb) and sometimes has a problem starting from the LCD without throwing a timer error. When it starts, I get this error showing up in the log. Hopefully this is the relevant section:
virtual_sdcard readTraceback (most recent call last): File "/home/pi/klipper/klippy/extras/virtual_sdcard.py", line 243, in work_handler data = self.current_file.read(8192) File "/usr/lib/python3.9/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final)UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 8: invalid start byteExiting SD card print (position 19120115)
virtual_sdcard readTraceback (most recent call last): File "/home/pi/klipper/klippy/extras/virtual_sdcard.py", line 243, in work_handler data = self.current_file.read(8192) File "/usr/lib/python3.9/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final)UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 8: invalid start byteExiting SD card print (position 19120115)
Solution
That really seems like a corrupted SD card. Try another?