bad marshal data
Since I update by using the Update Manager it appears this message and Klipper doesn't start.
Before reinstalling the RatOS, does anyone wich could be the error?
1 Reply
vicious-gold•2y ago
also this is the last message of the Log in the klipper
Unhandled exception during connect
Traceback (most recent call last):
File "/home/pi/klipper/klippy/klippy.py", line 175, in _connect
self._read_config()
File "/home/pi/klipper/klippy/klippy.py", line 141, in _read_config
self.load_object(config, section_config.get_name(), None)
File "/home/pi/klipper/klippy/klippy.py", line 121, in load_object
mod = importlib.import_module('extras.' + module_name)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/home/pi/klipper/klippy/extras/adxl345.py", line 7, in <module>
from . import bus, motion_report