Advertisement
proteu

Untitled

Apr 3rd, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1.  
  2. 2017-04-04 00:39:06,133 - octoprint.server.util.watchdog - ERROR - There was an error while processing the file /home/pi/.octoprint/watched/240mm_wide_brace.gcode in the watched folder
  3. Traceback (most recent call last):
  4. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.2-py2.7.egg/octoprint/server/util/watchdog.py", line 59, in _upload
  5. allow_overwrite=True)
  6. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.2-py2.7.egg/octoprint/filemanager/__init__.py", line 412, in add_file
  7. file_path = self._storage(destination).add_file(path, file_object, links=links, printer_profile=printer_profile, allow_overwrite=allow_overwrite)
  8. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.2-py2.7.egg/octoprint/filemanager/storage.py", line 661, in add_file
  9. file_object.save(file_path)
  10. File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.2-py2.7.egg/octoprint/filemanager/util.py", line 62, in save
  11. shutil.move(self.path, path)
  12. File "/usr/lib/python2.7/shutil.py", line 302, in move
  13. copy2(src, real_dst)
  14. File "/usr/lib/python2.7/shutil.py", line 130, in copy2
  15. copyfile(src, dst)
  16. File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
  17. with open(src, 'rb') as fsrc:
  18. IOError: [Errno 2] No such file or directory: '/home/pi/.octoprint/watched/240mm_wide_brace.gcode'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement