Octoprint keeps disconnecting during the middle of prints. I have removed all plugins, done resets, I've tried everything and I cannot figure out why this is happening
What did you already try to solve it?
Uninstall plugins, change USB to printer, switch to LAN from WiFi, fresh install, new Pi with more RAM
...
2024-05-22 17:42:05,786 - octoprint.plugins.obico - ERROR - datachannel payload too big (5584)
2024-05-22 17:42:06,546 - octoprint.plugins.obico - ERROR - datachannel payload too big (5585)
2024-05-22 17:42:07,308 - octoprint.plugins.obico - ERROR - datachannel payload too big (5584)
2024-05-22 17:42:07,733 - 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?)
There's no SD in my printer. I am going to try a brand new USB and see if that works. I even tried installing OctoPrint on another machine (Windows Laptop running Ubuntu) and the same thing happened.