fabianonline / OctoPrint-Telegram

Plugin for octoprint to send status messages and receive commands via Telegram messenger.
312 stars 114 forks source link

Octoprint webserver unable to shutdown with plugin enabled. #357

Open phpsystems opened 3 years ago

phpsystems commented 3 years ago

Hi,

I recently updated to Octoprint Version 1.6.0 on my raspberry pi. As soon as I did, Octoprint was unable to shutdown cleanly. On investigation, I found that the process was still running, and had to be forced (ie, killed) to shut down cleanly.

The service restarted cleanly (several times) in safe mode, so not an issue with Octoprint. Disabling the telegram plugin allowed for a clean restart.

Details from the logs:

2021-04-28 14:54:59,029 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2021-04-28 14:54:59,032 - octoprint.plugins.softwareupdate - INFO - Restarting... 2021-04-28 14:54:59,159 - octoprint.server - INFO - Shutting down... 2021-04-28 14:55:00,080 - octoprint.server - INFO - Calling on_shutdown on plugins 2021-04-28 14:55:00,083 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-04-28 14:55:00,134 - octoprint.events - INFO - Event loop shut down 2021-04-28 14:55:04,708 - octoprint.plugins.telegram - ERROR - An Exception in get layers from DisplayLayerProgress : HTTPConnectionPool(host='localhost', port=5000): Read timed out. (read timeout=3) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram/init.py", line 1758, in get_current_layers r = requests.get("http://localhost:"+ str(self.tcmd.port) +"/plugin/DisplayLayerProgress/values", headers=headers,timeout=3, proxies=self.getProxies()) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/api.py", line 76, in get return request('get', url, params=params, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/sessions.py", line 530, in request resp = self.send(prep, *send_kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/raven/breadcrumbs.py", line 341, in send resp = real_send(self, request, args, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/sessions.py", line 643, in send r = adapter.send(request, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/adapters.py", line 529, in send raise ReadTimeout(e, request=request) ReadTimeout: HTTPConnectionPool(host='localhost', port=5000): Read timed out. (read timeout=3)

giloser commented 3 years ago

I just update myself and try it without problem ... is this the end of your log? could you activate the debug and try again to see if we get more info ?

thanks

phpsystems commented 3 years ago

