Skip to content

Instantly share code, notes, and snippets.

@stema12
Created July 30, 2016 11:35
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 stema12/943e77d2300afc3bbf9ab76f370dc3f9 to your computer and use it in GitHub Desktop.
Save stema12/943e77d2300afc3bbf9ab76f370dc3f9 to your computer and use it in GitHub Desktop.
2016-07-30 13:30:38,395 - octoprint.printer.standard - ERROR - Exception while adding communication log entry
Traceback (most recent call last):
File "/home/stefan/octoprint/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.2.15-py2.7.egg/octoprint/printer/standard.py", line 141, in _sendAddLogCallbacks
try: callback.on_printer_add_log(data)
File "/home/stefan/octoprint/OctoPrint/venv/local/lib/python2.7/site-packages/octoprint_m33fio/__init__.py", line 5605, in on_printer_add_log
connection.close()
AttributeError: 'NoneType' object has no attribute 'close'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment