Moonraker issue after fresh install

Basic Information:

Printer Model: Voron 2.4
MCU / Printerboard: Monster 8
klippy.log
klippy.log (2.9 MB)

Describe your issue:

I just installed fresh klipper and moonraker but keep getting this message after changing the path to recomanded path.
How do i fix this?

  • GCode path received from Klipper does not match expected location.

Received: ‘/home/pi/gcode_files’
Expected: ‘/home/pi/printer_data/gcodes’

Modify the [virtual_sdcard] section Klipper’s configuration to correct this error.

[virtual_sdcard]
path: /home/pi/printer_data/gcodes

Your klippy.log shows:

[virtual_sdcard]
path = ~/gcode_files
on_error_gcode = CANCEL_PRINT

Fix this in printer.cfg to the new path

I did that and still showing the same error

just checked again and for some reason klipper.log is not updating but
i fixed printer.cfg to new path

According to the klippy.log attached above, you did not.
Did you edit the correct file?
In doubt attach a new klippy.log or even better check for yourself. The klippy.log always contains the full configuration. Start from the end of the file until you reach your configuration. This will then be the last information

just checked it again
printer.cfg is changed but klipper.log is not changing

Not possible. Verify your paths / file locations

I was stupid. sry
there wer two virtual_sdcard section

solved
Thank you so much