Advertisement
Guest User

octoprint

a guest
Sep 13th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. 2015-09-13 15:16:00,011 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
  2. | CuraEngine (bundled) = /usr/lib/python2.7/site-packages/OctoPrint-1.2.6-py2.7.egg/octoprint/plugins/cura
  3. | Discovery (bundled) = /usr/lib/python2.7/site-packages/OctoPrint-1.2.6-py2.7.egg/octoprint/plugins/discovery
  4. | Plugin Manager (bundled) = /usr/lib/python2.7/site-packages/OctoPrint-1.2.6-py2.7.egg/octoprint/plugins/pluginmanager
  5. | Software Update (bundled) = /usr/lib/python2.7/site-packages/OctoPrint-1.2.6-py2.7.egg/octoprint/plugins/softwareupdate
  6. | Virtual Printer (bundled) = /usr/lib/python2.7/site-packages/OctoPrint-1.2.6-py2.7.egg/octoprint/plugins/virtual_printer
  7. 2015-09-13 15:16:00,014 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
  8. 2015-09-13 15:16:00,018 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
  9. 2015-09-13 15:16:00,022 - octoprint.server - INFO - Reset webasset folder /home/mcanes/.octoprint/generated/webassets...
  10. 2015-09-13 15:16:00,041 - octoprint.server - INFO - Reset webasset folder /home/mcanes/.octoprint/generated/.webassets-cache...
  11. 2015-09-13 15:16:00,529 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on alarmpi for SSDP
  12. 2015-09-13 15:16:00,540 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
  13. 2015-09-13 15:16:00,585 - octoprint.server - INFO - Listening on http://0.0.0.0:5000
  14. 2015-09-13 15:21:11,712 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.11
  15. 2015-09-13 15:21:43,410 - octoprint.plugins.cura - INFO - Path to CuraEngine has not been configured yet or does not exist (currently set to None), Cura will not be selectable for slicing
  16. 2015-09-13 15:21:44,141 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.11
  17. 2015-09-13 15:22:09,359 - octoprint.server.util.sockjs - WARNING - Could not send message to client 192.168.1.11: 'utf8' codec can't decode byte 0xfa in position 40: invalid start byte
  18. 2015-09-13 15:22:09,363 - octoprint.server.util.sockjs - WARNING - Could not send message to client 192.168.1.11: 'utf8' codec can't decode byte 0xfa in position 40: invalid start byte
  19. 2015-09-13 15:28:55,569 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.11
  20. 2015-09-13 15:28:56,198 - octoprint.plugins.cura - INFO - Path to CuraEngine has not been configured yet or does not exist (currently set to None), Cura will not be selectable for slicing
  21. 2015-09-13 15:28:56,905 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.11
  22. 2015-09-13 15:28:56,910 - octoprint.server.util.sockjs - WARNING - Could not send message to client 192.168.1.11: 'utf8' codec can't decode byte 0xfa in position 40: invalid start byte
  23.  
  24. 2015-09-13 15:33:42,614 - octoprint.plugins.cura - INFO - Path to CuraEngine has not been configured yet or does not exist (currently set to None), Cura will not be selectable for slicing
  25. 2015-09-13 15:33:42,638 - octoprint.plugins.cura - INFO - Path to CuraEngine has not been configured yet or does not exist (currently set to None), Cura will not be selectable for slicing
  26. 2015-09-13 15:54:31,365 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.11
  27. 2015-09-13 16:10:48,995 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.11
  28. 2015-09-13 16:23:16,073 - octoprint.plugins.cura - INFO - Path to CuraEngine has not been configured yet or does not exist (currently set to None), Cura will not be selectable for slicing
  29. 2015-09-13 16:23:16,664 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.11
  30. 2015-09-13 16:23:16,669 - octoprint.server.util.sockjs - WARNING - Could not send message to client 192.168.1.11: 'utf8' codec can't decode byte 0xfa in position 40: invalid start byte
  31. 2015-09-13 16:23:24,874 - requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (1): api.github.com
  32. 2015-09-13 16:23:26,076 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
  33. 2015-09-13 16:24:04,366 - octoprint.plugins.pluginmanager - ERROR - Could not install plugin from https://github.com/amsbr/OctoPrint-EEprom-Marlin/archive/master.zip
  34. Traceback (most recent call last):
  35. File "/usr/lib/python2.7/site-packages/OctoPrint-1.2.6-py2.7.egg/octoprint/plugins/pluginmanager/__init__.py", line 222, in command_install
  36. returncode, stdout, stderr = self._call_pip(pip_args)
  37. File "/usr/lib/python2.7/site-packages/OctoPrint-1.2.6-py2.7.egg/octoprint/plugins/pluginmanager/__init__.py", line 424, in _call_pip
  38. raise RuntimeError(u"No pip available, can't operate".format(**locals()))
  39. RuntimeError: No pip available, can't operate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement