BillyBlaze / OctoPrint-TouchUI

A touch friendly interface for a small TFT module or phone
https://billyblaze.github.io/OctoPrint-TouchUI/
GNU Affero General Public License v3.0
274 stars 92 forks source link

Help #428

Closed VASAPOL closed 3 years ago

VASAPOL commented 4 years ago

I use pi 3 b+ i install octoprint after i install it work properly and i install TouchUI and auto start my octoprint shutdown logs: 2020-08-29 04:13:59,553 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-29 04:13:59,575 - octoprint.server - INFO - --- Log roll over detected --------------------------------------------------- 2020-08-29 04:13:59,576 - octoprint.server - INFO - OctoPrint 1.3.12 2020-08-29 04:13:59,582 - octoprint.plugin.core - INFO - 15 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2020-08-29 04:13:59,609 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-08-29 04:13:59,610 - octoprint.server - INFO - ------------------------------------------------------------------------------ 2020-08-29 04:13:59,795 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.79s 2020-08-29 04:14:00,897 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.9s 2020-08-29 04:14:01,847 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.8s 2020-08-29 04:14:02,922 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.85s 2020-08-29 04:14:56,312 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': 'l10n=en', 'path': u'/', '_count': 1, '_timestamp': 1598670896.312128, 'base_url': u'http://192.168.2.176/'} 2020-08-29 04:15:06,105 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:15:26,314 - octoprint.server.api - INFO - Actively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:15:27,558 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.76s 2020-08-29 04:15:28,396 - octoprint.server.api - ERROR - Error calling SimpleApiPlugin pluginmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/init.py", line 68, in pluginData response = api_plugin.on_api_get(request) File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/init.py", line 280, in on_api_get if refresh_repository or not self._is_repository_cache_valid(): File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/init.py", line 797, in _is_repository_cache_valid return mtime + self._repository_cache_ttl >= time.time() > mtime TypeError: unsupported operand type(s) for +: 'NoneType' and 'int' 2020-08-29 04:15:28,402 - tornado.access - ERROR - 500 GET /api/plugin/pluginmanager (::ffff:192.168.2.38) 12.89ms 2020-08-29 04:15:30,504 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-29 04:15:36,924 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-08-29 04:15:36,925 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-29 04:15:36,958 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-08-29 04:15:37,685 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:15:43,399 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:15:43,432 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:15:43,697 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:15:43,786 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:15:45,808 - octoprint.server.api - ERROR - Error calling SimpleApiPlugin pluginmanager Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/init.py", line 68, in pluginData response = api_plugin.on_api_get(request) File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/init.py", line 280, in on_api_get if refresh_repository or not self._is_repository_cache_valid(): File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager/init.py", line 797, in _is_repository_cache_valid return mtime + self._repository_cache_ttl >= time.time() > mtime TypeError: unsupported operand type(s) for +: 'NoneType' and 'int' 2020-08-29 04:15:45,815 - tornado.access - ERROR - 500 GET /api/plugin/pluginmanager (::ffff:192.168.2.38) 13.85ms 2020-08-29 04:15:46,081 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:16:21,746 - octoprint.server.api.system - INFO - Performing command for core:reboot: sudo shutdown -r now 2020-08-29 04:16:22,123 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:16:22,581 - octoprint.server - INFO - Shutting down... 2020-08-29 04:16:23,511 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-08-29 04:16:23,514 - octoprint.events - INFO - Event loop shut down 2020-08-29 04:16:23,687 - octoprint.server - INFO - Goodbye! 2020-08-29 04:16:32,892 - octoprint.startup - INFO - ** 2020-08-29 04:16:32,894 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2020-08-29 04:16:32,894 - octoprint.startup - INFO - ** 2020-08-29 04:16:33,639 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2020-08-29 04:16:36,861 - octoprint.plugin.core - INFO - Found 15 plugin(s) providing 15 mixin implementations, 23 hook handlers 2020-08-29 04:16:37,301 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-08-29 04:16:37,352 - octoprint.server - INFO - Intermediary server started 2020-08-29 04:16:37,352 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2020-08-29 04:16:37,455 - octoprint.plugin.core - INFO - Found 15 plugin(s) providing 15 mixin implementations, 23 hook handlers 2020-08-29 04:16:37,488 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-08-29 04:16:37,490 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-08-29 04:16:37,541 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-08-29 04:16:38,682 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-29 04:16:39,604 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-08-29 04:16:39,606 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-08-29 04:16:39,606 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-29 04:16:39,611 - octoprint.plugin.core - INFO - Initialized 15 plugin implementation(s) 2020-08-29 04:16:39,620 - octoprint.plugin.core - INFO - 15 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2020-08-29 04:16:39,638 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-08-29 04:16:39,655 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-08-29 04:16:39,690 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-08-29 04:16:41,464 - octoprint.server - INFO - Shutting down intermediary server... 2020-08-29 04:16:41,470 - octoprint.server - INFO - Intermediary server shut down 2020-08-29 04:16:41,475 - octoprint.events - INFO - Processing startup event, this is our first event 2020-08-29 04:16:41,478 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-08-29 04:16:41,481 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-08-29 04:16:41,487 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-08-29 04:16:41,493 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-08-29 04:16:41,496 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-08-29 04:16:41,523 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-08-29 04:16:41,547 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-08-29 04:16:41,553 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2020-08-29 04:16:41,599 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power. !!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi. 2020-08-29 04:16:41,608 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-08-29 04:16:41,643 - octoprint.plugins.pluginmanager - INFO - Looks like we are offline, can't fetch repository from network 2020-08-29 04:16:41,716 - octoprint.plugins.pluginmanager - INFO - Looks like we are offline, can't fetch notices from network 2020-08-29 04:16:43,162 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-29 04:16:43,164 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-08-29 04:16:43,164 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-29 04:16:43,199 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-08-29 04:16:43,633 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.2.176/'} 2020-08-29 04:16:45,062 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2020-08-29 04:16:45,308 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:16:45,430 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:16:45,453 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:16:49,434 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:16:51,140 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2020-08-29 04:17:23,719 - octoprint.server.preemptive_cache - INFO - ... done in 30.27s 2020-08-29 04:17:23,770 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:17:24,082 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:17:24,194 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:17:26,138 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:18:46,564 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/BillyBlaze/OctoPrint-TouchUI/archive/master.zip 2020-08-29 04:18:57,514 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2020-08-29 04:18:57,743 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 15 mixin implementations, 23 hook handlers 2020-08-29 04:18:57,748 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | !TouchUI (0.3.15) = /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 2020-08-29 04:18:57,768 - octoprint.plugins.pluginmanager - INFO - The plugin was installed successfully: TouchUI, version 0.3.15 2020-08-29 04:19:01,691 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart 2020-08-29 04:19:01,904 - octoprint.server - INFO - Shutting down... 2020-08-29 04:19:01,944 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-08-29 04:19:01,949 - octoprint.events - INFO - Event loop shut down 2020-08-29 04:19:01,968 - octoprint.server - INFO - Goodbye! 2020-08-29 04:19:05,390 - octoprint.startup - INFO - ** 2020-08-29 04:19:05,392 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2020-08-29 04:19:05,393 - octoprint.startup - INFO - ** 2020-08-29 04:19:05,906 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-08-29 04:19:05,907 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2020-08-29 04:19:07,063 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 25 hook handlers 2020-08-29 04:19:07,242 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-08-29 04:19:07,264 - octoprint.server - INFO - Intermediary server started 2020-08-29 04:19:07,265 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2020-08-29 04:19:07,374 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 25 hook handlers 2020-08-29 04:19:07,404 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-08-29 04:19:07,405 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-08-29 04:19:07,447 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-08-29 04:19:08,381 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-29 04:19:09,308 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-08-29 04:19:09,310 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-08-29 04:19:09,310 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-29 04:19:09,315 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-08-29 04:19:09,324 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | TouchUI (0.3.15) = /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 2020-08-29 04:19:09,339 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-08-29 04:19:09,348 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-08-29 04:19:09,364 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-08-29 04:19:10,168 - octoprint.server - INFO - Shutting down intermediary server... 2020-08-29 04:19:10,370 - octoprint.server - INFO - Intermediary server shut down 2020-08-29 04:19:10,372 - octoprint.events - INFO - Processing startup event, this is our first event 2020-08-29 04:19:10,374 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2020-08-29 04:19:10,380 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-08-29 04:19:10,386 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-08-29 04:19:10,386 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-08-29 04:19:10,419 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-29 04:19:10,710 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-08-29 04:19:11,231 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-08-29 04:19:11,422 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-08-29 04:19:11,779 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2020-08-29 04:19:12,223 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-29 04:19:12,236 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power. !!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi. 2020-08-29 04:19:12,292 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-08-29 04:19:12,694 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-29 04:19:13,052 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:19:14,014 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:19:14,785 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-29 04:19:14,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 2020-08-29 04:19:14,842 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-29 04:19:14,969 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-29 04:19:15,472 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:19:16,857 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-29 04:19:19,062 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:19:20,334 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-08-29 04:19:20,335 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-29 04:19:20,542 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-08-29 04:19:20,819 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.2.176/'} 2020-08-29 04:19:46,133 - octoprint.server.preemptive_cache - INFO - ... done in 25.31s 2020-08-29 04:19:46,191 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:19:46,549 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:19:46,664 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:19:48,287 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:20:03,250 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:20:03,364 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:20:03,716 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:20:03,769 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:20:04,715 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:20:11,405 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:20:11,476 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:20:11,673 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:20:11,726 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:20:13,663 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:20:23,998 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:20:24,538 - octoprint.server - INFO - Shutting down... 2020-08-29 04:20:25,082 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-08-29 04:20:25,084 - octoprint.events - INFO - Event loop shut down 2020-08-29 04:20:25,108 - octoprint.server - INFO - Goodbye! 2020-08-29 04:20:35,090 - octoprint.startup - INFO - ** 2020-08-29 04:20:35,092 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2020-08-29 04:20:35,093 - octoprint.startup - INFO - ** 2020-08-29 04:20:35,853 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2020-08-29 04:20:39,343 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 25 hook handlers 2020-08-29 04:20:39,557 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-08-29 04:20:39,599 - octoprint.server - INFO - Intermediary server started 2020-08-29 04:20:39,599 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2020-08-29 04:20:39,703 - octoprint.plugin.core - INFO - Found 16 plugin(s) providing 16 mixin implementations, 25 hook handlers 2020-08-29 04:20:39,737 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-08-29 04:20:39,739 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-08-29 04:20:39,805 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-08-29 04:20:40,943 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-29 04:20:42,391 - octoprint.util.pip - INFO - Version of pip is 19.3.1 2020-08-29 04:20:42,393 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-08-29 04:20:42,394 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-29 04:20:42,404 - octoprint.plugin.core - INFO - Initialized 16 plugin implementation(s) 2020-08-29 04:20:42,425 - octoprint.plugin.core - INFO - 16 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | TouchUI (0.3.15) = /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 2020-08-29 04:20:42,461 - octoprint.environment - INFO - Detected environment is Python 2.7.16 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.17.0 | python: | pip: 19.3.1 | version: 2.7.16 | virtualenv: /home/pi/oprint 2020-08-29 04:20:42,483 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-08-29 04:20:42,518 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-08-29 04:20:44,342 - octoprint.server - INFO - Shutting down intermediary server... 2020-08-29 04:20:44,524 - octoprint.server - INFO - Intermediary server shut down 2020-08-29 04:20:44,529 - octoprint.events - INFO - Processing startup event, this is our first event 2020-08-29 04:20:44,533 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-08-29 04:20:44,536 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-08-29 04:20:44,542 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-08-29 04:20:44,548 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-08-29 04:20:44,549 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-08-29 04:20:44,576 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2020-08-29 04:20:44,600 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2020-08-29 04:20:44,610 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2020-08-29 04:20:44,649 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power. !!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi. 2020-08-29 04:20:44,662 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-08-29 04:20:44,758 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-29 04:20:46,143 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:20:46,232 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-29 04:20:46,881 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-29 04:20:46,885 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-08-29 04:20:46,888 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-29 04:20:46,940 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-08-29 04:20:47,121 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-29 04:20:48,325 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-29 04:20:48,833 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:20:49,117 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.2.176/'} 2020-08-29 04:20:50,433 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:20:51,613 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:20:51,645 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:20:51,671 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.css?ec88168c (::ffff:192.168.2.38) 14.86ms 2020-08-29 04:20:51,680 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.css?0635c0de (::ffff:192.168.2.38) 4.50ms 2020-08-29 04:20:51,691 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:20:51,694 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:20:51,711 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?ef1e2987 (::ffff:192.168.2.38) 3.56ms 2020-08-29 04:20:51,722 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?68a8d0b0 (::ffff:192.168.2.38) 7.06ms 2020-08-29 04:20:51,731 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?b63d97ee (::ffff:192.168.2.38) 5.08ms 2020-08-29 04:20:51,738 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?b00f909b (::ffff:192.168.2.38) 2.50ms 2020-08-29 04:21:13,440 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:21:13,737 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?b00f909b (::ffff:192.168.2.38) 9.02ms 2020-08-29 04:21:13,771 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?b00f909b (::ffff:192.168.2.38) 7.14ms 2020-08-29 04:21:15,225 - octoprint.server.preemptive_cache - INFO - ... done in 16.56s 2020-08-29 04:21:24,961 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:21:25,305 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.38 2020-08-29 04:21:25,360 - octoprint.server.util.flask - INFO - Passively logging in user Maker from ::ffff:192.168.2.38 2020-08-29 04:21:26,520 - octoprint.server.util.sockjs - INFO - User Maker logged in on the socket from client ::ffff:192.168.2.38 2020-08-29 04:27:12,698 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2020-08-29 04:28:22,351 - octoprint.server.util.sockjs - INFO - Client connection closed: ::1 2020-08-29 04:28:23,861 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.38 2020-08-29 04:28:23,959 - octoprint.server - INFO - Shutting down... 2020-08-29 04:28:24,503 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-08-29 04:28:24,505 - octoprint.events - INFO - Event loop shut down 2020-08-29 04:28:24,543 - octoprint.server - INFO - Goodbye!

VASAPOL commented 4 years ago

@BillyBlaze Please Help me

devildant commented 4 years ago

I think your problem is: 2020-08-29 04:13:59,576 - octoprint.server - INFO - OctoPrint 1.3.12

the latest version of octoprint is as follows : 1.4.2

github-actions[bot] commented 3 years ago

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

thijsdeschildre commented 3 years ago

I'm having the same issue. Octoprint 1.5.2, TouchUI 0.3.17. I get to the login screen, but can't log in. It just reloads the login page. Using the wrong password, I get the "wrong password" error. log files show how the connection immediately gets closed:

020-12-22 12:47:48,591 - octoprint.access.users - INFO - Logged in user: teus 2020-12-22 12:47:48,597 - octoprint.server.api - INFO - Actively logging in user teus from ::1 2020-12-22 12:47:48,811 - octoprint.server.util.sockjs - INFO - Client connection closed: ::1 2020-12-22 12:47:49,068 - octoprint.server.util.sockjs - INFO - New connection from client: ::1 2020-12-22 12:48:03,344 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.151

thijsdeschildre commented 3 years ago

I changed the logging for touchui to debug:

2020-12-22 12:55:05,996 - octoprint.access.users - INFO - Logged in user: teus 2020-12-22 12:55:06,003 - octoprint.server.api - INFO - Actively logging in user teus from ::1 2020-12-22 12:55:06,033 - octoprint.events.fire - DEBUG - Firing event: UserLoggedIn (Payload: {u'username': 'teus'}) 2020-12-22 12:55:06,047 - octoprint.events - DEBUG - Sending action to <bound method PrinterStateConnection._onEvent of <octoprint.server.util.sockjs.PrinterStateConnection object at 0x695bb050>> 2020-12-22 12:55:06,064 - octoprint.plugin - DEBUG - Calling on_event on action_command_notification 2020-12-22 12:55:06,066 - octoprint.plugin - DEBUG - Calling on_event on action_command_prompt 2020-12-22 12:55:06,073 - octoprint.plugin - DEBUG - Calling on_event on announcements 2020-12-22 12:55:06,075 - octoprint.plugin - DEBUG - Calling on_event on file_check 2020-12-22 12:55:06,077 - octoprint.plugin - DEBUG - Calling on_event on firmware_check 2020-12-22 12:55:06,084 - octoprint.plugin - DEBUG - Calling on_event on pluginmanager 2020-12-22 12:55:06,087 - octoprint.plugin - DEBUG - Calling on_event on softwareupdate 2020-12-22 12:55:06,090 - octoprint.plugin - DEBUG - Calling on_event on tracking 2020-12-22 12:55:06,093 - octoprint.plugin - DEBUG - Calling on_event on bedlevelvisualizer 2020-12-22 12:55:06,119 - octoprint.server.util.flask - DEBUG - Checking if remote address ::1 is in localNetworks (IPSet(['127.0.0.0/8', '::1/128', '::ffff:127.0.0.0/104'])) 2020-12-22 12:55:06,120 - octoprint.plugin - DEBUG - Calling on_event on firmwareupdater 2020-12-22 12:55:06,137 - octoprint.plugin - DEBUG - Calling on_event on thespaghettidetective 2020-12-22 12:55:06,146 - octoprint.plugin - DEBUG - Calling on_event on youtubelive 2020-12-22 12:55:06,148 - octoprint.events.fire - DEBUG - Firing event: UserLoggedIn (Payload: {u'username': None}) 2020-12-22 12:55:06,149 - octoprint.events - DEBUG - Sending action to <bound method PrinterStateConnection._onEvent of <octoprint.server.util.sockjs.PrinterStateConnection object at 0x695bb050>> 2020-12-22 12:55:06,160 - octoprint.plugin - DEBUG - Calling on_event on action_command_notification 2020-12-22 12:55:06,162 - octoprint.plugin - DEBUG - Calling on_event on action_command_prompt 2020-12-22 12:55:06,164 - octoprint.plugin - DEBUG - Calling on_event on announcements 2020-12-22 12:55:06,166 - octoprint.plugin - DEBUG - Calling on_event on file_check 2020-12-22 12:55:06,169 - octoprint.plugin - DEBUG - Calling on_event on firmware_check 2020-12-22 12:55:06,172 - octoprint.plugin - DEBUG - Calling on_event on pluginmanager 2020-12-22 12:55:06,184 - octoprint.server.util.flask - DEBUG - Checking if remote address ::1 is in localNetworks (IPSet(['127.0.0.0/8', '::1/128', '::ffff:127.0.0.0/104'])) 2020-12-22 12:55:06,185 - octoprint.plugin - DEBUG - Calling on_event on softwareupdate 2020-12-22 12:55:06,188 - octoprint.plugin - DEBUG - Calling on_event on tracking 2020-12-22 12:55:06,191 - octoprint.plugin - DEBUG - Calling on_event on bedlevelvisualizer 2020-12-22 12:55:06,195 - octoprint.plugin - DEBUG - Calling on_event on firmwareupdater 2020-12-22 12:55:06,209 - octoprint.plugin - DEBUG - Calling on_event on thespaghettidetective 2020-12-22 12:55:06,212 - octoprint.plugin - DEBUG - Calling on_event on youtubelive 2020-12-22 12:55:06,219 - octoprint.events.fire - DEBUG - Firing event: UserLoggedIn (Payload: {u'username': None}) 2020-12-22 12:55:06,220 - octoprint.events - DEBUG - Sending action to <bound method PrinterStateConnection._onEvent of <octoprint.server.util.sockjs.PrinterStateConnection object at 0x695bb050>> 2020-12-22 12:55:06,232 - octoprint.plugin - DEBUG - Calling on_event on action_command_notification 2020-12-22 12:55:06,233 - octoprint.plugin - DEBUG - Calling on_event on action_command_prompt 2020-12-22 12:55:06,234 - octoprint.plugin - DEBUG - Calling on_event on announcements 2020-12-22 12:55:06,235 - octoprint.plugin - DEBUG - Calling on_event on file_check 2020-12-22 12:55:06,238 - octoprint.plugin - DEBUG - Calling on_event on firmware_check 2020-12-22 12:55:06,241 - octoprint.plugin - DEBUG - Calling on_event on pluginmanager 2020-12-22 12:55:06,250 - octoprint.plugin - DEBUG - Calling on_event on softwareupdate 2020-12-22 12:55:06,256 - octoprint.plugin - DEBUG - Calling on_event on tracking 2020-12-22 12:55:06,258 - octoprint.plugin - DEBUG - Calling on_event on bedlevelvisualizer 2020-12-22 12:55:06,261 - octoprint.plugin - DEBUG - Calling on_event on firmwareupdater 2020-12-22 12:55:06,266 - octoprint.plugin - DEBUG - Calling on_event on thespaghettidetective 2020-12-22 12:55:06,272 - octoprint.plugin - DEBUG - Calling on_event on youtubelive 2020-12-22 12:55:06,413 - octoprint.events.fire - DEBUG - Firing event: ClientClosed (Payload: {u'remoteAddress': u'::1'}) 2020-12-22 12:55:06,415 - octoprint.events - DEBUG - Sending action to <bound method PrinterStateConnection._onEvent of <octoprint.server.util.sockjs.PrinterStateConnection object at 0x695bb050>> 2020-12-22 12:55:06,414 - octoprint.server.util.sockjs - INFO - Client connection closed: ::1

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.