2020-03-19 14:33:01,463 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-03-19 14:33:01,464 - octoprint.startup - INFO - ****************************************************************************** 2020-03-19 14:33:01,554 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-03-19 14:33:01,638 - 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-19 14:33:06,418 - octoprint.plugin.core - INFO - Plugin Bed Visualizer (0.1.7) is disabled. 2020-03-19 14:33:06,566 - octoprint.plugin.core - INFO - Found 30 plugin(s) providing 29 mixin implementations, 56 hook handlers 2020-03-19 14:33:07,086 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-03-19 14:33:07,133 - octoprint.server - INFO - Intermediary server started 2020-03-19 14:33:07,134 - 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-19 14:33:07,961 - octoprint.plugin.core - INFO - Found 30 plugin(s) providing 29 mixin implementations, 56 hook handlers 2020-03-19 14:33:08,013 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-03-19 14:33:13,830 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-03-19 14:33:13,837 - 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-19 14:33:13,838 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-03-19 14:33:13,840 - 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-19 14:33:13,842 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-03-19 14:33:13,844 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-03-19 14:33:13,845 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-03-19 14:33:13,847 - 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-19 14:33:13,848 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-03-19 14:33:13,851 - 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-19 14:33:13,852 - 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-19 14:33:13,853 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-03-19 14:33:13,855 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-03-19 14:33:13,886 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2020-03-19 14:33:14,232 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-03-19 14:33:14,253 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2020-03-19 14:33:14,256 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=False, mayShrinkRegionsWhilePrinting=False, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'G4': {"gcode": "G4", "type": "ExcludedGcode", "mode": "exclude", "description": "Ignore all dwell commands in an excluded area to reduce delays while excluding"}, 'M205': {"gcode": "M205", "type": "ExcludedGcode", "mode": "merge", "description": "Record advanced setting changes while excluding and apply the most recent values in a single command after exiting the excluded area"}, 'M204': {"gcode": "M204", "type": "ExcludedGcode", "mode": "merge", "description": "Record default acceleration changes while excluding and apply the most recent values in a single command after exiting the excluded area"}}, atCommandActions={'ExcludeRegion': [{"action": "enable_exclusion", "type": "AtCommandAction", "command": "ExcludeRegion", "parameterPattern": "^\\s*(enable|on)(\\s|$)", "description": "Default action to enable exclusion"}, {"action": "disable_exclusion", "type": "AtCommandAction", "command": "ExcludeRegion", "parameterPattern": "^\\s*(disable|off)(\\s|$)", "description": "Default action to disable exclusion"}]} 2020-03-19 14:33:16,901 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-19 14:33:19,173 - octoprint.util.pip - INFO - Version of pip is 9.0.3 2020-03-19 14:33:19,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-19 14:33:19,178 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-19 14:33:19,188 - octoprint.plugin.core - INFO - Initialized 29 plugin implementation(s) 2020-03-19 14:33:19,218 - octoprint.plugin.core - INFO - 30 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 | !Bed Visualizer (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelvisualizer | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Detailed Progress Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_detailedprogress | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | DisplayProgress (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayprogress | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | FileManager (0.1.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager | Firmware Updater (1.6.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_firmwareupdater | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | LayerDisplay (0.4.1) = /home/pi/oprint/local/lib/python2.7/site-packages/layerdisplay | 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 | MultiCam (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_multicam | Octolapse (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | 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 | Preheat Button (0.5.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_preheat | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Prusa MMU2 Select Filament (1.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_mmu2filamentselect | SlicerSettingsParser (2.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_SlicerSettingsParser | SlicerSettingsTab (1.0.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_SlicerSettingsTab | 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-19 14:33:19,242 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.15.1 | python: | pip: 9.0.3 | version: 2.7.13 | virtualenv: /home/pi/oprint 2020-03-19 14:33:19,256 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-03-19 14:33:19,285 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-03-19 14:33:19,340 - octoprint.plugins.octolapse - INFO - Octolapse is loading assets. 2020-03-19 14:33:21,143 - octoprint.server - INFO - Shutting down intermediary server... 2020-03-19 14:33:21,425 - octoprint.server - INFO - Intermediary server shut down 2020-03-19 14:33:21,430 - octoprint.events - INFO - Processing startup event, this is our first event 2020-03-19 14:33:21,431 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-03-19 14:33:21,435 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-03-19 14:33:21,436 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2020-03-19 14:33:22,249 - octoprint.server - INFO - Trying to connect to configured serial port None 2020-03-19 14:33:22,363 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port" 2020-03-19 14:33:22,375 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-03-19 14:33:22,387 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-03-19 14:33:22,409 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi1' for _http._tcp 2020-03-19 14:33:22,441 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi1' for _octoprint._tcp 2020-03-19 14:33:22,499 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi1 for SSDP 2020-03-19 14:33:22,535 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power. !!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi. 2020-03-19 14:33:23,178 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port" 2020-03-19 14:33:23,304 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2020-03-19 14:33:24,395 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-19 14:33:24,420 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational" 2020-03-19 14:33:24,442 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-19 14:33:24,443 - octoprint.plugins.firmwareupdater - INFO - Got CONNECTED event 2020-03-19 14:33:24,454 - octoprint.plugins.firmwareupdater - INFO - Run postflash flag is not set 2020-03-19 14:33:26,130 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-03-19 14:33:26,166 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-03-19 14:33:26,178 - octoprint.plugins.octolapse - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2020-03-19 14:33:26,361 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-19 14:33:28,102 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-19 14:33:28,524 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:33:28,854 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-03-19 14:33:28,856 - 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-19 14:33:28,857 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-03-19 14:33:28,866 - octoprint.plugins.softwareupdate - ERROR - Error while retrieving update information from plugin mmu2filamentselect Traceback (most recent call last): File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 148, in _get_configured_checks hook_checks = hook() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_mmu2filamentselect/__init__.py", line 108, in get_update_information displayName=self._plugin_name, NameError: global name 'self' is not defined 2020-03-19 14:33:28,891 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-03-19 14:33:28,981 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-03-19 14:33:29,878 - octoprint.plugins.SlicerSettingsParser - INFO - SlicerSettingsParser still active 2020-03-19 14:33:30,029 - octoprint.plugins.multicam - INFO - MultiCam Loaded! (more: [{'URL': '/webcam/?action=stream', 'isButtonEnabled': False, 'name': 'Default'}, {'URL': 'http://127.0.0.1:8081/?action=stream.mjpg', 'isButtonEnabled': True, 'name': 'Webcam 1'}]) 2020-03-19 14:33:30,094 - octoprint.util.comm - INFO - Printer reports firmware name "Prusa-Firmware 3.8.1 based on Marlin" 2020-03-19 14:33:30,793 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-03-19 14:33:31,142 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi1/'} 2020-03-19 14:33:56,248 - octoprint.server.preemptive_cache - INFO - ... done in 16.27s 2020-03-19 14:33:56,249 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'https://octopi1/'} 2020-03-19 14:34:01,544 - octoprint.server.preemptive_cache - INFO - ... done in 5.30s 2020-03-19 14:35:08,759 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 14:35:08,852 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:35:09,007 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 14:35:09,010 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 14:35:09,202 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 14:35:09,916 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:35:10,062 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 14:35:10,064 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 14:35:29,342 - octoprint.server.util.sockjs - INFO - User mocm logged in on the socket from client ::ffff:192.168.2.18 2020-03-19 14:35:57,219 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: PLA/icube-frame.gcode, owner: mocm, user: mocm 2020-03-19 14:35:57,227 - octoprint.plugins.excluderegion - INFO - File selected, resetting internal state 2020-03-19 14:35:57,235 - octoprint.plugin - ERROR - Error while calling plugin layerdisplay Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 224, in call_plugin result = getattr(plugin, method)(*args, **kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/layerdisplay/__init__.py", line 21, in on_event self.print_job = PrintJob(payload) File "/home/pi/oprint/local/lib/python2.7/site-packages/layerdisplay/PrintJob.py", line 19, in __init__ self.file_path = file_selected_payload['file'] KeyError: 'file' 2020-03-19 14:35:58,190 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2020-03-19 14:35:58,201 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: PLA/icube-frame.gcode, owner: mocm, user: mocm 2020-03-19 14:35:58,205 - octoprint.plugins.detailedprogress - INFO - Printing started. Detailed progress started. 2020-03-19 14:35:58,220 - octoprint.plugins.excluderegion - INFO - Printing started 2020-03-19 14:35:58,275 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-03-19 14:35:58,304 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2020-03-19 14:38:45,305 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2020-03-19 14:38:52,727 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2020-03-19 14:48:07,089 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-19 14:53:15,224 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 14:53:15,564 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 14:53:15,567 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 14:53:33,222 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:59:19,413 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 14:59:37,239 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 14:59:37,244 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 14:59:50,310 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:59:50,465 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:59:50,605 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:59:50,764 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:59:50,906 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 14:59:51,055 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 14:59:51,068 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 14:59:51,077 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 14:59:51,081 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 14:59:56,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:00:11,223 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:17,575 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:00:17,581 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:00:17,646 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:00:17,788 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:00:17,789 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:00:17,976 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:18,321 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:00:31,074 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:31,250 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:31,411 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:31,561 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:31,702 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:31,847 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:32,018 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:33,465 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:39,455 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:39,628 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:00:45,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:00:57,242 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:01:04,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:01:22,432 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:01:30,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:01:47,623 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:01:55,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:02:12,826 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:02:21,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:02:38,027 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:02:46,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:03:03,227 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:03:07,090 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-19 15:03:12,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:03:28,436 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:03:38,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:03:53,649 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:04:04,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:04:18,867 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:04:24,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:04:24,915 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:04:30,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:04:44,076 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:04:50,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:04:50,934 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:04:57,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:05:09,285 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:05:15,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:05:16,141 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:05:22,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:05:34,517 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:05:40,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:05:41,350 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:05:47,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:05:59,729 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:05,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:06,587 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:07,099 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:07,104 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:07,295 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:06:07,297 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:06:07,474 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:07,802 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:20,127 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:20,264 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:20,407 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:20,566 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:20,704 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:20,839 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:20,991 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:06:20,993 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:06:21,141 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:21,157 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:21,207 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:21,472 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:21,484 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:21,500 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:21,507 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:21,514 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:33,868 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:34,015 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:34,163 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:34,329 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:34,489 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:34,632 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:34,771 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:34,906 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:35,073 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:35,232 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:35,389 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:41,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:41,123 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:41,131 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:52,205 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:52,218 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:06:52,350 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:06:53,269 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:04,641 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:06,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:06,567 - tornado.access - WARNING - 403 POST /api/login (::ffff:192.168.2.18) 97.33ms 2020-03-19 15:07:11,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:13,137 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:07:13,144 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:07:13,214 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:13,364 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:07:13,367 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:07:13,409 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': u'l10n=en', 'path': u'/', u'_count': 1, u'_timestamp': 1584626833.408913, 'base_url': u'http://192.168.2.140/'} 2020-03-19 15:07:19,365 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:19,518 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:19,664 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:19,819 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:20,221 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:20,263 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:20,268 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:33,639 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:33,797 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:33,949 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:34,133 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:34,279 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:34,425 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:34,567 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:34,805 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:34,974 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:35,120 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:41,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:43,797 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:43,811 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:50,887 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:55,853 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:07:55,861 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:07:55,930 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:07:56,005 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:07:56,161 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:07:56,163 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:07:56,208 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': u'l10n=en', 'path': u'/', u'_count': 1, u'_timestamp': 1584626876.208649, 'base_url': u'https://192.168.2.140/'} 2020-03-19 15:08:01,701 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:08:14,376 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:14,556 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:14,733 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:14,922 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:15,062 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:15,203 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:15,369 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:15,521 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:15,683 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:15,823 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:15,997 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:08:21,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:08:21,124 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:08:21,135 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:08:21,497 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:21,642 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:27,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:08:41,067 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:46,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:08:46,829 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:08:52,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:09:06,375 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:09:12,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:09:12,215 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:09:18,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:09:31,600 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:09:37,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:09:37,428 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:09:43,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:09:56,796 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:02,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:03,449 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:09,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:21,993 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:28,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:29,473 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:35,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:35,246 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:35,259 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:35,437 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:10:35,439 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:10:35,694 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:35,910 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:48,102 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:48,248 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:48,403 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:48,573 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:48,710 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:48,847 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:48,991 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:49,130 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:49,353 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:49,493 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:55,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:55,132 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:55,146 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:10:55,283 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:10:55,451 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:11:01,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:11:01,127 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:11:14,683 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:11:20,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:11:20,667 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:11:26,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:11:39,893 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:11:45,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:11:45,842 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:11:51,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:01,836 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:01,867 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:01,971 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:12:01,974 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:12:02,240 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:02,378 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:09,955 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:12:09,959 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:12:10,162 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:22,719 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:22,900 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:23,156 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:23,301 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:23,473 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:23,613 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:23,758 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:23,904 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:24,077 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:30,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:30,127 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:30,138 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:30,189 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:30,340 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:30,535 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:36,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:49,298 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:55,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:55,697 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:12:59,700 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:12:59,717 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:13:01,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:13:20,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:13:26,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:13:36,739 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:13:48,295 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:13:48,304 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:13:48,363 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:13:48,514 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:13:48,516 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:13:48,736 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:13:48,986 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:01,146 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:01,297 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:01,439 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:01,583 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:01,721 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:01,867 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:02,006 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:02,147 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:02,286 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:08,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:08,125 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:08,516 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:08,960 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:15,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:27,495 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:27,683 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:33,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:33,124 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:34,136 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:34,330 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:34,475 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:34,618 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:40,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:40,118 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:14:59,662 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:14:59,848 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:05,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:05,123 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:25,020 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:25,229 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:31,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:31,120 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:31,820 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:32,012 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:15:32,014 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:15:32,245 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:32,251 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:32,262 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:32,498 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:44,801 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:44,950 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:45,100 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:45,247 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:45,391 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:45,533 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:45,727 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:45,747 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:45,756 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:47,282 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:53,262 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:53,442 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:53,604 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:15:56,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:15:59,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:10,784 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:16:18,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:39,648 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:39,662 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:39,712 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:16:39,903 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:16:39,910 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:16:40,176 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:52,776 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:16:52,928 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:16:53,074 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:16:53,229 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:16:53,385 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:16:53,535 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:16:53,689 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:16:53,695 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:16:53,915 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:53,935 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:53,941 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:53,955 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:53,962 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:16:53,971 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:06,261 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:06,415 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:06,561 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:07,525 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:07,538 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:07,545 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:07,558 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:07,566 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:08,099 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:14,617 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:17:14,624 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:17:14,728 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:14,797 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:14,999 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:17:15,005 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:17:15,242 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:28,314 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:28,480 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:28,646 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:28,821 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:28,978 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:29,132 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:29,300 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:29,512 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:17:33,141 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:17:33,151 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:18:00,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:18:00,122 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:18:07,093 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-19 15:21:35,380 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:21:35,397 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:21:35,412 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:21:35,427 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:21:35,442 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:22:20,245 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:22:35,285 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:22:35,303 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:22:35,320 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:22:35,338 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:22:35,349 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:23:15,985 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:23:16,003 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:23:16,017 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:23:16,031 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:23:16,045 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:23:26,452 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:31,171 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:23:31,178 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:23:31,259 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:23:31,286 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:31,444 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:23:31,446 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:23:31,671 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:23:44,325 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:44,477 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:44,651 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:44,807 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:44,948 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:45,087 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:45,236 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:45,389 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:51,378 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:51,564 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:23:57,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:24:10,654 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:24:17,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:24:35,871 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:24:42,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:24:46,159 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:24:46,172 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:24:46,361 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:24:46,364 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:24:46,598 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:24:46,901 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:24:59,445 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:24:59,601 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:24:59,799 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:24:59,994 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:00,147 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:00,302 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:00,453 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:00,599 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:00,897 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:01,052 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:07,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:07,122 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:07,136 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:26,349 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:37,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:49,278 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:49,299 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:49,314 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:49,327 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:49,664 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:51,554 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:25:57,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:25:57,371 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:26:03,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:26:16,761 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:26:22,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:26:23,384 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:26:29,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:26:41,968 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:26:48,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:26:49,412 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:26:55,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:07,213 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:27:13,117 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:14,638 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:27:20,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:24,229 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:24,247 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:24,257 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:24,277 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:24,294 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:32,421 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:27:38,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:39,843 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:27:45,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:27:57,629 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:03,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:05,110 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:11,116 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:22,806 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:24,040 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:24,063 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:24,147 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:24,329 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:28:24,331 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:28:24,513 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:36,764 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:36,939 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:37,095 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:37,262 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:37,406 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:37,546 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:37,688 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:37,828 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:37,983 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:43,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:43,121 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:44,075 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:44,300 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:53,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:54,433 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:54,447 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:28:54,493 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:28:54,716 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:28:54,718 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:28:54,892 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:07,422 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:07,595 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:07,773 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:07,944 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:08,086 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:08,236 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:08,391 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:08,550 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:08,893 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:09,058 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:09,309 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:09,320 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:09,328 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:09,334 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:09,344 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:15,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:15,125 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:15,139 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:15,150 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:27,837 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:34,439 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:29:45,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:29:59,630 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:30:05,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:05,297 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:30:11,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:24,836 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:30:30,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:31,316 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:30:37,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:45,721 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:45,735 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:45,747 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:47,485 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:50,033 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:30:53,736 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:56,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:30:57,342 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:31:03,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:31:15,243 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:31:21,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:31:23,371 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:31:29,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:31:40,460 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:31:46,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:31:48,584 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:31:54,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:05,677 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:32:11,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:13,804 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:32:19,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:29,490 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:29,501 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:29,509 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:29,516 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:30,873 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:30,888 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:36,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:32:44,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:33:07,097 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-19 15:34:39,293 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:34:39,300 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:34:52,771 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:38:13,140 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:28,903 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:38:29,059 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:38:29,213 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:38:29,368 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:38:29,512 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:38:29,658 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:29,676 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:29,683 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:29,690 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:35,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:45,559 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:45,587 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:45,606 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:45,625 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:38:51,707 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:40:01,239 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:40:01,260 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:40:01,267 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:40:01,275 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:40:01,297 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:43:37,982 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:43:38,000 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:43:38,013 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:43:38,027 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:44:09,263 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:44:09,276 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:44:09,291 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:44:09,303 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:44:09,320 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:47:11,149 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:19,547 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:47:19,553 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:47:19,611 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:47:19,747 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 15:47:19,750 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:47:19,961 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:20,297 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:47:32,929 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:33,178 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:33,328 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:33,470 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:33,605 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:33,741 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:33,882 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:34,026 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:34,166 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:40,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:47:57,144 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 15:47:57,335 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:47:57,340 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:48:01,379 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:05,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:48:07,099 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-19 15:48:10,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 15:48:16,197 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:48:16,203 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.177 2020-03-19 15:48:16,257 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:48:16,281 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.177 2020-03-19 15:48:16,282 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 15:48:16,672 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:16,941 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:48:29,547 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:29,698 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:29,851 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:29,997 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:30,136 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:30,276 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:30,431 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:36,566 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:36,896 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:48:55,781 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:49:01,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:49:21,004 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:49:27,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:49:46,225 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:49:52,116 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:50:11,418 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:50:17,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:50:36,599 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:50:42,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:51:01,816 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:51:07,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:51:27,037 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:51:33,117 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:51:52,245 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:51:58,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:52:17,451 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:52:23,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:52:42,666 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:52:48,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:53:07,901 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:53:13,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:53:33,091 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:53:39,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:53:58,313 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:54:04,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:54:23,542 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:54:29,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:54:48,867 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.177 2020-03-19 15:54:54,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:55:13,130 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:55:13,142 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:55:19,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 15:55:19,118 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 16:02:34,334 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:02:34,351 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:02:34,362 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:02:34,371 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:02:34,398 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:03:07,102 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-19 16:03:30,578 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 16:03:30,615 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 16:03:30,630 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 16:03:30,648 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 16:03:37,031 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.177 2020-03-19 16:13:45,899 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:13:54,553 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 16:13:54,563 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 16:13:54,628 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:13:54,785 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 16:13:54,786 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 16:13:55,008 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:13:55,395 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:14:08,315 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:08,460 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:08,599 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:08,740 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:08,880 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:09,021 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:09,169 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:09,304 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:09,441 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:09,629 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:15,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:14:15,123 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:14:16,479 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:16,664 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:23,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:14:34,782 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:40,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:14:43,502 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:14:49,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:14:59,982 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:15:06,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:15:09,524 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:15:15,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:15:25,186 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:15:31,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:15:35,555 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:15:41,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:15:50,405 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:15:56,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:16:01,575 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:16:07,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:16:15,606 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:16:21,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:16:27,593 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:16:34,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:16:40,799 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:16:46,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:16:53,794 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:16:59,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:17:06,052 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:17:12,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:17:18,995 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:17:25,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:17:31,251 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:17:37,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:17:45,014 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:17:51,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:17:56,498 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:18:02,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:18:07,103 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-19 16:18:11,052 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:18:17,114 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:18:21,700 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:18:27,119 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:18:37,077 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:18:43,116 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:18:46,966 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:18:53,120 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:19:03,111 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:19:09,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:19:12,194 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:19:18,122 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:19:29,160 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:19:35,125 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:19:37,408 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:19:43,129 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:19:54,396 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:20:00,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:20:02,668 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:20:08,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:20:20,416 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:20:22,642 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:20:22,657 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:20:26,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:20:33,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:20:52,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:03,230 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:22,090 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 16:21:22,093 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 16:21:22,145 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:22,274 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 16:21:22,275 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 16:21:22,527 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:22,813 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:35,934 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:36,079 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:36,224 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:36,365 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:36,511 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:36,651 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:36,791 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:36,936 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:37,081 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:37,254 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 16:21:37,256 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 16:21:37,565 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:49,827 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:49,973 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:50,118 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:50,268 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:50,424 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:50,854 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:50,995 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:51,133 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:51,273 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:21:51,429 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:51,432 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:51,436 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:57,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:59,948 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:21:59,971 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:22:00,169 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:22:22,122 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:22:27,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:29:09,602 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:29:09,621 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:29:09,630 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:29:09,639 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:29:09,659 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:32:52,318 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:03,357 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 16:33:03,361 - octoprint.server.api - INFO - Actively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 16:33:03,418 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:33:03,564 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 16:33:03,568 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 16:33:03,804 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:04,167 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:33:07,151 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-03-19 16:33:17,311 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:17,496 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:17,657 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:17,812 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:17,960 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:18,108 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:18,516 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:18,661 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:18,818 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:24,111 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:33:24,117 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:33:25,473 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:25,646 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:25,846 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:32,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:33:44,027 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:50,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:33:52,541 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:33:58,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:09,237 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:15,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:18,548 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:24,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:34,431 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:35,824 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:35,834 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:35,941 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:36,141 - octoprint.server.util.flask - INFO - Passively logging in user mocm from ::ffff:192.168.2.18 2020-03-19 16:34:36,143 - octoprint.access.users - INFO - Logged in user: mocm 2020-03-19 16:34:36,413 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:49,129 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:49,325 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:49,588 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:49,751 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:49,972 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:50,143 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:50,322 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:50,500 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:50,666 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:50,852 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:56,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:56,119 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:56,133 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:34:58,197 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:58,383 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:34:58,539 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:35:05,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:35:05,118 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:35:15,905 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:35:21,117 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:35:25,242 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:35:31,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:35:41,106 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:35:47,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:35:51,289 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:35:57,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:06,304 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:36:12,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:17,309 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:36:23,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:31,520 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:36:37,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:37,431 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:37,463 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:37,492 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:37,506 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:37,520 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:43,328 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:36:49,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:51,428 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:51,446 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:51,480 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:51,493 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:51,500 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:36:56,714 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:37:02,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:37:09,359 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:37:15,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:37:21,984 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:37:28,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:37:35,381 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:37:41,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:37:47,179 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:37:53,116 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:38:01,410 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:38:07,110 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:38:12,396 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:38:18,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:38:27,424 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:38:33,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:38:37,607 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:38:43,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:38:53,446 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:38:59,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:39:02,810 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:39:08,115 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:39:18,624 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:39:24,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:39:27,995 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:39:34,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:39:44,669 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:39:50,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:39:53,205 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:39:59,113 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:40:10,708 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:40:16,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:40:18,474 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:40:24,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:40:36,726 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:40:42,116 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:40:43,649 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:40:49,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:41:02,746 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:41:08,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:41:08,875 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:41:14,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:41:28,780 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:41:39,112 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18 2020-03-19 16:41:53,974 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.18 2020-03-19 16:42:05,117 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.18