2020-09-13 07:26:27,637 - octolapse.__init__ - INFO - Started logging to file. 2020-09-13 07:26:27,679 - octolapse.settings - INFO - Creating settings from iterable. 2020-09-13 07:26:27,799 - octolapse.settings - INFO - Settings created from iterable. 2020-09-13 07:26:27,800 - octolapse.settings - INFO - Default settings loaded. 2020-09-13 07:50:18,054 - octolapse.__init__ - INFO - Started logging to file. 2020-09-13 07:50:18,059 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2020-09-13 07:50:18,084 - octolapse.settings - INFO - Creating settings from iterable. 2020-09-13 07:50:18,128 - octolapse.settings - INFO - Settings created from iterable. 2020-09-13 07:50:18,162 - octolapse.settings - INFO - Settings file loaded. 2020-09-13 08:03:02,844 - octolapse.__init__ - INFO - Started logging to file. 2020-09-13 08:03:02,861 - octolapse.settings - INFO - Creating settings from iterable. 2020-09-13 08:03:02,903 - octolapse.settings - INFO - Settings created from iterable. 2020-09-13 08:03:02,905 - octolapse.settings - INFO - Default settings loaded. 2020-09-13 08:27:02,331 Octolapse - loaded and active. 2020-09-13 08:27:04,340 Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/__init__.py", line 1318, in on_gcode_queuing return self.Timelapse.on_gcode_queuing(cmd, cmd_type, gcode, kwargs["tags"]) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/timelapse.py", line 568, in on_gcode_queuing if self._is_snapshot_command(self.Settings.current_printer(), command_string): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/timelapse.py", line 1012, in _is_snapshot_command return command_string.lower() == printer.snapshot_command.lower() AttributeError: 'NoneType' object has no attribute 'snapshot_command' 2020-09-13 08:27:06,169 Octolapse - is loading template configurations. 2020-09-13 08:30:28,113 - octolapse.__init__ - INFO - Started logging to file. 2020-09-13 08:30:28,120 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2020-09-13 08:30:28,497 - octolapse.settings - INFO - Creating settings from iterable. 2020-09-13 08:30:28,547 - octolapse.settings - INFO - Settings created from iterable. 2020-09-13 08:30:28,548 - octolapse.settings - INFO - Settings file loaded. 2020-09-13 08:23:23,022 - octolapse.__init__ - INFO - Started logging to file. 2020-09-13 08:23:23,024 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2020-09-13 08:23:23,056 - octolapse.settings - INFO - Creating settings from iterable. 2020-09-13 08:23:23,116 - octolapse.settings - INFO - Settings created from iterable. 2020-09-13 08:23:23,118 - octolapse.settings - INFO - Settings file loaded. 2020-09-13 08:23:23,447 - octolapse.settings_external - ERROR - Could not retrieve the settings file from the server! Using cached version. Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings_external.py", line 43, in get_available_profiles profiles_dict = ExternalSettings._get_profiles_from_server(current_octolapse_version) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings_external.py", line 83, in _get_profiles_from_server settings_version = ExternalSettings._get_best_settings_version(current_octolapse_version) File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings_external.py", line 217, in _get_best_settings_version versions = ExternalSettings._get_versions()["versions"] File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings_external.py", line 259, in _get_versions raise ExternalSettingsError('profiles-retrieval-error', message, cause=e) ExternalSettingsError: profiles-retrieval-error: An error occurred while retrieving profiles from the server. - Inner Exception: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /FormerLurker/Octolapse-Profiles/master/versions.json?nonce=0ec0aec12928497d839ddce399473e36 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2020-09-13 08:52:26,721 - octolapse.__init__ - ERROR - An error occurred in import_settings_request. Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/__init__.py", line 954, in import_settings self.available_profiles File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings.py", line 2476, in import_settings_from_text settings = json.loads(settings_text) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 367, in decode raise ValueError(errmsg("Extra data", s, end, len(s))) ValueError: Extra data: line 2 column 9 - line 72 column 2 (char 9 - 1960) 2020-09-13 08:55:03,934 - octolapse.__init__ - ERROR - An error occurred in import_settings_request. Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/__init__.py", line 942, in import_settings self.available_profiles File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings.py", line 2462, in import_settings_from_file available_server_profiles, update_existing=update_existing File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings.py", line 2499, in import_settings_from_text plugin_version, settings, default_settings_folder, data_directory File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/migration.py", line 85, in migrate_settings raise Exception("Could not find version information within the settings json, cannot perform migration.") Exception: Could not find version information within the settings json, cannot perform migration. 2020-09-13 08:59:51,986 - octolapse.__init__ - ERROR - An error occurred in import_settings_request. Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/__init__.py", line 942, in import_settings self.available_profiles File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings.py", line 2462, in import_settings_from_file available_server_profiles, update_existing=update_existing File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings.py", line 2499, in import_settings_from_text plugin_version, settings, default_settings_folder, data_directory File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/migration.py", line 85, in migrate_settings raise Exception("Could not find version information within the settings json, cannot perform migration.") Exception: Could not find version information within the settings json, cannot perform migration. 2020-09-13 09:22:55,326 - octolapse.__init__ - ERROR - An error occurred in import_settings_request. Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/__init__.py", line 942, in import_settings self.available_profiles File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings.py", line 2462, in import_settings_from_file available_server_profiles, update_existing=update_existing File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/settings.py", line 2499, in import_settings_from_text plugin_version, settings, default_settings_folder, data_directory File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse/migration.py", line 85, in migrate_settings raise Exception("Could not find version information within the settings json, cannot perform migration.") Exception: Could not find version information within the settings json, cannot perform migration.