Octopi UI stopped after unsuccessful Plugin installation

octoprint.log (3.9 KB) I tried to install Plugin OctoPrint-Ttprintercalibration from file setup.py. Octoprint informed that it does not succeed. Then UI froze.

pi@octopi** : **~ $ ps -ef | grep -i octoprint | grep -i python

pi@octopi** : **~ $

octoprint.log (uploaded as listing also)
...
2021-04-15 09:11:12,016 - octoprint.startup - INFO - Starting OctoPrint 1.5.3

2021-04-15 09:11:12,016 - octoprint.startup - INFO - ******************************************************************************

2021-04-15 09:11:12,296 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online

2021-04-15 09:11:12,296 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 8.8.8.8:53 is working

2021-04-15 09:11:12,297 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working

2021-04-15 09:11:12,318 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...

What to do?

Hello @marttiojanen !

I moved the thread to Get Help.

Please share a complete octoprint.log as a file

grafik

I am going to take a guess, given that you tried to install the setup.py file - there is something that needs cleaning out manually.

SSH to the Pi, run ls ~/.octoprint/plugins and report back the output.

Currently with incomplete single-file installs it can crash OctoPrint on startup. OctoPrint 1.6.0 (currently release candidate) has hardening against this.

Hey!
This is the response:

pi@octopi:~ $ ls ~/.octoprint/plugins

setup.py setup.pyc

pi@octopi:~ $

rm ~/.octoprint/plugins/setup.*

The pyc file is the one that has crashed it, which has since been fixed.

OK,
That solved my problem! Thanks!

1 Like