Hi all!
I have this issue when i try to print my first gcode with a freh install.
I found this in the moonraker log:
2023-01-08 15:59:26,521 [websockets.py:build_error()] - JSON-RPC Request Error: 400
And for the klipper log:
Traceback (most recent call last):
File "/home/fab/klipper/klippy/extras/virtual_sdcard.py", line 178, in _load_file
fname = files_by_lower[fname.lower()]
KeyError: 'test.gcode'
Unable to open file
My mainsail config file contain:
[virtual_sdcard]
on_error_gcode: CANCEL_PRINT
path: /home/fab/printer_data/gcodes
The control of my printer works well .
i don't know if i'l searching to the right way...