Advertisement
Guest User

Untitled

a guest
Jul 26th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.75 KB | None | 0 0
  1. 2019-07-26 13:00:26,003 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  2. self.__items__ = yaml.load(config_str)
  3.  
  4. 2019-07-26 13:00:26,026 - octoprint.server.heartbeat - INFO - Server heartbeat <3
  5. 2019-07-26 13:00:26,043 - octoprint.server - INFO - --- Log roll over detected ---------------------------------------------------
  6. 2019-07-26 13:00:26,043 - octoprint.server - INFO - OctoPrint 1.3.11
  7. 2019-07-26 13:00:26,047 - octoprint.plugin.core - INFO - 19 plugin(s) registered with the system:
  8. | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt
  9. | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
  10. | !Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking
  11. | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys
  12. | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup
  13. | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
  14. | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
  15. | Display ETA (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eta
  16. | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking
  17. | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager
  18. | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin
  19. | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
  20. | OctoPrint Anywhere (1.0.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere
  21. | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support
  22. | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
  23. | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check
  24. | Printer Stats (1.0.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stats
  25. | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
  26. | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
  27. 2019-07-26 13:00:26,057 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
  28. | hardware:
  29. | cores: 4
  30. | freq: 1200.0
  31. | ram: 901689344
  32. | os:
  33. | id: linux
  34. | platform: linux2
  35. | plugins:
  36. | pi_support:
  37. | model: Raspberry Pi 3 Model B Rev 1.2
  38. | octopi_version: 0.14.0
  39. | python:
  40. | pip: 9.0.1
  41. | version: 2.7.9
  42. | virtualenv: /home/pi/oprint
  43. 2019-07-26 13:00:26,058 - octoprint.server - INFO - ------------------------------------------------------------------------------
  44. 2019-07-26 13:00:26,081 - octoprint.plugins.stats - INFO - Printer Stats
  45. 2019-07-26 13:00:26,865 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.73s
  46. 2019-07-26 13:00:36,442 - backoff - ERROR - Backing off capture_mjpeg(...) for 0.9s (URLError: <urlopen error [Errno 111] Connection refused>)
  47. 2019-07-26 13:00:37,308 - backoff - ERROR - Backing off capture_mjpeg(...) for 1.6s (URLError: <urlopen error [Errno 111] Connection refused>)
  48. 2019-07-26 13:00:38,884 - backoff - ERROR - Backing off capture_mjpeg(...) for 1.6s (URLError: <urlopen error [Errno 111] Connection refused>)
  49. 2019-07-26 13:00:40,459 - backoff - ERROR - Backing off capture_mjpeg(...) for 4.7s (URLError: <urlopen error [Errno 111] Connection refused>)
  50. 2019-07-26 13:00:45,128 - backoff - ERROR - Backing off capture_mjpeg(...) for 11.5s (URLError: <urlopen error [Errno 111] Connection refused>)
  51. 2019-07-26 13:00:56,638 - backoff - ERROR - Backing off capture_mjpeg(...) for 31.0s (URLError: <urlopen error [Errno 111] Connection refused>)
  52. 2019-07-26 13:01:27,632 - backoff - ERROR - Backing off capture_mjpeg(...) for 10.0s (URLError: <urlopen error [Errno 111] Connection refused>)
  53. 2019-07-26 13:01:37,678 - backoff - ERROR - Backing off capture_mjpeg(...) for 86.5s (URLError: <urlopen error [Errno 111] Connection refused>)
  54. 2019-07-26 13:02:52,356 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  55. 2019-07-26 13:02:52,570 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': 'l10n=en', 'path': u'/', '_count': 1, '_timestamp': 1564146172.569913, 'base_url': u'http://192.168.1.16/'}
  56. 2019-07-26 13:02:52,967 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.css?ec88168c (192.168.1.9) 13.50ms
  57. 2019-07-26 13:02:53,169 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.css?2bacf283 (192.168.1.9) 2.62ms
  58. 2019-07-26 13:02:54,233 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.css?b49ad61e (192.168.1.9) 4.70ms
  59. 2019-07-26 13:02:55,103 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?ea9fbc9a (192.168.1.9) 4.94ms
  60. 2019-07-26 13:02:55,116 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?68a8d0b0 (192.168.1.9) 4.92ms
  61. 2019-07-26 13:02:55,128 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?7b02d657 (192.168.1.9) 4.89ms
  62. 2019-07-26 13:02:55,172 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?51834e63 (192.168.1.9) 4.84ms
  63. 2019-07-26 13:03:04,233 - backoff - ERROR - Backing off capture_mjpeg(...) for 240.8s (URLError: <urlopen error [Errno 111] Connection refused>)
  64. 2019-07-11 22:21:43,643 - octoprint.startup - INFO - ******************************************************************************
  65. 2019-07-11 22:21:43,645 - octoprint.startup - INFO - Starting OctoPrint 1.3.11
  66. 2019-07-11 22:21:43,645 - octoprint.startup - INFO - ******************************************************************************
  67. 2019-07-11 22:21:43,744 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist
  68. 2019-07-11 22:21:43,844 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
  69. 2019-07-11 22:21:46,197 - octoprint.plugin.core - INFO - Plugin Anonymous Usage Tracking is disabled.
  70. 2019-07-11 22:21:47,304 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 18 mixin implementations, 27 hook handlers
  71. 2019-07-11 22:21:47,704 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
  72. 2019-07-11 22:21:47,757 - octoprint.server - INFO - Intermediary server started
  73. 2019-07-11 22:21:47,757 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
  74. 2019-07-11 22:21:47,994 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 18 mixin implementations, 27 hook handlers
  75. 2019-07-11 22:21:48,030 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
  76. 2019-07-11 22:21:48,459 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
  77. 2019-07-11 22:21:48,574 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
  78. 2019-07-11 22:21:51,212 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  79. 2019-07-11 22:21:53,374 - octoprint.util.pip - INFO - Version of pip is 9.0.1
  80. 2019-07-11 22:21:53,375 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
  81. 2019-07-11 22:21:53,375 - octoprint.util.pip - INFO - ==> pip ok -> yes
  82. 2019-07-11 22:21:53,381 - octoprint.plugin.core - INFO - Initialized 18 plugin implementation(s)
  83. 2019-07-11 22:21:53,392 - octoprint.plugin.core - INFO - 19 plugin(s) registered with the system:
  84. | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt
  85. | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
  86. | !Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking
  87. | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys
  88. | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup
  89. | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
  90. | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
  91. | Display ETA (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eta
  92. | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking
  93. | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager
  94. | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin
  95. | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
  96. | OctoPrint Anywhere (1.0.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere
  97. | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support
  98. | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
  99. | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check
  100. | Printer Stats (1.0.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stats
  101. | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
  102. | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
  103. 2019-07-11 22:21:53,408 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
  104. | hardware:
  105. | cores: 4
  106. | freq: 1200.0
  107. | ram: 901689344
  108. | os:
  109. | id: linux
  110. | platform: linux2
  111. | plugins:
  112. | pi_support:
  113. | model: Raspberry Pi 3 Model B Rev 1.2
  114. | octopi_version: 0.14.0
  115. | python:
  116. | pip: 9.0.1
  117. | version: 2.7.9
  118. | virtualenv: /home/pi/oprint
  119. 2019-07-11 22:21:53,416 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
  120. 2019-07-11 22:21:53,418 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
  121. 2019-07-26 13:06:18,796 - octoprint.server.heartbeat - INFO - Server heartbeat <3
  122. 2019-07-26 13:06:18,930 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online
  123. 2019-07-26 13:06:18,933 - octoprint.server - INFO - Shutting down intermediary server...
  124. 2019-07-26 13:06:19,215 - octoprint.server - INFO - Intermediary server shut down
  125. 2019-07-26 13:06:19,218 - octoprint.events - INFO - Processing startup event, this is our first event
  126. 2019-07-26 13:06:19,218 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
  127. 2019-07-26 13:06:19,221 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
  128. 2019-07-26 13:06:19,282 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
  129. 2019-07-26 13:06:19,307 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
  130. 2019-07-26 13:06:19,317 - octoprint.server.util.watchdog - INFO - ... initial scan done.
  131. 2019-07-26 13:06:19,339 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp
  132. 2019-07-26 13:06:19,355 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp
  133. 2019-07-26 13:06:19,371 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
  134. 2019-07-26 13:06:19,431 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
  135. 2019-07-26 13:06:20,196 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json
  136. 2019-07-26 13:06:20,221 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json
  137. 2019-07-26 13:06:20,999 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
  138. 2019-07-26 13:06:21,123 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
  139. 2019-07-26 13:06:21,859 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  140. 2019-07-26 13:06:21,860 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
  141. 2019-07-26 13:06:21,861 - octoprint.util.pip - INFO - ==> pip ok -> yes
  142. 2019-07-26 13:06:22,084 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  143. 2019-07-26 13:06:22,398 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  144. 2019-07-26 13:06:25,005 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 5.6s
  145. 2019-07-26 13:06:25,826 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.56s
  146. 2019-07-26 13:06:26,451 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.53s
  147. 2019-07-26 13:06:26,994 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  148. 2019-07-26 13:06:27,104 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.56s
  149. 2019-07-26 13:06:27,232 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes
  150. 2019-07-26 13:06:27,234 - octoprint.util.pip - INFO - ==> pip ok -> yes
  151. 2019-07-26 13:06:27,302 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  152. 2019-07-26 13:06:29,990 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 1.1e+01s
  153. 2019-07-26 13:06:30,031 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
  154. 2019-07-26 13:06:30,127 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  155. self.__items__ = yaml.load(config_str)
  156.  
  157. 2019-07-26 13:06:30,266 - octoprint.plugins.stats - INFO - Printer Stats
  158. 2019-07-26 13:06:30,799 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.16/'}
  159. 2019-07-26 13:06:42,381 - octoprint.server.preemptive_cache - INFO - ... done in 11.58s
  160. 2019-07-26 13:06:52,485 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  161. 2019-07-26 13:06:55,096 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.9
  162. 2019-07-26 13:06:55,174 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  163. 2019-07-26 13:06:57,406 - octoprint.server.util.sockjs - INFO - User Josh logged in on the socket from client 192.168.1.9
  164. 2019-07-26 13:07:38,529 - octoprint.plugins.softwareupdate - INFO - Starting update of anywhere to 1.0.6...
  165. 2019-07-26 13:08:01,213 - octoprint.plugins.softwareupdate - INFO - Update of anywhere to 1.0.6 successful!
  166. 2019-07-26 13:08:01,383 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
  167. 2019-07-26 13:08:01,385 - octoprint.plugins.softwareupdate - INFO - Restarting...
  168. 2019-07-26 13:08:01,531 - octoprint.server - INFO - Shutting down...
  169. 2019-07-26 13:08:01,685 - octoprint.events - INFO - Processing shutdown event, this will be our last event
  170. 2019-07-26 13:08:01,689 - octoprint.events - INFO - Event loop shut down
  171. 2019-07-26 13:08:01,698 - octoprint.server - INFO - Goodbye!
  172. 2019-07-26 13:08:04,315 - octoprint.startup - INFO - ******************************************************************************
  173. 2019-07-26 13:08:04,317 - octoprint.startup - INFO - Starting OctoPrint 1.3.11
  174. 2019-07-26 13:08:04,318 - octoprint.startup - INFO - ******************************************************************************
  175. 2019-07-26 13:08:04,374 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online
  176. 2019-07-26 13:08:04,939 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any)
  177. 2019-07-26 13:08:04,998 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
  178. 2019-07-26 13:08:06,256 - octoprint.plugin.core - INFO - Plugin Anonymous Usage Tracking is disabled.
  179. 2019-07-26 13:08:06,888 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 18 mixin implementations, 27 hook handlers
  180. 2019-07-26 13:08:07,192 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
  181. 2019-07-26 13:08:07,219 - octoprint.server - INFO - Intermediary server started
  182. 2019-07-26 13:08:07,220 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
  183. 2019-07-26 13:08:07,458 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 18 mixin implementations, 27 hook handlers
  184. 2019-07-26 13:08:07,492 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
  185. 2019-07-26 13:08:07,915 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
  186. 2019-07-26 13:08:08,009 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
  187. 2019-07-26 13:08:10,193 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  188. 2019-07-26 13:08:12,323 - octoprint.util.pip - INFO - Version of pip is 9.0.1
  189. 2019-07-26 13:08:12,324 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
  190. 2019-07-26 13:08:12,325 - octoprint.util.pip - INFO - ==> pip ok -> yes
  191. 2019-07-26 13:08:12,329 - octoprint.plugin.core - INFO - Initialized 18 plugin implementation(s)
  192. 2019-07-26 13:08:12,341 - octoprint.plugin.core - INFO - 19 plugin(s) registered with the system:
  193. | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt
  194. | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
  195. | !Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking
  196. | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys
  197. | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup
  198. | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
  199. | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
  200. | Display ETA (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eta
  201. | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking
  202. | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager
  203. | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin
  204. | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
  205. | OctoPrint Anywhere (1.0.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere
  206. | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support
  207. | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
  208. | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check
  209. | Printer Stats (1.0.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stats
  210. | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
  211. | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
  212. 2019-07-26 13:08:12,355 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
  213. | hardware:
  214. | cores: 4
  215. | freq: 1200.0
  216. | ram: 901689344
  217. | os:
  218. | id: linux
  219. | platform: linux2
  220. | plugins:
  221. | pi_support:
  222. | model: Raspberry Pi 3 Model B Rev 1.2
  223. | octopi_version: 0.14.0
  224. | python:
  225. | pip: 9.0.1
  226. | version: 2.7.9
  227. | virtualenv: /home/pi/oprint
  228. 2019-07-26 13:08:12,365 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
  229. 2019-07-26 13:08:12,391 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
  230. 2019-07-26 13:08:13,408 - octoprint.server - INFO - Shutting down intermediary server...
  231. 2019-07-26 13:08:13,813 - octoprint.server - INFO - Intermediary server shut down
  232. 2019-07-26 13:08:13,815 - octoprint.events - INFO - Processing startup event, this is our first event
  233. 2019-07-26 13:08:13,816 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
  234. 2019-07-26 13:08:13,822 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
  235. 2019-07-26 13:08:13,844 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
  236. 2019-07-26 13:08:13,955 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
  237. 2019-07-26 13:08:14,371 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
  238. 2019-07-26 13:08:14,390 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
  239. 2019-07-26 13:08:14,393 - octoprint.server.util.watchdog - INFO - ... initial scan done.
  240. 2019-07-26 13:08:14,404 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp
  241. 2019-07-26 13:08:14,416 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp
  242. 2019-07-26 13:08:14,428 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
  243. 2019-07-26 13:08:14,457 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
  244. 2019-07-26 13:08:14,712 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.9
  245. 2019-07-26 13:08:14,778 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
  246. 2019-07-26 13:08:14,999 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  247. 2019-07-26 13:08:15,139 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
  248. 2019-07-26 13:08:15,387 - octoprint.server.util.sockjs - INFO - User Josh logged in on the socket from client 192.168.1.9
  249. 2019-07-26 13:08:16,909 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  250. 2019-07-26 13:08:16,910 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
  251. 2019-07-26 13:08:16,910 - octoprint.util.pip - INFO - ==> pip ok -> yes
  252. 2019-07-26 13:08:17,276 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  253. 2019-07-26 13:08:21,451 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes
  254. 2019-07-26 13:08:21,452 - octoprint.util.pip - INFO - ==> pip ok -> yes
  255. 2019-07-26 13:08:21,506 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
  256. 2019-07-26 13:08:21,519 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  257. self.__items__ = yaml.load(config_str)
  258.  
  259. 2019-07-26 13:08:21,540 - octoprint.plugins.stats - INFO - Printer Stats
  260. 2019-07-26 13:08:21,762 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.16/'}
  261. 2019-07-26 13:08:32,631 - octoprint.server.preemptive_cache - INFO - ... done in 10.87s
  262. 2019-07-26 13:09:21,857 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  263. 2019-07-26 13:09:22,035 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.9
  264. 2019-07-26 13:09:25,396 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.9
  265. 2019-07-26 13:09:25,523 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  266. 2019-07-26 13:09:28,147 - octoprint.server.util.sockjs - INFO - User Josh logged in on the socket from client 192.168.1.9
  267. 2019-07-26 13:09:33,433 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  268. 2019-07-26 13:09:33,464 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  269. 2019-07-26 13:09:33,467 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  270. 2019-07-26 13:09:33,478 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  271. 2019-07-26 13:10:03,517 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  272. 2019-07-26 13:19:16,088 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  273. 2019-07-26 13:19:16,114 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  274. 2019-07-26 13:19:16,118 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  275. 2019-07-26 13:19:16,128 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  276. 2019-07-26 13:19:46,156 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  277. 2019-07-26 13:23:07,194 - octoprint.server.heartbeat - INFO - Server heartbeat <3
  278. 2019-07-26 13:23:56,799 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port"
  279. 2019-07-26 13:23:56,803 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  280. 2019-07-26 13:23:56,812 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  281. 2019-07-26 13:24:26,844 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  282. 2019-07-26 13:24:36,801 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port"
  283. 2019-07-26 13:24:36,806 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate"
  284. 2019-07-26 13:24:37,819 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  285. 2019-07-26 13:24:47,841 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  286. 2019-07-26 13:24:48,851 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  287. 2019-07-26 13:24:49,855 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  288. 2019-07-26 13:24:50,863 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  289. 2019-07-26 13:24:51,875 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  290. 2019-07-26 13:24:52,884 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  291. 2019-07-26 13:24:53,893 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  292. 2019-07-26 13:24:54,902 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  293. 2019-07-26 13:24:55,906 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  294. 2019-07-26 13:24:56,916 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  295. 2019-07-26 13:24:57,924 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  296. 2019-07-26 13:24:58,924 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  297. 2019-07-26 13:24:59,933 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  298. 2019-07-26 13:25:00,943 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  299. 2019-07-26 13:25:01,951 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  300. 2019-07-26 13:25:02,960 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  301. 2019-07-26 13:25:03,968 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  302. 2019-07-26 13:25:04,976 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  303. 2019-07-26 13:25:05,976 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  304. 2019-07-26 13:25:06,987 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  305. 2019-07-26 13:25:07,991 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  306. 2019-07-26 13:25:09,000 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  307. 2019-07-26 13:25:10,008 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  308. 2019-07-26 13:25:11,016 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  309. 2019-07-26 13:25:12,026 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  310. 2019-07-26 13:25:13,030 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  311. 2019-07-26 13:25:14,039 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  312. 2019-07-26 13:25:15,043 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  313. 2019-07-26 13:25:16,053 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  314. 2019-07-26 13:25:17,064 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  315. 2019-07-26 13:25:18,066 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  316. 2019-07-26 13:25:19,075 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  317. 2019-07-26 13:25:20,079 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  318. 2019-07-26 13:25:21,086 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  319. 2019-07-26 13:25:22,091 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Error: No more baudrates to test, and no suitable baudrate found."
  320. 2019-07-26 13:25:22,112 - octoprint.util.comm - INFO - Changing monitoring state from "Error: No more baudrates to test, and no suitable baudrate found." to "Offline (Error: No more baudrates to test, and no suitable baudrate found.)"
  321. 2019-07-26 13:29:37,828 - octoprint.server.api.system - INFO - Performing command for core:reboot: sudo shutdown -r now
  322. 2019-07-26 13:29:37,993 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.9
  323. 2019-07-26 13:29:38,053 - octoprint.server - INFO - Shutting down...
  324. 2019-07-26 13:29:38,344 - octoprint.events - INFO - Processing shutdown event, this will be our last event
  325. 2019-07-26 13:29:38,345 - octoprint.events - INFO - Event loop shut down
  326. 2019-07-26 13:29:38,356 - octoprint.server - INFO - Goodbye!
  327. 2019-07-26 13:29:44,752 - octoprint.startup - INFO - ******************************************************************************
  328. 2019-07-26 13:29:44,754 - octoprint.startup - INFO - Starting OctoPrint 1.3.11
  329. 2019-07-26 13:29:44,755 - octoprint.startup - INFO - ******************************************************************************
  330. 2019-07-26 13:29:44,852 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist
  331. 2019-07-26 13:29:44,983 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
  332. 2019-07-26 13:29:47,114 - octoprint.plugin.core - INFO - Plugin Anonymous Usage Tracking is disabled.
  333. 2019-07-26 13:29:48,244 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 18 mixin implementations, 27 hook handlers
  334. 2019-07-26 13:29:48,584 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
  335. 2019-07-26 13:29:48,633 - octoprint.server - INFO - Intermediary server started
  336. 2019-07-26 13:29:48,634 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
  337. 2019-07-26 13:29:48,870 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 18 mixin implementations, 27 hook handlers
  338. 2019-07-26 13:29:48,908 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
  339. 2019-07-26 13:29:49,333 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
  340. 2019-07-26 13:29:49,448 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
  341. 2019-07-26 13:29:52,161 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  342. 2019-07-26 13:29:54,296 - octoprint.util.pip - INFO - Version of pip is 9.0.1
  343. 2019-07-26 13:29:54,297 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
  344. 2019-07-26 13:29:54,297 - octoprint.util.pip - INFO - ==> pip ok -> yes
  345. 2019-07-26 13:29:54,303 - octoprint.plugin.core - INFO - Initialized 18 plugin implementation(s)
  346. 2019-07-26 13:29:54,315 - octoprint.plugin.core - INFO - 19 plugin(s) registered with the system:
  347. | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt
  348. | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
  349. | !Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking
  350. | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys
  351. | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup
  352. | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
  353. | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
  354. | Display ETA (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eta
  355. | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking
  356. | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager
  357. | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin
  358. | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
  359. | OctoPrint Anywhere (1.0.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere
  360. | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support
  361. | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
  362. | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check
  363. | Printer Stats (1.0.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stats
  364. | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
  365. | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
  366. 2019-07-26 13:29:54,330 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
  367. | hardware:
  368. | cores: 4
  369. | freq: 1200.0
  370. | ram: 901689344
  371. | os:
  372. | id: linux
  373. | platform: linux2
  374. | plugins:
  375. | pi_support:
  376. | model: Raspberry Pi 3 Model B Rev 1.2
  377. | octopi_version: 0.14.0
  378. | python:
  379. | pip: 9.0.1
  380. | version: 2.7.9
  381. | virtualenv: /home/pi/oprint
  382. 2019-07-26 13:29:54,340 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
  383. 2019-07-26 13:29:54,368 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
  384. 2019-07-26 13:30:03,805 - octoprint.server - INFO - Shutting down intermediary server...
  385. 2019-07-26 13:30:04,283 - octoprint.server - INFO - Intermediary server shut down
  386. 2019-07-26 13:30:04,286 - octoprint.events - INFO - Processing startup event, this is our first event
  387. 2019-07-26 13:30:04,288 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event
  388. 2019-07-26 13:30:04,289 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
  389. 2019-07-26 13:30:04,293 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder...
  390. 2019-07-26 13:30:04,295 - octoprint.server.util.watchdog - INFO - ... initial scan done.
  391. 2019-07-26 13:30:04,298 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
  392. 2019-07-26 13:30:04,310 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp
  393. 2019-07-26 13:30:04,321 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp
  394. 2019-07-26 13:30:04,332 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
  395. 2019-07-26 13:30:04,347 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
  396. 2019-07-26 13:30:04,399 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
  397. 2019-07-26 13:30:04,613 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
  398. 2019-07-26 13:30:05,769 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.9
  399. 2019-07-26 13:30:05,864 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  400. 2019-07-26 13:30:05,884 - octoprint.server.util.sockjs - INFO - User Josh logged in on the socket from client 192.168.1.9
  401. 2019-07-26 13:30:06,649 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
  402. 2019-07-26 13:30:06,650 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
  403. 2019-07-26 13:30:06,651 - octoprint.util.pip - INFO - ==> pip ok -> yes
  404. 2019-07-26 13:30:06,674 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online
  405. 2019-07-26 13:30:06,749 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
  406. 2019-07-26 13:30:06,922 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
  407. 2019-07-26 13:30:07,091 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  408. self.__items__ = yaml.load(config_str)
  409.  
  410. 2019-07-26 13:30:07,338 - octoprint.plugins.stats - INFO - Printer Stats
  411. 2019-07-26 13:30:07,810 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.16/'}
  412. 2019-07-26 13:30:19,234 - octoprint.server.preemptive_cache - INFO - ... done in 11.42s
  413. 2019-07-26 13:31:13,259 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  414. 2019-07-26 13:31:13,390 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.9
  415. 2019-07-26 13:31:15,627 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.9
  416. 2019-07-26 13:31:15,729 - octoprint.server.util.flask - INFO - Passively logging in user Josh from 192.168.1.9
  417. 2019-07-26 13:31:17,536 - octoprint.server.util.sockjs - INFO - User Josh logged in on the socket from client 192.168.1.9
  418. 2019-07-26 13:32:16,553 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  419. 2019-07-26 13:32:16,593 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  420. 2019-07-26 13:32:16,598 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  421. 2019-07-26 13:32:16,609 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  422. 2019-07-26 13:32:46,643 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  423. 2019-07-26 13:35:16,061 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  424. 2019-07-26 13:35:16,093 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  425. 2019-07-26 13:35:16,113 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  426. 2019-07-26 13:35:16,119 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  427. 2019-07-26 13:35:46,159 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  428. 2019-07-26 13:35:53,313 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  429. 2019-07-26 13:35:53,353 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  430. 2019-07-26 13:35:53,357 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  431. 2019-07-26 13:35:53,373 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  432. 2019-07-26 13:36:23,421 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  433. 2019-07-26 13:36:32,264 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  434. 2019-07-26 13:36:32,307 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  435. 2019-07-26 13:36:32,311 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  436. 2019-07-26 13:36:32,325 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  437. 2019-07-26 13:37:02,369 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  438. 2019-07-26 13:37:08,554 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  439. 2019-07-26 13:37:08,585 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  440. 2019-07-26 13:37:08,588 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  441. 2019-07-26 13:37:08,597 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  442. 2019-07-26 13:37:38,637 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  443. 2019-07-26 13:37:42,711 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  444. 2019-07-26 13:37:42,741 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  445. 2019-07-26 13:37:42,744 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  446. 2019-07-26 13:37:42,771 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  447. 2019-07-26 13:38:12,800 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  448. 2019-07-26 13:38:17,834 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  449. 2019-07-26 13:38:17,867 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  450. 2019-07-26 13:38:17,876 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  451. 2019-07-26 13:38:17,881 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  452. 2019-07-26 13:38:47,917 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
  453. 2019-07-26 13:38:53,724 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port"
  454. 2019-07-26 13:38:53,769 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port"
  455. 2019-07-26 13:38:53,773 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting"
  456. 2019-07-26 13:38:53,785 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
  457. 2019-07-26 13:39:23,823 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement