2020-03-18 16:31:52,812 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-18 16:31:52,822 - octoprint.server - INFO - --- Log roll over detected --------------------------------------------------- 2020-03-18 16:31:52,823 - octoprint.server - INFO - OctoPrint 1.3.12 2020-03-18 16:31:52,870 - octoprint.plugin.core - INFO - 15 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2020-03-18 16:31:52,899 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 16:31:52,899 - octoprint.server - INFO - ------------------------------------------------------------------------------ 2020-03-18 16:32:27,432 - octoprint.server.api - INFO - Actively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:32:28,208 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.51s 2020-03-18 16:32:28,697 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.24s 2020-03-18 16:32:29,791 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.26s 2020-03-18 16:32:30,097 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.25s 2020-03-18 16:32:30,444 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.26s 2020-03-18 16:32:31,092 - octoprint.server.api - ERROR - Error calling SimpleApiPlugin pluginmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/__init__.py", line 68, in pluginData response = api_plugin.on_api_get(request) File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/__init__.py", line 280, in on_api_get if refresh_repository or not self._is_repository_cache_valid(): File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/__init__.py", line 797, in _is_repository_cache_valid return mtime + self._repository_cache_ttl >= time.time() > mtime TypeError: unsupported operand type(s) for +: 'NoneType' and 'int' 2020-03-18 16:32:31,100 - tornado.access - ERROR - 500 GET /api/plugin/pluginmanager (::ffff:192.168.0.10) 15.59ms 2020-03-18 16:32:32,738 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:32:43,395 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:32:43,396 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:32:43,411 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 16:32:44,009 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 95} 2020-03-18 16:32:44,088 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 16:32:44,289 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u''} 2020-03-18 16:32:44,530 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, 'octopi_version': '0.17.0', 'version': u'1.3.12', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, 'pi_model': 'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 16:34:12,494 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port" 2020-03-18 16:34:12,585 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port" 2020-03-18 16:34:12,589 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-18 16:34:13,607 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:28,647 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:29,658 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:30,667 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:31,679 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:32,690 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:34,650 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:35,662 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:36,676 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:37,681 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:38,693 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:39,763 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:40,769 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:41,778 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:42,783 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:43,794 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:44,840 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:45,846 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:46,855 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:47,865 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:48,874 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:49,961 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:50,966 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:51,976 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:52,986 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:53,994 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:55,059 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:56,068 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:57,073 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:58,083 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:34:59,095 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:00,105 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:01,109 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:02,120 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:03,125 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:04,131 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Error: No more baudrates to test, and no suitable baudrate found." 2020-03-18 16:35:04,142 - 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.)" 2020-03-18 16:35:04,504 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_autodetect_baudrate, payload: {'commerror_text': 'No more baudrates to test, and no suitable baudrate found.'} 2020-03-18 16:35:28,375 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port" 2020-03-18 16:35:28,463 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port" 2020-03-18 16:35:28,466 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-18 16:35:29,483 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:44,658 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:44,731 - octoprint.filemanager.analysis - INFO - Starting analysis of local:CCR10S_FF01-17_76t_spur_48.gcode 2020-03-18 16:35:44,735 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python2 -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/CCR10S_FF01-17_76t_spur_48.gcode 2020-03-18 16:35:45,665 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:46,671 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:47,673 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:48,682 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:50,530 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:51,535 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:52,543 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:53,549 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:54,555 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:55,644 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:56,648 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:57,655 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:58,658 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:35:59,664 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:00,746 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:01,752 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:02,759 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:03,764 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:04,771 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:05,843 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:06,851 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:07,857 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:08,863 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:09,872 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:10,288 - octoprint.filemanager.analysis - INFO - Analysis of entry local:CCR10S_FF01-17_76t_spur_48.gcode finished, needed 25.56s 2020-03-18 16:36:10,876 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:11,888 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:12,897 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:13,909 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:14,920 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:15,924 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:16,934 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:17,934 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:18,945 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 16:36:19,947 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Error: No more baudrates to test, and no suitable baudrate found." 2020-03-18 16:36:19,983 - 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.)" 2020-03-18 16:36:20,323 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_autodetect_baudrate, payload: {'commerror_text': 'No more baudrates to test, and no suitable baudrate found.'} 2020-03-18 16:39:10,832 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2020-03-18 16:39:11,203 - octoprint.server.api - ERROR - Error calling SimpleApiPlugin pluginmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/__init__.py", line 68, in pluginData response = api_plugin.on_api_get(request) File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/__init__.py", line 284, in on_api_get if refresh_notices or not self._is_notices_cache_valid(): File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/__init__.py", line 865, in _is_notices_cache_valid return mtime + self._notices_cache_ttl >= time.time() > mtime TypeError: unsupported operand type(s) for +: 'NoneType' and 'int' 2020-03-18 16:39:11,211 - tornado.access - ERROR - 500 GET /api/plugin/pluginmanager?refresh_repository=true (::ffff:192.168.0.10) 748.61ms 2020-03-18 16:41:37,786 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2020-03-18 16:42:01,681 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/mmone/OctoPrintKlipper/archive/master.zip 2020-03-18 16:42:11,031 - 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... 2020-03-18 16:42:11,158 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 15 mixin implementations, 23 hook handlers 2020-03-18 16:42:11,163 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | !OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2020-03-18 16:42:11,164 - octoprint.plugins.pluginmanager - INFO - The plugin was installed successfully: OctoKlipper, version 0.2.5 2020-03-18 16:42:11,528 - octoprint.plugins.tracking - INFO - Sent tracking event install_plugin, payload: {'plugin_version': '0.2.5', 'plugin': 'klipper'} 2020-03-18 16:42:38,549 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart 2020-03-18 16:42:38,797 - octoprint.server - INFO - Shutting down... 2020-03-18 16:42:39,372 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 16:42:39,378 - octoprint.events - INFO - Event loop shut down 2020-03-18 16:42:39,566 - octoprint.server - INFO - Goodbye! 2020-03-18 16:42:41,572 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 16:42:41,574 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2020-03-18 16:42:41,574 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 16:42:42,073 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 16:42:42,356 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2020-03-18 16:42:42,399 - 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... 2020-03-18 16:42:43,571 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 25 hook handlers 2020-03-18 16:42:43,762 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 16:42:43,783 - octoprint.server - INFO - Intermediary server started 2020-03-18 16:42:43,784 - 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... 2020-03-18 16:42:43,889 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 25 hook handlers 2020-03-18 16:42:43,919 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 16:42:44,414 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 16:42:44,455 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 16:42:45,425 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:42:46,394 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 16:42:46,396 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:42:46,397 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:42:46,401 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-03-18 16:42:46,502 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2020-03-18 16:42:46,517 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 16:42:46,526 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 16:42:46,542 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 16:42:47,246 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 16:42:47,305 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 16:42:47,307 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 16:42:47,308 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2020-03-18 16:42:47,312 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 16:42:47,319 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 16:42:47,322 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 16:42:47,344 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 16:42:47,345 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 16:42:47,428 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 16:42:47,461 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 16:42:47,638 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2020-03-18 16:42:47,769 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 16:42:47,905 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 16:42:48,135 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 16:42:48,305 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:42:48,738 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:42:48,763 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 16:42:48,917 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-03-18 16:42:49,187 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:42:49,189 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:42:49,189 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:42:49,252 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-03-18 16:42:49,318 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 16:42:49,340 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 16:42:49,364 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:42:49,425 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:42:49,440 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 16:42:50,041 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:42:52,886 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:42:52,887 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:42:52,910 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 16:42:53,095 - octoprint.plugins.klipper - INFO - Added klipper serial port /tmp/printer to list of additional ports. 2020-03-18 16:42:53,262 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 9} 2020-03-18 16:42:53,522 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'klipper:0.2.5'} 2020-03-18 16:42:53,777 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, 'octopi_version': '0.17.0', 'version': u'1.3.12', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, 'pi_model': 'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 16:43:01,227 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:43:01,452 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': 'l10n=en', 'path': u'/', '_count': 1, '_timestamp': 1584549781.451871, 'base_url': u'http://192.168.0.45/'} 2020-03-18 16:43:10,922 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 16:43:11,923 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:43:12,029 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:43:12,352 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-03-18 16:43:12,433 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-03-18 16:43:13,797 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 16:43:25,301 - octoprint.plugins.softwareupdate - INFO - Starting update of octoprint to 1.4.0... 2020-03-18 16:44:11,132 - octoprint.plugins.softwareupdate - INFO - Update of octoprint to 1.4.0 successful! 2020-03-18 16:44:11,219 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 16:44:11,220 - octoprint.plugins.softwareupdate - INFO - Restarting... 2020-03-18 16:44:11,367 - octoprint.server - INFO - Shutting down... 2020-03-18 16:44:11,460 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': '1.4.0', 'from_version': '1.3.12', 'target': 'octoprint'} 2020-03-18 16:44:11,540 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 16:44:11,545 - octoprint.events - INFO - Event loop shut down 2020-03-18 16:44:11,569 - octoprint.server - INFO - Goodbye! 2020-03-18 16:44:13,739 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 16:44:13,741 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 16:44:13,742 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 16:44:14,259 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 16:44:14,264 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2020-03-18 16:44:14,308 - 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... 2020-03-18 16:44:15,460 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 16:44:15,659 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 16:44:15,683 - octoprint.server - INFO - Intermediary server started 2020-03-18 16:44:15,684 - 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... 2020-03-18 16:44:15,795 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 16:44:15,826 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 16:44:16,329 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 16:44:16,335 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 16:44:16,336 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 16:44:16,337 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 16:44:16,339 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 16:44:16,341 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 16:44:16,342 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 16:44:16,344 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 16:44:16,345 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 16:44:16,346 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 16:44:16,347 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 16:44:16,348 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 16:44:16,349 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 16:44:16,368 - octoprint.access.users - INFO - Migrating user Weds to new granular permission system 2020-03-18 16:44:16,422 - octoprint.plugins.softwareupdate - INFO - Version cache was created for another version of OctoPrint, not using it 2020-03-18 16:44:17,381 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:44:18,333 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 16:44:18,335 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:44:18,336 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:44:18,341 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-03-18 16:44:18,451 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 16:44:18,467 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 16:44:18,477 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 16:44:18,497 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 16:44:19,318 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 16:44:19,322 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 16:44:19,325 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 16:44:19,326 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2020-03-18 16:44:19,330 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 16:44:19,336 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 16:44:19,346 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 16:44:19,373 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 16:44:19,375 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 16:44:19,377 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 16:44:19,458 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 16:44:19,666 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2020-03-18 16:44:20,119 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 16:44:20,353 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:44:20,522 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 16:44:20,976 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 16:44:21,685 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:44:21,734 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:44:22,028 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:44:22,089 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:44:22,090 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:44:22,235 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:44:22,728 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:44:22,899 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 16:44:22,957 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-03-18 16:44:23,070 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-03-18 16:44:23,196 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 16:44:25,779 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:44:25,780 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:44:25,803 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 16:44:25,937 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 16:44:26,056 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 10} 2020-03-18 16:44:26,312 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'klipper:0.2.5'} 2020-03-18 16:44:26,585 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, u'octopi_version': u'0.17.0', 'version': u'1.4.0', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 16:44:33,931 - octoprint.server.preemptive_cache - INFO - ... done in 7.99s 2020-03-18 16:44:40,768 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:44:40,772 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:44:43,370 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 16:44:45,044 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:44:45,182 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:44:45,184 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:44:45,289 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-03-18 16:44:45,400 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-03-18 16:44:45,970 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 16:46:16,367 - octoprint.plugins.klipper - INFO - Writing Klipper config to /home/pi/printer.cfg 2020-03-18 16:46:24,738 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 65.67ms 2020-03-18 16:46:35,774 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 65.63ms 2020-03-18 16:46:40,591 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 65.95ms 2020-03-18 16:47:04,423 - octoprint.server.api.system - INFO - Performing command for core:reboot: sudo shutdown -r now 2020-03-18 16:47:04,740 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 16:47:04,927 - octoprint.server - INFO - Shutting down... 2020-03-18 16:47:05,670 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 16:47:05,673 - octoprint.events - INFO - Event loop shut down 2020-03-18 16:47:05,983 - octoprint.server - INFO - Goodbye! 2020-03-18 16:47:16,009 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 16:47:16,011 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 16:47:16,012 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 16:47:16,698 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-03-18 16:47:16,779 - 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... 2020-03-18 16:47:18,533 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 16:47:18,764 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 16:47:18,805 - octoprint.server - INFO - Intermediary server started 2020-03-18 16:47:18,806 - 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... 2020-03-18 16:47:18,914 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 16:47:18,945 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 16:47:19,412 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 16:47:19,417 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 16:47:19,419 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 16:47:19,420 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 16:47:19,421 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 16:47:19,422 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 16:47:19,423 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 16:47:19,424 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 16:47:19,427 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 16:47:19,429 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 16:47:19,430 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 16:47:19,431 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 16:47:19,432 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 16:47:19,505 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 16:47:20,621 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:47:21,583 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 16:47:21,585 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:47:21,585 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:47:21,591 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-03-18 16:47:21,604 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 16:47:21,621 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 16:47:21,632 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 16:47:21,654 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 16:47:22,636 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 16:47:22,850 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 16:47:22,853 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 16:47:22,854 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-03-18 16:47:22,856 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 16:47:22,860 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 16:47:22,863 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 16:47:22,865 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 16:47:22,878 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 16:47:22,889 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 16:47:22,902 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2020-03-18 16:47:22,917 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 16:47:23,119 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 16:47:23,967 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:47:24,175 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 16:47:24,177 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 16:47:24,179 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 16:47:24,240 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 16:47:24,309 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:47:24,331 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:47:24,472 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 16:47:26,040 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 16:47:26,116 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, u'octopi_version': u'0.17.0', 'version': u'1.4.0', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 16:47:26,227 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 16:47:26,236 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 16:47:26,504 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'klipper:0.2.5'} 2020-03-18 16:47:26,798 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 6} 2020-03-18 16:47:27,127 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:47:27,129 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:47:28,028 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.css?ec88168c (::ffff:192.168.0.10) 234.96ms 2020-03-18 16:47:28,071 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.css?b577b523 (::ffff:192.168.0.10) 34.86ms 2020-03-18 16:47:28,083 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.css?6745d981 (::ffff:192.168.0.10) 2.87ms 2020-03-18 16:47:28,086 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 16:47:28,116 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 16:47:28,133 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?3339d949 (::ffff:192.168.0.10) 3.53ms 2020-03-18 16:47:28,141 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?313d9a0c (::ffff:192.168.0.10) 3.41ms 2020-03-18 16:47:28,148 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?7ccee9aa (::ffff:192.168.0.10) 2.95ms 2020-03-18 16:47:28,157 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?3514a079 (::ffff:192.168.0.10) 3.02ms 2020-03-18 16:47:28,570 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?3339d949 (::ffff:192.168.0.10) 68.82ms 2020-03-18 16:47:28,586 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?313d9a0c (::ffff:192.168.0.10) 4.66ms 2020-03-18 16:47:28,642 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?7ccee9aa (::ffff:192.168.0.10) 41.75ms 2020-03-18 16:47:28,656 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?3514a079 (::ffff:192.168.0.10) 3.22ms 2020-03-18 16:47:35,572 - octoprint.server.preemptive_cache - INFO - ... done in 9.34s 2020-03-18 16:48:26,594 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:48:26,597 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:48:31,864 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:48:43,535 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:48:43,541 - octoprint.server.api - INFO - Actively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:48:43,936 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 16:48:44,124 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:49:01,021 - tornado.access - WARNING - 403 POST /api/login (::ffff:192.168.0.10) 27.20ms 2020-03-18 16:49:13,893 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:49:13,900 - octoprint.server.api - INFO - Actively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:49:14,024 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:49:14,026 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:49:14,046 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': u'l10n=en', 'path': u'/', u'_count': 1, u'_timestamp': 1584550154.046591, 'base_url': u'http://octopi.local/'} 2020-03-18 16:49:16,670 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 16:49:17,798 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 16:49:17,906 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 16:49:17,908 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 16:49:19,951 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 16:49:23,197 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.61ms 2020-03-18 16:49:36,239 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.58ms 2020-03-18 16:51:30,233 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.34ms 2020-03-18 16:52:44,743 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 20.18ms 2020-03-18 16:52:44,767 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.31ms 2020-03-18 16:52:44,794 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 18.32ms 2020-03-18 16:52:44,817 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.47ms 2020-03-18 16:52:44,909 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 84.65ms 2020-03-18 16:52:44,922 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.11ms 2020-03-18 16:52:44,935 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.06ms 2020-03-18 16:52:44,942 - tornado.access - WARNING - 403 GET /sockjs/websocket (::ffff:192.168.0.15) 2.31ms 2020-03-18 16:52:45,349 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 8.24ms 2020-03-18 16:52:45,362 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 9.23ms 2020-03-18 16:52:45,375 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 8.71ms 2020-03-18 16:52:45,387 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.05ms 2020-03-18 16:52:45,473 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 80.86ms 2020-03-18 16:52:46,806 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.97ms 2020-03-18 16:52:46,835 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.83ms 2020-03-18 16:52:48,375 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.86ms 2020-03-18 16:52:48,401 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.28ms 2020-03-18 16:52:48,430 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 19.53ms 2020-03-18 16:52:48,453 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.81ms 2020-03-18 16:52:49,813 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.67ms 2020-03-18 16:52:49,841 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.91ms 2020-03-18 16:52:50,428 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 81.12ms 2020-03-18 16:52:51,369 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.27ms 2020-03-18 16:52:51,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 18.07ms 2020-03-18 16:52:51,421 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.20ms 2020-03-18 16:52:51,447 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 18.05ms 2020-03-18 16:52:52,812 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.39ms 2020-03-18 16:52:52,842 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 21.65ms 2020-03-18 16:52:54,137 - tornado.access - WARNING - 403 POST /api/printer/printhead (::ffff:192.168.0.15) 21.79ms 2020-03-18 16:52:54,368 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.87ms 2020-03-18 16:52:54,396 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 18.98ms 2020-03-18 16:52:54,419 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.29ms 2020-03-18 16:52:54,432 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 8.25ms 2020-03-18 16:52:55,474 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 124.01ms 2020-03-18 16:52:55,804 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.03ms 2020-03-18 16:52:55,817 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.65ms 2020-03-18 16:52:57,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.41ms 2020-03-18 16:52:57,401 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 20.41ms 2020-03-18 16:52:57,427 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.23ms 2020-03-18 16:52:57,452 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.61ms 2020-03-18 16:52:58,645 - tornado.access - WARNING - 403 GET /api/files/local?recursive=true (::ffff:192.168.0.15) 18.82ms 2020-03-18 16:52:58,811 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.81ms 2020-03-18 16:52:58,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.15ms 2020-03-18 16:53:00,378 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 21.30ms 2020-03-18 16:53:00,404 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.68ms 2020-03-18 16:53:00,431 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.65ms 2020-03-18 16:53:00,456 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.42ms 2020-03-18 16:53:00,567 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 101.84ms 2020-03-18 16:53:01,817 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.57ms 2020-03-18 16:53:01,844 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.54ms 2020-03-18 16:53:03,375 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.11ms 2020-03-18 16:53:03,400 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.23ms 2020-03-18 16:53:03,427 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 18.69ms 2020-03-18 16:53:03,439 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 8.19ms 2020-03-18 16:53:04,818 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.36ms 2020-03-18 16:53:04,846 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.02ms 2020-03-18 16:53:04,878 - tornado.access - WARNING - 403 GET /api/system/commands (::ffff:192.168.0.15) 17.08ms 2020-03-18 16:53:05,432 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 84.32ms 2020-03-18 16:53:06,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.54ms 2020-03-18 16:53:06,398 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.87ms 2020-03-18 16:53:06,412 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.26ms 2020-03-18 16:53:06,425 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 8.18ms 2020-03-18 16:53:07,817 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.88ms 2020-03-18 16:53:07,848 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 22.25ms 2020-03-18 16:53:09,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.63ms 2020-03-18 16:53:09,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.63ms 2020-03-18 16:53:09,422 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.11ms 2020-03-18 16:53:09,435 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.45ms 2020-03-18 16:53:10,475 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 128.33ms 2020-03-18 16:53:10,806 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.31ms 2020-03-18 16:53:10,819 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.31ms 2020-03-18 16:53:12,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.49ms 2020-03-18 16:53:12,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.56ms 2020-03-18 16:53:12,426 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 19.30ms 2020-03-18 16:53:12,450 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.38ms 2020-03-18 16:53:13,816 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.45ms 2020-03-18 16:53:13,845 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.12ms 2020-03-18 16:53:15,375 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.52ms 2020-03-18 16:53:15,401 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 18.12ms 2020-03-18 16:53:15,429 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 19.45ms 2020-03-18 16:53:15,455 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.50ms 2020-03-18 16:53:15,568 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 104.23ms 2020-03-18 16:53:16,820 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.02ms 2020-03-18 16:53:16,848 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.75ms 2020-03-18 16:53:18,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.70ms 2020-03-18 16:53:18,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.42ms 2020-03-18 16:53:18,423 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.02ms 2020-03-18 16:53:18,437 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.18ms 2020-03-18 16:53:19,822 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.33ms 2020-03-18 16:53:19,849 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.38ms 2020-03-18 16:53:19,902 - tornado.access - WARNING - 403 POST /api/printer/printhead (::ffff:192.168.0.15) 10.00ms 2020-03-18 16:53:20,427 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 80.74ms 2020-03-18 16:53:21,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.74ms 2020-03-18 16:53:21,399 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.84ms 2020-03-18 16:53:21,426 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.80ms 2020-03-18 16:53:21,450 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.64ms 2020-03-18 16:53:22,812 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.74ms 2020-03-18 16:53:22,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.54ms 2020-03-18 16:53:24,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.56ms 2020-03-18 16:53:24,395 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.08ms 2020-03-18 16:53:24,413 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.79ms 2020-03-18 16:53:24,424 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 7.58ms 2020-03-18 16:53:25,483 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 131.55ms 2020-03-18 16:53:25,801 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.28ms 2020-03-18 16:53:25,814 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.54ms 2020-03-18 16:53:27,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.64ms 2020-03-18 16:53:27,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.39ms 2020-03-18 16:53:27,421 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.92ms 2020-03-18 16:53:27,443 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.84ms 2020-03-18 16:53:28,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.77ms 2020-03-18 16:53:28,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.67ms 2020-03-18 16:53:30,375 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.29ms 2020-03-18 16:53:30,398 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.23ms 2020-03-18 16:53:30,423 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.26ms 2020-03-18 16:53:30,447 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.56ms 2020-03-18 16:53:30,564 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 108.74ms 2020-03-18 16:53:31,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.79ms 2020-03-18 16:53:31,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.73ms 2020-03-18 16:53:33,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.10ms 2020-03-18 16:53:33,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.22ms 2020-03-18 16:53:33,417 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.12ms 2020-03-18 16:53:33,442 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.31ms 2020-03-18 16:53:34,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.12ms 2020-03-18 16:53:34,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.62ms 2020-03-18 16:53:35,500 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 150.51ms 2020-03-18 16:53:36,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.52ms 2020-03-18 16:53:36,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.36ms 2020-03-18 16:53:36,419 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.54ms 2020-03-18 16:53:36,441 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.92ms 2020-03-18 16:53:37,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.66ms 2020-03-18 16:53:37,843 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.98ms 2020-03-18 16:53:39,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.39ms 2020-03-18 16:53:39,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.27ms 2020-03-18 16:53:39,418 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.64ms 2020-03-18 16:53:39,431 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.61ms 2020-03-18 16:53:40,356 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 61.28ms 2020-03-18 16:53:40,476 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 112.31ms 2020-03-18 16:53:40,803 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.31ms 2020-03-18 16:53:40,816 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.73ms 2020-03-18 16:53:42,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.24ms 2020-03-18 16:53:42,396 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.59ms 2020-03-18 16:53:42,419 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.84ms 2020-03-18 16:53:42,442 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.32ms 2020-03-18 16:53:43,812 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.68ms 2020-03-18 16:53:43,836 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.85ms 2020-03-18 16:53:45,374 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 19.01ms 2020-03-18 16:53:45,398 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.70ms 2020-03-18 16:53:45,420 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.97ms 2020-03-18 16:53:45,444 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.93ms 2020-03-18 16:53:45,537 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 85.10ms 2020-03-18 16:53:46,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.90ms 2020-03-18 16:53:46,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.02ms 2020-03-18 16:53:48,369 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.59ms 2020-03-18 16:53:48,393 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.31ms 2020-03-18 16:53:48,419 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 19.74ms 2020-03-18 16:53:48,443 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.26ms 2020-03-18 16:53:49,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.71ms 2020-03-18 16:53:49,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.69ms 2020-03-18 16:53:50,463 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 115.77ms 2020-03-18 16:53:51,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.38ms 2020-03-18 16:53:51,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.13ms 2020-03-18 16:53:51,417 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.83ms 2020-03-18 16:53:51,436 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 11.43ms 2020-03-18 16:53:52,813 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.57ms 2020-03-18 16:53:52,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.03ms 2020-03-18 16:53:54,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.11ms 2020-03-18 16:53:54,393 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.11ms 2020-03-18 16:53:54,418 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.60ms 2020-03-18 16:53:54,441 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.94ms 2020-03-18 16:53:55,485 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 135.32ms 2020-03-18 16:53:55,805 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.61ms 2020-03-18 16:53:55,818 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.23ms 2020-03-18 16:53:57,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.00ms 2020-03-18 16:53:57,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.72ms 2020-03-18 16:53:57,425 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 23.00ms 2020-03-18 16:53:57,449 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.26ms 2020-03-18 16:53:58,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.92ms 2020-03-18 16:53:58,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.71ms 2020-03-18 16:54:00,366 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.45ms 2020-03-18 16:54:00,390 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.10ms 2020-03-18 16:54:00,413 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.11ms 2020-03-18 16:54:00,426 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.16ms 2020-03-18 16:54:00,505 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 74.87ms 2020-03-18 16:54:01,813 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.83ms 2020-03-18 16:54:01,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.19ms 2020-03-18 16:54:03,368 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.50ms 2020-03-18 16:54:03,393 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.01ms 2020-03-18 16:54:03,416 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.68ms 2020-03-18 16:54:03,436 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 12.46ms 2020-03-18 16:54:04,810 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.87ms 2020-03-18 16:54:04,835 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.69ms 2020-03-18 16:54:05,479 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 129.44ms 2020-03-18 16:54:06,364 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.31ms 2020-03-18 16:54:06,389 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.34ms 2020-03-18 16:54:06,412 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.84ms 2020-03-18 16:54:06,437 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.77ms 2020-03-18 16:54:06,509 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 26.96ms 2020-03-18 16:54:07,810 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.96ms 2020-03-18 16:54:07,836 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.91ms 2020-03-18 16:54:09,374 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.46ms 2020-03-18 16:54:09,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.34ms 2020-03-18 16:54:09,422 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.76ms 2020-03-18 16:54:09,447 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.83ms 2020-03-18 16:54:10,456 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 107.23ms 2020-03-18 16:54:10,806 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.38ms 2020-03-18 16:54:10,820 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.38ms 2020-03-18 16:54:12,052 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.37ms 2020-03-18 16:54:12,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.33ms 2020-03-18 16:54:12,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.80ms 2020-03-18 16:54:12,418 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.92ms 2020-03-18 16:54:12,435 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.91ms 2020-03-18 16:54:13,810 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.66ms 2020-03-18 16:54:13,835 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.10ms 2020-03-18 16:54:15,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.50ms 2020-03-18 16:54:15,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.39ms 2020-03-18 16:54:15,419 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.81ms 2020-03-18 16:54:15,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.98ms 2020-03-18 16:54:15,529 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 77.35ms 2020-03-18 16:54:16,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.21ms 2020-03-18 16:54:16,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.43ms 2020-03-18 16:54:18,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.52ms 2020-03-18 16:54:18,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.11ms 2020-03-18 16:54:18,419 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.85ms 2020-03-18 16:54:18,442 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.04ms 2020-03-18 16:54:19,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.80ms 2020-03-18 16:54:19,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.54ms 2020-03-18 16:54:20,424 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 76.19ms 2020-03-18 16:54:21,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.58ms 2020-03-18 16:54:21,396 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.51ms 2020-03-18 16:54:21,420 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.59ms 2020-03-18 16:54:21,443 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.02ms 2020-03-18 16:54:22,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.29ms 2020-03-18 16:54:22,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.56ms 2020-03-18 16:54:22,949 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.88ms 2020-03-18 16:54:24,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.17ms 2020-03-18 16:54:24,404 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 24.25ms 2020-03-18 16:54:24,428 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.02ms 2020-03-18 16:54:24,451 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.06ms 2020-03-18 16:54:25,499 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 148.85ms 2020-03-18 16:54:25,804 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.67ms 2020-03-18 16:54:25,816 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.63ms 2020-03-18 16:54:27,375 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.58ms 2020-03-18 16:54:27,399 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.30ms 2020-03-18 16:54:27,424 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.87ms 2020-03-18 16:54:27,447 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.13ms 2020-03-18 16:54:28,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.83ms 2020-03-18 16:54:28,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.07ms 2020-03-18 16:54:30,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.79ms 2020-03-18 16:54:30,396 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.73ms 2020-03-18 16:54:30,417 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 12.86ms 2020-03-18 16:54:30,429 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.71ms 2020-03-18 16:54:30,510 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 76.37ms 2020-03-18 16:54:31,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.17ms 2020-03-18 16:54:31,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.38ms 2020-03-18 16:54:33,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.12ms 2020-03-18 16:54:33,392 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.03ms 2020-03-18 16:54:33,415 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.95ms 2020-03-18 16:54:33,440 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.93ms 2020-03-18 16:54:34,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.71ms 2020-03-18 16:54:34,841 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.49ms 2020-03-18 16:54:35,493 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 142.79ms 2020-03-18 16:54:36,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.25ms 2020-03-18 16:54:36,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.43ms 2020-03-18 16:54:36,420 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.10ms 2020-03-18 16:54:36,443 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.05ms 2020-03-18 16:54:37,818 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.43ms 2020-03-18 16:54:37,845 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.75ms 2020-03-18 16:54:39,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.47ms 2020-03-18 16:54:39,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 14.97ms 2020-03-18 16:54:39,417 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.85ms 2020-03-18 16:54:39,429 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.80ms 2020-03-18 16:54:40,469 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 118.81ms 2020-03-18 16:54:40,803 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.30ms 2020-03-18 16:54:40,816 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.39ms 2020-03-18 16:54:42,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.66ms 2020-03-18 16:54:42,396 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.15ms 2020-03-18 16:54:42,420 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.92ms 2020-03-18 16:54:42,443 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.05ms 2020-03-18 16:54:43,813 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.76ms 2020-03-18 16:54:43,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.88ms 2020-03-18 16:54:45,374 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.45ms 2020-03-18 16:54:45,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.57ms 2020-03-18 16:54:45,420 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.97ms 2020-03-18 16:54:45,435 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.36ms 2020-03-18 16:54:45,519 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 79.52ms 2020-03-18 16:54:46,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.76ms 2020-03-18 16:54:46,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.56ms 2020-03-18 16:54:48,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.16ms 2020-03-18 16:54:48,396 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.01ms 2020-03-18 16:54:48,419 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.06ms 2020-03-18 16:54:48,445 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 18.19ms 2020-03-18 16:54:49,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.91ms 2020-03-18 16:54:49,841 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.45ms 2020-03-18 16:54:50,425 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 78.29ms 2020-03-18 16:54:51,369 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.17ms 2020-03-18 16:54:51,393 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.17ms 2020-03-18 16:54:51,417 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.11ms 2020-03-18 16:54:51,441 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.16ms 2020-03-18 16:54:52,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.73ms 2020-03-18 16:54:52,843 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.54ms 2020-03-18 16:54:54,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.93ms 2020-03-18 16:54:54,395 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.96ms 2020-03-18 16:54:54,419 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.27ms 2020-03-18 16:54:54,442 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.11ms 2020-03-18 16:54:55,487 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 136.45ms 2020-03-18 16:54:55,803 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.34ms 2020-03-18 16:54:55,816 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.67ms 2020-03-18 16:54:57,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.84ms 2020-03-18 16:54:57,393 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.40ms 2020-03-18 16:54:57,420 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 18.08ms 2020-03-18 16:54:57,444 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.07ms 2020-03-18 16:54:58,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.96ms 2020-03-18 16:54:58,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.25ms 2020-03-18 16:55:00,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.23ms 2020-03-18 16:55:00,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 14.98ms 2020-03-18 16:55:00,420 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.97ms 2020-03-18 16:55:00,433 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.31ms 2020-03-18 16:55:00,511 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 73.81ms 2020-03-18 16:55:01,813 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.03ms 2020-03-18 16:55:01,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.32ms 2020-03-18 16:55:03,374 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.31ms 2020-03-18 16:55:03,398 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.86ms 2020-03-18 16:55:03,421 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.15ms 2020-03-18 16:55:03,442 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 13.41ms 2020-03-18 16:55:04,812 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.77ms 2020-03-18 16:55:04,837 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.04ms 2020-03-18 16:55:05,488 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 138.03ms 2020-03-18 16:55:06,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.73ms 2020-03-18 16:55:06,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.54ms 2020-03-18 16:55:06,419 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.70ms 2020-03-18 16:55:06,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.91ms 2020-03-18 16:55:07,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.55ms 2020-03-18 16:55:07,841 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.74ms 2020-03-18 16:55:09,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.79ms 2020-03-18 16:55:09,392 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.05ms 2020-03-18 16:55:09,416 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.57ms 2020-03-18 16:55:09,441 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.03ms 2020-03-18 16:55:10,456 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 106.09ms 2020-03-18 16:55:10,804 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.37ms 2020-03-18 16:55:10,817 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.74ms 2020-03-18 16:55:12,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.64ms 2020-03-18 16:55:12,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 14.89ms 2020-03-18 16:55:12,418 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.92ms 2020-03-18 16:55:12,433 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 7.99ms 2020-03-18 16:55:13,813 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.37ms 2020-03-18 16:55:13,848 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 26.78ms 2020-03-18 16:55:15,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.87ms 2020-03-18 16:55:15,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.23ms 2020-03-18 16:55:15,420 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.04ms 2020-03-18 16:55:15,443 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.06ms 2020-03-18 16:55:15,530 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 79.34ms 2020-03-18 16:55:16,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.84ms 2020-03-18 16:55:16,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.57ms 2020-03-18 16:55:18,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.99ms 2020-03-18 16:55:18,396 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.91ms 2020-03-18 16:55:18,422 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 18.22ms 2020-03-18 16:55:18,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.80ms 2020-03-18 16:55:19,816 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.49ms 2020-03-18 16:55:19,841 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.65ms 2020-03-18 16:55:20,455 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 105.41ms 2020-03-18 16:55:21,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.82ms 2020-03-18 16:55:21,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.73ms 2020-03-18 16:55:21,414 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 9.40ms 2020-03-18 16:55:21,427 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.95ms 2020-03-18 16:55:22,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.76ms 2020-03-18 16:55:22,842 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.08ms 2020-03-18 16:55:24,366 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.63ms 2020-03-18 16:55:24,390 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.73ms 2020-03-18 16:55:24,413 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.74ms 2020-03-18 16:55:24,436 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.96ms 2020-03-18 16:55:25,491 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 141.16ms 2020-03-18 16:55:25,805 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.28ms 2020-03-18 16:55:25,817 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.04ms 2020-03-18 16:55:27,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.75ms 2020-03-18 16:55:27,396 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.74ms 2020-03-18 16:55:27,418 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.13ms 2020-03-18 16:55:27,442 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.69ms 2020-03-18 16:55:28,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.74ms 2020-03-18 16:55:28,840 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.57ms 2020-03-18 16:55:30,374 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.00ms 2020-03-18 16:55:30,401 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 18.40ms 2020-03-18 16:55:30,422 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 13.42ms 2020-03-18 16:55:30,434 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.23ms 2020-03-18 16:55:30,515 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 76.17ms 2020-03-18 16:55:31,816 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.94ms 2020-03-18 16:55:31,842 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.57ms 2020-03-18 16:55:33,364 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.57ms 2020-03-18 16:55:33,389 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.21ms 2020-03-18 16:55:33,413 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.85ms 2020-03-18 16:55:33,439 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 18.64ms 2020-03-18 16:55:34,812 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.00ms 2020-03-18 16:55:34,837 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.98ms 2020-03-18 16:55:35,494 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 142.30ms 2020-03-18 16:55:36,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.11ms 2020-03-18 16:55:36,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.70ms 2020-03-18 16:55:36,419 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 18.14ms 2020-03-18 16:55:36,441 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.87ms 2020-03-18 16:55:37,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.97ms 2020-03-18 16:55:37,842 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.42ms 2020-03-18 16:55:39,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.76ms 2020-03-18 16:55:39,393 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.75ms 2020-03-18 16:55:39,413 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 11.91ms 2020-03-18 16:55:39,425 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.88ms 2020-03-18 16:55:40,468 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 116.67ms 2020-03-18 16:55:40,803 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.29ms 2020-03-18 16:55:40,816 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.15ms 2020-03-18 16:55:42,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.73ms 2020-03-18 16:55:42,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.29ms 2020-03-18 16:55:42,419 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.38ms 2020-03-18 16:55:42,437 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 10.26ms 2020-03-18 16:55:43,811 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.81ms 2020-03-18 16:55:43,835 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.08ms 2020-03-18 16:55:45,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.36ms 2020-03-18 16:55:45,396 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.98ms 2020-03-18 16:55:45,422 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 18.16ms 2020-03-18 16:55:45,445 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.57ms 2020-03-18 16:55:45,526 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 75.77ms 2020-03-18 16:55:46,814 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.82ms 2020-03-18 16:55:46,839 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.91ms 2020-03-18 16:55:48,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.93ms 2020-03-18 16:55:48,397 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.25ms 2020-03-18 16:55:48,423 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 18.76ms 2020-03-18 16:55:48,446 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.66ms 2020-03-18 16:55:49,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.63ms 2020-03-18 16:55:49,841 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.11ms 2020-03-18 16:55:50,482 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 131.42ms 2020-03-18 16:55:51,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.02ms 2020-03-18 16:55:51,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.11ms 2020-03-18 16:55:51,417 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.01ms 2020-03-18 16:55:51,440 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.86ms 2020-03-18 16:55:52,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.26ms 2020-03-18 16:55:52,843 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.71ms 2020-03-18 16:55:54,372 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.30ms 2020-03-18 16:55:54,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.69ms 2020-03-18 16:55:54,414 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 11.34ms 2020-03-18 16:55:54,426 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.43ms 2020-03-18 16:55:55,473 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 123.17ms 2020-03-18 16:55:55,804 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.42ms 2020-03-18 16:55:55,818 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 10.06ms 2020-03-18 16:55:57,371 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.35ms 2020-03-18 16:55:57,395 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.31ms 2020-03-18 16:55:57,420 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.45ms 2020-03-18 16:55:57,442 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.94ms 2020-03-18 16:55:58,815 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.71ms 2020-03-18 16:55:58,842 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.35ms 2020-03-18 16:56:00,373 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.42ms 2020-03-18 16:56:00,397 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.21ms 2020-03-18 16:56:00,421 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.07ms 2020-03-18 16:56:00,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.93ms 2020-03-18 16:56:00,557 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 105.57ms 2020-03-18 16:56:01,812 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.91ms 2020-03-18 16:56:01,838 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.50ms 2020-03-18 16:56:03,370 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.73ms 2020-03-18 16:56:03,394 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.79ms 2020-03-18 16:56:03,420 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 18.16ms 2020-03-18 16:56:03,438 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 10.68ms 2020-03-18 16:56:04,811 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.95ms 2020-03-18 16:56:04,836 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.76ms 2020-03-18 16:56:05,483 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 132.68ms 2020-03-18 16:57:12,316 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.17ms 2020-03-18 16:57:18,255 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.90ms 2020-03-18 16:58:38,712 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.13ms 2020-03-18 16:58:40,164 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.00ms 2020-03-18 16:59:53,350 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.28ms 2020-03-18 17:00:03,331 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.38ms 2020-03-18 17:00:26,096 - octoprint.server.api.system - INFO - Performing command for core:shutdown: sudo shutdown -h now 2020-03-18 17:00:26,482 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 17:00:26,771 - octoprint.server - INFO - Shutting down... 2020-03-18 17:00:27,733 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 17:00:27,734 - octoprint.events - INFO - Event loop shut down 2020-03-18 17:00:27,844 - octoprint.server - INFO - Goodbye! 2020-03-18 17:00:36,153 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:00:36,155 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 17:00:36,156 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:00:36,881 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-03-18 17:00:36,964 - 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... 2020-03-18 17:00:38,611 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:00:38,841 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 17:00:38,937 - octoprint.server - INFO - Intermediary server started 2020-03-18 17:00:38,938 - 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... 2020-03-18 17:00:39,048 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:00:39,089 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 17:00:39,605 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 17:00:39,610 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 17:00:39,612 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:00:39,613 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:00:39,614 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 17:00:39,616 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 17:00:39,618 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 17:00:39,619 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 17:00:39,621 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:00:39,623 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:00:39,625 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 17:00:39,627 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 17:00:39,629 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 17:00:39,736 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 17:00:40,908 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:00:41,869 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 17:00:41,871 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:00:41,872 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:00:41,878 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-03-18 17:00:41,890 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 17:00:41,907 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 17:00:41,918 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 17:00:41,940 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 17:00:42,846 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 17:00:42,970 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 17:00:42,973 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 17:00:42,973 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-03-18 17:00:42,977 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 17:00:42,978 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2020-03-18 17:00:42,980 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 17:00:43,030 - octoprint.server - INFO - Trying to connect to configured serial port None 2020-03-18 17:00:43,078 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port" 2020-03-18 17:00:43,083 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 17:00:43,088 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 17:00:43,104 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 17:00:43,118 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 17:00:43,131 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port" 2020-03-18 17:00:43,144 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-18 17:00:43,154 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 17:00:43,240 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:00:44,274 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:00:44,475 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:00:44,477 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:00:44,545 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:00:44,759 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:00:45,840 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:00:45,854 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:00:48,219 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 17:00:48,331 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:00:48,334 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:00:48,366 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 17:00:49,441 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:00:49,441 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:00:49,468 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 17:00:49,604 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 17:00:51,224 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:00:51,226 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:00:52,092 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 17:00:52,623 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?3339d949 (::ffff:192.168.0.10) 136.95ms 2020-03-18 17:00:52,659 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?313d9a0c (::ffff:192.168.0.10) 3.25ms 2020-03-18 17:00:52,667 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?7ccee9aa (::ffff:192.168.0.10) 3.84ms 2020-03-18 17:00:52,675 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?3514a079 (::ffff:192.168.0.10) 3.09ms 2020-03-18 17:00:58,046 - octoprint.server.preemptive_cache - INFO - ... done in 8.44s 2020-03-18 17:00:58,047 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2020-03-18 17:00:59,132 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:00,241 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:00,644 - octoprint.server.preemptive_cache - INFO - ... done in 2.60s 2020-03-18 17:01:01,247 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:02,256 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:31,316 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:33,300 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:34,306 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:35,316 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:36,323 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:38,304 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:39,310 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:40,317 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:41,324 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:42,330 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:43,387 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:44,394 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:45,401 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:46,408 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:47,415 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:48,488 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:49,495 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:50,502 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:51,509 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:52,515 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:53,601 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:54,608 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:55,615 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:56,622 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:57,630 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:58,698 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:01:59,706 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:02:00,713 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:02:01,720 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:02:02,728 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:02:03,731 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Error: No more baudrates to test, and no suitable baudrate found." 2020-03-18 17:02:03,767 - 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.)" 2020-03-18 17:13:47,070 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:13:47,073 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:13:50,639 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 17:13:50,769 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:13:50,770 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:13:52,375 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 17:13:52,483 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:13:53,921 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:13:54,034 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 17:13:54,122 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 17:13:59,871 - octoprint.server.api.system - INFO - Performing command for core:reboot: sudo shutdown -r now 2020-03-18 17:14:00,268 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 17:14:00,486 - octoprint.server - INFO - Shutting down... 2020-03-18 17:14:00,888 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 17:14:00,890 - octoprint.events - INFO - Event loop shut down 2020-03-18 17:14:00,902 - octoprint.server - INFO - Goodbye! 2020-03-18 17:14:12,218 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:14:12,221 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 17:14:12,221 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:14:12,961 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-03-18 17:14:13,042 - 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... 2020-03-18 17:14:14,651 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:14:14,898 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 17:14:14,938 - octoprint.server - INFO - Intermediary server started 2020-03-18 17:14:14,939 - 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... 2020-03-18 17:14:15,047 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:14:15,080 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 17:14:15,603 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 17:14:15,608 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 17:14:15,609 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:14:15,611 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:14:15,611 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 17:14:15,612 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 17:14:15,614 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 17:14:15,615 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 17:14:15,616 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:14:15,619 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:14:15,622 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 17:14:15,624 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 17:14:15,625 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 17:14:15,735 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 17:14:16,895 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:14:17,837 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 17:14:17,839 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:14:17,840 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:14:17,846 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-03-18 17:14:17,858 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 17:14:17,875 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 17:14:17,887 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 17:14:17,908 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 17:14:18,825 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 17:14:19,039 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 17:14:19,042 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 17:14:19,042 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-03-18 17:14:19,046 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 17:14:19,046 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2020-03-18 17:14:19,050 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 17:14:19,101 - octoprint.server - INFO - Trying to connect to configured serial port None 2020-03-18 17:14:19,149 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port" 2020-03-18 17:14:19,155 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 17:14:19,158 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 17:14:19,174 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 17:14:19,187 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 17:14:19,206 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port" 2020-03-18 17:14:19,217 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-18 17:14:19,228 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 17:14:19,316 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:14:20,236 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:20,535 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:14:20,540 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:14:20,635 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:14:20,951 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 17:14:21,161 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:14:21,444 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:14:22,576 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 7} 2020-03-18 17:14:22,658 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:14:22,694 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 17:14:22,787 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:14:22,796 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:14:22,812 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 17:14:22,828 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 17:14:22,892 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'klipper:0.2.5'} 2020-03-18 17:14:23,160 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, u'octopi_version': u'0.17.0', 'version': u'1.4.0', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 17:14:31,482 - octoprint.server.preemptive_cache - INFO - ... done in 8.67s 2020-03-18 17:14:31,483 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2020-03-18 17:14:34,177 - octoprint.server.preemptive_cache - INFO - ... done in 2.69s 2020-03-18 17:14:35,313 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:36,328 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:37,333 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:38,349 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:49,276 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:51,229 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:52,234 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:53,250 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:54,257 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:55,264 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:56,317 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:57,333 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:58,343 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:14:59,366 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:00,384 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:01,427 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:02,444 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:03,459 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:04,477 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:05,478 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:06,543 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:07,548 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:08,564 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:09,569 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:10,578 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:11,595 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:12,609 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:13,616 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:14,631 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:15,630 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:16,645 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:17,649 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:18,660 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:15:19,598 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Offline" 2020-03-18 17:15:22,605 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 62.05ms 2020-03-18 17:15:30,219 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 61.69ms 2020-03-18 17:15:38,838 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 60.37ms 2020-03-18 17:15:58,967 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 57.14ms 2020-03-18 17:16:09,340 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 60.76ms 2020-03-18 17:16:34,834 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 56.62ms 2020-03-18 17:16:48,155 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 60.30ms 2020-03-18 17:17:07,928 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.36ms 2020-03-18 17:18:29,052 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.36ms 2020-03-18 17:18:37,130 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.96ms 2020-03-18 17:18:54,988 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.01ms 2020-03-18 17:18:59,229 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.05ms 2020-03-18 17:20:36,406 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.06ms 2020-03-18 17:20:49,772 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 60.22ms 2020-03-18 17:22:16,100 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.86ms 2020-03-18 17:23:10,524 - octoprint.server.api.system - INFO - Performing command for core:reboot: sudo shutdown -r now 2020-03-18 17:23:10,999 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 17:23:11,276 - octoprint.server - INFO - Shutting down... 2020-03-18 17:23:11,770 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 17:23:11,772 - octoprint.events - INFO - Event loop shut down 2020-03-18 17:23:11,783 - octoprint.server - INFO - Goodbye! 2020-03-18 17:23:25,061 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:23:25,064 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 17:23:25,064 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:23:25,757 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-03-18 17:23:25,841 - 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... 2020-03-18 17:23:27,435 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:23:27,654 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 17:23:27,694 - octoprint.server - INFO - Intermediary server started 2020-03-18 17:23:27,695 - 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... 2020-03-18 17:23:27,802 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:23:27,837 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 17:23:28,322 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 17:23:28,326 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 17:23:28,328 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:23:28,329 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:23:28,330 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 17:23:28,330 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 17:23:28,331 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 17:23:28,332 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 17:23:28,332 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:23:28,333 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:23:28,335 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 17:23:28,339 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 17:23:28,341 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 17:23:28,410 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 17:23:29,671 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:23:30,635 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 17:23:30,637 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:23:30,638 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:23:30,643 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-03-18 17:23:30,655 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 17:23:30,672 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 17:23:30,682 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 17:23:30,702 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 17:23:31,544 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 17:23:31,733 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 17:23:31,736 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 17:23:31,737 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-03-18 17:23:31,740 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 17:23:31,743 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 17:23:31,747 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 17:23:31,749 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 17:23:31,762 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 17:23:31,774 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 17:23:31,799 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 17:23:31,891 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:23:32,982 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:23:33,010 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:23:33,091 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:23:33,450 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:23:34,060 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 17:23:34,160 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:23:34,164 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:23:34,197 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 17:23:34,602 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:23:34,655 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:23:38,090 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:23:38,090 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:23:38,129 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 17:23:38,273 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 17:23:38,855 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:23:38,857 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:23:39,772 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.css?ec88168c (::ffff:192.168.0.10) 151.93ms 2020-03-18 17:23:39,780 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.css?b577b523 (::ffff:192.168.0.10) 3.59ms 2020-03-18 17:23:39,791 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.css?6745d981 (::ffff:192.168.0.10) 7.18ms 2020-03-18 17:23:39,794 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 17:23:39,838 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?3339d949 (::ffff:192.168.0.10) 3.45ms 2020-03-18 17:23:39,848 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?313d9a0c (::ffff:192.168.0.10) 5.67ms 2020-03-18 17:23:39,855 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?7ccee9aa (::ffff:192.168.0.10) 2.82ms 2020-03-18 17:23:39,870 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?3514a079 (::ffff:192.168.0.10) 3.91ms 2020-03-18 17:23:40,265 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?3339d949 (::ffff:192.168.0.10) 44.31ms 2020-03-18 17:23:40,282 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?313d9a0c (::ffff:192.168.0.10) 5.39ms 2020-03-18 17:23:40,336 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?7ccee9aa (::ffff:192.168.0.10) 38.44ms 2020-03-18 17:23:40,354 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?3514a079 (::ffff:192.168.0.10) 3.85ms 2020-03-18 17:23:47,147 - octoprint.server.preemptive_cache - INFO - ... done in 8.87s 2020-03-18 17:23:47,147 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2020-03-18 17:23:47,428 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:23:47,452 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:23:49,287 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 17:23:49,551 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:23:49,581 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:23:50,296 - octoprint.server.preemptive_cache - INFO - ... done in 3.15s 2020-03-18 17:23:51,543 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 17:23:51,736 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:23:53,064 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:23:53,116 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 17:23:53,203 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 17:23:59,795 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.24ms 2020-03-18 17:23:59,822 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.88ms 2020-03-18 17:23:59,848 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.59ms 2020-03-18 17:23:59,941 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 84.78ms 2020-03-18 17:23:59,953 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 7.95ms 2020-03-18 17:23:59,965 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.34ms 2020-03-18 17:23:59,976 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 7.55ms 2020-03-18 17:24:00,117 - tornado.access - WARNING - 403 GET /sockjs/websocket (::ffff:192.168.0.15) 1.67ms 2020-03-18 17:24:00,887 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.49ms 2020-03-18 17:24:00,915 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.80ms 2020-03-18 17:24:02,461 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.93ms 2020-03-18 17:24:02,485 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.51ms 2020-03-18 17:24:02,508 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.02ms 2020-03-18 17:24:02,531 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.66ms 2020-03-18 17:24:02,640 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 101.00ms 2020-03-18 17:24:03,898 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.50ms 2020-03-18 17:24:03,923 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.86ms 2020-03-18 17:24:04,591 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 57.96ms 2020-03-18 17:24:05,446 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.12ms 2020-03-18 17:24:05,472 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.86ms 2020-03-18 17:24:05,495 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.33ms 2020-03-18 17:24:05,518 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.12ms 2020-03-18 17:24:06,893 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.74ms 2020-03-18 17:24:06,919 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.24ms 2020-03-18 17:24:07,505 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 78.26ms 2020-03-18 17:24:08,453 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.45ms 2020-03-18 17:24:08,478 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.52ms 2020-03-18 17:24:08,503 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.39ms 2020-03-18 17:24:08,527 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.76ms 2020-03-18 17:24:09,897 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.38ms 2020-03-18 17:24:09,934 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 29.06ms 2020-03-18 17:24:11,453 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.46ms 2020-03-18 17:24:11,477 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.73ms 2020-03-18 17:24:11,501 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.79ms 2020-03-18 17:24:11,527 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.37ms 2020-03-18 17:24:12,582 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 151.33ms 2020-03-18 17:24:12,887 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.00ms 2020-03-18 17:24:12,900 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.75ms 2020-03-18 17:24:14,454 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.15ms 2020-03-18 17:24:14,478 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.48ms 2020-03-18 17:24:14,504 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 18.96ms 2020-03-18 17:24:14,530 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.26ms 2020-03-18 17:24:15,895 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.12ms 2020-03-18 17:24:15,924 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.21ms 2020-03-18 17:24:16,045 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 59.94ms 2020-03-18 17:24:17,455 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.38ms 2020-03-18 17:24:17,480 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.82ms 2020-03-18 17:24:17,506 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 18.06ms 2020-03-18 17:24:17,522 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.75ms 2020-03-18 17:24:17,603 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 77.34ms 2020-03-18 17:24:18,897 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.44ms 2020-03-18 17:24:18,925 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.12ms 2020-03-18 17:24:20,452 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.26ms 2020-03-18 17:24:20,477 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.38ms 2020-03-18 17:24:20,504 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 18.62ms 2020-03-18 17:24:20,528 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.83ms 2020-03-18 17:24:21,898 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.30ms 2020-03-18 17:24:21,924 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.21ms 2020-03-18 17:24:22,539 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 75.53ms 2020-03-18 17:24:23,456 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.57ms 2020-03-18 17:24:23,481 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.62ms 2020-03-18 17:24:23,508 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 19.53ms 2020-03-18 17:24:23,532 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.60ms 2020-03-18 17:24:24,897 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.38ms 2020-03-18 17:24:24,925 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.26ms 2020-03-18 17:24:26,452 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.25ms 2020-03-18 17:24:26,476 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.53ms 2020-03-18 17:24:26,504 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 19.59ms 2020-03-18 17:24:26,519 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.38ms 2020-03-18 17:24:27,567 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 133.65ms 2020-03-18 17:24:27,887 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.59ms 2020-03-18 17:24:27,900 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.41ms 2020-03-18 17:24:29,454 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.20ms 2020-03-18 17:24:29,479 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.13ms 2020-03-18 17:24:29,502 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.45ms 2020-03-18 17:24:29,528 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.61ms 2020-03-18 17:24:30,898 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.24ms 2020-03-18 17:24:30,926 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.10ms 2020-03-18 17:24:32,456 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.46ms 2020-03-18 17:24:32,480 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.05ms 2020-03-18 17:24:32,504 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.59ms 2020-03-18 17:24:32,517 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.25ms 2020-03-18 17:24:32,602 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 81.62ms 2020-03-18 17:24:33,899 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.24ms 2020-03-18 17:24:33,925 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.78ms 2020-03-18 17:24:35,454 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.44ms 2020-03-18 17:24:35,478 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.43ms 2020-03-18 17:24:35,505 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 18.12ms 2020-03-18 17:24:35,528 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.49ms 2020-03-18 17:24:36,898 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.54ms 2020-03-18 17:24:36,924 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 18.58ms 2020-03-18 17:24:37,585 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 154.05ms 2020-03-18 17:24:38,454 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.52ms 2020-03-18 17:24:38,479 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.81ms 2020-03-18 17:24:38,504 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.31ms 2020-03-18 17:24:38,528 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.43ms 2020-03-18 17:24:39,899 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.57ms 2020-03-18 17:24:39,928 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 21.58ms 2020-03-18 17:24:41,455 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 17.76ms 2020-03-18 17:24:41,479 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.45ms 2020-03-18 17:24:41,500 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 12.94ms 2020-03-18 17:24:41,513 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 8.04ms 2020-03-18 17:24:52,101 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 9668.50ms 2020-03-18 17:24:52,431 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.51ms 2020-03-18 17:24:52,443 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.31ms 2020-03-18 17:24:54,000 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.81ms 2020-03-18 17:24:54,025 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.73ms 2020-03-18 17:24:54,051 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.17ms 2020-03-18 17:24:54,067 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 8.47ms 2020-03-18 17:24:55,445 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.63ms 2020-03-18 17:24:55,470 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.26ms 2020-03-18 17:24:57,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.65ms 2020-03-18 17:24:57,025 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.54ms 2020-03-18 17:24:57,051 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 18.37ms 2020-03-18 17:24:57,074 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.49ms 2020-03-18 17:24:57,155 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 76.69ms 2020-03-18 17:24:58,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.14ms 2020-03-18 17:24:58,469 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.74ms 2020-03-18 17:25:00,000 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.81ms 2020-03-18 17:25:00,025 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.11ms 2020-03-18 17:25:00,049 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.62ms 2020-03-18 17:25:00,075 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.90ms 2020-03-18 17:25:01,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.51ms 2020-03-18 17:25:01,469 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.08ms 2020-03-18 17:25:02,055 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 77.58ms 2020-03-18 17:25:02,997 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.33ms 2020-03-18 17:25:03,020 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.18ms 2020-03-18 17:25:03,042 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 12.84ms 2020-03-18 17:25:03,053 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 7.79ms 2020-03-18 17:25:04,445 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 16.22ms 2020-03-18 17:25:04,472 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.20ms 2020-03-18 17:25:06,002 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.56ms 2020-03-18 17:25:06,027 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.26ms 2020-03-18 17:25:06,050 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.40ms 2020-03-18 17:25:06,073 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.74ms 2020-03-18 17:25:07,123 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 143.46ms 2020-03-18 17:25:07,434 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.54ms 2020-03-18 17:25:07,447 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.92ms 2020-03-18 17:25:09,000 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.02ms 2020-03-18 17:25:09,023 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.95ms 2020-03-18 17:25:09,055 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 23.38ms 2020-03-18 17:25:09,078 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.00ms 2020-03-18 17:25:10,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.87ms 2020-03-18 17:25:10,469 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.59ms 2020-03-18 17:25:11,999 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.18ms 2020-03-18 17:25:12,022 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.20ms 2020-03-18 17:25:12,044 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 13.71ms 2020-03-18 17:25:12,057 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.27ms 2020-03-18 17:25:12,135 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 74.44ms 2020-03-18 17:25:13,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.24ms 2020-03-18 17:25:13,469 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.15ms 2020-03-18 17:25:15,003 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 18.36ms 2020-03-18 17:25:15,028 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.46ms 2020-03-18 17:25:15,051 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.32ms 2020-03-18 17:25:15,065 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.48ms 2020-03-18 17:25:16,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.00ms 2020-03-18 17:25:16,469 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.39ms 2020-03-18 17:25:17,106 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 126.14ms 2020-03-18 17:25:18,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.77ms 2020-03-18 17:25:18,025 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.26ms 2020-03-18 17:25:18,049 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.91ms 2020-03-18 17:25:18,074 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.38ms 2020-03-18 17:25:19,445 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.53ms 2020-03-18 17:25:19,471 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.82ms 2020-03-18 17:25:21,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.89ms 2020-03-18 17:25:21,024 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.11ms 2020-03-18 17:25:21,049 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.06ms 2020-03-18 17:25:21,061 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.66ms 2020-03-18 17:25:22,098 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 117.91ms 2020-03-18 17:25:22,431 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.70ms 2020-03-18 17:25:22,444 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.54ms 2020-03-18 17:25:24,002 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.85ms 2020-03-18 17:25:24,026 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.31ms 2020-03-18 17:25:24,049 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.51ms 2020-03-18 17:25:24,071 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 13.27ms 2020-03-18 17:25:25,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.07ms 2020-03-18 17:25:25,472 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.15ms 2020-03-18 17:25:27,002 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.68ms 2020-03-18 17:25:27,025 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.47ms 2020-03-18 17:25:27,049 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.38ms 2020-03-18 17:25:27,072 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.06ms 2020-03-18 17:25:27,157 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 77.59ms 2020-03-18 17:25:28,445 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.89ms 2020-03-18 17:25:28,469 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 16.97ms 2020-03-18 17:25:30,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.44ms 2020-03-18 17:25:30,025 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.56ms 2020-03-18 17:25:30,051 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.86ms 2020-03-18 17:25:30,074 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.48ms 2020-03-18 17:25:31,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.35ms 2020-03-18 17:25:31,469 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.19ms 2020-03-18 17:25:32,129 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 149.53ms 2020-03-18 17:25:33,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.95ms 2020-03-18 17:25:33,024 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.90ms 2020-03-18 17:25:33,048 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.70ms 2020-03-18 17:25:33,071 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.63ms 2020-03-18 17:25:34,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.68ms 2020-03-18 17:25:34,471 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.36ms 2020-03-18 17:25:36,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.40ms 2020-03-18 17:25:36,024 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.29ms 2020-03-18 17:25:36,047 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.25ms 2020-03-18 17:25:36,058 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.60ms 2020-03-18 17:25:37,053 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 75.63ms 2020-03-18 17:25:37,434 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.27ms 2020-03-18 17:25:37,446 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.09ms 2020-03-18 17:25:38,999 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.64ms 2020-03-18 17:25:39,025 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 17.61ms 2020-03-18 17:25:39,048 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.98ms 2020-03-18 17:25:39,068 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 11.47ms 2020-03-18 17:25:40,445 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.81ms 2020-03-18 17:25:40,470 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.61ms 2020-03-18 17:25:42,000 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.85ms 2020-03-18 17:25:42,026 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 18.76ms 2020-03-18 17:25:42,049 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 14.98ms 2020-03-18 17:25:42,073 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.64ms 2020-03-18 17:25:42,168 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 87.80ms 2020-03-18 17:25:43,138 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 58.86ms 2020-03-18 17:25:43,440 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.05ms 2020-03-18 17:25:43,465 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.28ms 2020-03-18 17:25:45,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.13ms 2020-03-18 17:25:45,024 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.05ms 2020-03-18 17:25:45,049 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 17.18ms 2020-03-18 17:25:45,074 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.42ms 2020-03-18 17:25:46,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.79ms 2020-03-18 17:25:46,470 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.90ms 2020-03-18 17:25:47,053 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 75.24ms 2020-03-18 17:25:48,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.65ms 2020-03-18 17:25:48,024 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.85ms 2020-03-18 17:25:48,048 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 14.95ms 2020-03-18 17:25:48,071 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.36ms 2020-03-18 17:25:49,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.37ms 2020-03-18 17:25:49,472 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 19.99ms 2020-03-18 17:25:50,997 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.27ms 2020-03-18 17:25:51,021 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.36ms 2020-03-18 17:25:51,042 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 13.51ms 2020-03-18 17:25:51,054 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.31ms 2020-03-18 17:25:52,105 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 125.27ms 2020-03-18 17:25:52,434 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.52ms 2020-03-18 17:25:52,446 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.29ms 2020-03-18 17:25:54,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.15ms 2020-03-18 17:25:54,024 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.25ms 2020-03-18 17:25:54,050 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.83ms 2020-03-18 17:25:54,073 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.35ms 2020-03-18 17:25:55,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.28ms 2020-03-18 17:25:55,470 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.30ms 2020-03-18 17:25:57,003 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.52ms 2020-03-18 17:25:57,028 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.77ms 2020-03-18 17:25:57,054 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 18.20ms 2020-03-18 17:25:57,077 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.07ms 2020-03-18 17:25:57,165 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 80.21ms 2020-03-18 17:25:58,445 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.76ms 2020-03-18 17:25:58,471 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.62ms 2020-03-18 17:26:00,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.04ms 2020-03-18 17:26:00,025 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.57ms 2020-03-18 17:26:00,056 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 23.19ms 2020-03-18 17:26:00,080 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.19ms 2020-03-18 17:26:01,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.77ms 2020-03-18 17:26:01,470 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.87ms 2020-03-18 17:26:02,097 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 117.51ms 2020-03-18 17:26:03,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.09ms 2020-03-18 17:26:03,025 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.65ms 2020-03-18 17:26:03,047 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.74ms 2020-03-18 17:26:03,065 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 10.14ms 2020-03-18 17:26:04,444 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.76ms 2020-03-18 17:26:04,472 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 20.28ms 2020-03-18 17:26:06,000 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 15.68ms 2020-03-18 17:26:06,024 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 16.48ms 2020-03-18 17:26:06,047 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 14.82ms 2020-03-18 17:26:06,071 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 16.16ms 2020-03-18 17:26:07,135 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 155.65ms 2020-03-18 17:26:07,434 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.60ms 2020-03-18 17:26:07,446 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 8.12ms 2020-03-18 17:26:09,001 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 16.35ms 2020-03-18 17:26:09,025 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 15.97ms 2020-03-18 17:26:09,050 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 17.27ms 2020-03-18 17:26:09,073 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 15.73ms 2020-03-18 17:26:10,441 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 15.60ms 2020-03-18 17:26:10,465 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 17.01ms 2020-03-18 17:26:46,026 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 57.46ms 2020-03-18 17:28:38,098 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 57.68ms 2020-03-18 17:29:02,932 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 57.23ms 2020-03-18 17:30:30,073 - tornado.access - WARNING - 400 POST /api/connection (::ffff:192.168.0.10) 54.52ms 2020-03-18 17:36:54,198 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 159.30ms 2020-03-18 17:36:54,226 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.84ms 2020-03-18 17:36:54,242 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 10.30ms 2020-03-18 17:36:54,256 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 9.58ms 2020-03-18 17:36:54,263 - tornado.access - WARNING - 403 GET /sockjs/websocket (::ffff:192.168.0.15) 2.52ms 2020-03-18 17:36:54,278 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 10.61ms 2020-03-18 17:36:54,292 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 9.52ms 2020-03-18 17:36:54,307 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 9.69ms 2020-03-18 17:36:54,321 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 10.09ms 2020-03-18 17:36:54,337 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 10.86ms 2020-03-18 17:36:54,350 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 9.07ms 2020-03-18 17:36:54,362 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 7.98ms 2020-03-18 17:36:54,374 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.59ms 2020-03-18 17:36:54,386 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 7.56ms 2020-03-18 17:36:55,405 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.91ms 2020-03-18 17:36:55,420 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.87ms 2020-03-18 17:36:55,510 - tornado.access - WARNING - 403 GET /api/settings (::ffff:192.168.0.15) 85.86ms 2020-03-18 17:36:56,246 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 7.91ms 2020-03-18 17:36:56,258 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.73ms 2020-03-18 17:36:56,269 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 7.45ms 2020-03-18 17:36:56,281 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 8.01ms 2020-03-18 17:36:57,686 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 7.26ms 2020-03-18 17:36:57,700 - tornado.access - WARNING - 403 GET /api/printerprofiles/peterwedlake (::ffff:192.168.0.15) 9.88ms 2020-03-18 17:36:59,245 - tornado.access - WARNING - 403 GET /api/printer/tool?history=true&limit=20 (::ffff:192.168.0.15) 7.75ms 2020-03-18 17:36:59,257 - tornado.access - WARNING - 403 GET /api/printer/bed (::ffff:192.168.0.15) 7.51ms 2020-03-18 17:36:59,269 - tornado.access - WARNING - 403 GET /api/job (::ffff:192.168.0.15) 8.26ms 2020-03-18 17:36:59,281 - tornado.access - WARNING - 403 GET /api/connection (::ffff:192.168.0.15) 8.18ms 2020-03-18 17:38:28,155 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-18 17:38:40,111 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 901} 2020-03-18 17:46:53,708 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 17:46:53,717 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-18 17:46:54,737 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:46:54,771 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Printer is not ready | Last lines in terminal: | Connecting to: /tmp/printer | Changing monitoring state from "Offline" to "Opening serial port" | Connected to: Serial(port='/tmp/printer', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor | Starting baud rate detection... | Changing monitoring state from "Opening serial port" to "Detecting baudrate" | Trying baudrate: 115200 | Send: N0 M110 N0*125 | Recv: // Printer is not ready | Recv: // The klippy host software is attempting to connect. Please | Recv: // retry in a few moments. | Recv: !! Printer is not ready 2020-03-18 17:46:54,775 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Error: Printer is not ready" 2020-03-18 17:46:54,782 - octoprint.util.comm - INFO - Force-sending M112 to the printer 2020-03-18 17:46:54,838 - octoprint.util.comm - INFO - Changing monitoring state from "Error: Printer is not ready" to "Offline (Error: Printer is not ready)" 2020-03-18 17:46:55,135 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_firmware, payload: {'commerror_text': u'Printer is not ready'} 2020-03-18 17:47:10,084 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 17:47:10,097 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-18 17:47:11,124 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:47:11,156 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational" 2020-03-18 17:47:11,181 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 17:47:11,206 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Shutdown due to M112 command | Last lines in terminal: | Connecting to: /tmp/printer | Changing monitoring state from "Offline" to "Opening serial port" | Connected to: Serial(port='/tmp/printer', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor | Starting baud rate detection... | Changing monitoring state from "Opening serial port" to "Detecting baudrate" | Trying baudrate: 115200 | Send: N0 M110 N0*125 | Recv: // Shutdown due to M112 command | Recv: // Once the underlying issue is corrected, use the | Recv: // "FIRMWARE_RESTART" command to reset the firmware, reload the | Recv: // config, and restart the host software. | Changing monitoring state from "Detecting baudrate" to "Operational" | Recv: // Printer is shutdown | Recv: !! Shutdown due to M112 command | Send: N0 M110 N0*125 2020-03-18 17:47:11,214 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Error: Shutdown due to M112 command" 2020-03-18 17:47:11,232 - octoprint.util.comm - INFO - Force-sending M112 to the printer 2020-03-18 17:47:11,295 - octoprint.util.comm - INFO - Changing monitoring state from "Error: Shutdown due to M112 command" to "Offline (Error: Shutdown due to M112 command)" 2020-03-18 17:47:11,618 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_firmware, payload: {'commerror_text': u'Shutdown due to M112 command'} 2020-03-18 17:47:30,620 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 17:47:30,629 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 17:48:00,699 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 17:48:01,778 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 17:48:01,786 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 17:48:07,016 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 17:48:10,949 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 17:48:10,953 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 17:48:41,016 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 17:48:45,418 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart 2020-03-18 17:48:45,691 - octoprint.server - INFO - Shutting down... 2020-03-18 17:48:46,637 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 17:48:46,644 - octoprint.events - INFO - Event loop shut down 2020-03-18 17:48:46,670 - octoprint.server - INFO - Goodbye! 2020-03-18 17:48:49,677 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:48:49,680 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 17:48:49,681 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:48:50,332 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 17:48:50,870 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2020-03-18 17:48:50,918 - 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... 2020-03-18 17:48:52,520 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:48:52,738 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 17:48:52,774 - octoprint.server - INFO - Intermediary server started 2020-03-18 17:48:52,775 - 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... 2020-03-18 17:48:52,883 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:48:52,914 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 17:48:53,410 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 17:48:53,415 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 17:48:53,416 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:48:53,417 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:48:53,418 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 17:48:53,420 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 17:48:53,421 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 17:48:53,423 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 17:48:53,425 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:48:53,426 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:48:53,426 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 17:48:53,427 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 17:48:53,429 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 17:48:53,500 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 17:48:54,647 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:48:55,656 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 17:48:55,658 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:48:55,659 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:48:55,664 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-03-18 17:48:55,677 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 17:48:55,692 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 17:48:55,702 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 17:48:55,722 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 17:48:56,599 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 17:48:57,081 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 17:48:57,086 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 17:48:57,088 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2020-03-18 17:48:57,096 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 17:48:57,119 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 17:48:57,120 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 17:48:57,139 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 17:48:57,173 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:48:57,207 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 17:48:57,259 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 17:48:57,308 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2020-03-18 17:48:57,930 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 17:48:58,797 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:48:59,094 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:48:59,934 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:49:00,016 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:49:00,017 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:49:00,359 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 17:49:00,412 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:49:00,477 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:49:00,545 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:49:00,577 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 17:49:00,595 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2020-03-18 17:49:00,791 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 8} 2020-03-18 17:49:01,085 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'klipper:0.2.5'} 2020-03-18 17:49:01,321 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, u'octopi_version': u'0.17.0', 'version': u'1.4.0', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 17:49:02,908 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 17:49:02,909 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 17:49:04,674 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 17:49:04,946 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?3339d949 (::ffff:192.168.0.10) 52.60ms 2020-03-18 17:49:04,960 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?313d9a0c (::ffff:192.168.0.10) 9.70ms 2020-03-18 17:49:04,969 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?7ccee9aa (::ffff:192.168.0.10) 3.39ms 2020-03-18 17:49:04,982 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?3514a079 (::ffff:192.168.0.10) 8.29ms 2020-03-18 17:49:09,529 - octoprint.server.preemptive_cache - INFO - ... done in 8.93s 2020-03-18 17:49:09,531 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 17:49:12,239 - octoprint.server.preemptive_cache - INFO - ... done in 2.71s 2020-03-18 17:44:52,938 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:44:52,940 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 17:44:52,941 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 17:44:53,737 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-03-18 17:44:53,819 - 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... 2020-03-18 17:44:55,499 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:44:55,727 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 17:44:55,768 - octoprint.server - INFO - Intermediary server started 2020-03-18 17:44:55,769 - 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... 2020-03-18 17:44:55,887 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 17:44:55,921 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 17:44:56,434 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 17:44:56,439 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 17:44:56,440 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:44:56,442 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 17:44:56,444 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 17:44:56,445 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 17:44:56,447 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 17:44:56,448 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 17:44:56,450 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:44:56,451 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 17:44:56,453 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 17:44:56,455 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 17:44:56,456 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 17:44:56,529 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 17:44:57,687 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:44:58,663 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 17:44:58,665 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:44:58,666 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:44:58,672 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-03-18 17:44:58,684 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 17:44:58,700 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 17:44:58,710 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 17:44:58,728 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 17:44:59,648 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 17:44:59,837 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 17:44:59,840 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 17:44:59,841 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-03-18 17:44:59,844 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 17:44:59,847 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 17:44:59,849 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 17:44:59,852 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 17:44:59,868 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 17:44:59,881 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 17:44:59,907 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 17:45:00,006 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:45:01,036 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 17:45:01,037 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 17:45:01,039 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 17:45:01,182 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 17:45:01,365 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 17:45:02,203 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 6} 2020-03-18 17:45:02,742 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:45:03,083 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, u'octopi_version': u'0.17.0', 'version': u'1.4.0', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 17:45:03,331 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 17:45:03,334 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2020-03-18 17:45:03,578 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'klipper:0.2.5'} 2020-03-18 17:45:11,862 - octoprint.server.preemptive_cache - INFO - ... done in 8.53s 2020-03-18 17:45:11,863 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 17:45:14,505 - octoprint.server.preemptive_cache - INFO - ... done in 2.64s 2020-03-18 18:01:33,555 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-18 18:01:33,894 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 23} 2020-03-18 18:01:57,196 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 18:01:57,201 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 18:01:58,406 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 18:01:58,508 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 18:01:58,509 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 18:02:00,254 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 18:02:02,866 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:02:02,877 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-18 18:02:03,897 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 18:02:03,906 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational" 2020-03-18 18:02:03,913 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 18:02:03,935 - octoprint.util.comm - INFO - Printer reports firmware name "Klipper" 2020-03-18 18:02:03,958 - octoprint.util.comm - INFO - Detected Klipper firmware, enabling relevant features for issue free communication 2020-03-18 18:02:04,236 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 0, u'printer_port': u'/tmp/printer', 'firmware_name': u'Klipper'} 2020-03-18 18:02:45,919 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/jneilliii/OctoPrint-BLTouch/archive/master.zip 2020-03-18 18:02:55,053 - 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... 2020-03-18 18:02:55,174 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 16 mixin implementations, 29 hook handlers 2020-03-18 18:02:55,178 - octoprint.plugin.core - INFO - 17 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | !BLTouch Plugin (0.3.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_BLTouch | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 18:02:55,180 - octoprint.plugins.pluginmanager - INFO - The plugin was installed successfully: BLTouch Plugin, version 0.3.3 2020-03-18 18:02:55,507 - octoprint.plugins.tracking - INFO - Sent tracking event install_plugin, payload: {'plugin_version': '0.3.3', 'plugin': 'BLTouch'} 2020-03-18 18:03:04,160 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart 2020-03-18 18:03:04,412 - octoprint.server - INFO - Shutting down... 2020-03-18 18:03:04,754 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 18:03:04,759 - octoprint.events - INFO - Event loop shut down 2020-03-18 18:03:04,774 - octoprint.server - INFO - Goodbye! 2020-03-18 18:03:06,934 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 18:03:06,936 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 18:03:06,938 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 18:03:07,467 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 18:03:07,472 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2020-03-18 18:03:07,516 - 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... 2020-03-18 18:03:08,681 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 30 hook handlers 2020-03-18 18:03:08,883 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 18:03:08,907 - octoprint.server - INFO - Intermediary server started 2020-03-18 18:03:08,907 - 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... 2020-03-18 18:03:09,019 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 30 hook handlers 2020-03-18 18:03:09,052 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 18:03:09,553 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 18:03:09,558 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 18:03:09,559 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 18:03:09,561 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 18:03:09,563 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 18:03:09,563 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 18:03:09,565 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 18:03:09,567 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 18:03:09,568 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 18:03:09,570 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 18:03:09,572 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 18:03:09,573 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 18:03:09,575 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 18:03:09,643 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 18:03:10,611 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 18:03:11,639 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 18:03:11,641 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 18:03:11,642 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 18:03:11,648 - octoprint.plugin.core - INFO - Initialized 17 plugin implementation(s) 2020-03-18 18:03:11,660 - octoprint.plugin.core - INFO - 17 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | BLTouch Plugin (0.3.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_BLTouch | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 18:03:11,676 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 18:03:11,687 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 18:03:11,707 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 18:03:12,559 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 18:03:12,561 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 18:03:12,564 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 18:03:12,566 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2020-03-18 18:03:12,570 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 18:03:12,578 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 18:03:12,581 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 18:03:12,604 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 18:03:12,609 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 18:03:12,733 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 18:03:12,766 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 18:03:12,985 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2020-03-18 18:03:13,613 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 18:03:14,256 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 18:03:14,454 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 18:03:15,033 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 18:03:15,606 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 18:03:15,609 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 18:03:15,645 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 18:03:15,646 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 18:03:15,947 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 18:03:15,970 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 18:03:15,975 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 18:03:16,006 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 18:03:18,225 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 18:03:18,227 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 18:03:19,068 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 18:03:19,069 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 18:03:19,110 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-03-18 18:03:19,272 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2020-03-18 18:03:19,659 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 10} 2020-03-18 18:03:20,433 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, u'octopi_version': u'0.17.0', 'version': u'1.4.0', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 18:03:20,900 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'bltouch:0.3.3,klipper:0.2.5'} 2020-03-18 18:03:32,722 - octoprint.server.preemptive_cache - INFO - ... done in 13.45s 2020-03-18 18:03:32,724 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 18:03:32,754 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 18:03:33,788 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 18:03:33,961 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 18:03:33,963 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 18:03:36,828 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 18:03:36,859 - octoprint.server.preemptive_cache - INFO - ... done in 4.14s 2020-03-18 18:03:42,297 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:03:42,308 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-18 18:03:43,331 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 18:03:43,345 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational" 2020-03-18 18:03:43,379 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 18:03:43,426 - octoprint.util.comm - INFO - Printer reports firmware name "Klipper" 2020-03-18 18:03:43,450 - octoprint.util.comm - INFO - Detected Klipper firmware, enabling relevant features for issue free communication 2020-03-18 18:03:43,761 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 0, u'printer_port': u'/tmp/printer', 'firmware_name': u'Klipper'} 2020-03-18 18:04:23,982 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: CCR10S_FF01-17_76t_spur_48.gcode, owner: Weds, user: Weds 2020-03-18 18:11:43,757 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2020-03-18 18:11:43,775 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: CCR10S_FF01-17_76t_spur_48.gcode, owner: Weds, user: Weds 2020-03-18 18:11:43,829 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-18 18:11:43,855 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2020-03-18 18:11:44,134 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': u'local', 'file': '0b981db4a1dc60e740153ffb67768526405ed4eb'} 2020-03-18 18:11:51,361 - octoprint.util.comm - INFO - Force-sending M112 to the printer 2020-03-18 18:11:51,401 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Offline (Error: Closing serial port due to emergency stop M112.)" 2020-03-18 18:11:51,815 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': u'local', u'reason': u'error', u'commerror_text': u'Closing serial port due to emergency stop M112.', 'file': '0b981db4a1dc60e740153ffb67768526405ed4eb', u'elapsed': 7} 2020-03-18 18:12:00,033 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:12:00,044 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:12:30,110 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:12:46,209 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:12:46,215 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:13:16,267 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:13:40,473 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:13:40,479 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:14:10,538 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:14:22,095 - octoprint.server.api.system - INFO - Performing command for core:reboot: sudo shutdown -r now 2020-03-18 18:14:22,383 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 18:14:22,688 - octoprint.server - INFO - Shutting down... 2020-03-18 18:14:23,229 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 18:14:23,231 - octoprint.events - INFO - Event loop shut down 2020-03-18 18:14:23,764 - octoprint.server - INFO - Goodbye! 2020-03-18 18:14:32,543 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 18:14:32,545 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 18:14:32,546 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 18:14:33,304 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-03-18 18:14:33,385 - 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... 2020-03-18 18:14:35,130 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 30 hook handlers 2020-03-18 18:14:35,356 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 18:14:35,396 - octoprint.server - INFO - Intermediary server started 2020-03-18 18:14:35,397 - 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... 2020-03-18 18:14:35,509 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 30 hook handlers 2020-03-18 18:14:35,541 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 18:14:36,056 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 18:14:36,063 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 18:14:36,065 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 18:14:36,066 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 18:14:36,067 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 18:14:36,069 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 18:14:36,071 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 18:14:36,072 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 18:14:36,074 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 18:14:36,076 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 18:14:36,077 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 18:14:36,079 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 18:14:36,080 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 18:14:36,200 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 18:14:37,338 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 18:14:38,299 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 18:14:38,301 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 18:14:38,302 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 18:14:38,308 - octoprint.plugin.core - INFO - Initialized 17 plugin implementation(s) 2020-03-18 18:14:38,321 - octoprint.plugin.core - INFO - 17 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | BLTouch Plugin (0.3.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_BLTouch | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 18:14:38,338 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 18:14:38,351 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 18:14:38,372 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 18:14:39,305 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 18:14:39,408 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 18:14:39,411 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 18:14:39,412 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-03-18 18:14:39,415 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 18:14:39,419 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 18:14:39,423 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 18:14:39,429 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 18:14:39,437 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 18:14:39,449 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 18:14:39,475 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 18:14:39,568 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 18:14:40,752 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 18:14:40,813 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 18:14:40,904 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 18:14:40,964 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 18:14:40,992 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 18:14:41,022 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 18:14:42,021 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 18:14:42,510 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 6} 2020-03-18 18:14:42,538 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 18:14:42,601 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 18:14:42,893 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2020-03-18 18:14:42,907 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 18:14:43,090 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, u'octopi_version': u'0.17.0', 'version': u'1.4.0', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 18:14:43,322 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 18:14:43,393 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'bltouch:0.3.3,klipper:0.2.5'} 2020-03-18 18:14:52,028 - octoprint.server.preemptive_cache - INFO - ... done in 9.14s 2020-03-18 18:14:52,029 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 18:14:53,238 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:14:53,246 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:14:54,970 - octoprint.server.preemptive_cache - INFO - ... done in 2.94s 2020-03-18 18:15:32,756 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:15:42,676 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:15:42,686 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:16:12,749 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:16:24,659 - octoprint.server.api.system - INFO - Performing command for core:shutdown: sudo shutdown -h now 2020-03-18 18:16:25,032 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.10 2020-03-18 18:16:25,321 - octoprint.server - INFO - Shutting down... 2020-03-18 18:16:25,941 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-03-18 18:16:26,337 - octoprint.events - INFO - Event loop shut down 2020-03-18 18:16:26,360 - octoprint.server - INFO - Goodbye! 2020-03-18 18:16:34,355 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 18:16:34,357 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-18 18:16:34,358 - octoprint.startup - INFO - ****************************************************************************** 2020-03-18 18:16:35,112 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-03-18 18:16:35,192 - 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... 2020-03-18 18:16:36,916 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 30 hook handlers 2020-03-18 18:16:37,155 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-18 18:16:37,198 - octoprint.server - INFO - Intermediary server started 2020-03-18 18:16:37,199 - 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... 2020-03-18 18:16:37,344 - octoprint.plugin.core - INFO - Found 17 plugin(s) providing 17 mixin implementations, 30 hook handlers 2020-03-18 18:16:37,383 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-18 18:16:37,894 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-18 18:16:37,899 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-03-18 18:16:37,900 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 18:16:37,902 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-03-18 18:16:37,903 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-18 18:16:37,905 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-18 18:16:37,906 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-18 18:16:37,908 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-03-18 18:16:37,910 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 18:16:37,912 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-18 18:16:37,913 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-03-18 18:16:37,914 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-18 18:16:37,916 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-18 18:16:38,000 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-18 18:16:39,250 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 18:16:40,222 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-03-18 18:16:40,224 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 18:16:40,225 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 18:16:40,230 - octoprint.plugin.core - INFO - Initialized 17 plugin implementation(s) 2020-03-18 18:16:40,242 - octoprint.plugin.core - INFO - 17 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | BLTouch Plugin (0.3.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_BLTouch | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | OctoKlipper (0.2.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_klipper | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-03-18 18:16:40,259 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-03-18 18:16:40,270 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-18 18:16:40,291 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-18 18:16:41,181 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-18 18:16:41,204 - octoprint.server - INFO - Intermediary server shut down 2020-03-18 18:16:41,207 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-18 18:16:41,208 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-03-18 18:16:41,211 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-18 18:16:41,214 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-18 18:16:41,218 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-18 18:16:41,219 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-18 18:16:41,233 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-03-18 18:16:41,245 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-03-18 18:16:41,270 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-18 18:16:41,371 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 18:16:42,602 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-18 18:16:42,615 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-03-18 18:16:42,618 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-18 18:16:42,722 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-18 18:16:42,907 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-18 18:16:43,919 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 6} 2020-03-18 18:16:44,016 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 18:16:44,665 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.16', 'ram': 917016576, u'octopi_version': u'0.17.0', 'version': u'1.4.0', 'pip': '19.3.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-03-18 18:16:44,675 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2020-03-18 18:16:44,692 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-18 18:16:44,928 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'bltouch:0.3.3,klipper:0.2.5'} 2020-03-18 18:16:53,076 - octoprint.server.preemptive_cache - INFO - ... done in 8.40s 2020-03-18 18:16:53,077 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.45/'} 2020-03-18 18:16:54,243 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.10 2020-03-18 18:16:54,356 - octoprint.server.util.flask - INFO - Passively logging in user Weds from ::ffff:192.168.0.10 2020-03-18 18:16:54,360 - octoprint.access.users - INFO - Logged in user: Weds 2020-03-18 18:16:54,386 - octoprint.server.util.sockjs - INFO - User Weds logged in on the socket from client ::ffff:192.168.0.10 2020-03-18 18:16:56,314 - octoprint.server.preemptive_cache - INFO - ... done in 3.24s 2020-03-18 18:16:59,485 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:16:59,491 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:17:49,921 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:18:34,544 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:18:34,552 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:19:04,618 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:20:12,459 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:20:12,463 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:20:42,523 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:21:04,455 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:21:04,463 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:21:34,525 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-03-18 18:22:17,650 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-03-18 18:22:17,659 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-03-18 18:22:47,717 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline"