2021-09-13 18:08:30,710 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 18:08:30,739 - octoprint.server - INFO - --- Log roll over detected --------------------------------------------------- 2021-09-13 18:08:30,740 - octoprint.server - INFO - OctoPrint 1.3.12 2021-09-13 18:08:30,749 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-13 18:08:30,772 - octoprint.environment - ERROR - Unexpected error while detecting environment Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/environment.py", line 51, in run_detection plugin_result = self._detect_from_plugins() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/environment.py", line 128, in _detect_from_plugins "environment data from plugin {}".format(implementation._identifier), AttributeError: 'PiSupportPlugin' object has no attribute '_identifier' 2021-09-13 18:08:30,775 - octoprint.environment - ERROR - Error logging detected environment Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/environment.py", line 142, in log_detected_environment _log(self._format()) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/environment.py", line 157, in _format return u"Detected environment is Python {} under {} ({}). Details:\n{}".format(environment["python"]["version"], KeyError: 'python' 2021-09-13 18:08:30,776 - octoprint.server - INFO - ------------------------------------------------------------------------------ 2021-09-13 18:08:30,808 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-13 18:08:30,862 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2021-09-13 18:08:31,219 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-13 18:08:31,247 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2021-09-13 18:08:31,253 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=True, mayShrinkRegionsWhilePrinting=True, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'M73': {"gcode": "M73", "type": "ExcludedGcode", "mode": "merge", "description": "Suppress progress updates while excluding and output the most recent progress values encountered when exiting the excluded area"}, 'M117': {"gcode": "M117", "type": "ExcludedGcode", "mode": "last", "description": "Suppress display messages while excluding and output the last message encountered when exiting the excluded area"}, '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"}]} 2021-09-13 18:08:35,228 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-13 18:08:37,353 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-13 18:08:37,356 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-13 18:08:37,356 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-13 18:08:37,363 - octoprint.plugin.core - INFO - Initialized 22 plugin implementation(s) 2021-09-13 18:08:37,396 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-13 18:08:37,401 - octoprint.environment - ERROR - Error logging detected environment Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/environment.py", line 142, in log_detected_environment _log(self._format()) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/environment.py", line 157, in _format return u"Detected environment is Python {} under {} ({}). Details:\n{}".format(environment["python"]["version"], KeyError: 'python' 2021-09-13 18:08:37,415 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-13 18:08:37,442 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-13 18:08:39,520 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-13 18:08:39,571 - octoprint.server - INFO - Intermediary server shut down 2021-09-13 18:08:39,575 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-13 18:08:39,576 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2021-09-13 18:08:39,587 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-13 18:08:39,719 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-13 18:08:39,908 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-13 18:08:39,913 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2021-09-13 18:08:39,918 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2021-09-13 18:08:39,938 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-13 18:08:39,942 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-13 18:08:39,963 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-13 18:08:41,017 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 1.3s 2021-09-13 18:08:41,397 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2021-09-13 18:08:41,763 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-13 18:08:43,323 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 1.3s 2021-09-13 18:08:44,057 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-13 18:08:44,105 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-13 18:08:44,630 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-13 18:08:44,728 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-13 18:08:44,783 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-13 18:08:45,107 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-13 18:08:45,135 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 1.4s 2021-09-13 18:08:45,137 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-13 18:08:45,147 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-13 18:08:46,279 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2021-09-13 18:08:46,671 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2021-09-13 18:08:46,673 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-13 18:08:46,693 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 1.4s 2021-09-13 18:08:46,718 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-13 18:08:46,956 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin TH3D U1.R2.11" 2021-09-13 18:08:46,971 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-13 18:08:48,641 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': 'Marlin TH3D U1.R2.11'} 2021-09-13 18:08:48,888 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.5s 2021-09-13 18:08:49,489 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-13 18:08:49,589 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-13 18:08:50,195 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.5s 2021-09-13 18:08:54,873 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 via autologin 2021-09-13 18:09:00,182 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-13 18:09:00,183 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-13 18:09:00,208 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-13 18:09:00,215 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-13 18:09:01,729 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2021-09-13 18:09:01,746 - octoprint.plugin - ERROR - Error while calling plugin tracking Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 219, in call_plugin result = getattr(plugin, method)(*args, **kwargs) File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking/__init__.py", line 97, in on_after_startup self._start_tracking() File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking/__init__.py", line 196, in _start_tracking self._track_startup() File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking/__init__.py", line 222, in _track_startup os=self._environment[b"os"][b"id"], TypeError: 'NoneType' object has no attribute '__getitem__' 2021-09-13 18:09:01,747 - octoprint.plugins.HeaterTimeout - INFO - Starting up... 2021-09-13 18:09:03,225 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 39} 2021-09-13 18:09:04,731 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'telegram:1.5.0,heatertimeout:0.0.1,touchui:0.3.18,navbartemp:0.14,excluderegion:0.3.0,printtimegenius:2.2.8,octolapse:0.4.1'} 2021-09-13 18:09:04,755 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-13 18:09:04,759 - octoprint.plugins.telegram - INFO - Sending a message: 🚀 Hello. I'm online and ready to receive your commands. with_image=False with_gif=False chatID= 941688522 2021-09-13 18:09:04,985 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-13 18:10:06,393 - octoprint.server.preemptive_cache - INFO - ... done in 61.41s 2021-09-13 18:10:06,395 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-13 18:10:16,121 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-13 18:10:17,314 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-13 18:10:20,638 - octoprint.server.preemptive_cache - INFO - ... done in 14.24s 2021-09-13 18:10:29,892 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-13 18:10:31,150 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631567431092 (::1) 3.84ms 2021-09-13 18:10:32,088 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631567431095 (::1) 5.63ms 2021-09-13 18:23:30,711 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 18:24:02,939 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 939} 2021-09-13 18:38:30,715 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 18:39:02,921 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 1839} 2021-09-13 18:44:54,043 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-13 18:44:56,167 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-13 18:44:56,409 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-13 18:45:02,970 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-13 18:45:03,361 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631569503090 (::ffff:192.168.0.119) 4.51ms 2021-09-13 18:45:04,114 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631569503091 (::ffff:192.168.0.119) 2.83ms 2021-09-13 18:45:18,931 - octoprint.filemanager.analysis - INFO - Starting analysis of local:CE3_pika.gcode 2021-09-13 18:45:25,994 - octoprint.plugins.excluderegion - INFO - File selected, resetting internal state 2021-09-13 18:45:26,006 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: CE3_pika.gcode, owner: tris, user: tris 2021-09-13 18:45:26,030 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2021-09-13 18:45:26,050 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: CE3_pika.gcode, owner: tris, user: tris 2021-09-13 18:45:26,111 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-13 18:45:26,130 - octoprint.plugins.excluderegion - INFO - Printing started 2021-09-13 18:45:26,155 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-13 18:45:26,160 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2021-09-13 18:45:26,168 - octoprint.plugins.telegram - INFO - Sending a message: Started printing CE3_pika.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-13 18:45:27,318 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': 'local', 'file': '7eaee359653451f111800a03487891c73dbae566'} 2021-09-13 18:45:28,658 - octoprint.filemanager.analysis - INFO - Analysis of entry local:CE3_pika.gcode finished, needed 9.73s 2021-09-13 18:48:58,904 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2021-09-13 18:49:09,311 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2021-09-13 18:49:09,700 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=0.2.\nBed 49.97/50.0, Extruder 199.97/200.0.\n11:11:43, 0%% done, 11:11:41 remaining.\nCompleted time 11:11:50. with_image=True with_gif=True chatID= 941688522 2021-09-13 18:49:12,001 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 18:49:12,014 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 18:53:30,718 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 18:54:02,903 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 2739} 2021-09-13 19:01:58,264 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=0.6.\nBed 50.02/50.0, Extruder 200.0/200.0.\n11:11:32, 5%% done, 11:11:36 remaining.\nCompleted time 11:11:34. with_image=True with_gif=True chatID= 941688522 2021-09-13 19:02:00,669 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 19:02:00,676 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 19:08:30,719 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 19:09:02,970 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 3639} 2021-09-13 19:19:03,754 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=1.4.\nBed 50.16/50.0, Extruder 200.0/200.0.\n11:11:37, 15%% done, 11:11:06 remaining.\nCompleted time 11:11:09. with_image=True with_gif=True chatID= 941688522 2021-09-13 19:19:06,236 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 19:19:06,242 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 19:23:30,721 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 19:24:04,696 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 4539} 2021-09-13 19:36:12,099 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=2.4.\nBed 50.17/50.0, Extruder 200.0/200.0.\n11:11:46, 27%% done, 11:11:38 remaining.\nCompleted time 11:11:50. with_image=True with_gif=True chatID= 941688522 2021-09-13 19:36:14,972 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 19:36:14,980 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 19:38:30,724 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 19:39:04,657 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 5439} 2021-09-13 19:51:59,269 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=3.8.\nBed 50.01/50.0, Extruder 200.0/200.0.\n11:11:33, 41%% done, 11:11:02 remaining.\nCompleted time 11:11:01. with_image=True with_gif=True chatID= 941688522 2021-09-13 19:52:01,692 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 19:52:01,698 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 19:53:30,725 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 19:54:05,774 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 6339} 2021-09-13 19:59:28,100 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=5.2.\nBed 50.02/50.0, Extruder 199.94/200.0.\n11:11:02, 51%% done, 11:11:38 remaining.\nCompleted time 11:11:06. with_image=True with_gif=True chatID= 941688522 2021-09-13 19:59:30,439 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 19:59:30,447 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 20:07:59,192 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=6.8.\nBed 50.0/50.0, Extruder 200.0/200.0.\n11:11:33, 62%% done, 11:11:00 remaining.\nCompleted time 11:11:59. with_image=True with_gif=True chatID= 941688522 2021-09-13 20:08:01,600 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 20:08:01,609 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 20:08:30,727 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 20:09:02,986 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 7239} 2021-09-13 20:23:30,729 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 20:23:56,961 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=9.2.\nBed 50.01/50.0, Extruder 200.14/200.0.\n11:11:30, 77%% done, 11:11:01 remaining.\nCompleted time 11:11:57. with_image=True with_gif=True chatID= 941688522 2021-09-13 20:23:59,370 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 20:23:59,380 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 20:24:02,881 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 8139} 2021-09-13 20:26:19,872 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=10.2.\nBed 50.0/50.0, Extruder 200.0/200.0.\n11:11:53, 79%% done, 11:11:44 remaining.\nCompleted time 11:11:03. with_image=True with_gif=True chatID= 941688522 2021-09-13 20:26:22,041 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 20:26:22,053 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 20:38:30,730 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 20:39:03,143 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 9039} 2021-09-13 20:40:07,886 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=12.8.\nBed 50.05/50.0, Extruder 200.03/200.0.\n11:11:41, 92%% done, 11:11:20 remaining.\nCompleted time 11:11:27. with_image=True with_gif=True chatID= 941688522 2021-09-13 20:40:10,418 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-13 20:40:10,426 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-13 20:53:30,732 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 20:53:52,848 - octoprint.util.comm - INFO - Finished in 7706.819 s. 2021-09-13 20:53:52,853 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Finishing" 2021-09-13 20:53:52,869 - octoprint.printer.standard.job - INFO - Print job done - origin: local, path: CE3_pika.gcode, owner: tris 2021-09-13 20:53:52,965 - octoprint.util.comm - INFO - Changing monitoring state from "Finishing" to "Operational" 2021-09-13 20:53:53,157 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintDone 2021-09-13 20:53:53,173 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-13 20:53:53,177 - octoprint.plugins.telegram - INFO - Sending a message: Finished printing CE3_pika.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-13 20:53:54,900 - octoprint.plugins.tracking - INFO - Sent tracking event print_done, payload: {'origin': 'local', 'file': '7eaee359653451f111800a03487891c73dbae566', 'elapsed': 7706} 2021-09-13 20:54:05,995 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 9939} 2021-09-13 21:08:30,733 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 21:09:03,776 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 10839} 2021-09-13 21:23:30,737 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-13 21:24:02,889 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 11739} 2021-09-13 21:32:34,168 - octoprint.plugins.telegram.listener - INFO - Got a command: '/sys' with parameter: '' in chat 941688522 2021-09-13 21:32:34,180 - octoprint.plugins.telegram - INFO - Sending a message: ℹ The following System Commands are known.\n\nIP: 192.168.0.248 with_image=False with_gif=False chatID= 941688522 2021-09-13 21:32:38,052 - octoprint.plugins.telegram.listener - INFO - Got a command: '/sys' with parameter: 'sys_Shutdown System' in chat 941688522 2021-09-13 21:32:40,770 - octoprint.plugins.telegram.listener - INFO - Got a command: '/sys' with parameter: 'sys_do_Shutdown System' in chat 941688522 2021-09-13 21:32:41,201 - octoprint.server.util.sockjs - INFO - Client connection closed: ::1 2021-09-13 21:32:42,037 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.119 2021-09-13 21:32:42,089 - octoprint.server - INFO - Shutting down... 2021-09-13 21:32:42,915 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-09-13 21:32:42,920 - octoprint.events - INFO - Event loop shut down 2021-09-13 21:32:42,940 - octoprint.plugins.HeaterTimeout - INFO - Shutting down... 2021-09-13 21:32:42,975 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-13 21:32:42,987 - octoprint.plugins.telegram - INFO - Sending a message: 🐙 💤 Shutting down. Goodbye. with_image=False with_gif=False chatID= 941688522 2021-09-13 21:32:43,005 - octoprint.server - INFO - Goodbye! 2021-09-13 21:32:56,743 - octoprint.startup - INFO - ****************************************************************************** 2021-09-13 21:32:56,745 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2021-09-13 21:32:56,882 - octoprint.startup - INFO - ****************************************************************************** 2021-09-13 21:32:57,173 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2021-09-13 21:32:58,735 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2021-09-13 21:32:59,130 - 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... 2021-09-13 21:33:04,634 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-13 21:33:05,208 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-09-13 21:33:05,293 - octoprint.server - INFO - Intermediary server started 2021-09-13 21:33:05,294 - 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... 2021-09-13 21:33:06,092 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-13 21:33:06,142 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2021-09-13 21:33:07,497 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-13 21:33:07,519 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2021-09-13 21:33:07,762 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-13 21:33:07,778 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2021-09-13 21:33:07,781 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=True, mayShrinkRegionsWhilePrinting=True, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'M73': {"gcode": "M73", "type": "ExcludedGcode", "mode": "merge", "description": "Suppress progress updates while excluding and output the most recent progress values encountered when exiting the excluded area"}, 'M117': {"gcode": "M117", "type": "ExcludedGcode", "mode": "last", "description": "Suppress display messages while excluding and output the last message encountered when exiting the excluded area"}, '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"}]} 2021-09-13 21:33:10,956 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-13 21:33:12,867 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-13 21:33:12,870 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-13 21:33:12,871 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-13 21:33:12,879 - octoprint.plugin.core - INFO - Initialized 22 plugin implementation(s) 2021-09-13 21:33:12,912 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-13 21:33:12,938 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 972230656 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2021-09-13 21:33:12,956 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-13 21:33:12,987 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-13 21:33:15,096 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-13 21:33:15,229 - octoprint.server - INFO - Intermediary server shut down 2021-09-13 21:33:15,232 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-13 21:33:15,236 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2021-09-13 21:33:15,244 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-14 17:02:52,040 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-14 17:02:52,044 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 17:02:53,376 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-14 17:02:53,464 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-14 17:02:53,470 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-14 17:02:53,474 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2021-09-14 17:02:53,477 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2021-09-14 17:02:53,490 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 17:02:53,497 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 17:02:53,633 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 1.4s 2021-09-14 17:02:54,920 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2021-09-14 17:02:57,388 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 17:02:57,903 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 3.8s 2021-09-14 17:02:58,051 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-14 17:02:58,067 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-14 17:02:58,073 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-14 17:02:58,385 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-14 17:02:58,661 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-14 17:02:59,462 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 1.5s 2021-09-14 17:03:00,166 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2021-09-14 17:03:00,170 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 17:03:00,328 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin TH3D U1.R2.11" 2021-09-14 17:03:00,515 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-14 17:03:00,546 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 1.5s 2021-09-14 17:03:00,937 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-14 17:03:00,940 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-14 17:03:00,940 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-14 17:03:00,999 - octoprint.plugins.HeaterTimeout - INFO - Starting up... 2021-09-14 17:03:01,440 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 1.4s 2021-09-14 17:03:01,698 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': 'Marlin TH3D U1.R2.11'} 2021-09-14 17:03:01,897 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 1.2s 2021-09-14 17:03:02,850 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 23} 2021-09-14 17:03:02,870 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.3s 2021-09-14 17:03:03,344 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-14 17:03:03,349 - octoprint.plugins.telegram - INFO - Sending a message: 🚀 Hello. I'm online and ready to receive your commands. with_image=False with_gif=False chatID= 941688522 2021-09-14 17:03:03,362 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.2s 2021-09-14 17:03:04,065 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'telegram:1.5.0,heatertimeout:0.0.1,touchui:0.3.18,navbartemp:0.14,excluderegion:0.3.0,printtimegenius:2.2.8,octolapse:0.4.1'} 2021-09-14 17:03:05,333 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 972230656, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2021-09-14 17:03:07,434 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-14 17:03:07,863 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 via autologin 2021-09-14 17:04:17,389 - octoprint.server.preemptive_cache - INFO - ... done in 69.95s 2021-09-14 17:04:17,390 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-14 17:04:17,645 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-14 17:04:38,702 - octoprint.server.preemptive_cache - INFO - ... done in 21.31s 2021-09-14 17:04:38,847 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-14 17:04:39,964 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-14 17:04:42,826 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-14 17:04:43,139 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-14 17:04:45,986 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-14 17:04:46,265 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-14 17:04:52,833 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-14 17:04:52,950 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631649892799 (::ffff:192.168.0.119) 4.09ms 2021-09-14 17:04:53,753 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631649892799 (::ffff:192.168.0.119) 3.99ms 2021-09-14 17:04:59,848 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-14 17:05:01,882 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631649900892 (::1) 5.68ms 2021-09-14 17:05:01,903 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631649900895 (::1) 4.95ms 2021-09-14 17:05:30,957 - octoprint.filemanager.analysis - INFO - Starting analysis of local:CE3_tightprueba_arm.gcode 2021-09-14 17:05:37,710 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: CE3_tightprueba_arm.gcode, owner: tris, user: tris 2021-09-14 17:05:37,716 - octoprint.plugins.excluderegion - INFO - File selected, resetting internal state 2021-09-14 17:05:37,743 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2021-09-14 17:05:37,768 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: CE3_tightprueba_arm.gcode, owner: tris, user: tris 2021-09-14 17:05:37,926 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 17:05:37,940 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2021-09-14 17:05:37,962 - octoprint.plugins.excluderegion - INFO - Printing started 2021-09-14 17:05:37,996 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-14 17:05:38,002 - octoprint.plugins.telegram - INFO - Sending a message: Started printing CE3_tightprueba_arm.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-14 17:05:39,157 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': 'local', 'file': 'aa09c721c6b64db1d6923ec26288dd3ee36583d1'} 2021-09-14 17:05:40,312 - octoprint.filemanager.analysis - INFO - Analysis of entry local:CE3_tightprueba_arm.gcode finished, needed 9.36s 2021-09-14 17:09:14,331 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2021-09-14 17:09:21,546 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2021-09-14 17:09:21,872 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=0.2.\nBed 50.01/50.0, Extruder 200.07/200.0.\n11:11:44, 0%% done, 11:11:58 remaining.\nCompleted time 11:11:19. with_image=True with_gif=True chatID= 941688522 2021-09-14 17:09:25,572 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 17:09:25,583 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 17:12:42,434 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.119 2021-09-14 17:17:52,176 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 17:18:02,137 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 923} 2021-09-14 17:20:52,389 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=3.0.\nBed 50.09/50.0, Extruder 200.0/200.0.\n11:11:14, 19%% done, 11:11:34 remaining.\nCompleted time 11:11:26. with_image=True with_gif=True chatID= 941688522 2021-09-14 17:21:01,926 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 17:21:01,936 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 17:25:18,842 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=5.2.\nBed 49.97/50.0, Extruder 199.97/200.0.\n11:11:41, 30%% done, 11:11:16 remaining.\nCompleted time 11:11:34. with_image=True with_gif=True chatID= 941688522 2021-09-14 17:25:21,516 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 17:25:21,529 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 17:32:19,080 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-14 17:32:20,064 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-14 17:32:20,386 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-14 17:32:24,831 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-14 17:32:25,967 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631651545573 (::ffff:192.168.0.119) 9.86ms 2021-09-14 17:32:27,696 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631651545573 (::ffff:192.168.0.119) 2.96ms 2021-09-14 17:32:52,177 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 17:33:02,138 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 1823} 2021-09-14 17:35:00,189 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=10.2.\nBed 50.0/50.0, Extruder 200.0/200.0.\n11:11:22, 62%% done, 11:11:32 remaining.\nCompleted time 11:11:32. with_image=True with_gif=True chatID= 941688522 2021-09-14 17:35:02,851 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 17:35:02,865 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 17:36:13,690 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=10.8.\nBed 50.02/50.0, Extruder 200.0/200.0.\n11:11:35, 64%% done, 11:11:27 remaining.\nCompleted time 11:11:40. with_image=True with_gif=True chatID= 941688522 2021-09-14 17:36:16,180 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 17:36:16,191 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 17:40:49,350 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=15.2.\nBed 50.0/50.0, Extruder 199.97/200.0.\n11:11:11, 72%% done, 11:11:55 remaining.\nCompleted time 11:11:44. with_image=True with_gif=True chatID= 941688522 2021-09-14 17:40:52,027 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 17:40:52,036 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 17:46:22,560 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=20.2.\nBed 50.02/50.0, Extruder 199.97/200.0.\n11:11:44, 88%% done, 11:11:23 remaining.\nCompleted time 11:11:45. with_image=True with_gif=True chatID= 941688522 2021-09-14 17:46:25,244 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 17:46:25,250 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 17:47:52,179 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 17:48:02,109 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 2723} 2021-09-14 17:50:49,312 - octoprint.util.comm - INFO - Finished in 2711.584 s. 2021-09-14 17:50:49,316 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Finishing" 2021-09-14 17:50:49,329 - octoprint.printer.standard.job - INFO - Print job done - origin: local, path: CE3_tightprueba_arm.gcode, owner: tris 2021-09-14 17:50:49,482 - octoprint.util.comm - INFO - Changing monitoring state from "Finishing" to "Operational" 2021-09-14 17:50:49,630 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintDone 2021-09-14 17:50:49,649 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-14 17:50:49,653 - octoprint.plugins.telegram - INFO - Sending a message: Finished printing CE3_tightprueba_arm.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-14 17:50:50,602 - octoprint.plugins.tracking - INFO - Sent tracking event print_done, payload: {'origin': 'local', 'file': 'aa09c721c6b64db1d6923ec26288dd3ee36583d1', 'elapsed': 2711} 2021-09-14 18:02:52,180 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 18:03:02,177 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 3623} 2021-09-14 18:16:36,330 - octoprint.filemanager.analysis - INFO - Starting analysis of local:CE3_tightener_ring.gcode 2021-09-14 18:16:43,109 - octoprint.plugins.excluderegion - INFO - File selected, resetting internal state 2021-09-14 18:16:43,110 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: CE3_tightener_ring.gcode, owner: tris, user: tris 2021-09-14 18:17:09,390 - octoprint.filemanager.analysis - INFO - Analysis of entry local:CE3_tightener_ring.gcode finished, needed 33.06s 2021-09-14 18:17:35,037 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2021-09-14 18:17:35,050 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: CE3_tightener_ring.gcode, owner: tris, user: tris 2021-09-14 18:17:35,092 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 18:17:35,115 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2021-09-14 18:17:35,135 - octoprint.plugins.excluderegion - INFO - Printing started 2021-09-14 18:17:35,207 - octoprint.plugins.telegram - INFO - Sending a message: Started printing CE3_tightener_ring.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-14 18:17:36,285 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': 'local', 'file': 'fff423959aef537949cfdffa96a7e016677d017e'} 2021-09-14 18:17:52,181 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 18:18:02,106 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 4523} 2021-09-14 18:17:10,564 - octoprint.startup - INFO - ****************************************************************************** 2021-09-14 18:17:10,567 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2021-09-14 18:17:10,569 - octoprint.startup - INFO - ****************************************************************************** 2021-09-14 18:17:10,651 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2021-09-14 18:17:10,828 - 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... 2021-09-14 18:17:15,224 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-14 18:17:15,797 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-09-14 18:17:15,872 - octoprint.server - INFO - Intermediary server started 2021-09-14 18:17:15,872 - 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... 2021-09-14 18:17:16,816 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-14 18:17:16,869 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2021-09-14 18:17:18,178 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-14 18:17:18,211 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2021-09-14 18:17:18,576 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-14 18:17:18,592 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2021-09-14 18:17:18,595 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=True, mayShrinkRegionsWhilePrinting=True, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'M73': {"gcode": "M73", "type": "ExcludedGcode", "mode": "merge", "description": "Suppress progress updates while excluding and output the most recent progress values encountered when exiting the excluded area"}, 'M117': {"gcode": "M117", "type": "ExcludedGcode", "mode": "last", "description": "Suppress display messages while excluding and output the last message encountered when exiting the excluded area"}, '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"}]} 2021-09-14 18:17:21,649 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-14 18:17:23,828 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-14 18:17:23,832 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-14 18:17:23,834 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-14 18:17:24,006 - octoprint.plugin.core - INFO - Initialized 22 plugin implementation(s) 2021-09-14 18:17:24,059 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-14 18:17:24,185 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 972230656 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2021-09-14 18:17:24,206 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-14 18:17:24,242 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-14 18:17:30,185 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-14 18:17:30,276 - octoprint.server - INFO - Intermediary server shut down 2021-09-14 18:17:30,280 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-14 18:17:30,281 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2021-09-14 18:17:30,285 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-14 18:17:30,369 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-14 18:17:30,471 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-14 18:17:30,474 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-14 18:17:30,477 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2021-09-14 18:17:30,482 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2021-09-14 18:17:30,496 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 18:17:30,501 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 18:17:31,737 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-14 18:17:31,765 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-14 18:17:31,779 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-14 18:17:32,319 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 18:17:33,364 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-14 18:17:33,456 - octoprint.plugins.pluginmanager - INFO - Looks like we are offline, can't fetch repository from network 2021-09-14 18:17:33,469 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-14 18:22:42,262 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 via autologin 2021-09-14 18:22:42,768 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-14 18:22:42,770 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-14 18:22:42,771 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-14 18:22:42,803 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2021-09-14 18:22:43,994 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2021-09-14 18:22:44,017 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 18:22:44,048 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin TH3D U1.R2.11" 2021-09-14 18:22:44,859 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2021-09-14 18:22:45,261 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': 'Marlin TH3D U1.R2.11'} 2021-09-14 18:22:47,142 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-14 18:22:47,337 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-14 18:22:47,628 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-14 18:22:47,738 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-14 18:22:48,396 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-14 18:22:48,907 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-14 18:22:59,061 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-14 18:22:59,062 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-14 18:23:00,020 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2021-09-14 18:23:00,038 - octoprint.plugins.HeaterTimeout - INFO - Starting up... 2021-09-14 18:23:01,342 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 40} 2021-09-14 18:23:02,586 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-14 18:23:02,601 - octoprint.plugins.telegram - INFO - Sending a message: 🚀 Hello. I'm online and ready to receive your commands. with_image=False with_gif=False chatID= 941688522 2021-09-14 18:23:02,681 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 972230656, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2021-09-14 18:23:03,464 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-14 18:23:04,056 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'telegram:1.5.0,heatertimeout:0.0.1,touchui:0.3.18,navbartemp:0.14,excluderegion:0.3.0,printtimegenius:2.2.8,octolapse:0.4.1'} 2021-09-14 18:23:56,542 - octoprint.server.preemptive_cache - INFO - ... done in 53.08s 2021-09-14 18:23:56,545 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-14 18:23:56,800 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-14 18:23:57,127 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-14 18:23:57,152 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-14 18:24:11,442 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-14 18:24:11,708 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-14 18:24:13,660 - octoprint.server.preemptive_cache - INFO - ... done in 17.12s 2021-09-14 18:24:22,774 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-14 18:24:25,098 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631654664124 (::1) 3.78ms 2021-09-14 18:24:25,110 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631654664127 (::1) 4.49ms 2021-09-14 18:24:29,761 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: CE3_tightener_ring.gcode, owner: tris, user: tris 2021-09-14 18:24:29,768 - octoprint.plugins.excluderegion - INFO - File selected, resetting internal state 2021-09-14 18:24:29,795 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2021-09-14 18:24:29,809 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: CE3_tightener_ring.gcode, owner: tris, user: tris 2021-09-14 18:24:29,836 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-14 18:24:29,863 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2021-09-14 18:24:29,873 - octoprint.plugins.excluderegion - INFO - Printing started 2021-09-14 18:24:29,954 - octoprint.plugins.telegram - INFO - Sending a message: Started printing CE3_tightener_ring.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-14 18:24:31,008 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': 'local', 'file': 'fff423959aef537949cfdffa96a7e016677d017e'} 2021-09-14 18:27:12,013 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2021-09-14 18:27:21,082 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2021-09-14 18:27:21,337 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=0.2.\nBed 50.01/50.0, Extruder 200.0/200.0.\n11:11:51, 0%% done, 11:11:39 remaining.\nCompleted time 11:11:00. with_image=True with_gif=True chatID= 941688522 2021-09-14 18:27:23,961 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 18:27:23,971 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 18:28:49,384 - octoprint.plugins.telegram.listener - INFO - Got a command: '/shutup' with parameter: '' in chat 941688522 2021-09-14 18:28:49,387 - octoprint.plugins.telegram - INFO - Sending a message: 🔕 Okay, shutting up until the next print is finished.🙊 Use /dontshutup to let me talk again before that. with_image=False with_gif=False chatID= 941688522 2021-09-14 18:32:15,801 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 18:38:01,261 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 940} 2021-09-14 18:47:15,803 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 18:53:01,183 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 1840} 2021-09-14 19:02:15,805 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 19:08:01,166 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 2740} 2021-09-14 19:17:15,809 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 19:23:01,328 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 3640} 2021-09-14 19:32:15,810 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 19:38:01,161 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 4540} 2021-09-14 19:47:15,813 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 19:53:01,156 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 5440} 2021-09-14 20:02:15,814 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 20:08:01,243 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 6340} 2021-09-14 20:13:27,586 - octoprint.plugins.telegram.listener - INFO - Got a command: '/status' with parameter: '' in chat 941688522 2021-09-14 20:13:27,609 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=6.4.\nBed 50.02/50.0, Extruder 200.0/200.0.\n11:11:57, 28%% done, 11:11:22 remaining.\nCompleted time 11:11:49. with_image=True with_gif=True chatID= 941688522 2021-09-14 20:13:30,357 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 20:13:30,370 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 20:17:15,817 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 20:23:01,219 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 7240} 2021-09-14 20:32:15,822 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 20:38:01,206 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 8140} 2021-09-14 20:47:15,825 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 20:53:01,217 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 9040} 2021-09-14 21:02:15,826 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 21:08:01,137 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 9940} 2021-09-14 21:17:15,827 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 21:23:01,218 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 10840} 2021-09-14 21:32:15,829 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 21:38:01,226 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 11740} 2021-09-14 21:47:15,830 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 21:53:01,137 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 12640} 2021-09-14 22:02:15,836 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 22:08:01,151 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 13540} 2021-09-14 22:17:15,837 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 22:17:38,320 - octoprint.plugins.telegram.listener - INFO - Got a command: '/status' with parameter: '' in chat 941688522 2021-09-14 22:17:38,345 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=15.4.\nBed 50.15/50.0, Extruder 200.0/200.0.\n11:11:08, 72%% done, 11:11:45 remaining.\nCompleted time 11:11:23. with_image=True with_gif=True chatID= 941688522 2021-09-14 22:17:40,720 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 22:17:40,730 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 22:23:01,179 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 14440} 2021-09-14 22:32:15,843 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 22:38:01,328 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 15340} 2021-09-14 22:41:33,574 - octoprint.plugins.telegram.listener - INFO - Got a command: '/status' with parameter: '' in chat 941688522 2021-09-14 22:41:33,593 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=18.0.\nBed 50.01/50.0, Extruder 199.97/200.0.\n11:11:03, 81%% done, 11:11:43 remaining.\nCompleted time 11:11:16. with_image=True with_gif=True chatID= 941688522 2021-09-14 22:41:36,169 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 22:41:36,189 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 22:47:15,847 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 22:53:01,245 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 16240} 2021-09-14 23:02:15,851 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 23:08:01,289 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 17140} 2021-09-14 23:14:07,565 - octoprint.plugins.telegram.listener - INFO - Got a command: '/status' with parameter: '' in chat 941688522 2021-09-14 23:14:07,581 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=21.6.\nBed 50.01/50.0, Extruder 200.0/200.0.\n11:11:37, 93%% done, 11:11:06 remaining.\nCompleted time 11:11:13. with_image=True with_gif=True chatID= 941688522 2021-09-14 23:14:10,057 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 23:14:10,065 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 23:17:15,854 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 23:23:01,259 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 18040} 2021-09-14 23:32:12,271 - octoprint.plugins.telegram.listener - INFO - Got a command: '/status' with parameter: '' in chat 941688522 2021-09-14 23:32:12,302 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=25.8.\nBed 50.12/50.0, Extruder 200.03/200.0.\n11:11:42, 99%% done, 11:11:51 remaining.\nCompleted time 11:11:03. with_image=True with_gif=True chatID= 941688522 2021-09-14 23:32:14,738 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-14 23:32:14,745 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-14 23:32:15,855 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-14 23:33:02,923 - octoprint.util.comm - INFO - Finished in 18513.130 s. 2021-09-14 23:33:02,926 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Finishing" 2021-09-14 23:33:02,949 - octoprint.printer.standard.job - INFO - Print job done - origin: local, path: CE3_tightener_ring.gcode, owner: tris 2021-09-14 23:33:03,035 - octoprint.util.comm - INFO - Changing monitoring state from "Finishing" to "Operational" 2021-09-14 23:33:03,279 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintDone 2021-09-14 23:33:03,291 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-14 23:33:03,296 - octoprint.plugins.telegram - INFO - Sending a message: Finished printing CE3_tightener_ring.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-14 23:33:04,221 - octoprint.plugins.tracking - INFO - Sent tracking event print_done, payload: {'origin': 'local', 'file': 'fff423959aef537949cfdffa96a7e016677d017e', 'elapsed': 18513} 2021-09-14 23:38:01,290 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 18940} 2021-09-14 23:38:19,149 - octoprint.plugins.telegram.listener - INFO - Got a command: '/status' with parameter: '' in chat 941688522 2021-09-14 23:38:19,161 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-14 23:38:19,165 - octoprint.plugins.telegram - INFO - Sending a message: Not printing.\nBed 39.03/0.0, Extruder 37.73/0.0. with_image=True with_gif=False chatID= 941688522 2021-09-14 23:38:37,103 - octoprint.plugins.telegram.listener - INFO - Got a command: '/sys' with parameter: '' in chat 941688522 2021-09-14 23:38:37,115 - octoprint.plugins.telegram - INFO - Sending a message: ℹ The following System Commands are known.\n\nIP: 192.168.0.248 with_image=False with_gif=False chatID= 941688522 2021-09-14 23:38:41,653 - octoprint.plugins.telegram.listener - INFO - Got a command: '/sys' with parameter: 'sys_Shutdown System' in chat 941688522 2021-09-14 23:38:46,944 - octoprint.plugins.telegram.listener - INFO - Got a command: '/sys' with parameter: 'sys_do_Shutdown System' in chat 941688522 2021-09-14 23:38:47,305 - octoprint.server.util.sockjs - INFO - Client connection closed: ::1 2021-09-14 23:38:48,126 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.119 2021-09-14 23:38:48,193 - octoprint.server - INFO - Shutting down... 2021-09-14 23:38:48,798 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-09-14 23:38:48,801 - octoprint.events - INFO - Event loop shut down 2021-09-14 23:38:49,023 - octoprint.plugins.HeaterTimeout - INFO - Shutting down... 2021-09-14 23:38:49,037 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-14 23:38:49,044 - octoprint.plugins.telegram - INFO - Sending a message: 🐙 💤 Shutting down. Goodbye. with_image=False with_gif=False chatID= 941688522 2021-09-14 23:38:49,056 - octoprint.server - INFO - Goodbye! 2021-09-14 23:39:09,995 - octoprint.startup - INFO - ****************************************************************************** 2021-09-14 23:39:09,998 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2021-09-14 23:39:10,005 - octoprint.startup - INFO - ****************************************************************************** 2021-09-14 23:39:10,173 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2021-09-14 23:39:11,710 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2021-09-14 23:39:11,812 - 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... 2021-09-14 23:39:17,916 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-14 23:39:18,578 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-09-14 23:39:18,631 - octoprint.server - INFO - Intermediary server started 2021-09-14 23:39:18,633 - 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... 2021-09-14 23:39:19,456 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-14 23:39:19,502 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2021-09-14 23:39:20,693 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-14 23:39:20,717 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2021-09-14 23:39:20,960 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-14 23:39:20,979 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2021-09-14 23:39:20,983 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=True, mayShrinkRegionsWhilePrinting=True, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'M73': {"gcode": "M73", "type": "ExcludedGcode", "mode": "merge", "description": "Suppress progress updates while excluding and output the most recent progress values encountered when exiting the excluded area"}, 'M117': {"gcode": "M117", "type": "ExcludedGcode", "mode": "last", "description": "Suppress display messages while excluding and output the last message encountered when exiting the excluded area"}, '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"}]} 2021-09-15 11:00:18,939 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-15 11:00:21,350 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-15 11:00:23,545 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-15 11:00:23,548 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-15 11:00:23,548 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-15 11:00:23,556 - octoprint.plugin.core - INFO - Initialized 22 plugin implementation(s) 2021-09-15 11:00:23,604 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-15 11:00:23,648 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 972230656 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2021-09-15 11:00:23,669 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-15 11:00:23,703 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-15 11:00:25,812 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-15 11:00:26,252 - octoprint.server - INFO - Intermediary server shut down 2021-09-15 11:00:26,255 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-15 11:00:26,256 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2021-09-15 11:00:26,263 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-15 11:00:26,394 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-15 11:00:27,404 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-15 11:00:27,753 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-15 11:00:27,755 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-15 11:00:27,759 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2021-09-15 11:00:27,766 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2021-09-15 11:00:27,777 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-15 11:00:27,785 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-15 11:00:28,756 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 1.4s 2021-09-15 11:00:28,771 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2021-09-15 11:00:31,212 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-15 11:00:32,425 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 3.2s 2021-09-15 11:00:33,629 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 1.1s 2021-09-15 11:00:34,331 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-15 11:00:34,350 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2021-09-15 11:00:34,360 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-15 11:00:34,365 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-15 11:00:34,381 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-15 11:00:34,456 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin TH3D U1.R2.11" 2021-09-15 11:00:34,662 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-15 11:00:35,032 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-15 11:00:35,863 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': 'Marlin TH3D U1.R2.11'} 2021-09-15 11:00:35,945 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 1.6s 2021-09-15 11:00:36,495 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-15 11:00:37,370 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 1.5s 2021-09-15 11:00:37,460 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-15 11:00:37,523 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-15 11:00:37,529 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-15 11:00:37,622 - octoprint.plugins.HeaterTimeout - INFO - Starting up... 2021-09-15 11:00:37,690 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.1s 2021-09-15 11:00:38,756 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 25} 2021-09-15 11:00:38,799 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.2s 2021-09-15 11:00:39,931 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'telegram:1.5.0,heatertimeout:0.0.1,touchui:0.3.18,navbartemp:0.14,excluderegion:0.3.0,printtimegenius:2.2.8,octolapse:0.4.1'} 2021-09-15 11:00:39,989 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-15 11:00:40,330 - octoprint.plugins.telegram - INFO - Sending a message: 🚀 Hello. I'm online and ready to receive your commands. with_image=False with_gif=False chatID= 941688522 2021-09-15 11:00:41,084 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-15 11:00:41,464 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 via autologin 2021-09-15 11:00:41,492 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 972230656, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2021-09-15 11:01:46,899 - octoprint.server.preemptive_cache - INFO - ... done in 65.82s 2021-09-15 11:01:46,902 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-15 11:01:47,060 - tornado.access - WARNING - 404 GET http://192.168.0.248:80/plugin/discovery/discovery.xml (::ffff:192.168.0.235) 11.62ms 2021-09-15 11:01:47,127 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-15 11:01:52,814 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-15 11:01:55,976 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-15 11:01:56,200 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-15 11:02:02,036 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-15 11:02:03,968 - octoprint.server.preemptive_cache - INFO - ... done in 17.07s 2021-09-15 11:02:08,328 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-15 11:02:09,214 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631714525581 (::ffff:192.168.0.119) 4.31ms 2021-09-15 11:02:09,225 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631714525581 (::ffff:192.168.0.119) 3.52ms 2021-09-15 11:02:11,167 - octoprint.filemanager.analysis - INFO - Starting analysis of local:CE3_pin_bocha.gcode 2021-09-15 11:02:18,006 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-15 11:02:20,718 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631714538818 (::1) 5.29ms 2021-09-15 11:02:23,129 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631714538823 (::1) 4.16ms 2021-09-15 11:02:23,181 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: CE3_pin_bocha.gcode, owner: tris, user: tris 2021-09-15 11:02:23,190 - octoprint.plugins.excluderegion - INFO - File selected, resetting internal state 2021-09-15 11:02:23,222 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2021-09-15 11:02:23,234 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: CE3_pin_bocha.gcode, owner: tris, user: tris 2021-09-15 11:02:23,284 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-15 11:02:23,305 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2021-09-15 11:02:23,311 - octoprint.plugins.excluderegion - INFO - Printing started 2021-09-15 11:02:23,346 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-15 11:02:23,363 - octoprint.plugins.telegram - INFO - Sending a message: Started printing CE3_pin_bocha.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-15 11:02:24,596 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': 'local', 'file': 'df467a1b61f100845136c518458198035d1bc55d'} 2021-09-15 11:02:24,669 - octoprint.filemanager.analysis - INFO - Analysis of entry local:CE3_pin_bocha.gcode finished, needed 13.50s 2021-09-15 11:05:57,674 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2021-09-15 11:06:05,539 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2021-09-15 11:06:05,883 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=0.2.\nBed 50.01/50.0, Extruder 200.0/200.0.\n11:11:42, 0%% done, 11:11:15 remaining.\nCompleted time 11:11:20. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:06:08,407 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:06:08,415 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:07:48,258 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Cancelling" 2021-09-15 11:07:48,261 - octoprint.util.comm - INFO - Force-sending M108 to the printer 2021-09-15 11:07:48,275 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling 2021-09-15 11:07:48,288 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: CE3_pin_bocha.gcode, owner: tris, user: tris 2021-09-15 11:07:48,376 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled 2021-09-15 11:07:48,474 - octoprint.util.comm - INFO - Changing monitoring state from "Cancelling" to "Operational" 2021-09-15 11:07:49,450 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed 2021-09-15 11:07:49,474 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': 'df467a1b61f100845136c518458198035d1bc55d', 'elapsed': 325} 2021-09-15 11:07:49,486 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-15 11:07:49,503 - octoprint.plugins.telegram - INFO - Sending a message: Printing CE3_pin_bocha.gcode failed. with_image=True with_gif=False chatID= 941688522 2021-09-15 11:07:50,774 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': 'df467a1b61f100845136c518458198035d1bc55d', 'elapsed': 325} 2021-09-15 11:08:37,692 - octoprint.plugins.HeaterTimeout - INFO - Timer Started: 1631714917 2021-09-15 11:10:16,396 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2021-09-15 11:10:16,420 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: CE3_pin_bocha.gcode, owner: tris, user: tris 2021-09-15 11:10:16,439 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-15 11:10:16,452 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2021-09-15 11:10:16,498 - octoprint.plugins.excluderegion - INFO - Printing started 2021-09-15 11:10:16,551 - octoprint.plugins.telegram - INFO - Sending a message: Started printing CE3_pin_bocha.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-15 11:10:17,644 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': 'local', 'file': 'df467a1b61f100845136c518458198035d1bc55d'} 2021-09-15 11:10:22,709 - octoprint.plugins.HeaterTimeout - INFO - Print started, timer stopped 2021-09-15 11:11:10,601 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=0.2.\nBed 56.08/50.0, Extruder 199.97/200.0.\n11:11:54, 0%% done, 11:11:15 remaining.\nCompleted time 11:11:25. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:11:12,870 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:11:12,881 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:15:18,943 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-15 11:15:38,679 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 925} 2021-09-15 11:19:29,875 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=5.2.\nBed 50.01/50.0, Extruder 200.0/200.0.\n11:11:13, 21%% done, 11:11:55 remaining.\nCompleted time 11:11:24. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:19:32,318 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:19:32,330 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:25:20,980 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=9.8.\nBed 50.0/50.0, Extruder 200.0/200.0.\n11:11:04, 34%% done, 11:11:50 remaining.\nCompleted time 11:11:10. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:25:23,410 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:25:23,418 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:25:51,835 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=10.2.\nBed 50.0/50.0, Extruder 200.03/200.0.\n11:11:35, 35%% done, 11:11:18 remaining.\nCompleted time 11:11:09. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:25:54,054 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:25:54,075 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:30:18,945 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-15 11:30:38,796 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 1825} 2021-09-15 11:32:45,257 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=15.2.\nBed 50.1/50.0, Extruder 200.0/200.0.\n11:11:28, 51%% done, 11:11:11 remaining.\nCompleted time 11:11:56. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:32:47,681 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:32:47,695 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:38:19,529 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=20.2.\nBed 50.02/50.0, Extruder 200.0/200.0.\n11:11:03, 65%% done, 11:11:26 remaining.\nCompleted time 11:11:45. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:38:21,847 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:38:21,860 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:40:31,088 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=22.0.\nBed 49.95/50.0, Extruder 200.0/200.0.\n11:11:14, 72%% done, 11:11:11 remaining.\nCompleted time 11:11:42. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:40:33,439 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:40:33,454 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:44:54,147 - octoprint.plugins.telegram - INFO - Sending a message: Printing at Z=25.2.\nBed 49.97/50.0, Extruder 200.0/200.0.\n11:11:37, 84%% done, 11:11:40 remaining.\nCompleted time 11:11:34. with_image=True with_gif=True chatID= 941688522 2021-09-15 11:44:56,495 - octoprint.plugins.telegram - INFO - Will try to create a gif 2021-09-15 11:44:56,501 - octoprint.plugins.telegram - INFO - will try to save image in path /home/pi/.octoprint/data/telegram/tmpgif 2021-09-15 11:45:18,946 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-15 11:45:38,792 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 2725} 2021-09-15 11:50:30,551 - octoprint.util.comm - INFO - Finished in 2414.155 s. 2021-09-15 11:50:30,554 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Finishing" 2021-09-15 11:50:30,574 - octoprint.printer.standard.job - INFO - Print job done - origin: local, path: CE3_pin_bocha.gcode, owner: tris 2021-09-15 11:50:30,638 - octoprint.util.comm - INFO - Changing monitoring state from "Finishing" to "Operational" 2021-09-15 11:50:30,881 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintDone 2021-09-15 11:50:30,901 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-15 11:50:30,905 - octoprint.plugins.telegram - INFO - Sending a message: Finished printing CE3_pin_bocha.gcode. with_image=True with_gif=False chatID= 941688522 2021-09-15 11:50:31,802 - octoprint.plugins.tracking - INFO - Sent tracking event print_done, payload: {'origin': 'local', 'file': 'df467a1b61f100845136c518458198035d1bc55d', 'elapsed': 2414} 2021-09-15 11:56:11,908 - octoprint.server.api.system - INFO - Performing command for core:shutdown: sudo shutdown -h now 2021-09-15 11:56:12,279 - octoprint.server.util.sockjs - INFO - Client connection closed: ::1 2021-09-15 11:56:13,100 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.119 2021-09-15 11:56:13,173 - octoprint.server - INFO - Shutting down... 2021-09-15 11:56:13,994 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-09-15 11:56:13,997 - octoprint.events - INFO - Event loop shut down 2021-09-15 11:56:14,140 - octoprint.plugins.HeaterTimeout - INFO - Shutting down... 2021-09-15 11:56:14,162 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-15 11:56:14,170 - octoprint.plugins.telegram - INFO - Sending a message: 🐙 💤 Shutting down. Goodbye. with_image=False with_gif=False chatID= 941688522 2021-09-15 11:56:14,200 - octoprint.server - INFO - Goodbye! 2021-09-15 11:56:29,758 - octoprint.startup - INFO - ****************************************************************************** 2021-09-15 11:56:29,761 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2021-09-15 11:56:29,763 - octoprint.startup - INFO - ****************************************************************************** 2021-09-15 11:56:29,888 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2021-09-15 11:56:31,166 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2021-09-15 11:56:31,262 - 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... 2021-09-15 11:56:37,002 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-15 11:56:37,593 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-09-15 11:56:37,673 - octoprint.server - INFO - Intermediary server started 2021-09-15 11:56:37,675 - 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... 2021-09-15 11:56:38,935 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-15 11:56:39,036 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2021-09-15 11:56:40,404 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-15 11:56:40,425 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2021-09-15 11:56:40,659 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-15 11:56:40,677 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2021-09-15 11:56:40,680 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=True, mayShrinkRegionsWhilePrinting=True, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'M73': {"gcode": "M73", "type": "ExcludedGcode", "mode": "merge", "description": "Suppress progress updates while excluding and output the most recent progress values encountered when exiting the excluded area"}, 'M117': {"gcode": "M117", "type": "ExcludedGcode", "mode": "last", "description": "Suppress display messages while excluding and output the last message encountered when exiting the excluded area"}, '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"}]} 2021-09-15 11:56:43,016 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-15 11:56:44,954 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-15 11:56:44,956 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-15 11:56:45,259 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-15 11:56:45,268 - octoprint.plugin.core - INFO - Initialized 22 plugin implementation(s) 2021-09-15 11:56:45,305 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-15 11:56:45,422 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 972230656 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2021-09-16 08:14:49,964 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2021-09-16 08:14:50,584 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-16 08:14:50,646 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-16 08:14:53,036 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-16 08:14:53,451 - octoprint.server - INFO - Intermediary server shut down 2021-09-16 08:14:53,454 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-16 08:14:53,456 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2021-09-16 08:14:53,515 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-16 08:14:53,591 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-16 08:14:53,797 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-16 08:14:53,801 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-16 08:14:53,823 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2021-09-16 08:14:53,829 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2021-09-16 08:14:53,842 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:14:53,850 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:14:54,939 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 1.3s 2021-09-16 08:14:55,427 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2021-09-16 08:14:55,655 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:14:57,638 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 1.5s 2021-09-16 08:14:58,352 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:14:58,519 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:14:59,110 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-16 08:14:59,161 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-16 08:14:59,183 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:14:59,212 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-16 08:14:59,351 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:14:59,353 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:14:59,685 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-16 08:14:59,922 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 1.6s 2021-09-16 08:14:59,896 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:15:00,387 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2021-09-16 08:15:00,404 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:15:00,477 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin TH3D U1.R2.11" 2021-09-16 08:15:01,064 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2021-09-16 08:15:02,021 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 1.6s 2021-09-16 08:15:02,055 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': 'Marlin TH3D U1.R2.11'} 2021-09-16 08:15:02,221 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:15:02,507 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 1.7s 2021-09-16 08:15:02,538 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:15:03,618 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.1s 2021-09-16 08:15:04,269 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.1s 2021-09-16 08:15:04,519 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 via autologin 2021-09-16 08:15:06,923 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:15:06,924 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:15:06,942 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:15:06,943 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:15:08,095 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2021-09-16 08:15:08,111 - octoprint.plugins.HeaterTimeout - INFO - Starting up... 2021-09-16 08:15:09,487 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 30} 2021-09-16 08:15:11,060 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-16 08:15:11,068 - octoprint.plugins.telegram - INFO - Sending a message: 🚀 Hello. I'm online and ready to receive your commands. with_image=False with_gif=False chatID= 941688522 2021-09-16 08:15:11,072 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 972230656, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2021-09-16 08:15:11,183 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-16 08:15:12,437 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'telegram:1.5.0,heatertimeout:0.0.1,touchui:0.3.18,navbartemp:0.14,excluderegion:0.3.0,printtimegenius:2.2.8,octolapse:0.4.1'} 2021-09-16 08:16:23,677 - octoprint.server.preemptive_cache - INFO - ... done in 72.49s 2021-09-16 08:16:23,678 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-16 08:16:23,763 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:16:44,088 - octoprint.server.preemptive_cache - INFO - ... done in 20.41s 2021-09-16 08:16:46,729 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-16 08:16:47,091 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:16:49,958 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-16 08:16:50,273 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-16 08:16:56,497 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-16 08:16:56,852 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631791015261 (::ffff:192.168.0.119) 4.20ms 2021-09-16 08:16:57,604 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631791015261 (::ffff:192.168.0.119) 4.22ms 2021-09-16 08:17:03,565 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-16 08:17:05,877 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631791025133 (::1) 4.20ms 2021-09-16 08:17:05,888 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631791025136 (::1) 3.55ms 2021-09-16 08:21:53,354 - octoprint.plugins.softwareupdate - INFO - Starting update of telegram to 1.6.5... 2021-09-16 08:21:56,927 - octoprint.plugins.softwareupdate - ERROR - Update of telegram can not be performed, please also check plugin_softwareupdate_console.log for possible causes of this Traceback (most recent call last): File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 987, in _perform_update update_result = updater.perform_update(target, populated_check, target_version, log_cb=self._log, online=online) File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/updaters/pip.py", line 116, in perform_update raise exceptions.UpdateError("Error while executing pip install", (stdout, stderr)) UpdateError 2021-09-16 08:21:58,007 - octoprint.plugins.tracking - INFO - Sent tracking event update_failed, payload: {'to_version': u'1.6.5', 'from_version': '1.5.0', 'target': u'telegram'} 2021-09-16 08:22:52,037 - octoprint.filemanager.analysis - INFO - Starting analysis of local:archivos/CE3_moon4inches.gcode 2021-09-16 08:23:01,263 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip 2021-09-16 08:23:58,891 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:23:59,463 - octoprint.plugins.pluginmanager - WARNING - The plugin was installed successfully, but couldn't be found afterwards to initialize properly during runtime. Please restart OctoPrint. 2021-09-16 08:24:16,100 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart 2021-09-16 08:24:16,333 - octoprint.server - INFO - Shutting down... 2021-09-16 08:24:17,318 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-09-16 08:24:17,326 - octoprint.events - INFO - Event loop shut down 2021-09-16 08:24:17,338 - octoprint.plugins.HeaterTimeout - INFO - Shutting down... 2021-09-16 08:24:17,357 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-16 08:24:17,362 - octoprint.plugins.telegram - INFO - Sending a message: 🐙 💤 Shutting down. Goodbye. with_image=False with_gif=False chatID= 941688522 2021-09-16 08:24:18,443 - octoprint.plugins.tracking - INFO - Sent tracking event shutdown, payload: {} 2021-09-16 08:24:18,557 - octoprint.server - INFO - Goodbye! 2021-09-16 08:24:38,768 - octoprint.startup - INFO - ****************************************************************************** 2021-09-16 08:24:38,770 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2021-09-16 08:24:38,772 - octoprint.startup - INFO - ****************************************************************************** 2021-09-16 08:24:38,833 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2021-09-16 08:24:40,987 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2021-09-16 08:24:41,077 - 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... 2021-09-16 08:24:43,517 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:24:44,029 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-16 08:24:44,556 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-09-16 08:24:44,586 - octoprint.server - INFO - Intermediary server started 2021-09-16 08:24:44,589 - 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... 2021-09-16 08:24:45,445 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:24:46,201 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-16 08:24:46,246 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2021-09-16 08:24:47,275 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-16 08:24:47,295 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2021-09-16 08:24:47,509 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-16 08:24:47,525 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2021-09-16 08:24:47,529 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=True, mayShrinkRegionsWhilePrinting=True, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'M73': {"gcode": "M73", "type": "ExcludedGcode", "mode": "merge", "description": "Suppress progress updates while excluding and output the most recent progress values encountered when exiting the excluded area"}, 'M117': {"gcode": "M117", "type": "ExcludedGcode", "mode": "last", "description": "Suppress display messages while excluding and output the last message encountered when exiting the excluded area"}, '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"}]} 2021-09-16 08:24:49,405 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:24:51,222 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-16 08:24:51,224 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:24:51,224 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:24:51,232 - octoprint.plugin.core - INFO - Initialized 22 plugin implementation(s) 2021-09-16 08:24:51,264 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-16 08:24:51,286 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 972230656 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2021-09-16 08:24:51,301 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-16 08:24:51,326 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-16 08:24:53,232 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-16 08:24:53,501 - octoprint.server - INFO - Intermediary server shut down 2021-09-16 08:24:53,505 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-16 08:24:53,505 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2021-09-16 08:24:53,510 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-16 08:24:53,614 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:24:54,644 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-16 08:24:55,154 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:24:55,259 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-16 08:24:55,263 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-16 08:24:55,269 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2021-09-16 08:24:55,280 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2021-09-16 08:24:55,289 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:24:55,293 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:24:56,409 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-16 08:24:56,424 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-16 08:24:56,442 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-16 08:24:57,072 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-16 08:24:57,120 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:24:57,212 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-16 08:24:57,451 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:24:58,264 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-16 08:24:59,169 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:24:59,385 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-16 08:24:59,424 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:24:59,833 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:24:59,836 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:24:59,837 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:24:59,958 - octoprint.plugins.HeaterTimeout - INFO - Starting up... 2021-09-16 08:25:01,140 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 17} 2021-09-16 08:25:01,768 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2021-09-16 08:25:01,794 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:25:01,910 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin TH3D U1.R2.11" 2021-09-16 08:25:02,407 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-16 08:25:02,424 - octoprint.plugins.telegram - INFO - Sending a message: 🚀 Hello. I'm online and ready to receive your commands. with_image=False with_gif=False chatID= 941688522 2021-09-16 08:25:02,526 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'telegram:1.5.0,heatertimeout:0.0.1,touchui:0.3.18,navbartemp:0.14,excluderegion:0.3.0,printtimegenius:2.2.8,octolapse:0.4.1'} 2021-09-16 08:25:02,717 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-16 08:25:03,920 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 972230656, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2021-09-16 08:25:05,309 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': 'Marlin TH3D U1.R2.11'} 2021-09-16 08:25:06,009 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:25:07,746 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.css?ec88168c (::ffff:192.168.0.119) 24.90ms 2021-09-16 08:25:07,755 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.css?0635c0de (::ffff:192.168.0.119) 4.49ms 2021-09-16 08:25:07,765 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.css?bb02acc1 (::ffff:192.168.0.119) 5.03ms 2021-09-16 08:25:08,967 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?ef1e2987 (::ffff:192.168.0.119) 42.78ms 2021-09-16 08:25:09,041 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?68a8d0b0 (::ffff:192.168.0.119) 44.36ms 2021-09-16 08:25:09,142 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?569547f5 (::ffff:192.168.0.119) 51.15ms 2021-09-16 08:25:09,268 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?b00f909b (::ffff:192.168.0.119) 74.53ms 2021-09-16 08:25:11,590 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-16 08:25:11,619 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-16 08:25:11,663 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.119 2021-09-16 08:25:18,376 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:25:23,340 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?ef1e2987 (::ffff:192.168.0.119) 4.41ms 2021-09-16 08:25:23,349 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?569547f5 (::ffff:192.168.0.119) 4.50ms 2021-09-16 08:25:23,361 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?68a8d0b0 (::ffff:192.168.0.119) 5.37ms 2021-09-16 08:25:23,372 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?b00f909b (::ffff:192.168.0.119) 5.03ms 2021-09-16 08:25:23,381 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?569547f5 (::ffff:192.168.0.119) 3.94ms 2021-09-16 08:25:23,401 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?b00f909b (::ffff:192.168.0.119) 4.83ms 2021-09-16 08:25:27,691 - octoprint.server.preemptive_cache - INFO - ... done in 24.97s 2021-09-16 08:25:27,692 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-16 08:25:37,205 - octoprint.server.preemptive_cache - INFO - ... done in 9.51s 2021-09-16 08:26:19,447 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:26:21,284 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-16 08:26:21,506 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:26:26,566 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-16 08:26:26,634 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631791585051 (::ffff:192.168.0.119) 2.93ms 2021-09-16 08:26:27,367 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631791585051 (::ffff:192.168.0.119) 2.83ms 2021-09-16 08:27:29,765 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip 2021-09-16 08:27:31,367 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:27:41,114 - octoprint.plugins.pluginmanager - INFO - Plugin to be installed from https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip was already installed, forcing a reinstall 2021-09-16 08:27:51,522 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:27:51,889 - octoprint.plugins.pluginmanager - WARNING - The plugin was installed successfully, but couldn't be found afterwards to initialize properly during runtime. Please restart OctoPrint. 2021-09-16 08:28:15,179 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart 2021-09-16 08:28:15,379 - octoprint.server - INFO - Shutting down... 2021-09-16 08:28:15,399 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-09-16 08:28:15,405 - octoprint.events - INFO - Event loop shut down 2021-09-16 08:28:15,425 - octoprint.plugins.HeaterTimeout - INFO - Shutting down... 2021-09-16 08:28:15,436 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-16 08:28:15,440 - octoprint.plugins.telegram - INFO - Sending a message: 🐙 💤 Shutting down. Goodbye. with_image=False with_gif=False chatID= 941688522 2021-09-16 08:28:16,561 - octoprint.plugins.tracking - INFO - Sent tracking event shutdown, payload: {} 2021-09-16 08:28:16,763 - octoprint.server - INFO - Goodbye! 2021-09-16 08:28:21,595 - octoprint.startup - INFO - ****************************************************************************** 2021-09-16 08:28:21,598 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2021-09-16 08:28:21,599 - octoprint.startup - INFO - ****************************************************************************** 2021-09-16 08:28:21,672 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2021-09-16 08:28:21,677 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2021-09-16 08:28:21,728 - 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... 2021-09-16 08:28:24,090 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:28:24,635 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-16 08:28:25,160 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-09-16 08:28:25,195 - octoprint.server - INFO - Intermediary server started 2021-09-16 08:28:25,196 - 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... 2021-09-16 08:28:26,052 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:28:26,169 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-16 08:28:26,220 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2021-09-16 08:28:27,261 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-16 08:28:27,281 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2021-09-16 08:28:27,503 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-16 08:28:27,520 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2021-09-16 08:28:27,524 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=True, mayShrinkRegionsWhilePrinting=True, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'M73': {"gcode": "M73", "type": "ExcludedGcode", "mode": "merge", "description": "Suppress progress updates while excluding and output the most recent progress values encountered when exiting the excluded area"}, 'M117': {"gcode": "M117", "type": "ExcludedGcode", "mode": "last", "description": "Suppress display messages while excluding and output the last message encountered when exiting the excluded area"}, '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"}]} 2021-09-16 08:28:29,338 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:28:31,245 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-16 08:28:31,247 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:28:31,248 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:28:31,254 - octoprint.plugin.core - INFO - Initialized 22 plugin implementation(s) 2021-09-16 08:28:31,301 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-16 08:28:31,328 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 972230656 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2021-09-16 08:28:31,343 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-16 08:28:31,366 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-16 08:28:33,184 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-16 08:28:33,399 - octoprint.server - INFO - Intermediary server shut down 2021-09-16 08:28:33,403 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-16 08:28:33,404 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2021-09-16 08:28:33,413 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-16 08:28:33,503 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:28:34,093 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-16 08:28:34,705 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:28:35,090 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-16 08:28:35,095 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-16 08:28:35,097 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2021-09-16 08:28:35,100 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2021-09-16 08:28:35,109 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:28:35,114 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:28:36,932 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:28:37,166 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-16 08:28:37,180 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-16 08:28:37,187 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-16 08:28:37,398 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-16 08:28:37,718 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:28:37,722 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-16 08:28:38,618 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-16 08:28:39,542 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:28:39,679 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-16 08:28:39,704 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-16 08:28:39,900 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:28:39,901 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:28:39,902 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:28:40,369 - octoprint.plugins.HeaterTimeout - INFO - Starting up... 2021-09-16 08:28:41,700 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2021-09-16 08:28:41,807 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2021-09-16 08:28:41,984 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin TH3D U1.R2.11" 2021-09-16 08:28:42,080 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:28:42,249 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-16 08:28:42,997 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 972230656, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2021-09-16 08:28:44,751 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-16 08:28:44,758 - octoprint.plugins.telegram - INFO - Sending a message: 🚀 Hello. I'm online and ready to receive your commands. with_image=False with_gif=False chatID= 941688522 2021-09-16 08:28:45,259 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 17} 2021-09-16 08:28:45,720 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-16 08:28:47,552 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'telegram:1.5.0,heatertimeout:0.0.1,touchui:0.3.18,navbartemp:0.14,excluderegion:0.3.0,printtimegenius:2.2.8,octolapse:0.4.1'} 2021-09-16 08:28:48,687 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': 'Marlin TH3D U1.R2.11'} 2021-09-16 08:29:08,670 - octoprint.server.preemptive_cache - INFO - ... done in 22.95s 2021-09-16 08:29:08,671 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-16 08:29:18,231 - octoprint.server.preemptive_cache - INFO - ... done in 9.56s 2021-09-16 08:31:24,609 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:31:24,862 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.119 2021-09-16 08:31:26,947 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-16 08:31:27,203 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:31:33,152 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-16 08:31:33,217 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631791891625 (::ffff:192.168.0.119) 4.50ms 2021-09-16 08:31:33,946 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631791891626 (::ffff:192.168.0.119) 3.16ms 2021-09-16 08:36:59,776 - octoprint.util.comm - ERROR - Unexpected error while reading from serial port Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 2793, in _readline ret = self._serial.readline() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 4932, in readline c = self.read(1) File "/home/pi/oprint/local/lib/python2.7/site-packages/serial/serialposix.py", line 501, in read 'device reports readiness to read but returned no data ' SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?) 2021-09-16 08:36:59,822 - octoprint.util.comm - ERROR - Please see https://faq.octoprint.org/serialerror for possible reasons of this. 2021-09-16 08:36:59,838 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Offline (Error: SerialException: 'device reports readiness to read but returned no data (device disconnected or multiple access on port?)' @ comm.py:_readline:2793)" 2021-09-16 08:37:04,011 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-16 08:37:04,190 - octoprint.server.util.sockjs - INFO - Client connection closed: ::1 2021-09-16 08:37:08,080 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-16 08:37:08,337 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-16 08:37:18,973 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-16 08:37:20,352 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631792240294 (::1) 4.52ms 2021-09-16 08:37:21,118 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631792240297 (::1) 3.64ms 2021-09-16 08:37:31,357 - octoprint.server.api.system - INFO - Performing command for core:shutdown: sudo shutdown -h now 2021-09-16 08:37:31,651 - octoprint.server.util.sockjs - INFO - Client connection closed: ::1 2021-09-16 08:37:33,561 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.119 2021-09-16 08:37:33,627 - octoprint.server - INFO - Shutting down... 2021-09-16 08:37:34,078 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-09-16 08:37:34,080 - octoprint.events - INFO - Event loop shut down 2021-09-16 08:37:34,529 - octoprint.plugins.HeaterTimeout - INFO - Shutting down... 2021-09-16 08:37:34,542 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-16 08:37:34,550 - octoprint.plugins.telegram - INFO - Sending a message: 🐙 💤 Shutting down. Goodbye. with_image=False with_gif=False chatID= 941688522 2021-09-16 08:37:34,563 - octoprint.server - INFO - Goodbye! 2021-09-16 08:37:44,362 - octoprint.startup - INFO - ****************************************************************************** 2021-09-16 08:37:44,364 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2021-09-16 08:37:44,367 - octoprint.startup - INFO - ****************************************************************************** 2021-09-16 08:37:44,451 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2021-09-16 08:37:50,335 - 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... 2021-09-16 08:37:55,066 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:37:58,137 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-16 08:37:58,701 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-09-16 08:37:58,871 - octoprint.server - INFO - Intermediary server started 2021-09-16 08:37:58,872 - 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... 2021-09-16 08:37:59,848 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:37:59,981 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 47 hook handlers 2021-09-16 08:38:00,036 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2021-09-16 08:38:01,303 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-16 08:38:01,329 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2021-09-16 08:38:01,622 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-16 08:38:01,644 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2021-09-16 08:38:01,649 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=True, mayShrinkRegionsWhilePrinting=True, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'M73': {"gcode": "M73", "type": "ExcludedGcode", "mode": "merge", "description": "Suppress progress updates while excluding and output the most recent progress values encountered when exiting the excluded area"}, 'M117': {"gcode": "M117", "type": "ExcludedGcode", "mode": "last", "description": "Suppress display messages while excluding and output the last message encountered when exiting the excluded area"}, '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"}]} 2021-09-16 08:38:05,052 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:39:04,299 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-16 08:39:04,301 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:39:04,301 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:39:04,308 - octoprint.plugin.core - INFO - Initialized 22 plugin implementation(s) 2021-09-16 08:39:04,344 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-16 08:39:04,368 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 972230656 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2021-09-16 08:39:04,382 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-16 08:39:04,409 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-16 08:39:06,484 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-16 08:39:06,560 - octoprint.server - INFO - Intermediary server shut down 2021-09-16 08:39:06,563 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-16 08:39:06,564 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2021-09-16 08:39:06,567 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-16 08:39:06,647 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-16 08:39:06,662 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-16 08:39:06,666 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-16 08:39:07,822 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-16 08:39:07,837 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-16 08:39:07,846 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-16 08:39:08,074 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-16 08:39:08,196 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:39:10,235 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:39:10,676 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:39:10,678 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:39:10,679 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:39:10,708 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2021-09-16 08:39:10,793 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:39:11,143 - octoprint.plugins.HeaterTimeout - INFO - Starting up... 2021-09-16 08:39:12,523 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:39:12,733 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 20} 2021-09-16 08:39:13,062 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 via autologin 2021-09-16 08:39:13,847 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-16 08:39:13,971 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'telegram:1.5.0,heatertimeout:0.0.1,touchui:0.3.18,navbartemp:0.14,excluderegion:0.3.0,printtimegenius:2.2.8,octolapse:0.4.1'} 2021-09-16 08:39:14,544 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-16 08:39:14,550 - octoprint.plugins.telegram - INFO - Sending a message: 🚀 Hello. I'm online and ready to receive your commands. with_image=False with_gif=False chatID= 941688522 2021-09-16 08:39:15,239 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 972230656, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2021-09-16 08:40:35,110 - octoprint.server.preemptive_cache - INFO - ... done in 81.26s 2021-09-16 08:40:35,111 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-16 08:40:35,494 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:40:40,376 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-16 08:40:44,190 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:40:49,240 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-16 08:40:49,864 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-16 08:40:51,619 - octoprint.server.preemptive_cache - INFO - ... done in 16.51s 2021-09-16 08:40:54,843 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-16 08:40:54,901 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631792453282 (::ffff:192.168.0.119) 4.06ms 2021-09-16 08:40:55,665 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631792453282 (::ffff:192.168.0.119) 4.13ms 2021-09-16 08:41:04,029 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-16 08:41:05,023 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=thumbnail&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631792464299 (::1) 3.89ms 2021-09-16 08:41:05,035 - tornado.access - WARNING - 404 GET /plugin/octolapse/getSnapshot?file_type=snapshot&camera_guid=354def78-9eea-409a-ad23-ee966dfff4ba&apikey=&time=1631792464303 (::1) 5.13ms 2021-09-16 08:41:20,001 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip 2021-09-16 08:41:21,611 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:41:34,260 - octoprint.plugins.pluginmanager - INFO - Plugin to be installed from https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip was already installed, forcing a reinstall 2021-09-16 08:41:45,072 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 863, in _import_plugin instance = imp.load_module(module_name, f, filename, description) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/__init__.py", line 16, in from .api import FilamentManagerApi File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/api/__init__.py", line 19, in from octoprint.access.permissions import Permissions ImportError: No module named access.permissions 2021-09-16 08:41:45,642 - octoprint.plugins.pluginmanager - WARNING - The plugin was installed successfully, but couldn't be found afterwards to initialize properly during runtime. Please restart OctoPrint. 2021-09-16 08:42:05,684 - octoprint.plugins.softwareupdate - INFO - Starting update of octoprint to 1.6.1... 2021-09-16 08:42:10,467 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:42:16,253 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:42:16,255 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:45:17,383 - octoprint.plugins.softwareupdate - ERROR - Update of octoprint can not be performed, please also check plugin_softwareupdate_console.log for possible causes of this Traceback (most recent call last): File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 987, in _perform_update update_result = updater.perform_update(target, populated_check, target_version, log_cb=self._log, online=online) File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/updaters/pip.py", line 116, in perform_update raise exceptions.UpdateError("Error while executing pip install", (stdout, stderr)) UpdateError 2021-09-16 08:45:18,567 - octoprint.plugins.tracking - INFO - Sent tracking event update_failed, payload: {'to_version': '1.6.1', 'from_version': '1.3.12', 'target': 'octoprint'} 2021-09-16 08:45:46,714 - octoprint.server.api.system - INFO - Performing command for core:restart_safe: sudo service octoprint restart 2021-09-16 08:45:47,489 - octoprint.server - INFO - Shutting down... 2021-09-16 08:45:48,140 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-09-16 08:45:48,145 - octoprint.events - INFO - Event loop shut down 2021-09-16 08:45:48,159 - octoprint.plugins.HeaterTimeout - INFO - Shutting down... 2021-09-16 08:45:48,178 - octoprint.plugins.telegram - INFO - An Exception in get final time : unsupported type for timedelta seconds component: str 2021-09-16 08:45:48,183 - octoprint.plugins.telegram - INFO - Sending a message: 🐙 💤 Shutting down. Goodbye. with_image=False with_gif=False chatID= 941688522 2021-09-16 08:45:50,118 - octoprint.plugins.tracking - INFO - Sent tracking event shutdown, payload: {} 2021-09-16 08:45:50,507 - octoprint.server - INFO - Goodbye! 2021-09-16 08:45:55,359 - octoprint.startup - INFO - ****************************************************************************** 2021-09-16 08:45:55,362 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2021-09-16 08:45:55,362 - octoprint.startup - INFO - Starting in SAFE MODE. Third party plugins will be disabled! 2021-09-16 08:45:55,364 - octoprint.startup - INFO - Reason for safe mode: setting in config.yaml 2021-09-16 08:45:55,365 - octoprint.startup - INFO - ****************************************************************************** 2021-09-16 08:45:55,470 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2021-09-16 08:45:57,574 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2021-09-16 08:45:57,658 - 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... 2021-09-16 08:45:59,804 - octoprint.plugin.core - INFO - Found 23 plugin(s) providing 15 mixin implementations, 23 hook handlers 2021-09-16 08:46:00,410 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-09-16 08:46:00,439 - octoprint.server - INFO - Intermediary server started 2021-09-16 08:46:00,440 - 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... 2021-09-16 08:46:01,275 - octoprint.plugin.core - INFO - Found 23 plugin(s) providing 15 mixin implementations, 23 hook handlers 2021-09-16 08:46:01,320 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2021-09-16 08:46:02,319 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2021-09-16 08:46:02,538 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2021-09-16 08:46:04,411 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:46:06,288 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2021-09-16 08:46:06,289 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:46:06,290 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:46:06,297 - octoprint.plugin.core - INFO - Initialized 15 plugin implementation(s) 2021-09-16 08:46:06,845 - octoprint.plugin.core - INFO - 23 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | !Exclude Region (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | !Filament Manager (1.8.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | !HeaterTimeout (0.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_HeaterTimeout | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | !Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | !Octolapse (0.4.1) = /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 | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | !PrintTimeGenius Plugin (2.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | !Telegram Notifications (1.5.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram | !TouchUI (0.3.18) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2021-09-16 08:46:06,865 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 972230656 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2021-09-16 08:46:06,879 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2021-09-16 08:46:06,902 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2021-09-16 08:46:07,906 - octoprint.server - INFO - Shutting down intermediary server... 2021-09-16 08:46:07,920 - octoprint.server - INFO - Intermediary server shut down 2021-09-16 08:46:07,923 - octoprint.events - INFO - Processing startup event, this is our first event 2021-09-16 08:46:07,924 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2021-09-16 08:46:07,927 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2021-09-16 08:46:08,057 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:46:08,883 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2021-09-16 08:46:09,384 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:46:09,626 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2021-09-16 08:46:09,630 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2021-09-16 08:46:09,643 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2021-09-16 08:46:09,656 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2021-09-16 08:46:09,671 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2021-09-16 08:46:09,690 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2021-09-16 08:46:09,691 - octoprint.server - INFO - Server started successfully in safe mode as requested from config, removing flag 2021-09-16 08:46:10,367 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2021-09-16 08:46:10,872 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-16 08:46:12,071 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2021-09-16 08:46:12,088 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2021-09-16 08:46:12,384 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:46:12,390 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:46:12,391 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:46:12,428 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:46:12,461 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::1 2021-09-16 08:46:13,334 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://[::1]/'} 2021-09-16 08:46:13,986 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 972230656, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2021-09-16 08:46:14,799 - tornado.access - WARNING - 404 GET /api/plugin/excluderegion (::ffff:192.168.0.119) 17.17ms 2021-09-16 08:46:14,857 - tornado.access - WARNING - 404 GET /api/plugin/telegram (::ffff:192.168.0.119) 17.88ms 2021-09-16 08:46:14,914 - tornado.access - WARNING - 404 GET /api/plugin/telegram?bindings=true (::ffff:192.168.0.119) 21.74ms 2021-09-16 08:46:15,495 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 13} 2021-09-16 08:46:16,446 - tornado.access - WARNING - 404 GET /api/plugin/excluderegion (::1) 24.49ms 2021-09-16 08:46:16,509 - tornado.access - WARNING - 404 GET /api/plugin/telegram (::1) 16.60ms 2021-09-16 08:46:16,542 - tornado.access - WARNING - 404 GET /api/plugin/telegram?bindings=true (::1) 19.02ms 2021-09-16 08:46:16,559 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-16 08:46:16,618 - tornado.access - WARNING - 404 POST /plugin/octolapse/loadSettingsAndState (::ffff:192.168.0.119) 101.02ms 2021-09-16 08:46:16,641 - tornado.access - WARNING - 404 POST /plugin/octolapse/loadSettingsAndState (::1) 91.29ms 2021-09-16 08:46:16,647 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::1 2021-09-16 08:46:16,970 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u''} 2021-09-16 08:46:31,132 - octoprint.server.preemptive_cache - INFO - ... done in 17.80s 2021-09-16 08:46:31,133 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'} 2021-09-16 08:46:37,768 - octoprint.server.preemptive_cache - INFO - ... done in 6.64s 2021-09-16 08:47:12,659 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:47:12,898 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.119 2021-09-16 08:47:15,362 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.119 2021-09-16 08:47:15,602 - octoprint.server.util.flask - INFO - Passively logging in user tris from ::ffff:192.168.0.119 2021-09-16 08:47:18,908 - octoprint.server.util.sockjs - INFO - User tris logged in on the socket from client ::ffff:192.168.0.119 2021-09-16 08:47:28,933 - octoprint.plugins.softwareupdate - INFO - Starting update of octoprint to 1.6.1... 2021-09-16 08:47:30,903 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2021-09-16 08:47:35,899 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2021-09-16 08:47:35,900 - octoprint.util.pip - INFO - ==> pip ok -> yes 2021-09-16 08:49:49,521 - octoprint.plugins.softwareupdate - ERROR - Update of octoprint can not be performed, please also check plugin_softwareupdate_console.log for possible causes of this Traceback (most recent call last): File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 987, in _perform_update update_result = updater.perform_update(target, populated_check, target_version, log_cb=self._log, online=online) File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/updaters/pip.py", line 116, in perform_update raise exceptions.UpdateError("Error while executing pip install", (stdout, stderr)) UpdateError 2021-09-16 08:49:50,648 - octoprint.plugins.tracking - INFO - Sent tracking event update_failed, payload: {'to_version': '1.6.1', 'from_version': '1.3.12', 'target': 'octoprint'}