Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. 2017-03-28 23:01:02,426 - octoprint.plugins.my_plugin - INFO - Created GCODE file : /home/pi/.octoprint/data/my_plugin/4baac482-8629-40ad-96ec-fcf23d64a05d.gcode
  2.  
  3. 2017-03-28 23:01:02,428 - octoprint.plugins.my_plugin - INFO - Starting print immediately !
  4.  
  5. Exception in thread Thread-36:
  6. Traceback (most recent call last):
  7. File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  8. self.run()
  9. File "/usr/lib/python2.7/threading.py", line 1082, in run
  10. self.function(*self.args, **self.kwargs)
  11. File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/octoprint_my_plugin/__init__.py", line 81, in announce
  12. self.launch_gcode(path)
  13. File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/octoprint_my_plugin/__init__.py", line 120, in launch_gcode
  14. self._printer.select_file(path, False, printAfterSelect=True)
  15. File "/home/pi/OctoPrint/src/octoprint/printer/standard.py", line 396, in select_file
  16. self._comm.selectFile("/" + path if sd else path, sd)
  17. File "/home/pi/OctoPrint/src/octoprint/util/comm.py", line 822, in selectFile
  18. self._callback.on_comm_file_selected(filename, self._currentFile.getFilesize(), False)
  19. File "/home/pi/OctoPrint/src/octoprint/printer/standard.py", line 1041, in on_comm_file_selected
  20. self._setJobData(full_path, size, sd)
  21. File "/home/pi/OctoPrint/src/octoprint/printer/standard.py", line 888, in _setJobData
  22. date = int(os.stat(path_on_disk).st_mtime)
  23. OSError: [Errno 2] No such file or directory: '/home/pi/.octoprint/uploads/home/pi/octoprint/data/my_plugin/4baac482-8629-40ad-96ec-fcf23d64a05d.gcode'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement