After installing the plugin for the Creality fix for 2X temperature reporting, I can't log into Octoprint from a browser. It boots and looks good but when I try to login I get the following message:
The OctoPrint server is currently not running
If you just started up your Raspberry Pi, please wait a couple of seconds, then try to refresh this page.
If the issue persists, please log into your Raspberry Pi via SSH and check the following:
Verify that the process is running: ps -ef | grep -i octoprint | grep -i python should show a python process:
If it isn't, the question is why. Take a look into ~/.octoprint/logs/octoprint.log , there might be an error logged in there that helps to determine what's wrong.
You might also want to try if you can restart the server (if no obvious error is visible): sudo service octoprint restart .
If all that doesn't help to trouble shoot the issue, you can seek support on the OctoPrint Community Forum. Please provide your OctoPi and OctoPrint versions as well as your octoprint.log and explain what you already tried and observed as detailed as possible.
My problem is that the | key on my keyboard shows up as the ~, I've pressed every key on the keyboard and the | doesn't come up.
Having said that, I have looked at the octoprint.log, best I can figure is that python isn't starting, not sure how a plugin would cause python to crash though.
That's where single file plugins are supposed to go, which are currently only really used for hot fixing communication or bugs. Maybe you tried to install something that it thought was a single file plugin, but was actually not.
I suspect that my original version which was a single file was manually installed in the past. That code was then turned into a full plugin. If the manually installed version and the plugin were both active, I can understand why there were issues but I glad to see they have been resolved.