Basic Information:
Printer Model: voron trident
MCU / Printerboard: fysec spider 2.3
Host / SBC Opi 3B with Ubuntu Focal
klippy.log: Unavalible ( see code block)
{"error": {"code": 404, "message": "Not Found", "traceback": "Traceback (most recent call last):\n\n File \"/home/orangepi/moonraker-env/lib/python3.8/site-packages/tornado/web.py\", line 1790, in _execute\n result = await result\n\n File \"/home/orangepi/moonraker/moonraker/components/application.py\", line 797, in get\n self.absolute_path = self.validate_absolute_path(\n\n File \"/home/orangepi/moonraker-env/lib/python3.8/site-packages/tornado/web.py\", line 2900, in validate_absolute_path\n raise HTTPError(404)\n\ntornado.web.HTTPError: HTTP 404: Not Found\n"}}
Describe your issue:
I did a fresh install of klipper after it wouldn’t boot into the OS, straight into Kailco as that’s what I use on this machine. Upon entering mainsail however moonraker didn’t connect to klipper.
I checked the systemd service and it showed it as running but with this output
â—Ź klipper.service - Klipper 3D Printer Firmware SV1
Loaded: loaded (/etc/systemd/system/klipper.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2025-03-21 11:57:38 UTC; 8s ago
Docs: https://www.klipper3d.org/
Process: 7135 ExecStart=/home/orangepi/klippy-env/bin/python $KLIPPER_ARGS (code=exited, status=1/FAILURE)
Main PID: 7135 (code=exited, status=1/FAILURE)
mind you the first install showed klipper as running, but still wasn’t connecting, but the 2nd and third time it’s doing this. the klipper.sock file also isn’t there for some reason and using /tmp/klippy_uds didn’t seem to work either
attached moonraker log just in case:
moonraker (3).log (83.5 KB)