Skip to content

Instantly share code, notes, and snippets.

@vishnubob
Created November 28, 2014 16:55
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 vishnubob/7b7d88671275634ae999 to your computer and use it in GitHub Desktop.
Save vishnubob/7b7d88671275634ae999 to your computer and use it in GitHub Desktop.
OctoPrint log file for G4 dwell bug
2014-11-28 15:26:04,034 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2014-11-28 15:30:00,578 - octoprint.util.comm - ERROR - Something crashed inside the serial connection loop, please report this in OctoPrint's bug tracker:
Traceback (most recent call last):
File "/home/ghall/local/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_242_g084ca95-py2.7.egg/octoprint/util/comm.py", line 924, in _monitor
self._sendNext()
File "/home/ghall/local/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_242_g084ca95-py2.7.egg/octoprint/util/comm.py", line 1036, in _sendNext
self._changeState(self.STATE_OPERATIONAL)
File "/home/ghall/local/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_242_g084ca95-py2.7.egg/octoprint/util/comm.py", line 218, in _changeState
self._callback.mcStateChange(newState)
File "/home/ghall/local/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_242_g084ca95-py2.7.egg/octoprint/printer.py", line 476, in mcStateChange
self._fileManager.log_print(FileDestinations.SDCARD if self._selectedFile["sd"] else FileDestinations.LOCAL, self._selectedFile["filename"], time.time(), self._comm.getPrintTime(), True)
File "/home/ghall/local/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_242_g084ca95-py2.7.egg/octoprint/filemanager/__init__.py", line 250, in log_print
self._storage(destination).add_history(path, dict(timestamp=timestamp, printTime=print_time, success=success))
File "/home/ghall/local/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_242_g084ca95-py2.7.egg/octoprint/filemanager/__init__.py", line 281, in _storage
raise RuntimeError("No storage configured for destination {destination}".format(**locals()))
RuntimeError: No storage configured for destination sdcard
2014-11-28 16:25:56,592 - octoprint.server - INFO - Starting OctoPrint 1.2.0-dev-242-g084ca95 (devel branch)
2014-11-28 16:25:56,612 - octoprint.filemanager - INFO - Adding backlog items from local to analysis queue
2014-11-28 16:26:04,137 - octoprint.server - INFO - Listening on http://0.0.0.0:5000
2014-11-28 16:26:15,158 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment