SanaaHamel / nevermore-controller

GNU Affero General Public License v3.0
100 stars 16 forks source link

compatability issue with newsest klipper version #20

Open woodencliff opened 4 days ago

woodencliff commented 4 days ago

Klipper v0.12.0-315-g8f361a15 updates some led related function, and after update, an error called "Unable to load module 'led'" pop up. According to log, it is caused by nevermore.py. Maybe there is some interference between the new klipper led code and nevermore-controller code? klippy (15).log

Squid116 commented 4 days ago

I'm also hitting this - but don't utilize any LEDs on my nevermore.

Squid116 commented 4 days ago

FWIW resetting klipper to the version from before this change allowed me to avoid the error (for now):

cd ~/klipper
git reset ef75346861fdf94d952a4e887fb843d215b00631 --hard
SanaaHamel commented 17 hours ago

Tentatively fixed by 4c69464a0a83d4afba1fc8a28567378ab0b75ed2...