You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am facing similar Moonraker issues after updating Klipper as described in the last couple of reports. But I am not being able to solve them by following #83
The errors I get are the following:
My [update_manager mobileraker] section looks like this:
I have tried changing just the install_script line as recommended, and also changing all lines under [update_manager mobileraker] to match the picture shared in #83
Before all this I also tried:
Get everything updated via Fluidd interface (Klipper, Fluidd, Moonraker, Mobileraker, etc.)
Updated the RPi mcu by:
ssh into pi
cd ~/klipper/
make menuconfig
select linux process under microcontroller archetecture
save and exit
make clean
sudo service klipper stop
make flash
sudo service klipper start
Uninstall Mobileraker via ssh with KIAUH
Reinstall both Moonraker and Mobileraker via ssh with KIAUH
I have run out of ideas of things to try. I would really appreciate someone giving me a hand on this.
If there is any further information/documents that I can share to investigate this please let me know.
Thank you very much
The text was updated successfully, but these errors were encountered:
Hello, I just finally fixed it.
Looks like after tinkering so much with this last week I left mobileraker uninstalled, reason why #83 fix was not working.
After installing mobileraker and changing install_script: scripts/install.sh the warnings are gone.
Issue is fixed. Thank you for the quick response and sorry for making you lose time.
Hello, I just finally fixed it. Looks like after tinkering so much with this last week I left mobileraker uninstalled, reason why #83 fix was not working. After installing mobileraker and changing install_script: scripts/install.sh the warnings are gone. Issue is fixed. Thank you for the quick response and sorry for making you lose time.
Hello, I am facing similar Moonraker issues after updating Klipper as described in the last couple of reports. But I am not being able to solve them by following #83
The errors I get are the following:
My
[update_manager mobileraker]
section looks like this:I have tried changing just the
install_script
line as recommended, and also changing all lines under[update_manager mobileraker]
to match the picture shared in #83Before all this I also tried:
Get everything updated via Fluidd interface (Klipper, Fluidd, Moonraker, Mobileraker, etc.)
Updated the RPi mcu by:
cd ~/klipper/
make menuconfig
linux process
undermicrocontroller archetecture
make clean
sudo service klipper stop
make flash
sudo service klipper start
Uninstall Mobileraker via ssh with KIAUH
Reinstall both Moonraker and Mobileraker via ssh with KIAUH
I have run out of ideas of things to try. I would really appreciate someone giving me a hand on this.
If there is any further information/documents that I can share to investigate this please let me know.
Thank you very much
The text was updated successfully, but these errors were encountered: