Arksine / moonraker

Web API Server for Klipper
https://moonraker.readthedocs.io
GNU General Public License v3.0
1.08k stars 411 forks source link

Moonraker after update stopped working #523

Closed markomenino closed 2 years ago

markomenino commented 2 years ago

What happened

After having updated the moonraker it was like in the image.

Moonraker

I already restarted the raspberry and ran the script: ~/moonraker/scripts/install-moonraker.sh But it still doesn't open. With the command sudo journalctl -xe -u moonraker.service in putty this appears:

Putty

Client

Fluidd

Browser

Chrome

How to reproduce

When opening the fluid

Additional information

No response

Arksine commented 2 years ago

Moonraker has an internal process that corrects the service unit and the config, as mentioned in the announcement that went out last week. To complete the process you have to enter your password...however if you attempted to reinstall with the install script it likely can't recover. I have pushed a script that can be used to recover default installations on MainsailOS and FluiddPi. SSH into the Pi and run the following:

cd ~/moonraker
git pull
./scripts/data-path-fix.sh
tbam commented 2 years ago

cd ~/moonraker git pull ./scripts/data_path_fix.sh

I believe this should read (dashes vs underscores in script name): cd ~/moonraker git pull ./scripts/data-path-fix.sh

Arksine commented 2 years ago

You are correct, thanks tbam.

markomenino commented 2 years ago

Problem solved. Thanks.