Octopi connects to my network but shows the server is down

What is the problem?
I was running octopi great when I got an error about my camera not taking snapshots correctly. This happens occasionally, and a reboot fixes it, so I rebooted and now the octopi ui is not showing up.

What did you already try to solve it?
Tried to ssh into octopi and run commands as specified in the error screen when it wouldn't connect ( ps -ef | grep -i octoprint | grep -i python yielded no output)

Logs (octoprint.log, serial.log or output on terminal tab at a minimum, browser error console if UI issue ... no logs, no support!)

https://hastebin.com/tewecicati.sql

Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible)
I honestly don't know, and because I can't boot I can't check, but i believe its all up to date as far as the octopi unit itself...

Hello @benjaminb!

In the end, the server is running:

2020-01-27 06:25:27,722 - octoprint.server.heartbeat - INFO - Server heartbeat <3

but this:

2020-01-26 20:27:47,114 - octoprint.timelapse - ERROR - Could not capture image /home/pi/.octoprint/timelapse/tmp/Large_Bottom_Rounded_HBWood_Charger_20200126173548-10.jpg from http://127.0.0.1:8080/?action=snapshot
Traceback (most recent call last):
  File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/timelapse.py", line 614, in _perform_capture
    f.flush()
IOError: [Errno 28] No space left on device

You may overfilled the SD card with timelapses...

2 Likes

Ahh makes sense now, I was getting the error but it just seemed like the camera couldn’t write the files to the card for some reason...is there a way, via ssh, to clear out the extra files?

When you login via SSH, you must go to the timelapse storage folder and use the linux command rm.
For I don't use tamelapses, I can't tell you where it can be, sorry.