Having trouble connecting klipper

Printer Model: en der 3 v2
MCU / Printerboard:creality 427
Ubuntu 24.04.1 LTS
HP HP ProDesk 600 G3 DM core i5

I do ls dev and it is there. I have chechkd the prionter config.

Can’t seem to connect. WHen i try to download the klippy log I get this.

error
code 404
message Not Found
traceback ‘Traceback (most recent call last):\n\n File /home/popo/moonraker-env/lib/python3.12/site-packages/tornado/web.py, line 1790, in _execute\n result = await result\n ^^^^^^^^^^^^\n\n File /home/popo/moonraker/moonraker/components/application.py, line 795, in get\n self.absolute_path = self.validate_absolute_path(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n File /home/popo/moonraker-env/lib/python3.12/site-packages/tornado/web.py, line 2900, in validate_absolute_path\n raise HTTPError(404)\n\ntornado.web.HTTPError: HTTP 404: Not Found\n’

printer.cfg (11.3 KB)
moonraker.log (171.8 KB)

This looks like as if the webinterfaces or Moonraker have not been installed properly.
Try repeating their installation. My advice would be using KIAUH.

I did do a reinstall. I’ll try again.

reinstalled a second time and same result.

Log in via SSH and post the output of

ls -al ~/printer_data/logs/

If you use a recent KIAUH, make sure not to use the v6 alpha version. In the dialog at KIAUH’s start say “No” (2) when asked for it.

reinstalled using option 2, and same result.
Here are the other results

ls -al ~/printer_data/logs/
total 824
drwxrwxr-x 2 popo popo 4096 Sep 21 04:30 .
drwxrwxr-x 11 popo popo 4096 Jun 19 19:51 …
-rw-r–r-- 1 popo popo 173230 Sep 19 15:51 crowsnest.log
-rw-r–r-- 1 popo popo 129780 Sep 19 00:00 crowsnest.log.2024-09-19
-rw-r–r-- 1 popo popo 173230 Sep 20 00:00 crowsnest.log.2024-09-20
-rw-r–r-- 1 popo popo 173230 Sep 21 00:00 crowsnest.log.2024-09-21
lrwxrwxrwx 1 popo popo 34 Sep 21 04:30 mainsail-access.log → /var/log/nginx/mainsail-access.log
lrwxrwxrwx 1 popo popo 33 Sep 21 04:30 mainsail-error.log → /var/log/nginx/mainsail-error.log
-rw-r–r-- 1 popo popo 71200 Sep 21 04:33 moonraker.log
-rw-r–r-- 1 popo popo 91085 Sep 20 20:38 moonraker.log.2024-09-20

Did you even install Klipper via KIAUH?

What does happen when you issue the command:

sudo service klipper restart

yes I used KIAHU. I issued the command. Same result.

This is strange. Somehow your installation seems messed up, which can be a pain to diagnose remote.
I suggest to start over:

  • Use a server version for your host. The desktop versions often do things that interfere with Klipper
  • Follow Installing Klipper with KIAUH to install Klipper. Do not use the v6 alpha version.

how do i use a server version?

https://ubuntu.com/download/server

OK. I thought you meant a server version of Klipper.

So I tried the server version,but it was too over my head. So i reinstalled Ubuntu and now I have this for my logs.
klippy.log (72.1 KB)
moonraker.log (132.2 KB)

This

[mcu]
serial: /dev/serial/by-id usb-1a86_USB_Serial-if00-port0

cannot be correct.
Refer to Installing Klipper with KIAUH and in particular chapter 5

potentially I could be

serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0

Note that Desktop versions introduce additional points of failure. So be sure to check OS Sanity Checks and Fixes

Finally worked. Thanks for your help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.