fluidd-core / FluiddPI

FluiddPi - A Pi image with Klipper, Moonraker, Fluidd and Web Camera support pre-installed.
https://docs.fluidd.xyz
GNU General Public License v3.0
299 stars 58 forks source link

1.17.0v Moonraker warnings. #26

Closed ZLXT closed 2 years ago

ZLXT commented 2 years ago

Hi,i meet some warnings. I fix one(PolicyKit Permissions) ,but some, i don't know how to fix them. image

matmen commented 2 years ago

https://github.com/fluidd-core/fluidd/issues/518#issuecomment-1042243489 should do the trick for you

ZLXT commented 2 years ago

Sorry,it still have same problem. image

matmen commented 2 years ago

Can you try rebooting the Pi? I'm not sure what else it would be.

ZLXT commented 2 years ago

I'm try,but reboot don't wrok,still have same problem. By the way,when i use v1.16.2,it work normal,i don't meet any problem.Maybe i should use v1.16.2. :) This is log: moonraker.log

klippy.log

matmen commented 2 years ago

Downgrading to 1.16.2 doesn't solve the problem, it just hides the notification. I'm not sure why the fix isn't working for you, it did for everyone else. I'll have to look into this some more.

Merkya87 commented 2 years ago

Hello I am having the same warnings as well, and have tried the following steps mentioned above moonraker.log klippy.log

matmen commented 2 years ago

Can you try installing packagekit by SSH-ing into the Pi and running sudo apt install packagekit?

Merkya87 commented 2 years ago

sudo apt install packagekit

This worked, thanks!

ZLXT commented 2 years ago

sudo apt install packagekit

It worked.Thanks. 👍