Moonraker can't connect to Klipper after updating

After I update the printer it just dont connect, Ive read about the uds paths and tried several workarounds but never succesfully. I tried to pass the args in lklippy.env but this file dont exist (is where moonraker.conf points). After that i tried to point in the /tmp/klippy_uds and seems like connected but gives an ratos_homing error. Any tips? Thanks!
3 Replies
conscious-sapphire
conscious-sapphire11mo ago
This is from the klippy.log when I point the moonraker.conf to /tmp/klippy_uds: Config error 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 145, in _read_config pconfig.check_unused_options(config) File "/home/pi/klipper/klippy/configfile.py", line 300, in check_unused_options % (section,)) configparser.Error: Section 'ratos_homing' is not a valid config section
miklschmidt
miklschmidt11mo ago
Go to the configurator, click the three dots in the top right. Click "Symlink klipper extensions", restart klipper.
conscious-sapphire
conscious-sapphire11mo ago
I reinstalled the whole thing, I broke even more trying other things haha thanks!!