What is the problem?
server is currently not running page is displayed when trying to access the web page.
I've been having some issues where the sever don't always start on boot, rebooted would fix it. But now I am trying to boot after a power outage and rebooting isn't helping.
What did you already try to solve it?
ps -ef | grep -i octoprint
- doesn't return anything
sudo service octoprint
- restart doesn't help
Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, octoprint.log
, serial.log
or output on terminal tab, ...)
RPi 3
the command to check the version throws an error but I believe its 1.3.6 (1.3.8? - see error msg) / 0.14
nothing obvious in the log but I get this error trying to start the sever:
pi@octopi:~ $ ~/oprint/bin/octoprint
Traceback (most recent call last):
File "/home/pi/oprint/bin/octoprint", line 9, in <module>
load_entry_point('OctoPrint==1.3.8', 'console_scripts', 'octoprint')()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/__init__.py", line 564, in main
from octoprint.cli import octo
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/cli/__init__.py", line 136, in <module>
from .dev import dev_commands
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/cli/dev.py", line 234, in <module>
@dev_commands.group(name="dev", cls=OctoPrintDevelCommands)
File "/home/pi/oprint/local/lib/python2.7/site-packages/click-6.2-py2.7.egg/click/core.py", line 1169, in decorator
cmd = group(*args, **kwargs)(f)
File "/home/pi/oprint/local/lib/python2.7/site-packages/click-6.2-py2.7.egg/click/decorators.py", line 115, in decorator
cmd = _make_command(f, name, attrs, cls)
File "/home/pi/oprint/local/lib/python2.7/site-packages/click-6.2-py2.7.egg/click/decorators.py", line 89, in _make_command
callback=f, params=params, **attrs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/cli/dev.py", line 26, in __init__
from octoprint.util.commandline import CommandlineCaller
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/__init__.py", line 28, in <module>
import queue
File "/home/pi/oprint/local/lib/python2.7/site-packages/future-0.15.2-py2.7.egg/queue/__init__.py", line 6, in <module>
from Queue import *
ValueError: bad marshal data (string ref out of range)