OctoPrint Version 1.10.1
OctoPi Build 2024.05.14.100113 with "webcamd", based on OctoPi 1.0.0, running on Raspberry Pi 4 Model B Rev 1.5
Raspberry Pi Official 7 inch screen octoprint (3).log (66.7 KB)
What printer do you use? I do not find any information on it.
As for the log, the printer stopped communicating:
2024-06-02 23:36:43,312 - octoprint.util.comm - ERROR - Unexpected error while reading from serial port
Traceback (most recent call last):
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint/util/comm.py", line 4172, in _readline
ret = self._serial.readline()
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint/util/comm.py", line 6931, in readline
c = self.read(1)
File "/home/pi/oprint/lib/python3.9/site-packages/serial/serialposix.py", line 595, in read
raise SerialException(
serial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)