Skip to content

Instantly share code, notes, and snippets.

@brianholley
Created October 25, 2016 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianholley/e3d891d9278a2bc294baae9a14d95085 to your computer and use it in GitHub Desktop.
Save brianholley/e3d891d9278a2bc294baae9a14d95085 to your computer and use it in GitHub Desktop.
Manual octoprint process output
Traceback (most recent call last):
File "/home/pi/oprint/bin/octoprint", line 9, in <module>
load_entry_point('OctoPrint==1.2.16', 'console_scripts', 'octoprint')()
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/__init__.py", line 94, in main
octoprint.run()
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 177, in run
self._setup_logging(self._debug, self._logConf)
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.2.16-py2.7.egg/octoprint/server/__init__.py", line 627, in _setup_logging
logging.config.dictConfig(config)
File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig
dictConfigClass(config).configure()
File "/usr/lib/python2.7/logging/config.py", line 371, in __init__
self.config = ConvertingDict(config)
TypeError: 'NoneType' object is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment