Skip to content

Instantly share code, notes, and snippets.

@ukmoose
Created May 5, 2015 20:49
Show Gist options
  • Save ukmoose/6d61689d178292eb1198 to your computer and use it in GitHub Desktop.
Save ukmoose/6d61689d178292eb1198 to your computer and use it in GitHub Desktop.
octoprint.log
2015-05-05 20:16:18,729 - octoprint.server - INFO - Starting OctoPrint 1.2.0-dev-710-g88bc0b7 (devel branch)
2015-05-05 20:16:18,731 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_710_g88bc0b7-py2.7.egg/octoprint/plugins and installed plugin packages...
2015-05-05 20:16:18,831 - py.warnings - WARNING - /usr/local/lib/python2.7/dist-packages/pkginfo-1.2.1-py2.7.egg/pkginfo/installed.py:53: UserWarning: No PKG-INFO found for package: octoprint_mqtt
warnings.warn('No PKG-INFO found for package: %s' % self.package_name)
2015-05-05 20:16:18,852 - py.warnings - WARNING - /usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_710_g88bc0b7-py2.7.egg/octoprint/plugin/core.py:119: DeprecationWarning: mqtt_test uses deprecated control property __plugin_implementations__, use __plugin_implementation__ instead - only the first implementation of mqtt_test will be recognized
warnings.warn("{name} uses deprecated control property __plugin_implementations__, use __plugin_implementation__ instead - only the first implementation of {name} will be recognized".format(name=self.key), DeprecationWarning)
2015-05-05 20:16:18,853 - octoprint.plugins.discovery - INFO - pybonjour is not installed, Zeroconf Discovery won't be available
2015-05-05 20:16:18,855 - octoprint.plugin.core - INFO - Found 4 plugin(s) providing 3 mixin implementations, 0 hook handlers
2015-05-05 20:16:18,859 - octoprint.filemanager - INFO - Adding backlog items from local to analysis queue
2015-05-05 20:16:18,967 - octoprint.plugin.core - INFO - 4 plugin(s) registered with the system:
| CuraEngine (bundled) = /usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_710_g88bc0b7-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_710_g88bc0b7-py2.7.egg/octoprint/plugins/discovery
| mqtt (0.1) = /usr/local/lib/python2.7/dist-packages/octoprint_mqtt
| mqtt_test = /home/pi/.octoprint/plugins/mqtt_test.py
2015-05-05 20:16:19,231 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2015-05-05 20:16:19,237 - octoprint.server - INFO - Listening on http://0.0.0.0:5000
2015-05-05 20:16:19,518 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.0.25
2015-05-05 20:16:30,491 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.0.25
2015-05-05 20:16:30,682 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.0.137
2015-05-05 20:16:30,779 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.0.137
2015-05-05 20:16:31,742 - 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
2015-05-05 20:16:32,140 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.0.25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment