Update Manager shows suddenly almost everything "Invalid"

Basic Information:

Printer Model: RMS CoreXY
MCU / Printerboard: MKS PI
Host / SBC Klipper v0.12 /Mainsail
klippy.log

All of a sudden almost everything is shown “Invalid” within the Update Manager.

System was updated in the last days and worked (more or less) flawless.
All packages where up to date and showed green “up-to-date” status.

What could be the reason?
Very strange. I didn’t touch anything. Just idling the printer since morning couple of hours ago.

Also noticed how small the klippy.log file is compared to yesterday.

klippy.log (142.9 KB)

Did you hit the refresh button already?
I had it recently on one of my printers after it was not touched for weeks/months.

Yes I did. But nothing changed.

…until some minutes ago. Now update screen looks normal again (besides the Klipperscreen update from today).

Next time something like that happens, pls hit the refresh button, wait a minute (yes, this can take a long time), then download the moonraker.log and check the process.

Mainsail is only a interface and display the states of Klipper & Moonraker. The update manager itself is a part of Moonraker. That’s why you have to check this log.

1 Like

It looks like the index in git repositories are broken. You can try to fix it by ssh terminal.

the same situation happened to me today. i don’t know if i did something or if it was a systemic problem. i did an update last week and moonraker crashed. and the system wouldn’t open. i did a new installation from scratch 2 days ago and this is the situation today. i’m afraid to update :slight_smile: in case the system crashes again. i was doing research on this topic and i saw this post. let’s see, i will do the instructions here. i will get back to you about the latest situation.

Run following commands in a shell and copy and paste the output here, formatted as code:

cd ~/klipper
git branch -vv
git status -v
git fsck
voron@pi:~ $ cd ~/klipper
voron@pi:~/klipper $ git brunch -vv
git: 'brunch' is not a git command. See 'git --help'.

The most similar command is
        branch
voron@pi:~/klipper $ git branch -vv
* master 80d185c94 [origin/master] z_tilt: return done when reties is 0 (#6766)
voron@pi:~/klipper $ git status-v
git: 'status-v' is not a git command. See 'git --help'.
voron@pi:~/klipper $ git fsck
Checking object directories: 100% (256/256), done.
Checking objects: 100% (69819/69819), done.
voron@pi:~/klipper $

I hope this is the information you want. I looked in the klipper out folder with winnspc and there was no new file… a file like the interrogation report we did

The output of the commands would indicate that nothing is (apparently) wrong with the repository.
Have you restarted the complete Raspberry and waited some time?

Side note:
It might be easier if you copy and paste such commands, then they would fully work instead of typing them and getting “brunch” out of them :wink:
The second command did not work at all due to a typo.

2 Likes

I will check again tomorrow to learn the commands you gave. back to the subject. afraid and taking a risk, I clicked on the warnings and updated. now the system is fixed. only in the new version of klipper, I learned that it gives warnings in 3rd party software. like “led-effect” but thank you for everything

And before I forget. I wish you a new year with all the people you love, with good health, happiness and a year in which your dreams come true. happy new year.

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