Skip to content

Instantly share code, notes, and snippets.

@imrahil
Last active March 29, 2016 19:56
Show Gist options
  • Save imrahil/b7448c034a933f4ef852 to your computer and use it in GitHub Desktop.
Save imrahil/b7448c034a933f4ef852 to your computer and use it in GitHub Desktop.
OctoPrint error
2014-10-07 17:23:38,493 - octoprint.server - INFO - Starting OctoPrint (1.2.0-dev-150-g192a0aa)
2014-10-07 17:23:38,672 - octoprint.gcodefiles - INFO - Migrating metadata if necessary...
2014-10-07 17:23:38,685 - octoprint.gcodefiles - INFO - Updated 0 sets of metadata to new format
2014-10-07 17:23:38,722 - octoprint.server - INFO - Listening on http://0.0.0.0:5000
2014-10-07 17:24:16,410 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.0.12
2014-10-07 17:47:56,177 - octoprint.server - CRITICAL - Now that is embarrassing... Something really really went wrong here. Please report this including the stacktrace below in OctoPrint's bugtracker. Thanks!
2014-10-07 17:47:56,202 - octoprint.server - ERROR - Stacktrace follows:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_150_g192a0aa-py2.7.egg/octoprint/server/__init__.py", line 247, in run
IOLoop.instance().start()
File "/usr/lib/python2.7/site-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/ioloop.py", line 830, in start
fd, events = self._events.popitem()
KeyError: 'popitem(): dictionary is empty'
@droidmunkey
Copy link

I am getting this same error, was it resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment