2020-08-02 15:57:51,497 - octoprint.startup - INFO - ****************************************************************************** 2020-08-02 15:57:51,500 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-08-02 15:57:51,501 - octoprint.startup - INFO - ****************************************************************************** 2020-08-02 15:57:51,577 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-08-02 15:57:51,652 - 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-02 15:57:54,448 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject/__init__.py:13: ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead. from flask.ext.login import current_user 2020-08-02 15:57:55,747 - octoprint.plugin.core - INFO - Found 32 plugin(s) providing 32 mixin implementations, 60 hook handlers 2020-08-02 15:57:55,981 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-08-02 15:57:56,041 - octoprint.server - INFO - Intermediary server started 2020-08-02 15:57:56,042 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2020-08-02 15:57:56,800 - octoprint.plugin.core - INFO - Found 32 plugin(s) providing 32 mixin implementations, 60 hook handlers 2020-08-02 15:57:56,845 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-08-02 15:57:57,508 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-08-02 15:57:57,513 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-08-02 15:57:57,514 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-08-02 15:57:57,515 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-08-02 15:57:57,516 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-08-02 15:57:57,518 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-08-02 15:57:57,519 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-08-02 15:57:57,519 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-08-02 15:57:57,522 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-02 15:57:57,524 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-02 15:57:57,525 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-08-02 15:57:57,527 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-08-02 15:57:57,529 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-08-02 15:57:57,561 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2020-08-02 15:57:57,582 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2020-08-02 15:57:57,583 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2020-08-02 15:57:57,900 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-08-02 15:57:59,970 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-02 15:58:01,610 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2020-08-02 15:58:01,612 - 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-02 15:58:01,612 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-02 15:58:01,618 - octoprint.plugin.core - INFO - Initialized 32 plugin implementation(s) 2020-08-02 15:58:01,652 - octoprint.server - ERROR - Error while trying to migrate settings for plugin octolapse, ignoring it Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 555, in run settings_plugin_config_migration_and_cleanup(implementation._identifier, implementation) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 529, in settings_plugin_config_migration_and_cleanup implementation._settings.set_int([octoprint.plugin.SettingsPlugin.config_version_key], settings_version, force=True) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 524, in _func return orig_func(*args_mapper(args), **kwargs_mapper(kwargs)) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1747, in setInt self.set(path, intValue, **kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1724, in set chain.set_by_path(path, value) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 545, in set_by_path raise KeyError(key) KeyError: 'octolapse' 2020-08-02 15:58:01,660 - octoprint.plugin.core - INFO - 32 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 | AstroPrint (1.3.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Autoscroll (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Cancel Objects (0.3.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Detailed Progress Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_detailedprogress | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Emergency Stop Button (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_estop | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Extra Distance Buttons (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_extradistance | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | FloatingNavbar (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_floatingnavbar | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | Navbar Temperature Plugin (0.11) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (1.0.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | 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.1) = /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 | Tab Order (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-08-02 15:58:01,681 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 918188032 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2020-08-02 15:58:01,692 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-08-02 15:58:01,702 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-08-02 15:58:03,746 - octoprint.server - INFO - Shutting down intermediary server... 2020-08-02 15:58:04,077 - octoprint.server - INFO - Intermediary server shut down 2020-08-02 15:58:04,080 - octoprint.events - INFO - Processing startup event, this is our first event 2020-08-02 15:58:04,081 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-08-02 15:58:04,085 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-08-02 15:58:04,086 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2020-08-02 15:58:04,130 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-08-02 15:58:04,150 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyUSB0 2020-08-02 15:58:04,217 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-08-02 15:58:04,223 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-08-02 15:58:04,233 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-08-02 15:58:04,237 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-08-02 15:58:04,249 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-02 15:58:05,142 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-02 15:58:05,471 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-02 15:58:05,475 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2020-08-02 15:58:05,488 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-02 15:58:05,512 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin 1.1.8 (Github)" 2020-08-02 15:58:05,537 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2020-08-02 15:58:05,589 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _http._tcp 2020-08-02 15:58:05,603 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _octoprint._tcp 2020-08-02 15:58:05,618 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "FLsun" for SSDP 2020-08-02 15:58:05,728 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-08-02 15:58:05,741 - octoprint.plugins.pluginmanager - INFO - Looks like we are offline, can't fetch repository from network 2020-08-02 15:58:05,751 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-02 15:58:05,797 - octoprint.plugins.announcements - INFO - Looks like we are offline, can't fetch announcements for channel _important from network 2020-08-02 15:58:05,828 - octoprint.plugins.announcements - INFO - Looks like we are offline, can't fetch announcements for channel _releases from network 2020-08-02 15:58:06,091 - octoprint.plugins.announcements - INFO - Looks like we are offline, can't fetch announcements for channel _octopi from network 2020-08-02 15:58:07,405 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-02 15:58:07,407 - 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-02 15:58:07,408 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-02 15:58:07,501 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-08-02 15:58:08,294 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.76s 2020-08-02 15:58:08,382 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2020-08-02 15:58:09,881 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.61s 2020-08-02 15:58:10,839 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-02 15:58:11,226 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-02 15:58:11,254 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-02 15:58:11,337 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-02 15:58:11,656 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-02 15:58:12,416 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-02 15:58:12,870 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.86s 2020-08-03 10:35:32,903 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-03 10:35:33,542 - 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-03 10:35:33,543 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-03 10:35:35,578 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-08-03 10:35:35,619 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self.__items__ = yaml.load(config_str) 2020-08-03 10:35:35,653 - octoprint.plugins.astroprint - INFO - There was an error loading /home/pi/.octoprint/data/astroprint/print_files.yaml: Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint/AstroprintDB.py", line 49, in getPrintFiles with open(self.infoPrintFiles, "r") as f: IOError: [Errno 2] No such file or directory: u'/home/pi/.octoprint/data/astroprint/print_files.yaml' 2020-08-03 10:35:35,754 - octoprint.plugins.astroprint - INFO - No user logged to AstroPrint 2020-08-03 10:35:35,777 - octoprint.plugins.navbartemp - INFO - Broadcom detected 2020-08-03 10:35:35,781 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:35:35,962 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.3s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:35:36,089 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 25} 2020-08-03 10:35:36,121 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.13/'} 2020-08-03 10:35:36,312 - backoff - INFO - Backing off __get_dev_settings__(...) for 1.9s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:35:36,560 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'webcamtab:0.1.2,gcodeeditor:0.2.6,estop:0.1.2,displayz:0.1.0,fullscreen:0.0.4,cancelobject:0.3.2,astroprint:1.3.1,taborder:0.5.3,autoscroll:0.0.2,fanspeedslider:0.2.1,detailedprogress:0.1.4,extradistance:0.1.0,navbartemp:0.11,anywhere:1.0.7,floatingnavbar:0.3.0,printtimegenius:2.2.1,octolapse:0.4.0'} 2020-08-03 10:35:37,165 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 918188032, u'octopi_version': u'0.16.0', 'version': u'1.4.0', 'pip': '19.0.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-08-03 10:35:38,280 - backoff - INFO - Backing off __get_dev_settings__(...) for 3.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:35:41,423 - backoff - INFO - Backing off __get_dev_settings__(...) for 1.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:35:42,551 - backoff - INFO - Backing off __get_dev_settings__(...) for 12.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:35:52,140 - octoprint.server.preemptive_cache - INFO - ... done in 16.02s 2020-08-03 10:35:55,181 - backoff - INFO - Backing off __get_dev_settings__(...) for 16.5s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:36:05,881 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:36:11,712 - backoff - INFO - Backing off __get_dev_settings__(...) for 57.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:36:35,932 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:36:52,243 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-03 10:37:05,984 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:37:08,425 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:37:08,432 - octoprint.server.api - INFO - Actively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:37:08,632 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:37:08,633 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:37:08,662 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': u'l10n=en', 'path': u'/', u'_count': 1, u'_timestamp': 1596447428.662154, 'base_url': u'http://192.168.0.117/'} 2020-08-03 10:37:09,502 - backoff - INFO - Backing off __get_dev_settings__(...) for 52.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:37:13,141 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-03 10:37:18,153 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-03 10:37:18,328 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:37:18,330 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:37:18,474 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 10:37:18,683 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 10:37:22,514 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.61s 2020-08-03 10:37:23,282 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.49s 2020-08-03 10:37:23,803 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.44s 2020-08-03 10:37:24,471 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.52s 2020-08-03 10:37:25,083 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.51s 2020-08-03 10:37:25,875 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2020-08-03 10:37:26,842 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-03 10:37:36,037 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:38:02,258 - backoff - INFO - Backing off __get_dev_settings__(...) for 23.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:38:06,095 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:38:25,305 - backoff - INFO - Backing off __get_dev_settings__(...) for 31.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:38:36,151 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:38:57,048 - backoff - INFO - Backing off __get_dev_settings__(...) for 34.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:39:06,206 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:39:15,097 - 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 2823, in _readline ret = self._serial.readline() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 4968, 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?) 2020-08-03 10:39:15,137 - octoprint.util.comm - ERROR - Please see https://faq.octoprint.org/serialerror for possible reasons of this. 2020-08-03 10:39:15,158 - 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:2823)" 2020-08-03 10:39:31,862 - backoff - INFO - Backing off __get_dev_settings__(...) for 118.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:39:36,261 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:40:06,316 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:40:36,372 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:41:06,426 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:41:29,972 - backoff - INFO - Backing off __get_dev_settings__(...) for 117.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:41:36,481 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:42:06,536 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:42:36,590 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:43:06,645 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:43:27,359 - backoff - INFO - Backing off __get_dev_settings__(...) for 115.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:43:36,699 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:44:06,754 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:44:36,808 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:45:06,863 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:45:22,493 - backoff - INFO - Backing off __get_dev_settings__(...) for 100.9s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:45:36,917 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:46:06,973 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:46:37,028 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:47:03,552 - backoff - INFO - Backing off __get_dev_settings__(...) for 54.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:47:07,082 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:47:37,137 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:47:57,938 - backoff - INFO - Backing off __get_dev_settings__(...) for 29.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:48:07,190 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:48:27,233 - backoff - INFO - Backing off __get_dev_settings__(...) for 97.3s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:48:37,244 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:49:07,298 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:49:37,353 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:50:04,654 - backoff - INFO - Backing off __get_dev_settings__(...) for 5.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:50:07,407 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:50:09,893 - backoff - INFO - Backing off __get_dev_settings__(...) for 116.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:50:32,917 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-03 10:50:36,268 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 925} 2020-08-03 10:50:37,461 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:51:07,518 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:51:37,570 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:43:40,117 - octoprint.startup - INFO - ****************************************************************************** 2020-08-03 10:43:40,119 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-08-03 10:43:40,119 - octoprint.startup - INFO - ****************************************************************************** 2020-08-03 10:43:40,194 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-08-03 10:43:40,270 - 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-03 10:43:43,093 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject/__init__.py:13: ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead. from flask.ext.login import current_user 2020-08-03 10:43:44,358 - octoprint.plugin.core - INFO - Found 32 plugin(s) providing 32 mixin implementations, 60 hook handlers 2020-08-03 10:43:44,616 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-08-03 10:43:44,674 - octoprint.server - INFO - Intermediary server started 2020-08-03 10:43:44,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... 2020-08-03 10:43:45,384 - octoprint.plugin.core - INFO - Found 32 plugin(s) providing 32 mixin implementations, 60 hook handlers 2020-08-03 10:43:45,425 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-08-03 10:43:46,071 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-08-03 10:43:46,076 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-08-03 10:43:46,078 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-08-03 10:43:46,080 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-08-03 10:43:46,082 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-08-03 10:43:46,084 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-08-03 10:43:46,085 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-08-03 10:43:46,087 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-08-03 10:43:46,089 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-03 10:43:46,091 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-03 10:43:46,092 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-08-03 10:43:46,094 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-08-03 10:43:46,096 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-08-03 10:43:46,123 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2020-08-03 10:43:46,144 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2020-08-03 10:43:46,146 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2020-08-03 10:43:46,452 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-08-03 10:43:48,442 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-03 10:43:50,028 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2020-08-03 10:43:50,031 - 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-03 10:43:50,032 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-03 10:43:50,038 - octoprint.plugin.core - INFO - Initialized 32 plugin implementation(s) 2020-08-03 10:43:50,070 - octoprint.server - ERROR - Error while trying to migrate settings for plugin octolapse, ignoring it Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 555, in run settings_plugin_config_migration_and_cleanup(implementation._identifier, implementation) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 529, in settings_plugin_config_migration_and_cleanup implementation._settings.set_int([octoprint.plugin.SettingsPlugin.config_version_key], settings_version, force=True) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 524, in _func return orig_func(*args_mapper(args), **kwargs_mapper(kwargs)) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1747, in setInt self.set(path, intValue, **kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1724, in set chain.set_by_path(path, value) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 545, in set_by_path raise KeyError(key) KeyError: 'octolapse' 2020-08-03 10:43:50,081 - octoprint.plugin.core - INFO - 32 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 | AstroPrint (1.3.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Autoscroll (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Cancel Objects (0.3.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Detailed Progress Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_detailedprogress | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Emergency Stop Button (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_estop | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Extra Distance Buttons (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_extradistance | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | FloatingNavbar (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_floatingnavbar | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | Navbar Temperature Plugin (0.11) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (1.0.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | 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.1) = /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 | Tab Order (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-08-03 10:43:50,105 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 918188032 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2020-08-03 10:43:50,116 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-08-03 10:43:50,140 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-08-03 10:43:52,207 - octoprint.server - INFO - Shutting down intermediary server... 2020-08-03 10:43:52,681 - octoprint.server - INFO - Intermediary server shut down 2020-08-03 10:43:52,685 - octoprint.events - INFO - Processing startup event, this is our first event 2020-08-03 10:43:52,685 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-08-03 10:43:52,689 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-08-03 10:43:52,690 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2020-08-03 10:43:52,732 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-08-03 10:43:52,753 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyUSB0 2020-08-03 10:43:52,823 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-08-03 10:43:52,827 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-08-03 10:43:52,837 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-08-03 10:43:52,842 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-08-03 10:43:52,863 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 10:43:54,154 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _http._tcp 2020-08-03 10:43:54,179 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _octoprint._tcp 2020-08-03 10:43:54,192 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "FLsun" for SSDP 2020-08-03 10:43:54,279 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-08-03 10:43:54,333 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1596453386667 (::ffff:192.168.0.115) 34.38ms 2020-08-03 10:43:54,402 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-03 10:43:56,286 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-03 10:43:56,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 2020-08-03 10:43:56,291 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-03 10:43:56,449 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-08-03 10:43:56,716 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-03 10:43:56,787 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-03 10:43:57,597 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1596453388836 (::ffff:192.168.0.115) 131.51ms 2020-08-03 10:43:58,114 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self.__items__ = yaml.load(config_str) 2020-08-03 10:43:58,396 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:43:58,406 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:43:58,470 - octoprint.plugins.astroprint - INFO - There was an error loading /home/pi/.octoprint/data/astroprint/print_files.yaml: Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint/AstroprintDB.py", line 49, in getPrintFiles with open(self.infoPrintFiles, "r") as f: IOError: [Errno 2] No such file or directory: u'/home/pi/.octoprint/data/astroprint/print_files.yaml' 2020-08-03 10:43:58,722 - tornado.access - WARNING - 404 GET /cached.gif?_=1596453390563 (::ffff:192.168.0.115) 360.55ms 2020-08-03 10:43:58,817 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1596453391337 (::ffff:192.168.0.115) 40.23ms 2020-08-03 10:43:58,856 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'webcamtab:0.1.2,gcodeeditor:0.2.6,estop:0.1.2,displayz:0.1.0,fullscreen:0.0.4,cancelobject:0.3.2,astroprint:1.3.1,taborder:0.5.3,autoscroll:0.0.2,fanspeedslider:0.2.1,detailedprogress:0.1.4,extradistance:0.1.0,navbartemp:0.11,anywhere:1.0.7,floatingnavbar:0.3.0,printtimegenius:2.2.1,octolapse:0.4.0'} 2020-08-03 10:43:58,881 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:43:59,211 - octoprint.plugins.astroprint - INFO - No user logged to AstroPrint 2020-08-03 10:43:59,312 - octoprint.plugins.navbartemp - INFO - Broadcom detected 2020-08-03 10:43:59,314 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 10:43:59,568 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 918188032, u'octopi_version': u'0.16.0', 'version': u'1.4.0', 'pip': '19.0.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-08-03 10:43:59,586 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-03 10:43:59,611 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:43:59,628 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:43:59,668 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.13/'} 2020-08-03 10:43:59,680 - tornado.access - WARNING - 404 GET /cached.gif?_=1596453393066 (::ffff:192.168.0.115) 86.67ms 2020-08-03 10:43:59,770 - backoff - INFO - Backing off __get_dev_settings__(...) for 2.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:44:00,021 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 16} 2020-08-03 10:44:00,705 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:44:00,708 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:44:00,742 - tornado.access - WARNING - 404 GET /cached.gif?_=1596453394166 (::ffff:192.168.0.115) 49.48ms 2020-08-03 10:44:01,406 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:44:01,408 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:44:01,441 - tornado.access - WARNING - 404 GET /cached.gif?_=1596453394865 (::ffff:192.168.0.115) 49.71ms 2020-08-03 10:44:02,172 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:44:02,174 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:44:02,226 - backoff - INFO - Backing off __get_dev_settings__(...) for 2.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 10:44:02,260 - tornado.access - WARNING - 404 GET /cached.gif?_=1596453395234 (::ffff:192.168.0.115) 100.81ms 2020-08-03 10:44:02,894 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:44:02,896 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:44:02,934 - tornado.access - WARNING - 404 GET /cached.gif?_=1596453395932 (::ffff:192.168.0.115) 52.79ms 2020-08-03 10:44:03,581 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:44:03,583 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 10:44:03,618 - tornado.access - WARNING - 404 GET /cached.gif?_=1596453396749 (::ffff:192.168.0.115) 199.23ms 2020-08-03 10:44:03,751 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 10:44:03,755 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 12:16:20,818 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:16:20,829 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-03 12:16:21,511 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 22} 2020-08-03 12:16:21,667 - backoff - INFO - Backing off __get_dev_settings__(...) for 2.9s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:16:24,664 - backoff - INFO - Backing off __get_dev_settings__(...) for 4.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:16:29,518 - backoff - INFO - Backing off __get_dev_settings__(...) for 27.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:16:40,690 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:16:43,121 - octoprint.server.preemptive_cache - INFO - ... done in 26.79s 2020-08-03 12:16:43,123 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.117/'} 2020-08-03 12:16:43,182 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 12:16:43,184 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 12:16:43,215 - octoprint.server.views - INFO - Found path / in cache (key: ui:_default:http://192.168.0.117/:en), signaling as cached 2020-08-03 12:16:43,239 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 12:16:43,241 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 12:16:43,271 - octoprint.server.views - INFO - Found path / in cache (key: ui:_default:http://192.168.0.117/:en), signaling as cached 2020-08-03 12:16:43,385 - octoprint.server.preemptive_cache - INFO - ... done in 0.26s 2020-08-03 12:16:46,791 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-03 12:16:46,927 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 12:16:46,929 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 12:16:47,063 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 12:16:47,339 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 12:16:50,731 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-08-03 12:16:50,888 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:16:52,285 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-03 12:16:57,306 - backoff - INFO - Backing off __get_dev_settings__(...) for 42.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:17:13,380 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-08-03 12:17:13,385 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-08-03 12:17:13,397 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:17:13,485 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 12:17:20,940 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:17:38,235 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 12:17:38,240 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 12:17:38,416 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-03 12:17:40,178 - backoff - INFO - Backing off __get_dev_settings__(...) for 98.3s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:17:40,391 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-03 12:17:40,550 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 12:17:40,551 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 12:17:40,727 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 12:17:44,358 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-03 12:17:44,505 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:17:50,997 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:17:54,535 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-08-03 12:18:05,053 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-08-03 12:18:05,057 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-08-03 12:18:05,067 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:18:05,150 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 12:18:21,056 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:18:33,946 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-08-03 12:18:34,041 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 12:18:34,043 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 12:18:34,375 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-03 12:18:35,732 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-03 12:18:35,901 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 12:18:35,902 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-03 12:18:36,031 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 12:18:39,417 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-03 12:18:51,115 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:19:18,530 - backoff - INFO - Backing off __get_dev_settings__(...) for 76.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:19:21,175 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:19:25,260 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-08-03 12:19:25,265 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-08-03 12:19:25,280 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:19:25,361 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 12:19:25,553 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-03 12:19:26,338 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:19:31,322 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:19:31,332 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2020-08-03 12:19:31,374 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:19:31,414 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin 2.0.6 (Aug 3 2020" 2020-08-03 12:19:31,439 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2020-08-03 12:19:31,890 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': u'/dev/ttyUSB0', 'firmware_name': u'Marlin 2.0.6 (Aug 3 2020'} 2020-08-03 12:19:51,232 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:20:21,293 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:20:35,289 - backoff - INFO - Backing off __get_dev_settings__(...) for 111.5s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:20:51,354 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:21:21,417 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:21:51,476 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:22:21,535 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:22:26,893 - backoff - INFO - Backing off __get_dev_settings__(...) for 88.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:22:51,596 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:23:21,657 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:23:51,722 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:23:55,722 - backoff - INFO - Backing off __get_dev_settings__(...) for 109.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:24:21,782 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:24:51,844 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:25:21,910 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:25:45,107 - backoff - INFO - Backing off __get_dev_settings__(...) for 107.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:25:51,969 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:26:22,027 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:26:52,087 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:27:22,158 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:27:32,896 - backoff - INFO - Backing off __get_dev_settings__(...) for 119.3s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:27:52,221 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:28:22,282 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:28:52,348 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:29:22,411 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:29:32,381 - backoff - INFO - Backing off __get_dev_settings__(...) for 67.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:29:52,472 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:30:22,531 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:30:40,170 - backoff - INFO - Backing off __get_dev_settings__(...) for 92.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:30:52,595 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:31:13,301 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2020-08-03 12:31:18,288 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2020-08-03 12:31:20,894 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-03 12:31:21,400 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 922} 2020-08-03 12:31:22,659 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:31:52,725 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:32:12,377 - backoff - INFO - Backing off __get_dev_settings__(...) for 41.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:32:22,783 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:32:52,841 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:32:53,621 - backoff - INFO - Backing off __get_dev_settings__(...) for 110.5s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:33:22,899 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:33:52,962 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:34:23,023 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:34:44,235 - backoff - INFO - Backing off __get_dev_settings__(...) for 54.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:34:53,085 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:35:23,151 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:35:39,069 - backoff - INFO - Backing off __get_dev_settings__(...) for 94.9s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:35:53,214 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:36:23,275 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:36:53,335 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:37:14,039 - backoff - INFO - Backing off __get_dev_settings__(...) for 73.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:37:23,400 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:37:50,596 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called! | Last lines in terminal: | Recv: T:23.49 /0.00 B:53.79 /60.00 @:0 B@:32 | Send: M104 S210 | Recv: echo:Unknown command: "V/V/V/M104 S210" | Recv: ok | Recv: T:23.44 /0.00 B:53.76 /60.00 @:0 B@:36 | Recv: T:23.47 /0.00 B:53.79 /60.00 @:0 B@:37 | Send: M104 S210 | Recv: ok | Recv: T:23.33 /210.00 B:53.89 /60.00 @:127 B@:35 | Recv: T:23.44 /210.00 B:53.91 /60.00 @:127 B@:37 | Recv: T:23.36 /210.00 B:53.98 /60.00 @:127 B@:36 | Recv: T:23.60 /210.00 B:54.11 /60.00 @:127 B@:32 | Recv: T:23.84 /210.00 B:54.19 /60.00 @:127 B@:30 | Recv: T:23.31 /210.00 B:54.08 /60.00 @:127 B@:39 | Recv: T:23.44 /210.00 B:54.18 /60.00 @:127 B@:36 | Recv: T:23.39 /210.00 B:54.22 /60.00 @:127 B@:36 | Recv: T:23.52 /210.00 B:54.26 /60.00 @:127 B@:36 | Recv: T:23.47 /210.00 B:54.36 /60.00 @:127 B@:33 | Recv: Error:Heating failed, system stopped! Heater_ID: 0 | Recv: Error:Printer halted. kill() called! 2020-08-03 12:37:50,600 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!" 2020-08-03 12:37:50,620 - octoprint.util.comm - INFO - Force-sending M112 to the printer 2020-08-03 12:37:50,670 - octoprint.util.comm - INFO - Changing monitoring state from "Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!" to "Offline (Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!)" 2020-08-03 12:37:51,176 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_firmware, payload: {'commerror_text': u'Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!'} 2020-08-03 12:37:53,459 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:33:00,164 - octoprint.startup - INFO - ****************************************************************************** 2020-08-03 12:33:00,166 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-08-03 12:33:00,166 - octoprint.startup - INFO - ****************************************************************************** 2020-08-03 12:33:00,243 - octoprint.startup - INFO - We don't appear to be online, not fetching plugin blacklist 2020-08-03 12:33:00,318 - 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-03 12:33:03,077 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject/__init__.py:13: ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead. from flask.ext.login import current_user 2020-08-03 12:33:04,198 - octoprint.plugin.core - INFO - Found 32 plugin(s) providing 32 mixin implementations, 60 hook handlers 2020-08-03 12:33:04,427 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-08-03 12:33:04,483 - octoprint.server - INFO - Intermediary server started 2020-08-03 12:33:04,485 - 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-03 12:33:05,199 - octoprint.plugin.core - INFO - Found 32 plugin(s) providing 32 mixin implementations, 60 hook handlers 2020-08-03 12:33:05,240 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-08-03 12:33:05,901 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-08-03 12:33:05,906 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-08-03 12:33:05,908 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-08-03 12:33:05,910 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-08-03 12:33:05,912 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-08-03 12:33:05,913 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-08-03 12:33:05,915 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-08-03 12:33:05,917 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-08-03 12:33:05,918 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-03 12:33:05,920 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-03 12:33:05,922 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-08-03 12:33:05,924 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-08-03 12:33:05,925 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-08-03 12:33:05,953 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2020-08-03 12:33:05,975 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2020-08-03 12:33:05,976 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2020-08-03 12:33:06,315 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-08-03 12:33:08,291 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-03 12:33:09,967 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2020-08-03 12:33:09,969 - 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-03 12:33:09,970 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-03 12:33:09,976 - octoprint.plugin.core - INFO - Initialized 32 plugin implementation(s) 2020-08-03 12:33:10,013 - octoprint.server - ERROR - Error while trying to migrate settings for plugin octolapse, ignoring it Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 555, in run settings_plugin_config_migration_and_cleanup(implementation._identifier, implementation) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 529, in settings_plugin_config_migration_and_cleanup implementation._settings.set_int([octoprint.plugin.SettingsPlugin.config_version_key], settings_version, force=True) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 524, in _func return orig_func(*args_mapper(args), **kwargs_mapper(kwargs)) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1747, in setInt self.set(path, intValue, **kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1724, in set chain.set_by_path(path, value) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 545, in set_by_path raise KeyError(key) KeyError: 'octolapse' 2020-08-03 12:33:10,023 - octoprint.plugin.core - INFO - 32 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 | AstroPrint (1.3.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Autoscroll (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Cancel Objects (0.3.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Detailed Progress Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_detailedprogress | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Emergency Stop Button (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_estop | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Extra Distance Buttons (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_extradistance | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | FloatingNavbar (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_floatingnavbar | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | Navbar Temperature Plugin (0.11) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (1.0.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | 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.1) = /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 | Tab Order (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-08-03 12:33:10,043 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 918188032 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2020-08-03 12:33:10,057 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-08-03 12:33:10,087 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-08-03 12:33:12,252 - octoprint.server - INFO - Shutting down intermediary server... 2020-08-03 12:33:12,400 - octoprint.server - INFO - Intermediary server shut down 2020-08-03 12:33:12,404 - octoprint.events - INFO - Processing startup event, this is our first event 2020-08-03 12:33:12,404 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2020-08-03 12:33:12,406 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-08-03 12:33:12,410 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2020-08-03 12:33:12,417 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-08-03 12:33:12,476 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyUSB0 2020-08-03 12:33:12,547 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-08-03 12:33:12,552 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-08-03 12:33:12,558 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-08-03 12:33:12,561 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-08-03 12:33:12,572 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:33:13,634 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:33:13,850 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _http._tcp 2020-08-03 12:33:13,870 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _octoprint._tcp 2020-08-03 12:33:13,883 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "FLsun" for SSDP 2020-08-03 12:33:13,973 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-08-03 12:33:14,088 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-03 12:33:15,983 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-03 12:33:15,985 - 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-03 12:33:15,985 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-03 12:33:16,113 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-08-03 12:33:16,339 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-03 12:33:17,167 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-03 12:33:17,401 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self.__items__ = yaml.load(config_str) 2020-08-03 12:33:17,917 - octoprint.plugins.astroprint - INFO - There was an error loading /home/pi/.octoprint/data/astroprint/print_files.yaml: Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint/AstroprintDB.py", line 49, in getPrintFiles with open(self.infoPrintFiles, "r") as f: IOError: [Errno 2] No such file or directory: u'/home/pi/.octoprint/data/astroprint/print_files.yaml' 2020-08-03 12:33:18,116 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 918188032, u'octopi_version': u'0.16.0', 'version': u'1.4.0', 'pip': '19.0.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-08-03 12:33:18,216 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:33:18,663 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:33:18,676 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:33:18,688 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2020-08-03 12:33:18,698 - octoprint.plugins.astroprint - INFO - No user logged to AstroPrint 2020-08-03 12:33:18,714 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-03 12:33:18,719 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-03 12:33:18,723 - octoprint.plugins.navbartemp - INFO - Broadcom detected 2020-08-03 12:33:18,725 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-03 12:33:18,786 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'webcamtab:0.1.2,gcodeeditor:0.2.6,estop:0.1.2,displayz:0.1.0,fullscreen:0.0.4,cancelobject:0.3.2,astroprint:1.3.1,taborder:0.5.3,autoscroll:0.0.2,fanspeedslider:0.2.1,detailedprogress:0.1.4,extradistance:0.1.0,navbartemp:0.11,anywhere:1.0.7,floatingnavbar:0.3.0,printtimegenius:2.2.1,octolapse:0.4.0'} 2020-08-03 12:33:18,982 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin 2.0.6 (Aug 3 2020" 2020-08-03 12:33:19,026 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2020-08-03 12:33:19,071 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.13/'} 2020-08-03 12:33:19,426 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 15} 2020-08-03 12:33:19,532 - backoff - INFO - Backing off __get_dev_settings__(...) for 2.3s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:33:19,933 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': u'Marlin 2.0.6 (Aug 3 2020'} 2020-08-03 12:33:22,115 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:33:22,366 - backoff - INFO - Backing off __get_dev_settings__(...) for 14.9s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-03 12:33:23,666 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-03 12:33:23,670 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 10:02:44,880 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:02:44,888 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-04 10:02:45,580 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 22} 2020-08-04 10:02:46,869 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?3339d949 (::ffff:192.168.0.115) 140.90ms 2020-08-04 10:02:46,905 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?313d9a0c (::ffff:192.168.0.115) 31.76ms 2020-08-04 10:02:46,930 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?5ee4dc54 (::ffff:192.168.0.115) 4.30ms 2020-08-04 10:02:47,682 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?3514a079 (::ffff:192.168.0.115) 24.52ms 2020-08-04 10:02:55,920 - octoprint.server.preemptive_cache - INFO - ... done in 16.36s 2020-08-04 10:02:55,925 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.117/'} 2020-08-04 10:02:57,842 - backoff - INFO - Backing off __get_dev_settings__(...) for 24.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:03:00,322 - octoprint.server.preemptive_cache - INFO - ... done in 4.40s 2020-08-04 10:03:15,034 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:03:22,947 - backoff - INFO - Backing off __get_dev_settings__(...) for 19.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:03:42,818 - backoff - INFO - Backing off __get_dev_settings__(...) for 113.9s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:03:45,094 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:03:53,171 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 10:03:53,174 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 10:03:56,703 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 10:03:56,925 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 10:03:56,927 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 10:03:57,078 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 10:03:57,273 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 10:04:00,900 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.61s 2020-08-04 10:04:01,735 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.56s 2020-08-04 10:04:02,408 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.53s 2020-08-04 10:04:03,093 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.61s 2020-08-04 10:04:03,738 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.53s 2020-08-04 10:04:04,743 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2020-08-04 10:04:07,146 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2020-08-04 10:04:08,229 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-04 10:04:15,147 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:04:45,205 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:04:49,064 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2020-08-04 10:04:54,980 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2020-08-04 10:05:15,265 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:05:36,989 - backoff - INFO - Backing off __get_dev_settings__(...) for 32.5s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:05:45,327 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:06:09,639 - backoff - INFO - Backing off __get_dev_settings__(...) for 57.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:06:15,383 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:06:45,440 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:06:55,766 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called! | Last lines in terminal: | Recv: T:28.84 /0.00 B:33.44 /60.00 @:0 B@:127 | Recv: T:28.92 /0.00 B:34.48 /60.00 @:0 B@:127 | Recv: T:29.22 /0.00 B:35.08 /60.00 @:0 B@:127 | Recv: T:29.06 /0.00 B:35.90 /60.00 @:0 B@:127 | Recv: T:29.19 /0.00 B:36.52 /60.00 @:0 B@:127 | Recv: T:29.22 /0.00 B:37.13 /60.00 @:0 B@:127 | Send: M104 S210 | Recv: ok | Recv: T:29.11 /210.00 B:37.92 /60.00 @:127 B@:127 | Recv: T:29.33 /210.00 B:38.50 /60.00 @:127 B@:127 | Recv: T:29.14 /210.00 B:39.52 /60.00 @:127 B@:127 | Recv: T:29.19 /210.00 B:40.20 /60.00 @:127 B@:127 | Recv: T:29.06 /210.00 B:40.90 /60.00 @:127 B@:127 | Recv: T:29.19 /210.00 B:41.49 /60.00 @:127 B@:127 | Recv: T:29.27 /210.00 B:42.32 /60.00 @:127 B@:127 | Recv: T:28.98 /210.00 B:42.90 /60.00 @:127 B@:127 | Recv: T:29.03 /210.00 B:43.86 /60.00 @:127 B@:127 | Recv: T:29.11 /210.00 B:44.56 /60.00 @:127 B@:127 | Recv: Error:Heating failed, system stopped! Heater_ID: 0 | Recv: Error:Printer halted. kill() called! 2020-08-04 10:06:55,771 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!" 2020-08-04 10:06:55,793 - octoprint.util.comm - INFO - Force-sending M112 to the printer 2020-08-04 10:06:55,846 - octoprint.util.comm - INFO - Changing monitoring state from "Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!" to "Offline (Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!)" 2020-08-04 10:06:56,346 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_firmware, payload: {'commerror_text': u'Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!'} 2020-08-04 10:07:05,736 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 10:07:05,740 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 10:07:05,933 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-04 10:07:06,773 - backoff - INFO - Backing off __get_dev_settings__(...) for 69.3s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:07:08,073 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 10:07:08,209 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 10:07:08,211 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 10:07:08,348 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 10:07:12,741 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-04 10:07:15,497 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:07:19,328 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-08-04 10:07:19,332 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-08-04 10:07:19,346 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 10:07:19,426 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 10:07:20,414 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 10:07:25,390 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 10:07:25,398 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2020-08-04 10:07:25,437 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 10:07:25,492 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin 2.0.6 (Aug 3 2020" 2020-08-04 10:07:25,539 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2020-08-04 10:07:26,012 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': u'/dev/ttyUSB0', 'firmware_name': u'Marlin 2.0.6 (Aug 3 2020'} 2020-08-04 10:07:45,526 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:08:15,583 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:08:16,190 - backoff - INFO - Backing off __get_dev_settings__(...) for 66.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:08:45,641 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:09:15,700 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:09:22,321 - backoff - INFO - Backing off __get_dev_settings__(...) for 30.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:09:45,758 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:09:52,791 - backoff - INFO - Backing off __get_dev_settings__(...) for 55.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:10:15,815 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:10:45,873 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:10:48,606 - backoff - INFO - Backing off __get_dev_settings__(...) for 87.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:11:15,932 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:11:45,990 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:12:15,823 - backoff - INFO - Backing off __get_dev_settings__(...) for 84.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:12:16,049 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:12:46,110 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:13:16,192 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:13:40,786 - backoff - INFO - Backing off __get_dev_settings__(...) for 64.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:13:46,252 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:14:16,316 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:14:44,950 - backoff - INFO - Backing off __get_dev_settings__(...) for 59.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:14:46,376 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:15:16,437 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:15:44,670 - backoff - INFO - Backing off __get_dev_settings__(...) for 27.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:15:46,500 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:16:11,951 - backoff - INFO - Backing off __get_dev_settings__(...) for 52.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:16:16,561 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:16:46,619 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:17:04,572 - backoff - INFO - Backing off __get_dev_settings__(...) for 7.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:17:11,868 - backoff - INFO - Backing off __get_dev_settings__(...) for 105.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:17:16,677 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:17:44,918 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-04 10:17:45,559 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 922} 2020-08-04 10:17:46,736 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:18:16,793 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:18:46,853 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:18:57,114 - backoff - INFO - Backing off __get_dev_settings__(...) for 86.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:19:16,910 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:19:46,968 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:20:17,026 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:20:23,976 - backoff - INFO - Backing off __get_dev_settings__(...) for 102.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:20:47,085 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:21:17,145 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:21:47,203 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:22:06,503 - backoff - INFO - Backing off __get_dev_settings__(...) for 92.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:22:17,263 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:22:47,320 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:23:17,378 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:23:39,355 - backoff - INFO - Backing off __get_dev_settings__(...) for 68.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:23:47,437 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:24:17,494 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:24:47,554 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:24:47,584 - backoff - INFO - Backing off __get_dev_settings__(...) for 56.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:25:17,618 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:25:43,649 - backoff - INFO - Backing off __get_dev_settings__(...) for 87.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:25:47,678 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:26:17,739 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:26:47,799 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:27:10,738 - backoff - INFO - Backing off __get_dev_settings__(...) for 60.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:27:17,862 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:27:47,926 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:28:11,483 - backoff - INFO - Backing off __get_dev_settings__(...) for 16.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:28:17,987 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:28:27,744 - backoff - INFO - Backing off __get_dev_settings__(...) for 26.3s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:28:48,047 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:28:54,146 - backoff - INFO - Backing off __get_dev_settings__(...) for 17.9s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:29:12,175 - backoff - INFO - Backing off __get_dev_settings__(...) for 25.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:29:18,107 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:29:37,292 - backoff - INFO - Backing off __get_dev_settings__(...) for 10.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:29:47,500 - backoff - INFO - Backing off __get_dev_settings__(...) for 107.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:29:48,188 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:30:18,248 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:30:48,310 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:31:18,371 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:31:34,597 - backoff - INFO - Backing off __get_dev_settings__(...) for 105.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:31:48,432 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:32:18,493 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:32:44,931 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-04 10:32:45,515 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 1822} 2020-08-04 10:32:48,555 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:33:18,615 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:33:19,819 - backoff - INFO - Backing off __get_dev_settings__(...) for 25.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:33:45,282 - backoff - INFO - Backing off __get_dev_settings__(...) for 12.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:33:48,690 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:33:57,991 - backoff - INFO - Backing off __get_dev_settings__(...) for 33.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:34:18,747 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:34:31,286 - backoff - INFO - Backing off __get_dev_settings__(...) for 62.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:34:48,804 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:35:18,868 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:35:34,071 - backoff - INFO - Backing off __get_dev_settings__(...) for 82.9s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:35:48,929 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:36:18,990 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:36:49,048 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:36:57,017 - backoff - INFO - Backing off __get_dev_settings__(...) for 65.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:37:19,114 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:37:49,175 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:38:02,337 - backoff - INFO - Backing off __get_dev_settings__(...) for 13.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:38:15,572 - backoff - INFO - Backing off __get_dev_settings__(...) for 74.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:38:19,238 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:38:49,303 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:39:19,367 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:39:30,358 - backoff - INFO - Backing off __get_dev_settings__(...) for 70.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:39:49,429 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:40:19,488 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:40:40,892 - backoff - INFO - Backing off __get_dev_settings__(...) for 87.5s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:40:49,550 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:41:19,607 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:41:49,669 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:42:08,503 - backoff - INFO - Backing off __get_dev_settings__(...) for 77.3s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:42:19,728 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:42:49,786 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:42:54,552 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called! | Last lines in terminal: | Recv: ok | Recv: T:25.94 /0.00 B:59.27 /0.00 @:0 B@:0 | Recv: T:25.91 /0.00 B:59.14 /0.00 @:0 B@:0 | Recv: T:25.91 /0.00 B:58.96 /0.00 @:0 B@:0 | Recv: T:26.02 /0.00 B:58.76 /0.00 @:0 B@:0 | Recv: T:26.02 /0.00 B:58.57 /0.00 @:0 B@:0 | Send: M104 S210 | Recv: ok | Recv: T:25.94 /210.00 B:58.41 /0.00 @:127 B@:0 | Recv: T:25.91 /210.00 B:58.28 /0.00 @:127 B@:0 | Recv: T:26.08 /210.00 B:58.02 /0.00 @:127 B@:0 | Recv: T:26.05 /210.00 B:57.89 /0.00 @:127 B@:0 | Recv: T:25.94 /210.00 B:57.70 /0.00 @:127 B@:0 | Recv: T:26.08 /210.00 B:57.59 /0.00 @:127 B@:0 | Recv: T:26.10 /210.00 B:57.47 /0.00 @:127 B@:0 | Recv: T:25.91 /210.00 B:57.30 /0.00 @:127 B@:0 | Recv: T:25.89 /210.00 B:57.16 /0.00 @:127 B@:0 | Recv: T:26.02 /210.00 B:56.95 /0.00 @:127 B@:0 | Recv: Error:Heating failed, system stopped! Heater_ID: 0 | Recv: Error:Printer halted. kill() called! 2020-08-04 10:42:54,570 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!" 2020-08-04 10:42:54,577 - octoprint.util.comm - INFO - Force-sending M112 to the printer 2020-08-04 10:42:54,635 - octoprint.util.comm - INFO - Changing monitoring state from "Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!" to "Offline (Error: Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!)" 2020-08-04 10:42:55,174 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_firmware, payload: {'commerror_text': u'Heating failed, system stopped! Heater_ID: 0 - Printer halted. kill() called!'} 2020-08-04 10:42:58,387 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port" 2020-08-04 10:42:58,391 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Connecting" 2020-08-04 10:42:58,402 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 10:42:58,487 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 10:42:59,465 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 10:43:04,433 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 10:43:04,449 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2020-08-04 10:43:04,499 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 10:43:04,560 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin 2.0.6 (Aug 3 2020" 2020-08-04 10:43:04,602 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2020-08-04 10:43:05,086 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': u'/dev/ttyUSB0', 'firmware_name': u'Marlin 2.0.6 (Aug 3 2020'} 2020-08-04 10:43:19,857 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:43:25,902 - backoff - INFO - Backing off __get_dev_settings__(...) for 44.7s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:43:49,915 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:44:10,719 - backoff - INFO - Backing off __get_dev_settings__(...) for 111.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:44:19,976 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:44:50,036 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:45:20,098 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:45:50,156 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:46:02,271 - backoff - INFO - Backing off __get_dev_settings__(...) for 58.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:46:20,214 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:46:50,274 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:47:01,157 - backoff - INFO - Backing off __get_dev_settings__(...) for 24.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:47:20,334 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:47:25,364 - backoff - INFO - Backing off __get_dev_settings__(...) for 72.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:47:44,934 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-04 10:47:45,442 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 2722} 2020-08-04 10:47:50,394 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:48:20,455 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:48:38,266 - backoff - INFO - Backing off __get_dev_settings__(...) for 109.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:48:50,514 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:49:20,570 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:49:50,630 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:50:20,689 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:50:28,242 - backoff - INFO - Backing off __get_dev_settings__(...) for 78.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:50:50,748 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:51:20,807 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:51:46,370 - backoff - INFO - Backing off __get_dev_settings__(...) for 40.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:51:50,869 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:52:20,929 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:52:27,302 - backoff - INFO - Backing off __get_dev_settings__(...) for 113.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:52:50,988 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:53:21,045 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:53:51,104 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:54:20,879 - backoff - INFO - Backing off __get_dev_settings__(...) for 102.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:54:21,166 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:54:51,251 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:55:21,314 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:55:51,374 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:56:03,136 - backoff - INFO - Backing off __get_dev_settings__(...) for 64.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:56:21,431 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:56:51,489 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:57:07,221 - backoff - INFO - Backing off __get_dev_settings__(...) for 32.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:57:21,557 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:57:39,856 - backoff - INFO - Backing off __get_dev_settings__(...) for 93.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:57:51,618 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:58:21,675 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:58:21,931 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart 2020-08-04 10:58:22,127 - octoprint.server - INFO - Shutting down... 2020-08-04 10:58:22,402 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-08-04 10:58:22,408 - octoprint.events - INFO - Event loop shut down 2020-08-04 10:58:22,434 - octoprint.server - INFO - Goodbye! 2020-08-04 10:58:26,705 - octoprint.startup - INFO - ****************************************************************************** 2020-08-04 10:58:26,707 - octoprint.startup - INFO - Starting OctoPrint 1.4.0 2020-08-04 10:58:26,708 - octoprint.startup - INFO - ****************************************************************************** 2020-08-04 10:58:26,831 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2020-08-04 10:58:27,458 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2020-08-04 10:58:27,549 - 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-04 10:58:29,581 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject/__init__.py:13: ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead. from flask.ext.login import current_user 2020-08-04 10:58:30,189 - octoprint.plugin.core - INFO - Found 32 plugin(s) providing 32 mixin implementations, 60 hook handlers 2020-08-04 10:58:30,411 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-08-04 10:58:30,438 - octoprint.server - INFO - Intermediary server started 2020-08-04 10:58:30,438 - 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-04 10:58:31,155 - octoprint.plugin.core - INFO - Found 32 plugin(s) providing 32 mixin implementations, 60 hook handlers 2020-08-04 10:58:31,193 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-08-04 10:58:31,849 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-08-04 10:58:31,855 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-08-04 10:58:31,856 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-08-04 10:58:31,857 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-08-04 10:58:31,858 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-08-04 10:58:31,859 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-08-04 10:58:31,860 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-08-04 10:58:31,861 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-08-04 10:58:31,862 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-04 10:58:31,863 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-04 10:58:31,864 - octoprint.server - INFO - Added new permission from plugin printer_safety_check: PLUGIN_PRINTER_SAFETY_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_printer_safety_check_display')") 2020-08-04 10:58:31,865 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-08-04 10:58:31,865 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-08-04 10:58:31,894 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2020-08-04 10:58:31,919 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2020-08-04 10:58:31,920 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2020-08-04 10:58:32,234 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-08-04 10:58:33,799 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 10:58:35,456 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2020-08-04 10:58:35,458 - 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-04 10:58:35,459 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-04 10:58:35,465 - octoprint.plugin.core - INFO - Initialized 32 plugin implementation(s) 2020-08-04 10:58:35,493 - octoprint.server - ERROR - Error while trying to migrate settings for plugin octolapse, ignoring it Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 555, in run settings_plugin_config_migration_and_cleanup(implementation._identifier, implementation) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 529, in settings_plugin_config_migration_and_cleanup implementation._settings.set_int([octoprint.plugin.SettingsPlugin.config_version_key], settings_version, force=True) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 524, in _func return orig_func(*args_mapper(args), **kwargs_mapper(kwargs)) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1747, in setInt self.set(path, intValue, **kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1724, in set chain.set_by_path(path, value) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 545, in set_by_path raise KeyError(key) KeyError: 'octolapse' 2020-08-04 10:58:35,500 - octoprint.plugin.core - INFO - 32 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 | AstroPrint (1.3.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Autoscroll (0.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Cancel Objects (0.3.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Detailed Progress Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_detailedprogress | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Emergency Stop Button (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_estop | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Extra Distance Buttons (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_extradistance | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | FloatingNavbar (0.3.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_floatingnavbar | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | Navbar Temperature Plugin (0.11) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (1.0.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | 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.1) = /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 | Tab Order (0.5.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-08-04 10:58:35,526 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 918188032 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2020-08-04 10:58:35,540 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-08-04 10:58:35,565 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-08-04 10:58:37,518 - octoprint.server - INFO - Shutting down intermediary server... 2020-08-04 10:58:37,872 - octoprint.server - INFO - Intermediary server shut down 2020-08-04 10:58:37,875 - octoprint.events - INFO - Processing startup event, this is our first event 2020-08-04 10:58:37,876 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2020-08-04 10:58:37,880 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-08-04 10:58:37,885 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2020-08-04 10:58:37,915 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-08-04 10:58:37,984 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-04 10:58:38,786 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyUSB0 2020-08-04 10:58:39,336 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-08-04 10:58:39,347 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-08-04 10:58:39,676 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Error: Connection error, see Terminal tab" 2020-08-04 10:58:39,683 - octoprint.util.comm - ERROR - Unexpected error while connecting to serial port: /dev/ttyUSB0 SerialException: '[Errno 11] Could not exclusively lock port /dev/ttyUSB0: [Errno 11] Resource temporarily unavailable' @ comm.py:_openSerial:2691 (hook default) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 2691, in _openSerial serial_obj = factory(self, self._port, self._baudrate, settings().getFloat(["serial", "timeout", "connection"])) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 2675, in default serial_obj.open() File "/home/pi/oprint/local/lib/python2.7/site-packages/serial/serialposix.py", line 272, in open self._reconfigure_port(force_update=True) File "/home/pi/oprint/local/lib/python2.7/site-packages/serial/serialposix.py", line 312, in _reconfigure_port raise SerialException(msg.errno, "Could not exclusively lock port {}: {}".format(self._port, msg)) SerialException: [Errno 11] Could not exclusively lock port /dev/ttyUSB0: [Errno 11] Resource temporarily unavailable 2020-08-04 10:58:40,622 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_connection, payload: {'commerror_text': u'Connection error, see Terminal tab'} 2020-08-04 10:58:41,960 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 10:58:42,435 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 10:58:42,620 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 10:58:42,929 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-04 10:58:43,037 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _http._tcp 2020-08-04 10:58:43,057 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _octoprint._tcp 2020-08-04 10:58:43,078 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "FLsun" for SSDP 2020-08-04 10:58:43,163 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 10:58:43,189 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-08-04 10:58:43,411 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-04 10:58:43,527 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 10:58:43,641 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 10:58:43,904 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 10:58:43,909 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 10:58:45,931 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 10:58:46,340 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-04 10:58:46,415 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 10:58:46,648 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 10:58:46,951 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-04 10:58:48,708 - 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-04 10:58:48,709 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-04 10:58:48,720 - 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-04 10:58:48,721 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-04 10:58:51,252 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-08-04 10:58:51,280 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self.__items__ = yaml.load(config_str) 2020-08-04 10:58:51,308 - octoprint.plugins.astroprint - INFO - There was an error loading /home/pi/.octoprint/data/astroprint/print_files.yaml: Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint/AstroprintDB.py", line 49, in getPrintFiles with open(self.infoPrintFiles, "r") as f: IOError: [Errno 2] No such file or directory: u'/home/pi/.octoprint/data/astroprint/print_files.yaml' 2020-08-04 10:58:51,367 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:58:51,542 - octoprint.plugins.astroprint - INFO - No user logged to AstroPrint 2020-08-04 10:58:51,559 - octoprint.plugins.navbartemp - INFO - Broadcom detected 2020-08-04 10:58:51,631 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:58:51,704 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.6s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:58:51,808 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 22} 2020-08-04 10:58:51,926 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.13/'} 2020-08-04 10:58:52,354 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'webcamtab:0.1.2,gcodeeditor:0.2.6,estop:0.1.2,displayz:0.1.0,fullscreen:0.0.4,cancelobject:0.3.2,astroprint:1.3.1,taborder:0.5.3,autoscroll:0.0.2,fanspeedslider:0.2.1,detailedprogress:0.1.4,extradistance:0.1.0,navbartemp:0.11,anywhere:1.0.7,floatingnavbar:0.3.0,printtimegenius:2.2.1,octolapse:0.4.0'} 2020-08-04 10:58:52,390 - backoff - INFO - Backing off __get_dev_settings__(...) for 2.2s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:58:52,812 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 918188032, u'octopi_version': u'0.16.0', 'version': u'1.4.0', 'pip': '19.0.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-08-04 10:58:54,282 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 10:58:54,284 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 10:58:54,696 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.5s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:58:55,304 - backoff - INFO - Backing off __get_dev_settings__(...) for 2.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:58:55,377 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-04 10:58:55,685 - tornado.access - WARNING - 404 GET /static/webassets/packed_libs.js?3339d949 (::ffff:192.168.0.115) 12.80ms 2020-08-04 10:58:55,695 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?313d9a0c (::ffff:192.168.0.115) 4.38ms 2020-08-04 10:58:55,708 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?5ee4dc54 (::ffff:192.168.0.115) 6.71ms 2020-08-04 10:58:55,717 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?3514a079 (::ffff:192.168.0.115) 3.82ms 2020-08-04 10:58:57,409 - backoff - INFO - Backing off __get_dev_settings__(...) for 15.5s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:59:08,530 - octoprint.server.preemptive_cache - INFO - ... done in 16.60s 2020-08-04 10:59:08,533 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.117/'} 2020-08-04 10:59:13,195 - backoff - INFO - Backing off __get_dev_settings__(...) for 59.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 10:59:13,298 - octoprint.server.preemptive_cache - INFO - ... done in 4.77s 2020-08-04 10:59:21,872 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 10:59:51,928 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:00:12,361 - backoff - INFO - Backing off __get_dev_settings__(...) for 71.5s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 11:00:21,984 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:00:52,039 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:01:22,095 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:01:24,010 - backoff - INFO - Backing off __get_dev_settings__(...) for 101.1s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 11:01:52,151 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:02:22,208 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:02:52,264 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:03:05,321 - backoff - INFO - Backing off __get_dev_settings__(...) for 87.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 11:03:22,320 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:03:48,716 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:03:48,720 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:03:52,337 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 11:03:52,393 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:03:52,488 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:03:52,490 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:03:52,627 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:03:52,873 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 288, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:03:56,896 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-04 11:04:02,352 - octoprint.plugins.softwareupdate - INFO - Starting update of octoprint to 1.4.1... 2020-08-04 11:04:22,458 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:04:33,292 - backoff - INFO - Backing off __get_dev_settings__(...) for 93.4s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 11:04:52,497 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:05:22,533 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:05:39,666 - octoprint.plugins.softwareupdate - INFO - Update of octoprint to 1.4.1 successful! 2020-08-04 11:05:39,858 - octoprint.plugins.softwareupdate - INFO - Starting update of GcodeEditor to 0.2.8... 2020-08-04 11:05:40,203 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'1.4.1', 'from_version': u'1.4.0', 'target': u'octoprint'} 2020-08-04 11:05:52,543 - octoprint.plugins.softwareupdate - INFO - Update of GcodeEditor to 0.2.8 successful! 2020-08-04 11:05:52,571 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:05:52,768 - octoprint.plugins.softwareupdate - INFO - Starting update of PrintTimeGenius to 2.2.5... 2020-08-04 11:05:53,043 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.2.8', 'from_version': '0.2.6', 'target': u'GcodeEditor'} 2020-08-04 11:06:06,842 - backoff - INFO - Backing off __get_dev_settings__(...) for 103.0s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 11:06:08,203 - octoprint.plugins.softwareupdate - INFO - Update of PrintTimeGenius to 2.2.5 successful! 2020-08-04 11:06:08,393 - octoprint.plugins.softwareupdate - INFO - Starting update of anywhere to 1.1.1... 2020-08-04 11:06:08,683 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'2.2.5', 'from_version': '2.2.1', 'target': u'PrintTimeGenius'} 2020-08-04 11:06:22,697 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:06:32,248 - octoprint.plugins.softwareupdate - INFO - Update of anywhere to 1.1.1 successful! 2020-08-04 11:06:32,473 - octoprint.plugins.softwareupdate - INFO - Starting update of astroprint to 1.5.5... 2020-08-04 11:06:32,909 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'1.1.1', 'from_version': '1.0.7', 'target': u'anywhere'} 2020-08-04 11:06:45,171 - octoprint.plugins.softwareupdate - INFO - Update of astroprint to 1.5.5 successful! 2020-08-04 11:06:45,414 - octoprint.plugins.softwareupdate - INFO - Starting update of autoscroll to 0.0.3... 2020-08-04 11:06:45,841 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'1.5.5', 'from_version': '1.3.1', 'target': u'astroprint'} 2020-08-04 11:06:52,733 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:06:57,603 - octoprint.plugins.softwareupdate - INFO - Update of autoscroll to 0.0.3 successful! 2020-08-04 11:06:57,863 - octoprint.plugins.softwareupdate - INFO - Starting update of cancelobject to 0.4.2... 2020-08-04 11:06:58,309 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.0.3', 'from_version': '0.0.2', 'target': u'autoscroll'} 2020-08-04 11:07:10,928 - octoprint.plugins.softwareupdate - INFO - Update of cancelobject to 0.4.2 successful! 2020-08-04 11:07:11,173 - octoprint.plugins.softwareupdate - INFO - Starting update of floatingnavbar to 0.3.4... 2020-08-04 11:07:11,583 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.4.2', 'from_version': '0.3.2', 'target': u'cancelobject'} 2020-08-04 11:07:22,769 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:07:23,771 - octoprint.plugins.softwareupdate - INFO - Update of floatingnavbar to 0.3.4 successful! 2020-08-04 11:07:23,969 - octoprint.plugins.softwareupdate - INFO - Starting update of fullscreen to 0.0.5... 2020-08-04 11:07:24,372 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.3.4', 'from_version': '0.3.0', 'target': u'floatingnavbar'} 2020-08-04 11:07:36,729 - octoprint.plugins.softwareupdate - INFO - Update of fullscreen to 0.0.5 successful! 2020-08-04 11:07:36,970 - octoprint.plugins.softwareupdate - INFO - Starting update of navbartemp to 0.14... 2020-08-04 11:07:37,346 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.0.5', 'from_version': '0.0.4', 'target': u'fullscreen'} 2020-08-04 11:07:49,746 - octoprint.plugins.softwareupdate - INFO - Update of navbartemp to 0.14 successful! 2020-08-04 11:07:49,927 - octoprint.plugins.softwareupdate - INFO - Starting update of taborder to 0.5.9... 2020-08-04 11:07:50,162 - backoff - INFO - Backing off __get_dev_settings__(...) for 35.8s (ConnectionError: HTTPConnectionPool(host='stream.getanywhere.io', port=80): Max retries exceeded with url: /api/dev_settings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))) 2020-08-04 11:07:50,425 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.14', 'from_version': '0.11', 'target': u'navbartemp'} 2020-08-04 11:07:52,804 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature 2020-08-04 11:08:03,315 - octoprint.plugins.softwareupdate - INFO - Update of taborder to 0.5.9 successful! 2020-08-04 11:08:03,581 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-08-04 11:08:03,585 - octoprint.plugins.softwareupdate - INFO - Restarting... 2020-08-04 11:08:03,733 - octoprint.server - INFO - Shutting down... 2020-08-04 11:08:04,019 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.5.9', 'from_version': '0.5.3', 'target': u'taborder'} 2020-08-04 11:08:04,608 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2020-08-04 11:08:04,619 - octoprint.events - INFO - Event loop shut down 2020-08-04 11:08:04,670 - octoprint.server - INFO - Goodbye! 2020-08-04 11:08:10,079 - octoprint.startup - INFO - ****************************************************************************** 2020-08-04 11:08:10,082 - octoprint.startup - INFO - Starting OctoPrint 1.4.1 2020-08-04 11:08:10,082 - octoprint.startup - INFO - ****************************************************************************** 2020-08-04 11:08:10,388 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online 2020-08-04 11:08:10,491 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2020-08-04 11:08:10,492 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 8.8.8.8:53 is working 2020-08-04 11:08:10,494 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2020-08-04 11:08:10,500 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2020-08-04 11:08:10,540 - 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-04 11:08:13,549 - octoprint.plugin.core - INFO - Found 35 plugin(s) providing 35 mixin implementations, 65 hook handlers 2020-08-04 11:08:13,801 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2020-08-04 11:08:13,834 - octoprint.server - INFO - Intermediary server started 2020-08-04 11:08:13,839 - 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-04 11:08:14,670 - octoprint.plugin.core - INFO - Found 35 plugin(s) providing 35 mixin implementations, 65 hook handlers 2020-08-04 11:08:14,714 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2020-08-04 11:08:15,459 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2020-08-04 11:08:15,465 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: u"Need(method='role', value=u'plugin_action_command_notification_show')") 2020-08-04 11:08:15,466 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: u"Need(method='role', value=u'plugin_action_command_notification_clear')") 2020-08-04 11:08:15,469 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: u"Need(method='role', value=u'plugin_action_command_prompt_interact')") 2020-08-04 11:08:15,471 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: u"Need(method='role', value=u'plugin_announcements_read')") 2020-08-04 11:08:15,473 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: u"Need(method='role', value=u'plugin_announcements_manage'), Need(method='role', value=u'plugin_announcements_read')") 2020-08-04 11:08:15,475 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: u"Need(method='role', value=u'plugin_appkeys_admin')") 2020-08-04 11:08:15,476 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: u"Need(method='role', value=u'plugin_backup_access')") 2020-08-04 11:08:15,478 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: u"Need(method='role', value=u'plugin_firmware_check_display')") 2020-08-04 11:08:15,480 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: u"Need(method='role', value=u'plugin_logging_manage')") 2020-08-04 11:08:15,482 - octoprint.server - INFO - Added new permission from plugin pi_support: PLUGIN_PI_SUPPORT_STATUS (needs: u"Need(method='role', value=u'plugin_pi_support_check')") 2020-08-04 11:08:15,484 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: u"Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-04 11:08:15,486 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: u"Need(method='role', value=u'plugin_pluginmanager_install'), Need(method='role', value=u'plugin_pluginmanager_manage')") 2020-08-04 11:08:15,488 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: u"Need(method='role', value=u'plugin_softwareupdate_check')") 2020-08-04 11:08:15,490 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: u"Need(method='role', value=u'plugin_softwareupdate_update')") 2020-08-04 11:08:15,519 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2020-08-04 11:08:15,547 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2020-08-04 11:08:15,549 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2020-08-04 11:08:15,695 - octoprint.plugins.softwareupdate - INFO - Version cache was created for another version of OctoPrint, not using it 2020-08-04 11:08:17,523 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 11:08:19,353 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2020-08-04 11:08:19,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 2020-08-04 11:08:19,357 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-04 11:08:19,364 - octoprint.plugin.core - INFO - Initialized 35 plugin implementation(s) 2020-08-04 11:08:20,238 - octoprint.server - ERROR - Error while trying to migrate settings for plugin octolapse, ignoring it Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 553, in run settings_plugin_config_migration_and_cleanup(implementation._identifier, implementation) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/__init__.py", line 527, in settings_plugin_config_migration_and_cleanup implementation._settings.set_int([octoprint.plugin.SettingsPlugin.config_version_key], settings_version, force=True) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 530, in _func return orig_func(*args_mapper(args), **kwargs_mapper(kwargs)) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1732, in setInt self.set(path, intValue, **kwargs) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 1710, in set chain.set_by_path(path, value) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/settings.py", line 501, in set_by_path raise KeyError(key) KeyError: 'octolapse' 2020-08-04 11:08:20,567 - octoprint.plugin.core - INFO - 35 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_notification | 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 | AstroPrint (1.5.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_astroprint | Autoscroll (0.0.3) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoscroll | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Cancel Objects (0.4.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_cancelobject | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Detailed Progress Plugin (0.1.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_detailedprogress | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Emergency Stop Button (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_estop | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Extra Distance Buttons (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_extradistance | Fan Speed Control (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fanspeedslider | File Check (2020.7.6) (bundled) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_file_check | Firmware Check (2020.6.22) (bundled) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_firmware_check | Floating Navbar (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_floatingnavbar | Fullscreen Plugin (0.0.5) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | GCode Viewer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/gcodeviewer | GcodeEditor (0.2.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Login UI (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/loginui | Navbar Temperature Plugin (0.14) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp | Octolapse (0.4.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (1.1.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | 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 | PrintTimeGenius Plugin (2.2.5) = /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 | Tab Order (0.5.9) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_taborder | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer | Webcam Tab (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_webcamtab Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2020-08-04 11:08:20,589 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1400.0 | ram: 918188032 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Plus Rev 1.3 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2020-08-04 11:08:20,607 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2020-08-04 11:08:20,638 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2020-08-04 11:08:23,714 - octoprint.server - INFO - Shutting down intermediary server... 2020-08-04 11:08:23,892 - octoprint.server - INFO - Intermediary server shut down 2020-08-04 11:08:23,897 - octoprint.events - INFO - Processing startup event, this is our first event 2020-08-04 11:08:23,899 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2020-08-04 11:08:23,911 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2020-08-04 11:08:23,923 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2020-08-04 11:08:23,976 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-04 11:08:24,798 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2020-08-04 11:08:26,126 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-04 11:08:26,455 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyUSB0 2020-08-04 11:08:26,541 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial connection" 2020-08-04 11:08:26,548 - octoprint.util.comm - INFO - Connecting to port /dev/ttyUSB0, baudrate 115200 2020-08-04 11:08:26,557 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2020-08-04 11:08:26,562 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2020-08-04 11:08:26,571 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial connection" to "Connecting" 2020-08-04 11:08:26,584 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:08:27,643 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:08:28,633 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _http._tcp 2020-08-04 11:08:28,672 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "FLsun"' for _octoprint._tcp 2020-08-04 11:08:28,697 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "FLsun" for SSDP 2020-08-04 11:08:28,872 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2020-08-04 11:08:29,174 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2020-08-04 11:08:29,795 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 11:08:30,261 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 11:08:30,369 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 11:08:30,883 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 11:08:30,883 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 11:08:32,306 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2020-08-04 11:08:32,624 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:08:32,646 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2020-08-04 11:08:32,680 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:08:32,694 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2020-08-04 11:08:32,930 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin 2.0.6 (Aug 3 2020" 2020-08-04 11:08:32,945 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2020-08-04 11:08:33,438 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': '/dev/ttyUSB0', 'firmware_name': u'Marlin 2.0.6 (Aug 3 2020'} 2020-08-04 11:08:33,768 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:57: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self.__items__ = yaml.load(config_str) 2020-08-04 11:08:36,417 - 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-04 11:08:36,417 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-04 11:08:36,426 - 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-04 11:08:36,431 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-08-04 11:08:36,461 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 26.0GB. That is considered sufficient for updating. 2020-08-04 11:08:37,383 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 11:08:38,913 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-08-04 11:08:38,946 - octoprint.plugins.astroprint - INFO - No print files yaml: /home/pi/.octoprint/data/astroprint/print_files.yaml 2020-08-04 11:08:39,150 - octoprint.plugins.astroprint - INFO - No stored AstroPrint user 2020-08-04 11:08:39,501 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 27} 2020-08-04 11:08:39,570 - backoff - INFO - Backing off __get_dev_settings__(...) for 0.7s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:08:39,605 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.13/'} 2020-08-04 11:08:40,572 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 918188032, u'octopi_version': u'0.16.0', 'version': u'1.4.1', 'pip': '19.0.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-08-04 11:08:40,830 - backoff - INFO - Backing off __get_dev_settings__(...) for 1.4s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:08:41,682 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'python': '2.7.13', 'ram': 918188032, u'octopi_version': u'0.16.0', 'version': u'1.4.1', u'plugins': u'gcodeeditor:0.2.8,estop:0.1.2,displayz:0.1.0,fullscreen:0.0.5,cancelobject:0.4.2,astroprint:1.5.5,taborder:0.5.9,autoscroll:0.0.3,fanspeedslider:0.2.1,webcamtab:0.1.2,detailedprogress:0.1.4,extradistance:0.1.0,navbartemp:0.14,anywhere:1.1.1,floatingnavbar:0.3.4,printtimegenius:2.2.5,octolapse:0.4.0', 'pip': '19.0.1', 'cores': 4, 'freq': 1400.0, u'pi_model': u'Raspberry Pi 3 Model B Plus Rev 1.3', 'os': 'linux'} 2020-08-04 11:08:41,718 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 11:08:42,626 - backoff - INFO - Backing off __get_dev_settings__(...) for 2.9s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:08:44,940 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:08:44,947 - octoprint.server.api - INFO - Actively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:08:45,117 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:08:45,170 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:08:46,094 - backoff - INFO - Backing off __get_dev_settings__(...) for 7.5s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:08:54,155 - backoff - INFO - Backing off __get_dev_settings__(...) for 7.5s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:08:59,915 - octoprint.server.preemptive_cache - INFO - ... done in 20.31s 2020-08-04 11:08:59,916 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.0.117/'} 2020-08-04 11:09:00,046 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-04 11:09:00,078 - octoprint.server.preemptive_cache - INFO - ... done in 0.16s 2020-08-04 11:09:02,141 - backoff - INFO - Backing off __get_dev_settings__(...) for 5.3s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:09:02,374 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 11:09:02,490 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:09:02,492 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:09:02,699 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:09:02,952 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:09:07,820 - backoff - INFO - Backing off __get_dev_settings__(...) for 56.8s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:09:08,237 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-04 11:10:05,190 - backoff - INFO - Backing off __get_dev_settings__(...) for 89.3s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:11:34,980 - backoff - INFO - Backing off __get_dev_settings__(...) for 27.9s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:12:03,277 - backoff - INFO - Backing off __get_dev_settings__(...) for 248.2s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:14:25,756 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.54s 2020-08-04 11:14:26,514 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.47s 2020-08-04 11:14:27,118 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.52s 2020-08-04 11:14:27,826 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.61s 2020-08-04 11:14:28,454 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.45s 2020-08-04 11:15:07,169 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-08-04 11:16:12,169 - backoff - INFO - Backing off __get_dev_settings__(...) for 126.0s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:18:19,715 - backoff - INFO - Backing off __get_dev_settings__(...) for 65.5s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:18:29,129 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:18:29,132 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:18:29,324 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-04 11:18:32,018 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 11:18:32,178 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:18:32,180 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:18:32,340 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:18:32,618 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:18:37,083 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-04 11:19:25,638 - backoff - INFO - Backing off __get_dev_settings__(...) for 180.6s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:19:49,403 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2020-08-04 11:19:53,469 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:19:53,688 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:22:26,853 - backoff - INFO - Backing off __get_dev_settings__(...) for 88.9s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:23:13,805 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-04 11:23:37,528 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-04 11:23:39,487 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 927} 2020-08-04 11:23:56,246 - backoff - INFO - Backing off __get_dev_settings__(...) for 20.1s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:24:16,784 - backoff - INFO - Backing off __get_dev_settings__(...) for 25.6s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:24:42,797 - backoff - INFO - Backing off __get_dev_settings__(...) for 37.1s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:25:20,366 - backoff - INFO - Backing off __get_dev_settings__(...) for 254.4s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:29:35,253 - backoff - INFO - Backing off __get_dev_settings__(...) for 289.2s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:34:24,997 - backoff - INFO - Backing off __get_dev_settings__(...) for 103.7s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:36:09,356 - backoff - INFO - Backing off __get_dev_settings__(...) for 171.8s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:38:13,808 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-04 11:38:39,457 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 1827} 2020-08-04 11:39:01,643 - backoff - INFO - Backing off __get_dev_settings__(...) for 289.3s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:43:51,548 - backoff - INFO - Backing off __get_dev_settings__(...) for 144.3s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:46:16,388 - backoff - INFO - Backing off __get_dev_settings__(...) for 43.9s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:47:00,743 - backoff - INFO - Backing off __get_dev_settings__(...) for 267.8s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:51:29,182 - backoff - INFO - Backing off __get_dev_settings__(...) for 35.7s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:52:05,280 - backoff - INFO - Backing off __get_dev_settings__(...) for 171.3s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:53:13,811 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-04 11:53:39,542 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 2727} 2020-08-04 11:54:26,844 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Offline" 2020-08-04 11:54:26,899 - octoprint.plugins.action_command_notification - INFO - Notifications cleared 2020-08-04 11:54:32,467 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial connection" 2020-08-04 11:54:32,489 - octoprint.util.comm - INFO - Connecting to port /dev/ttyUSB0, baudrate 250000 2020-08-04 11:54:32,510 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial connection" to "Connecting" 2020-08-04 11:54:32,529 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:54:32,610 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:54:32,833 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:54:45,510 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:54:45,513 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:54:45,709 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.115 2020-08-04 11:54:48,240 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.115 2020-08-04 11:54:48,294 - octoprint.server.util.flask - INFO - Passively logging in user ziv from ::ffff:192.168.0.115 2020-08-04 11:54:48,296 - octoprint.access.users - INFO - Logged in user: ziv 2020-08-04 11:54:48,486 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:54:48,758 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:54:52,941 - octoprint.server.util.sockjs - INFO - User ziv logged in on the socket from client ::ffff:192.168.0.115 2020-08-04 11:54:57,025 - backoff - INFO - Backing off __get_dev_settings__(...) for 143.1s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:55:03,663 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:55:08,490 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Offline" 2020-08-04 11:55:08,513 - octoprint.plugins.action_command_notification - INFO - Notifications cleared 2020-08-04 11:55:22,401 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial connection" 2020-08-04 11:55:22,419 - octoprint.util.comm - INFO - Connecting to port /dev/ttyUSB0, baudrate 115200 2020-08-04 11:55:22,441 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial connection" to "Connecting" 2020-08-04 11:55:22,460 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:55:22,547 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:55:22,762 - octoprint.server.api.settings - ERROR - Could not load settings for plugin Octolapse (0.4.0) Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/settings.py", line 291, in _get_plugin_settings result = plugin.on_settings_load() File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/types.py", line 1506, in on_settings_load if self.config_version_key in data: TypeError: argument of type 'NoneType' is not iterable 2020-08-04 11:55:23,521 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:55:28,488 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:55:28,510 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2020-08-04 11:55:28,568 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2020-08-04 11:55:28,802 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin 2.0.6 (Aug 3 2020" 2020-08-04 11:55:28,823 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2020-08-04 11:55:29,306 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 115200, u'printer_port': u'/dev/ttyUSB0', 'firmware_name': u'Marlin 2.0.6 (Aug 3 2020'} 2020-08-04 11:56:12,091 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2020-08-04 11:56:16,800 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2020-08-04 11:57:20,662 - backoff - INFO - Backing off __get_dev_settings__(...) for 1.6s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 11:57:22,642 - backoff - INFO - Backing off __get_dev_settings__(...) for 226.0s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 12:01:09,332 - backoff - INFO - Backing off __get_dev_settings__(...) for 187.5s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 12:04:17,507 - backoff - INFO - Backing off __get_dev_settings__(...) for 68.2s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 12:05:26,218 - backoff - INFO - Backing off __get_dev_settings__(...) for 285.8s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 12:08:13,814 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2020-08-04 12:08:39,513 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 3627} 2020-08-04 12:10:12,553 - backoff - INFO - Backing off __get_dev_settings__(...) for 151.9s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 12:12:44,970 - backoff - INFO - Backing off __get_dev_settings__(...) for 101.7s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 12:14:27,381 - backoff - INFO - Backing off __get_dev_settings__(...) for 219.0s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings) 2020-08-04 12:18:06,966 - backoff - INFO - Backing off __get_dev_settings__(...) for 188.0s (HTTPError: 401 Client Error: Unauthorized for url: http://newstream.getanywhere.io/api/dev_settings)