OctoPrint Server is Currently Not Running after installing the Chituboard plugin

I installed the Chituboard plugin, after some time the system restarted but it doesn't work anymore.

I've tried to reinstall 3 times, redoing the whole process from SD to installation and the same problem always occurs.

OctoPrint version : 1.7.2
OctoPi version : 0.18.0

Below are the log files:
octoprint.log (58.5 KB)
plugin_pluginmanager_console.log (11.3 KB)

Can you help me about this?

The last line of the Octoprint.log tells us that the plugin is being installed and the plugin_pluginmanager_console.log shows that the plugin was installed successfully.

We need logs from the failed restart/startup.

If the webinterface doesn't start anymore you get the logs via ssh:

Ssh into the pi and run ~/oprint/bin/octoprint systeminfo .
Then download the generated systeminfo bundle zip with WinSCP (it's an ssh file explorer) and upload it here.

@PrintedWeezl when i try to run ~/oprint/bin/octoprint systeminfo . i receieved this Illegal instruction.

image

Can you help me?

hmm that could be caused by several things

one of them could be a corrupted/broken sd card

can you test it with another card just to rule it out?

I tested on two different SDs and the error always at the same time. During the installation of the plugin always at the same time the system shuts down and shows this message

I was able to reproduce this issue and will be forwarding it to the developer

Thank you so much!

I'm waiting to get fixed.

Try this via SSH as the pi user:

  1. source ~/oprint/bin/activate
  2. pip3 uninstall -y numpy && pip3 install numpy==1.21.4
  3. sudo systemctl restart octoprint
1 Like

It works!
Thx a lot

1 Like

an updated version of the plugin should also be available soon

Very Nice!!

Thx a lot guys!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.