Hi there my Octoprint stopped working after the update 1.41.
What is the problem?
After the update / upgrade to 1.41 everything worked fine for about 20h. Than my Raspberry Pi (3B) froze completely inclusive SSH access. So I powercycled all. I guess that's part of the problem. No I just got the warning "The OctoPrint server is currently not running". So the webserver and ssh server is up and running.
What did you already try to solve it?
I tryed to restart the process without success. and checked to logs. But I am bit confuesed with the info message:
2020-08-05 13:16:18,088 - octoprint.plugins.dashboard - INFO - cmd_results: 9V
So I guess I need to disable the dashboard plugin - but how?
Complete Logs
2020-08-05 12:50:58,972 - octoprint.plugins.dashboard - INFO - cmd_results: 9V
2020-08-05 12:51:02,167 - octoprint.plugins.dashboard - INFO - cmd_results: 9V
2020-08-05 12:51:05,248 - octoprint.plugins.dashboard - INFO - cmd_results: 9V
2020-08-05 12:51:09,557 - octoprint.plugins.dashboard - INFO - cmd_results: 9V
2020-08-05 12:51:09,727 - octoprint.plugins.enclosure - INFO - Failed to execute python scripts, try disabling use SUDO on advanced section of the plugin.
2020-08-05 12:51:09,728 - octoprint.plugins.enclosure - WARNING - An exception o f type ValueError occurred on log_error. Arguments:
('need more than 1 value to unpack',)
2020-08-05 12:51:12,625 - octoprint.plugins.dashboard - INFO - cmd_results: 9V
In case you'll need the whole log - let me know.
Additional information about your setup
Custom build printer
running Klipper
Raspberry Pi3b - new SD card - orginal Raspberry Pi PSU
Can you post the full logs, as they contain information about the underlying environment that is useful - could be something completely different, info messages don't usually mean something's wrong. Just drop the whole octoprint.log file here
If I check for a running python process there is no return at all. I checked also with "top/htop". And there is a python process and the mjpeg stream process but I can see the octoprint one. So I tried to restart the octoprint service unfortunately without success.
2020-08-06 11:01:46,938 - octoprint.settings - ERROR - Could not write test file to /home/pi/.octoprint/logs
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1855, in _validate_folder
f.write("test")
IOError: [Errno 28] No space left on device
2020-08-06 11:01:46,941 - octoprint.startup - CRITICAL - Could not initialize settings manager: Folder at /home/pi/.octoprint/logs doesn't appear to be writable, please fix its permissions
2020-08-06 11:01:46,941 - octoprint.startup - CRITICAL - There was a fatal error starting up OctoPrint.
Could not initialize settings manager: Folder at /home/pi/.octoprint/logs doesn't appear to be writable, please fix its permissions
There was a fatal error starting up OctoPrint.
Since your command basiclly said my disc is full I also share my disk usage
Yeah, you need to clean up some stuff. I suggest to take a look at your uploads and your timelapse folder, logs should clean up after themselves usually. A full file system will mean that OctoPrint can't work.