2021-05-28 15:05:09,483 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart 2021-05-28 15:05:09,650 - octoprint.server - DEBUG - SIGTERM received... 2021-05-28 15:05:09,650 - octoprint.server - DEBUG - Shutting down tornado's IOLoop... 2021-05-28 15:05:09,652 - octoprint.server - DEBUG - Tornado's IOLoop stopped 2021-05-28 15:05:09,655 - octoprint.server - INFO - Shutting down... 2021-05-28 15:05:10,037 - octoprint.server - INFO - Calling on_shutdown on plugins 2021-05-28 15:05:10,038 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2021-05-28 15:05:10,040 - octoprint.plugin - DEBUG - Calling on_shutdown on octolapse 2021-05-28 15:05:10,040 - octoprint.events.fire - DEBUG - Firing event: Shutdown (Payload: None) 2021-05-28 15:05:10,041 - octoprint.plugin - DEBUG - Calling on_shutdown on discovery 2021-05-28 15:05:10,042 - octoprint.events - DEBUG - Sending action to <bound method PrinterStateConnection._onEvent of <octoprint.server.util.sockjs.PrinterStateConnection object at 0xa1efcab0>> 2021-05-28 15:05:10,047 - octoprint.plugin - DEBUG - Calling on_event on action_command_notification 2021-05-28 15:05:10,050 - octoprint.plugin - DEBUG - Calling on_event on action_command_prompt 2021-05-28 15:05:10,053 - octoprint.plugin - DEBUG - Calling on_event on announcements 2021-05-28 15:05:10,055 - octoprint.plugin - DEBUG - Calling on_event on file_check 2021-05-28 15:05:10,056 - octoprint.plugin - DEBUG - Calling on_event on firmware_check 2021-05-28 15:05:10,058 - octoprint.plugin - DEBUG - Calling on_event on pluginmanager 2021-05-28 15:05:10,060 - octoprint.plugin - DEBUG - Calling on_event on softwareupdate 2021-05-28 15:05:10,061 - octoprint.plugin - DEBUG - Calling on_event on DisplayLayerProgress 2021-05-28 15:05:10,063 - octoprint.plugin - DEBUG - Calling on_event on GPIOShutdown 2021-05-28 15:05:10,065 - octoprint.plugin - DEBUG - Calling on_event on PrintJobHistory 2021-05-28 15:05:10,065 - octoprint.plugin - DEBUG - Calling on_event on PrintTimeGenius 2021-05-28 15:05:10,065 - octoprint.plugin - DEBUG - Calling on_event on SpoolManager 2021-05-28 15:05:10,067 - octoprint.plugin - DEBUG - Calling on_event on UltimakerFormatPackage 2021-05-28 15:05:10,068 - octoprint.plugin - DEBUG - Calling on_event on bedlevelvisualizer 2021-05-28 15:05:10,069 - octoprint.plugin - DEBUG - Calling on_event on cancelobject 2021-05-28 15:05:10,069 - octoprint.plugin - DEBUG - Calling on_event on continuousprint 2021-05-28 15:05:10,072 - octoprint.plugin - DEBUG - Calling on_event on cooldownfan 2021-05-28 15:05:10,073 - octoprint.plugin - DEBUG - Calling on_event on dashboard 2021-05-28 15:05:10,074 - octoprint.plugin - DEBUG - Calling on_event on detailedprogress 2021-05-28 15:05:10,075 - octoprint.plugin - DEBUG - Calling on_event on display_eta 2021-05-28 15:05:10,076 - octoprint.plugin - DEBUG - Calling on_event on enclosure 2021-05-28 15:05:10,078 - octoprint.plugin - DEBUG - Calling on_event on excluderegion 2021-05-28 15:05:10,079 - octoprint.plugin - DEBUG - Calling on_event on filamentmanager 2021-05-28 15:05:10,080 - octoprint.plugin - DEBUG - Calling on_event on firmwareupdater 2021-05-28 15:05:10,081 - octoprint.plugin - DEBUG - Calling on_event on mqtt 2021-05-28 15:05:10,090 - octoprint.plugin - DEBUG - Calling on_event on octolapse 2021-05-28 15:05:10,091 - octoprint.plugin - DEBUG - Calling on_event on prusaslicerthumbnails 2021-05-28 15:05:10,092 - octoprint.plugin - DEBUG - Calling on_event on tasmota 2021-05-28 15:05:10,093 - octoprint.plugin - DEBUG - Calling on_event on telegram 2021-05-28 15:05:10,094 - octoprint.plugins.telegram - DEBUG - self.tmsg = <octoprint_telegram.telegramNotifications.TMSG instance at 0xa1bc2940> 2021-05-28 15:05:10,094 - octoprint.plugin - DEBUG - Calling on_event on thespaghettidetective 2021-05-28 15:05:10,098 - octoprint.plugin - DEBUG - Calling on_event on ws281x_led_status 2021-05-28 15:05:10,099 - octoprint.plugin - DEBUG - Calling on_event on z_probe_offset 2021-05-28 15:05:10,099 - octoprint.events - INFO - Event loop shut down 2021-05-28 15:05:10,573 - octoprint.plugin - DEBUG - Calling on_shutdown on GPIOShutdown 2021-05-28 15:05:10,577 - octoprint.plugin - DEBUG - Calling on_shutdown on PrintTimeGenius 2021-05-28 15:05:10,581 - octoprint.plugin - DEBUG - Calling on_shutdown on cooldownfan 2021-05-28 15:05:10,583 - octoprint.plugin - DEBUG - Calling on_shutdown on filamentmanager 2021-05-28 15:05:10,593 - octoprint.plugin - DEBUG - Calling on_shutdown on filemanager 2021-05-28 15:05:10,595 - octoprint.plugin - DEBUG - Calling on_shutdown on mqtt 2021-05-28 15:05:11,634 - octoprint.plugin - DEBUG - Calling on_shutdown on telegram 2021-05-28 15:05:11,641 - octoprint.plugins.telegram - DEBUG - self.tmsg = <octoprint_telegram.telegramNotifications.TMSG instance at 0xa1bc2940> 2021-05-28 15:05:11,649 - octoprint.plugins.telegram - DEBUG - Got an event: PrinterShutdown Payload: {} 2021-05-28 15:05:11,657 - octoprint.plugins.telegram.TMSG - DEBUG - event :PrinterShutdown 2021-05-28 15:05:11,665 - octoprint.plugins.telegram.TMSG - DEBUG - send_gif = False and this message would send gif = False 2021-05-28 15:05:11,669 - octoprint.plugins.telegram.TMSG - DEBUG - Printer Status{u'offsets': {}, u'state': {'text': u'Offline', 'flags': {'cancelling': False, 'paused': False, 'operational': False, 'pausing': False, 'printing': False, 'resuming': False, 'sdReady': False, 'error': False, 'ready': False, 'finishing': False, 'closedOrError': True}, 'error': u''}, u'job': {'file': {'date': None, 'origin': None, 'size': None, 'name': None, 'path': None}, 'estimatedPrintTime': None, 'user': None, 'filament': {'volume': None, 'length': None}, 'lastPrintTime': None}, u'currentZ': None, u'progress': {'completion': None, 'filepos': None, 'printTime': None, 'printTimeLeft': None, 'printTimeOrigin': None}, u'resends': {'count': 0, 'ratio': 0}} 2021-05-28 15:05:11,692 - octoprint.plugins.telegram.TMSG - DEBUG - TEMPS - {} 2021-05-28 15:05:11,699 - octoprint.plugins.telegram - DEBUG - get_current_layers api key=14CA0D2719D54E40A503686E3EAC45AB 2021-05-28 15:05:14,726 - octoprint.plugins.telegram - ERROR - An Exception in get layers from DisplayLayerProgress : HTTPConnectionPool(host='localhost', port=5000): Read timed out. (read timeout=3) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram/init.py", line 1758, in get_current_layers r = requests.get("http://localhost:"+ str(self.tcmd.port) +"/plugin/DisplayLayerProgress/values", headers=headers,timeout=3, proxies=self.getProxies()) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/api.py", line 76, in get return request('get', url, params=params, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/sessions.py", line 530, in request resp = self.send(prep, send_kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/raven/breadcrumbs.py", line 341, in send resp = real_send(self, request, *args, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/sessions.py", line 643, in send r = adapter.send(request, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/requests/adapters.py", line 529, in send raise ReadTimeout(e, request=request) ReadTimeout: HTTPConnectionPool(host='localhost', port=5000): Read timed out. (read timeout=3) 2021-05-28 15:05:14,729 - octoprint.plugins.telegram.TMSG - DEBUG - Layers - None 2021-05-28 15:05:14,733 - octoprint.plugins.telegram.TMSG - DEBUG - VARS - {'Layers': None, 'e1_temp': 0.0, 'totalLayer': '?', 'time_left': '[Unknown]', 'bed_target': 0.0, 'file': None, 'e2_temp': 0.0, 'payload': {}, 'bed_temp': 0.0, 'self': <octoprint_telegram.telegramNotifications.TMSG instance at 0xa1bc2940>, 'percent': 0, 'event': u'PrinterShutdown', 'kwargs': {'thumbnail': None, 'with_gif': 0, 'with_image': False, 'event': u'PrinterShutdown', 'silent': False}, 'currentLayer': '?', 'status': {u'offsets': {}, u'state': {'text': u'Offline', 'flags': {'cancelling': False, 'paused': False, 'operational': False, 'pausing': False, 'printing': False, 'resuming': False, 'sdReady': False, 'error': False, 'ready': False, 'finishing': False, 'closedOrError': True}, 'error': u''}, u'job': {'file': {'date': None, 'origin': None, 'size': None, 'name': None, 'path': None}, 'estimatedPrintTime': None, 'user': None, 'filament': {'volume': None, 'length': None}, 'lastPrintTime': None}, u'currentZ': None, u'progress': {'completion': None, 'filepos': None, 'printTime': None, 'printTimeLeft': None, 'printTimeOrigin': None}, u'resends': {'count': 0, 'ratio': 0}}, 'temps': {}, 'path': None, 'e2_target': 0.0, 'e1_target': 0.0, 'time_finish': '[Unknown]', 'time_done': u'00:00:00', 'z': 0.0} 2021-05-28 15:05:14,736 - octoprint.plugins.telegram - DEBUG - Formatting emoticon: octopus 2021-05-28 15:05:14,739 - octoprint.plugins.telegram - DEBUG - Formatting emoticon: shutdown 2021-05-28 15:05:14,746 - octoprint.plugins.telegram - DEBUG - Send_msg() found event: PrinterShutdown | chats list={'865258307': {'commands': {'/togglepause': True, '/dontshutup': True, '/help': False, '/con': False, '/print': False, 'No': False, '/supergif': True, '/status': True, '/gif': False, '/user': False, '/filament': False, '/shutup': True, 'Yes': False, '/sys': True, '/ctrl': True, '/settings': True, '/test': False, '/upload': True, '/tune': True, '/abort': True, '/files': True}, 'title': 'Tim - @timmehwimmy', 'image': u'/plugin/telegram/img/static/default.jpg', 'send_notifications': True, 'private': True, 'id': '865258307', 'notifications': {'plugin_pause_for_user_event_notify': False, 'StatusPrinting': False, 'PrintDone': True, 'ZChange': False, 'PrinterStart': False, 'PrintFailed': True, 'StatusNotPrinting': False, 'PrintStarted': False, 'PrintResumed': False, 'PrintPaused': False, 'PrinterShutdown': True}, 'newUsr': False, 'new': False, 'type': 'PRIVATE', 'allow_users': False, 'accept_commands': True}} 2021-05-28 15:05:14,748 - octoprint.plugins.telegram - DEBUG - send_msg loop key=865258307 2021-05-28 15:05:14,751 - octoprint.plugins.telegram - DEBUG - self.chats[key]['notifications']={'plugin_pause_for_user_event_notify': False, 'StatusPrinting': False, 'PrintDone': True, 'ZChange': False, 'PrinterStart': False, 'PrintFailed': True, 'StatusNotPrinting': False, 'PrintStarted': False, 'PrintResumed': False, 'PrintPaused': False, 'PrinterShutdown': True} 2021-05-28 15:05:14,753 - octoprint.plugins.telegram - DEBUG - start _send_msg 2021-05-28 15:05:14,755 - octoprint.plugins.telegram - DEBUG - log instead log sending message 2021-05-28 15:05:14,756 - octoprint.plugins.telegram - DEBUG - data so far: {u'disable_notification': False, u'chat_id': '865258307', u'disable_web_page_preview': True} 2021-05-28 15:05:14,757 - octoprint.plugins.telegram - DEBUG - Sending without image.. 865258307 2021-05-28 15:05:41,001 - octoprint.startup - INFO - ** 2021-05-28 15:05:41,003 - octoprint.startup - INFO - Starting OctoPrint 1.6.1 2021-05-28 15:05:41,003 - octoprint.startup - INFO - ** 2021-05-28 15:05:41,657 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online 2021-05-28 15:05:41,770 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2021-05-28 15:05:41,770 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2021-05-28 15:05:41,771 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2021-05-28 15:05:41,783 - octoprint.startup - INFO - Blacklist processing done, adding 12 blacklisted plugin versions: roomtemp (any), GcodeEditor (0.1.1), GcodeEditor (0.2.0), GcodeEditor (0.2.1), GcodeEditor (0.2.2), GcodeEditor (0.2.3), GcodeEditor (0.2.4), GcodeEditor (0.2.5), GcodeEditor (0.2.6), GcodeEditor (0.2.8), gcodeleveling (0.1.0), gcodeleveling (0.1.1) 2021-05-28 15:05:41,803 - 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-05-28 15:05:41,805 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for discovery from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery/init.py 2021-05-28 15:05:41,845 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for announcements from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements/init.py 2021-05-28 15:05:42,146 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for virtual_printer from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer/init.py 2021-05-28 15:05:42,151 - octoprint.plugin.core - INFO - Plugin Virtual Printer is disabled. 2021-05-28 15:05:42,152 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for appkeys from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys/init.py 2021-05-28 15:05:42,168 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for tracking from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking/init.py 2021-05-28 15:05:42,180 - octoprint.plugin.core - INFO - Plugin Anonymous Usage Tracking is disabled. 2021-05-28 15:05:42,181 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for gcodeviewer from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/gcodeviewer/init.py 2021-05-28 15:05:42,185 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for pluginmanager from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/init.py 2021-05-28 15:05:42,247 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for backup from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup/init.py 2021-05-28 15:05:42,275 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for action_command_notification from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_notification/init.py 2021-05-28 15:05:42,281 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for errortracking from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking/init.py 2021-05-28 15:05:42,287 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for softwareupdate from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/init.py 2021-05-28 15:05:42,382 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for action_command_prompt from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt/init.py 2021-05-28 15:05:42,391 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for corewizard from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard/init.py 2021-05-28 15:05:42,397 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for logging from AST of /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging/init.py 2021-05-28 15:05:42,524 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for z_probe_offset from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_z_probe_offset/init.py 2021-05-28 15:05:42,535 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for youtubelive from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_youtubelive/init.py 2021-05-28 15:05:42,539 - octoprint.plugin.core - INFO - Plugin YouTube Live (0.5.2) is disabled. 2021-05-28 15:05:42,548 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for thespaghettidetective from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective/init.py 2021-05-28 15:05:42,651 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for themeify from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_themeify/init.py 2021-05-28 15:05:42,659 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for terminalcommandsextended from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_terminalcommandsextended/init.py 2021-05-28 15:05:42,668 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for stlviewer from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_stlviewer/init.py 2021-05-28 15:05:42,675 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for prusaslicerthumbnails from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_prusaslicerthumbnails/init.py 2021-05-28 15:05:42,704 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for PrintJobHistory from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintJobHistory/init.py 2021-05-28 15:05:42,785 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for preheat from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_preheat/init.py 2021-05-28 15:05:42,805 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for ws281x_led_status from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_ws281x_led_status/init.py 2021-05-28 15:05:42,837 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for UltimakerFormatPackage from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_ultimakerformatpackage/init.py 2021-05-28 15:05:42,852 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for TimeToFilament from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_TimeToFilament/init.py 2021-05-28 15:05:42,862 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for telegram from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_telegram/init.py 2021-05-28 15:05:42,951 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for tasmota from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_tasmota/init.py 2021-05-28 15:05:42,989 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for SpoolManager from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_SpoolManager/init.py 2021-05-28 15:05:43,076 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for SlicerSettingsTab from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_SlicerSettingsTab/init.py 2021-05-28 15:05:43,083 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for slic3r from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_slic3r/init.py 2021-05-28 15:05:43,101 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for sidebartempgraph from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_sidebartempgraph/init.py 2021-05-28 15:05:43,108 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for ProgressBasedOnTime from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_ProgressBasedOnTime/init.py 2021-05-28 15:05:43,115 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for PrintTimeGenius from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius/init.py 2021-05-28 15:05:43,138 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for prettygcode from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_prettygcode/init.py 2021-05-28 15:05:43,145 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for pi_support from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_pi_support/init.py 2021-05-28 15:05:43,157 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for MultipleUpload from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_MultipleUpload/init.py 2021-05-28 15:05:43,165 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for mqttsubscribe from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_mqttsubscribe/init.py 2021-05-28 15:05:43,186 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for mqttpublish from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_mqttpublish/init.py 2021-05-28 15:05:43,195 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for mqtt from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_mqtt/init.py 2021-05-28 15:05:43,215 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for inlineconfirm from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_inlineconfirm/init.py 2021-05-28 15:05:43,222 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for GPIOShutdown from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GPIOShutdown/init.py 2021-05-28 15:05:43,233 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for gcodesystemcommands from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_gcodesystemcommands/init.py 2021-05-28 15:05:43,242 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for firmwareupdater from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_firmwareupdater/init.py 2021-05-28 15:05:43,270 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for firmware_check from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_firmware_check/init.py 2021-05-28 15:05:43,285 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for filemanager from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filemanager/init.py 2021-05-28 15:05:43,300 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for file_check from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_file_check/init.py 2021-05-28 15:05:43,308 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for filamentmanager from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filamentmanager/init.py 2021-05-28 15:05:43,506 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for excluderegion from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion/init.py 2021-05-28 15:05:43,535 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for enclosure from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_enclosure/init.py 2021-05-28 15:05:43,682 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for display_eta from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_display_eta/init.py 2021-05-28 15:05:43,693 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for detailedprogress from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_detailedprogress/init.py 2021-05-28 15:05:43,706 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for dashboard from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_dashboard/init.py 2021-05-28 15:05:43,723 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for costestimation from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_costestimation/init.py 2021-05-28 15:05:43,731 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for cooldownfan from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cooldownfan/init.py 2021-05-28 15:05:43,742 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for cancelobject from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject/init.py 2021-05-28 15:05:43,763 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for BLTouch from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_BLTouch/init.py 2021-05-28 15:05:43,771 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for BetterHeaterTimeout from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_BetterHeaterTimeout/init.py 2021-05-28 15:05:43,782 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for octolapse from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/init.py 2021-05-28 15:05:43,937 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for macro from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_macro/init.py 2021-05-28 15:05:43,949 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for filament_scale from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_filament_scale/init.py 2021-05-28 15:05:43,957 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for DisplayLayerProgress from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/init.py 2021-05-28 15:05:44,003 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for continuousprint from AST of /home/pi/oprint/local/lib/python2.7/site-packages/continuousprint/init.py 2021-05-28 15:05:44,019 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for Change_Filament from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_Change_Filament/init.py 2021-05-28 15:05:44,027 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for bedlevelvisualizer from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelvisualizer/init.py 2021-05-28 15:05:44,149 - octoprint.plugin.core - DEBUG - Parsing plugin metadata for bedlevelingwizard from AST of /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelingwizard/init.py 2021-05-28 15:05:44,159 - octoprint.plugin.core - DEBUG - Loaded plugin discovery: Discovery 2021-05-28 15:05:44,160 - octoprint.plugin.core - DEBUG - Loaded plugin announcements: Announcement Plugin 2021-05-28 15:05:44,161 - octoprint.plugin.core - DEBUG - Loaded plugin appkeys: Application Keys Plugin 2021-05-28 15:05:44,162 - octoprint.plugin.core - DEBUG - Loaded plugin gcodeviewer: GCode Viewer 2021-05-28 15:05:44,163 - octoprint.plugin.core - DEBUG - Loaded plugin pluginmanager: Plugin Manager 2021-05-28 15:05:44,164 - octoprint.plugin.core - DEBUG - Loaded plugin backup: Backup & Restore 2021-05-28 15:05:44,165 - octoprint.plugin.core - DEBUG - Loaded plugin action_command_notification: Action Command Notification Support 2021-05-28 15:05:44,166 - octoprint.plugin.core - DEBUG - Loaded plugin errortracking: Error Tracking 2021-05-28 15:05:44,168 - octoprint.plugin.core - DEBUG - Loaded plugin softwareupdate: Software Update 2021-05-28 15:05:44,169 - octoprint.plugin.core - DEBUG - Loaded plugin action_command_prompt: Action Command Prompt Support 2021-05-28 15:05:44,170 - octoprint.plugin.core - DEBUG - Loaded plugin corewizard: Core Wizard 2021-05-28 15:05:44,171 - octoprint.plugin.core - DEBUG - Loaded plugin logging: Logging 2021-05-28 15:05:44,172 - octoprint.plugin.core - DEBUG - Loaded plugin z_probe_offset: Z Probe Offset (0.5) 2021-05-28 15:05:44,173 - octoprint.plugin.core - DEBUG - Loaded plugin thespaghettidetective: Access Anywhere - The Spaghetti Detective (1.6.7) 2021-05-28 15:05:44,175 - octoprint.plugin.core - DEBUG - Loaded plugin themeify: Themeify (1.2.2) 2021-05-28 15:05:44,176 - octoprint.plugin.core - DEBUG - Loaded plugin terminalcommandsextended: Terminal Commands Extended (0.1.6) 2021-05-28 15:05:44,177 - octoprint.plugin.core - DEBUG - Loaded plugin stlviewer: STL Viewer (0.4.2) 2021-05-28 15:05:44,178 - octoprint.plugin.core - DEBUG - Loaded plugin prusaslicerthumbnails: Slicer Thumbnails (1.0.0) 2021-05-28 15:05:44,178 - octoprint.plugin.core - DEBUG - Loaded plugin PrintJobHistory: PrintJobHistory (1.14.0) 2021-05-28 15:05:44,179 - octoprint.plugin.core - DEBUG - Loaded plugin preheat: Preheat Button (0.7.2) 2021-05-28 15:05:44,181 - octoprint.plugins.ws281x_led_status - INFO - Detected running on a Raspberry Pi 4 2021-05-28 15:05:44,182 - octoprint.plugin.core - DEBUG - Loaded plugin ws281x_led_status: WS281x LED Status (0.7.2) 2021-05-28 15:05:44,183 - octoprint.plugin.core - DEBUG - Loaded plugin UltimakerFormatPackage: Cura Thumbnails (1.0.0) 2021-05-28 15:05:44,184 - octoprint.plugin.core - DEBUG - Loaded plugin TimeToFilament: TimeToFilament Plugin (1.2.1) 2021-05-28 15:05:44,184 - octoprint.plugin.core - DEBUG - Loaded plugin telegram: Telegram Notifications (1.6.5) 2021-05-28 15:05:44,185 - octoprint.plugin.core - DEBUG - Loaded plugin tasmota: Tasmota (1.0.3) 2021-05-28 15:05:44,186 - octoprint.plugin.core - DEBUG - Loaded plugin SpoolManager: SpoolManager Plugin (1.4.3) 2021-05-28 15:05:44,187 - octoprint.plugin.core - DEBUG - Loaded plugin SlicerSettingsTab: SlicerSettingsTab (1.0.3) 2021-05-28 15:05:44,188 - octoprint.plugin.core - DEBUG - Loaded plugin slic3r: Slic3r (1.2.2) 2021-05-28 15:05:44,189 - octoprint.plugin.core - DEBUG - Loaded plugin sidebartempgraph: Sidebar Temp Graph (0.1.6) 2021-05-28 15:05:44,190 - octoprint.plugin.core - DEBUG - Loaded plugin ProgressBasedOnTime: ProgressBasedOntime Plugin (0.1.6) 2021-05-28 15:05:44,191 - octoprint.plugin.core - DEBUG - Loaded plugin PrintTimeGenius: PrintTimeGenius Plugin (2.2.8) 2021-05-28 15:05:44,192 - octoprint.plugin.core - DEBUG - Loaded plugin prettygcode: PrettyGCode (1.2.4) 2021-05-28 15:05:44,193 - octoprint.plugin.core - DEBUG - Loaded plugin pi_support: Pi Support Plugin (2021.3.26.post2) 2021-05-28 15:05:44,194 - octoprint.plugin.core - DEBUG - Loaded plugin MultipleUpload: MultipleUpload Plugin (1.1.0) 2021-05-28 15:05:44,195 - octoprint.plugin.core - DEBUG - Loaded plugin mqttsubscribe: MQTT Subscribe (0.1.6) 2021-05-28 15:05:44,195 - octoprint.plugin.core - DEBUG - Loaded plugin mqttpublish: MQTT Publish (0.6.0) 2021-05-28 15:05:44,197 - octoprint.plugin.core - DEBUG - Loaded plugin mqtt: MQTT (0.8.10) 2021-05-28 15:05:44,198 - octoprint.plugin.core - DEBUG - Loaded plugin inlineconfirm: InlineConfirm (1.1.0) 2021-05-28 15:05:44,199 - octoprint.plugin.core - DEBUG - Loaded plugin GPIOShutdown: GPIO Shutdown (1.0.4) 2021-05-28 15:05:44,200 - octoprint.plugin.core - DEBUG - Loaded plugin gcodesystemcommands: GCODE System Commands (1.0.1) 2021-05-28 15:05:44,201 - octoprint.plugin.core - DEBUG - Loaded plugin firmwareupdater: Firmware Updater (1.11.0) 2021-05-28 15:05:44,202 - octoprint.plugin.core - DEBUG - Loaded plugin firmware_check: Firmware Check (2021.2.4) 2021-05-28 15:05:44,202 - octoprint.plugin.core - DEBUG - Loaded plugin filemanager: FileManager (0.1.6) 2021-05-28 15:05:44,203 - octoprint.plugin.core - DEBUG - Loaded plugin file_check: File Check (2021.2.23) 2021-05-28 15:05:44,206 - octoprint.plugin.core - DEBUG - Loaded plugin filamentmanager: Filament Manager (1.8.0) 2021-05-28 15:05:44,207 - octoprint.plugin.core - DEBUG - Loaded plugin excluderegion: Exclude Region (0.3.0) 2021-05-28 15:05:44,208 - octoprint.plugin.core - DEBUG - Loaded plugin enclosure: Enclosure Plugin (4.13.1) 2021-05-28 15:05:44,209 - octoprint.plugin.core - DEBUG - Loaded plugin display_eta: Octoprint Display ETA (2.0.2) 2021-05-28 15:05:44,210 - octoprint.plugin.core - DEBUG - Loaded plugin detailedprogress: Detailed Progress (0.2.7) 2021-05-28 15:05:44,212 - octoprint.startup - DEBUG - Found settings overlay on plugin dashboard 2021-05-28 15:05:44,213 - octoprint.plugin.core - DEBUG - Loaded plugin dashboard: Dashboard (1.18.2) 2021-05-28 15:05:44,214 - octoprint.plugin.core - DEBUG - Loaded plugin costestimation: Cost Estimation (3.3.0) 2021-05-28 15:05:44,215 - octoprint.plugin.core - DEBUG - Loaded plugin cooldownfan: Cooldown Fan (1.0.0) 2021-05-28 15:05:44,216 - octoprint.plugin.core - DEBUG - Loaded plugin cancelobject: Cancel Objects (0.4.4) 2021-05-28 15:05:44,217 - octoprint.plugin.core - DEBUG - Loaded plugin BLTouch: BLTouch Plugin (0.3.4) 2021-05-28 15:05:44,218 - octoprint.plugin.core - DEBUG - Loaded plugin BetterHeaterTimeout: BetterHeaterTimeout (1.3.0) 2021-05-28 15:05:44,219 - octoprint.plugin.core - DEBUG - Loaded plugin octolapse: Octolapse (0.4.1) 2021-05-28 15:05:44,220 - octoprint.plugin.core - DEBUG - Loaded plugin macro: Macro (0.3.0) 2021-05-28 15:05:44,221 - octoprint.plugin.core - DEBUG - Loaded plugin filament_scale: Filament Scale (0.1.3) 2021-05-28 15:05:44,222 - octoprint.plugin.core - DEBUG - Loaded plugin DisplayLayerProgress: DisplayLayerProgress Plugin (1.26.0) 2021-05-28 15:05:44,223 - octoprint.plugin.core - DEBUG - Loaded plugin continuousprint: Continuous Print (1.2.2) 2021-05-28 15:05:44,224 - octoprint.plugin.core - DEBUG - Loaded plugin Change_Filament: Change Filament Plugin (0.3.1) 2021-05-28 15:05:44,237 - octoprint.plugin.core - DEBUG - Loaded plugin bedlevelvisualizer: Bed Visualizer (1.0.1) 2021-05-28 15:05:44,238 - octoprint.plugin.core - DEBUG - Loaded plugin bedlevelingwizard: Bed Leveling Wizard (0.2.4) 2021-05-28 15:05:44,244 - octoprint.plugin.core - DEBUG - Enabled plugin discovery: Discovery 2021-05-28 15:05:44,251 - octoprint.plugin.core - DEBUG - Enabled plugin announcements: Announcement Plugin 2021-05-28 15:05:44,255 - octoprint.plugin.core - DEBUG - Enabled plugin appkeys: Application Keys Plugin 2021-05-28 15:05:44,260 - octoprint.plugin.core - DEBUG - Enabled plugin gcodeviewer: GCode Viewer 2021-05-28 15:05:44,267 - octoprint.plugin.core - DEBUG - Enabled plugin pluginmanager: Plugin Manager 2021-05-28 15:05:44,273 - octoprint.plugin.core - DEBUG - Enabled plugin backup: Backup & Restore 2021-05-28 15:05:44,279 - octoprint.plugin.core - DEBUG - Enabled plugin action_command_notification: Action Command Notification Support 2021-05-28 15:05:44,284 - octoprint.plugin.core - DEBUG - Enabled plugin errortracking: Error Tracking 2021-05-28 15:05:44,290 - octoprint.plugin.core - DEBUG - Enabled plugin softwareupdate: Software Update 2021-05-28 15:05:44,298 - octoprint.plugin.core - DEBUG - Enabled plugin action_command_prompt: Action Command Prompt Support 2021-05-28 15:05:44,371 - octoprint.plugin.core - DEBUG - Enabled plugin corewizard: Core Wizard 2021-05-28 15:05:44,376 - octoprint.plugin.core - DEBUG - Enabled plugin logging: Logging 2021-05-28 15:05:44,379 - octoprint.plugin.core - DEBUG - Enabled plugin z_probe_offset: Z Probe Offset (0.5) 2021-05-28 15:05:44,386 - octoprint.plugin.core - DEBUG - Enabled plugin thespaghettidetective: Access Anywhere - The Spaghetti Detective (1.6.7) 2021-05-28 15:05:44,391 - octoprint.plugin.core - DEBUG - Enabled plugin themeify: Themeify (1.2.2) 2021-05-28 15:05:44,396 - octoprint.plugin.core - DEBUG - Enabled plugin terminalcommandsextended: Terminal Commands Extended (0.1.6) 2021-05-28 15:05:44,399 - octoprint.plugin.core - DEBUG - Enabled plugin stlviewer: STL Viewer (0.4.2) 2021-05-28 15:05:44,404 - octoprint.plugin.core - DEBUG - Enabled plugin prusaslicerthumbnails: Slicer Thumbnails (1.0.0) 2021-05-28 15:05:44,413 - octoprint.plugin.core - DEBUG - Enabled plugin PrintJobHistory: PrintJobHistory (1.14.0) 2021-05-28 15:05:44,417 - octoprint.plugin.core - DEBUG - Enabled plugin preheat: Preheat Button (0.7.2) 2021-05-28 15:05:44,423 - octoprint.plugin.core - DEBUG - Enabled plugin ws281x_led_status: WS281x LED Status (0.7.2) 2021-05-28 15:05:44,429 - octoprint.plugin.core - DEBUG - Enabled plugin UltimakerFormatPackage: Cura Thumbnails (1.0.0) 2021-05-28 15:05:44,434 - octoprint.plugin.core - DEBUG - Enabled plugin TimeToFilament: TimeToFilament Plugin (1.2.1) 2021-05-28 15:05:44,448 - octoprint.plugin.core - DEBUG - Enabled plugin telegram: Telegram Notifications (1.6.5) 2021-05-28 15:05:44,454 - octoprint.plugin.core - DEBUG - Enabled plugin tasmota: Tasmota (1.0.3) 2021-05-28 15:05:44,463 - octoprint.plugin.core - DEBUG - Enabled plugin SpoolManager: SpoolManager Plugin (1.4.3) 2021-05-28 15:05:44,465 - octoprint.plugin.core - DEBUG - Enabled plugin SlicerSettingsTab: SlicerSettingsTab (1.0.3) 2021-05-28 15:05:44,471 - octoprint.plugin.core - DEBUG - Enabled plugin slic3r: Slic3r (1.2.2) 2021-05-28 15:05:44,475 - octoprint.plugin.core - DEBUG - Enabled plugin sidebartempgraph: Sidebar Temp Graph (0.1.6) 2021-05-28 15:05:44,480 - octoprint.plugin.core - DEBUG - Enabled plugin ProgressBasedOnTime: ProgressBasedOntime Plugin (0.1.6) 2021-05-28 15:05:44,486 - octoprint.plugin.core - DEBUG - Enabled plugin PrintTimeGenius: PrintTimeGenius Plugin (2.2.8) 2021-05-28 15:05:44,490 - octoprint.plugin.core - DEBUG - Enabled plugin prettygcode: PrettyGCode (1.2.4) 2021-05-28 15:05:44,496 - octoprint.plugin.core - DEBUG - Enabled plugin pi_support: Pi Support Plugin (2021.3.26.post2) 2021-05-28 15:05:44,498 - octoprint.plugin.core - DEBUG - Enabled plugin MultipleUpload: MultipleUpload Plugin (1.1.0) 2021-05-28 15:05:44,502 - octoprint.plugin.core - DEBUG - Enabled plugin mqttsubscribe: MQTT Subscribe (0.1.6) 2021-05-28 15:05:44,507 - octoprint.plugin.core - DEBUG - Enabled plugin mqttpublish: MQTT Publish (0.6.0) 2021-05-28 15:05:44,513 - octoprint.plugin.core - DEBUG - Enabled plugin mqtt: MQTT (0.8.10) 2021-05-28 15:05:44,514 - octoprint.plugin.core - DEBUG - Enabled plugin inlineconfirm: InlineConfirm (1.1.0) 2021-05-28 15:05:44,521 - octoprint.plugin.core - DEBUG - Enabled plugin GPIOShutdown: GPIO Shutdown (1.0.4) 2021-05-28 15:05:44,528 - octoprint.plugin.core - DEBUG - Enabled plugin gcodesystemcommands: GCODE System Commands (1.0.1) 2021-05-28 15:05:44,532 - octoprint.plugin.core - DEBUG - Enabled plugin firmwareupdater: Firmware Updater (1.11.0) 2021-05-28 15:05:44,538 - octoprint.plugin.core - DEBUG - Enabled plugin firmware_check: Firmware Check (2021.2.4) 2021-05-28 15:05:44,543 - octoprint.plugin.core - DEBUG - Enabled plugin filemanager: FileManager (0.1.6) 2021-05-28 15:05:44,546 - octoprint.plugin.core - DEBUG - Enabled plugin file_check: File Check (2021.2.23) 2021-05-28 15:05:44,555 - octoprint.plugin.core - DEBUG - Enabled plugin filamentmanager: Filament Manager (1.8.0) 2021-05-28 15:05:44,560 - octoprint.plugin.core - DEBUG - Enabled plugin excluderegion: Exclude Region (0.3.0) 2021-05-28 15:05:44,566 - octoprint.plugin.core - DEBUG - Enabled plugin enclosure: Enclosure Plugin (4.13.1) 2021-05-28 15:05:44,573 - octoprint.plugin.core - DEBUG - Enabled plugin display_eta: Octoprint Display ETA (2.0.2) 2021-05-28 15:05:44,579 - octoprint.plugin.core - DEBUG - Enabled plugin detailedprogress: Detailed Progress (0.2.7) 2021-05-28 15:05:44,586 - octoprint.startup - INFO - Added settings overlay from plugin dashboard 2021-05-28 15:05:44,587 - octoprint.plugin.core - DEBUG - Enabled plugin dashboard: Dashboard (1.18.2) 2021-05-28 15:05:44,591 - octoprint.plugin.core - DEBUG - Enabled plugin costestimation: Cost Estimation (3.3.0) 2021-05-28 15:05:44,597 - octoprint.plugin.core - DEBUG - Enabled plugin cooldownfan: Cooldown Fan (1.0.0) 2021-05-28 15:05:44,603 - octoprint.plugin.core - DEBUG - Enabled plugin cancelobject: Cancel Objects (0.4.4) 2021-05-28 15:05:44,608 - octoprint.plugin.core - DEBUG - Enabled plugin BLTouch: BLTouch Plugin (0.3.4) 2021-05-28 15:05:44,612 - octoprint.plugin.core - DEBUG - Enabled plugin BetterHeaterTimeout: BetterHeaterTimeout (1.3.0) 2021-05-28 15:05:44,621 - octoprint.plugin.core - DEBUG - Enabled plugin octolapse: Octolapse (0.4.1) 2021-05-28 15:05:44,624 - octoprint.plugin.core - DEBUG - Enabled plugin macro: Macro (0.3.0) 2021-05-28 15:05:44,629 - octoprint.plugin.core - DEBUG - Enabled plugin filament_scale: Filament Scale (0.1.3) 2021-05-28 15:05:44,636 - octoprint.plugin.core - DEBUG - Enabled plugin DisplayLayerProgress: DisplayLayerProgress Plugin (1.26.0) 2021-05-28 15:05:44,641 - octoprint.plugin.core - DEBUG - Enabled plugin continuousprint: Continuous Print (1.2.2) 2021-05-28 15:05:44,645 - octoprint.plugin.core - DEBUG - Enabled plugin Change_Filament: Change Filament Plugin (0.3.1) 2021-05-28 15:05:44,651 - octoprint.plugin.core - DEBUG - Enabled plugin bedlevelvisualizer: Bed Visualizer (1.0.1) 2021-05-28 15:05:44,655 - octoprint.plugin.core - DEBUG - Enabled plugin bedlevelingwizard: Bed Leveling Wizard (0.2.4) 2021-05-28 15:05:44,655 - octoprint.plugin.core - INFO - Found 66 plugin(s) providing 63 mixin implementations, 138 hook handlers 2021-05-28 15:05:44,991 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2021-05-28 15:05:45,008 - octoprint.server - DEBUG - Starting intermediary server on http://127.0.0.1:5000 2021-05-28 15:05:45,009 - octoprint.cli.server - ERROR - Uncaught exception Traceback (most recent call last): File "/home/pi/oprint/bin/octoprint", line 8, in sys.exit(main()) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/init.py", line 948, in main octo(args=args, prog_name="octoprint", auto_envvar_prefix="OCTOPRINT") File "/home/pi/oprint/local/lib/python2.7/site-packages/click/core.py", line 829, in call return self.main(*args, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/home/pi/oprint/local/lib/python2.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/pi/oprint/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, ctx.params) File "/home/pi/oprint/local/lib/python2.7/site-packages/click/core.py", line 610, in invoke return callback(*args, *kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/click/decorators.py", line 21, in new_func return f(get_current_context(), args, kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/cli/server.py", line 329, in serve_command overlays=overlays, File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/cli/server.py", line 164, in run_server octoprint_server.run() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/init.py", line 371, in run self._start_intermediary_server() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/init.py", line 2481, in _start_intermediary_server self._intermediary_server.server_bind() File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind SocketServer.TCPServer.server_bind(self) File "/usr/lib/python2.7/SocketServer.py", line 434, in server_bind self.socket.bind(self.server_address) File "/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 98] Address already in use

giloser commented 3 years ago

thanks for the log. Could you try with the shutdown message disactivate to be sure the problem is there? I'll add an options to disactivate the check on DisplayLayer but I have tried to disactivate it but it didn't reproduce your problem.

thanks