Update ? invalid?

The request for logs is to help people here and not to bother them. :wink:

However the klippy.log won’t help here as this is a front end issue and not a Klipper one!
I once had this issue when there was no internet connection but only a local one possible.

How do you connect to the Pi? Via LAN or WLAN? You could possible try the other with slight re-configurations.
Otherwise test a ping to a well known address under Linux.

you mean my intend was to bother someone ??

the raspi needs the connection to the web, one day I had also this problem, there was a setting wrong inside the config of the pi - this is what I remember.
do you get a ssh connection to the pi, then try to do a update/upgrade

Sorry I’m kind of a beginner. What do you mean by logs?

klippy.log and moonraker.log usually contain an indication why the installations are deemed invalid.

How do I find said indication in the logs?

The Printer say WLAN, also I’m not sure if it makes a difference but it is a sovol sv07.


Now it says all three are invalid.


download and post here, first two

klippy.log (1.4 MB)
moonraker.log (5.3 KB)

This is strange indeed. Neither log would indicate an issue with the repositories:

klippy.log:

Starting Klippy...
Args: ['/home/mks/klipper/klippy/klippy.py', '/home/mks/printer_data/config/printer.cfg', '-I', '/home/mks/printer_data/comms/klippy.serial', '-l', '/home/mks/printer_data/logs/klippy.log', '-a', '/home/mks/printer_data/comms/klippy.sock']
Git version: 'v0.11.0-122-ge6ef48cd'
CPU: 4 core ?

moonraker.log:

software_version: v0.8.0-240-g5585884
git_branch: master
git_remote: origin
git_repo_url: https://github.com/arksine/moonraker.git
modified_files: []
unofficial_components: []

I’d update both to the latest available versions and see if the error persists.

How/what do I do to update them?

Push on the “Invalid” button and try to recover. If this works, then search for updates and do the updated. Typically, you can do all from within this update menu.

After trying to recover both hard and soft, they keep giving back an error.

Try:

  1. Login via SSH and change to the Klipper folder, e.g. cd ~/klipper
  2. Run: systemctl stop klipper
  3. Run: git reset --hard master --
  4. Run: git pull
  5. Run: systemctl start klipper
  6. Change to the moonraker folder, e.g. cd ~/moonraker
  7. Run: systemctl stop moonraker
  8. Run: git reset --hard master --
  9. Run: git pull
  10. Run: ./scripts/install-moonraker.sh

If there are any errors or irregularities, then post the output of these commands.

the commands for moonraker worked but the ‘git pull’ for klipper is not working for some reason.

I guess this could be a temporary error so I’d try again.
If it is not working you can try the brute force method

cd ~ #make sure you are in klippers home folder!
systemctl stop klipper
rm -rf ~/klipper
git clone https://github.com/Klipper3d/klipper.git
systemctl start klipper

This is trying again without brute force method
image

This was trying the other method
image

You are in the wrong folder. You need to be one level up