I was dumb and tried cleaning my bed while BLtouch was going and it triggered on my hand and Octoprint will not work. Not sure where to start

What is the problem?

What did you already try to solve it?

Logs (syslog, dmesg, ... no logs, no support)

Additional information about your network (Hardware you are trying to connect to, hardware you are trying to connect from, router, access point, used operating systems, ...)

I connected to PuTTY and typed: systemctl status octoprint

pi@octopi:~ systemctl status octoprint ● octoprint.service - The snappy web interface for your 3D printer Loaded: loaded (/etc/systemd/system/octoprint.service; enabled; vendor preset Active: failed (Result: exit-code) since Wed 2021-10-13 15:29:35 EDT; 3min 36 Process: 1138 ExecStart=/home/pi/oprint/bin/octoprint serve --host={HOST} --p
Main PID: 1138 (code=exited, status=1/FAILURE)

Oct 13 15:29:35 octopi systemd[1]: Started The snappy web interface for your 3D
Oct 13 15:29:35 octopi octoprint[1138]: Traceback (most recent call last):
Oct 13 15:29:35 octopi octoprint[1138]: File "/home/pi/oprint/bin/octoprint",
Oct 13 15:29:35 octopi octoprint[1138]: from octoprint import main
Oct 13 15:29:35 octopi octoprint[1138]: ModuleNotFoundError: No module named 'oc
Oct 13 15:29:35 octopi systemd[1]: octoprint.service: Main process exited, code=
Oct 13 15:29:35 octopi systemd[1]: octoprint.service: Failed with result 'exit-c
...skipping...
● octoprint.service - The snappy web interface for your 3D printer
Loaded: loaded (/etc/systemd/system/octoprint.service; enabled; vendor preset
Active: failed (Result: exit-code) since Wed 2021-10-13 15:29:35 EDT; 3min 36
Process: 1138 ExecStart=/home/pi/oprint/bin/octoprint serve --host=${HOST} --p
Main PID: 1138 (code=exited, status=1/FAILURE)

Oct 13 15:29:35 octopi systemd[1]: Started The snappy web interface for your 3D
Oct 13 15:29:35 octopi octoprint[1138]: Traceback (most recent call last):
Oct 13 15:29:35 octopi octoprint[1138]: File "/home/pi/oprint/bin/octoprint",
Oct 13 15:29:35 octopi octoprint[1138]: from octoprint import main
Oct 13 15:29:35 octopi octoprint[1138]: ModuleNotFoundError: No module named 'oc
Oct 13 15:29:35 octopi systemd[1]: octoprint.service: Main process exited, code=
Oct 13 15:29:35 octopi systemd[1]: octoprint.service: Failed with result 'exit-c
~
~
~
~
~
~
~
~
~
~
lines 1-13/13 (END)

Not sure where to go from here

Hello @Legoman291 !

For you have connection to your Raspberry Pi, this is not a network issue - I changed that.

Please share the logs:

If you are running OctoPrint 1.6.0 and/or later: it's the systeminfo bunde . It's a zipped file.
f your OctoPrint is before 1.6.0, share at least the octoprint.log. If it is too large, please zip it.
Share the logs here in a new post.

And please: tell us what your problem is. OctoPrint will not work can mean everything.

1 Like

How this managed to be a problem here from you pressing the BL Touch I have no idea...

Connect to the Pi via SSH again, and run ~/oprint/bin/pip install --force-reinstall --no-cache-dir octoprint, then sudo service octoprint restart.

If that doesn't help, then find the file at ~/.octoprint/logs/octoprint.log and post it here.

1 Like

Sorry for the lack of information and lack of logs. I will be sure to include more in my next post.

I did the:

~/oprint/bin/pip install --force-reinstall --no-cache-dir octoprint

command and I think everything is pretty much fixed. I did download the logs:

octoprint-logs.zip (370.9 KB)

1 Like

Thank you very much!

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