Gcode file path is uknown

Basic Information:

Printer Model: X5SA Pro
MCU / Printerboard: CXY-V6-191017
[
klippy-2.log (53.6 KB)
] klippy-2.log

Describe your issue:

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-2.log (51.3 KB)

How do I fix ?

See Folder/Path configuration change · Issue #516 · Arksine/moonraker · GitHub

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’ll try by single instance.

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

What’s matter with my klipper?

klippy.log (108 KB)
moonraker.log (33.0 KB)

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.

Arksine-san
Thank you for good info.
I had made a mistake about document encoding.
I will use it as it is Until multi-instances can be handled.

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.

I tried to re-install for two instances . and seems to be working correctly.
Thank you.