After update Klipper ,my 2nd moonraker instance occurerd error.
It’s seems gcode path is not correct.
Failed to update subscription 'moonraker': [Errno -2] Name or service not known
Failed to build file list, invalid path: config: /home/boyon/printer_data/config
Moonraker can’t automate the update because ~/printer_2_data already exists and there are files in it. Make sure that this folder doesn’t contain anything of importance, for example if it is being used for another instance. If you are sure then you can remove it via SSH:
rm -rf ~/printer_2_data
sudo service moonraker restart
Moonraker will then attempt to convert the installation. It may require your sudo password, check your notifications in Mainsail after Moonraker comes back up.
After remove “printer_2_data”, same error occurerd .
and one more issue occurerd .
sudo password can not been updated.
I got error msg “Request to set sudo password failed with a network error”
I removed multi instance. and installed single instance.
I updated "sudo password " successfully.
but can’t connect to printer.
Can not update MCU ‘mcu’ config as it is shutdown
Once the underlying issue is corrected, use the
“FIRMWARE_RESTART” command to reset the firmware, reload the
config, and restart the host software.
Error configuring printer
Try commenting out the [gcode_shell_command curl_notify_change_filament] section in printer.cfg, including all of its options. It contains non-ascii characters, Klipper can’t encode them to json.
FWIW, it can handle multiple instances. There was some kind of issue with the automated conversion, however KIAUH has been updated to cleanly install Moonraker with the new folder structure.