2021-08-04 00:09:15,961 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 00:09:16,031 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 00:09:16,054 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 00:09:16,055 - octolapse.settings - INFO - Default settings loaded. 2021-08-04 00:58:20,991 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 00:58:20,994 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 00:58:21,005 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 00:58:21,029 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 00:58:21,029 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 00:58:21,093 - 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/lib/python3.7/site-packages/urllib3/connection.py", line 170, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 182, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /FormerLurker/Octolapse-Profiles/master/versions.json?nonce=a8136a9d15e94c2b8d76fd5905f3de97 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/settings_external.py", line 250, in _get_versions timeout=float(10) File "/home/pi/oprint/lib/python3.7/site-packages/requests/api.py", line 76, in get return request('get', url, params=params, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /FormerLurker/Octolapse-Profiles/master/versions.json?nonce=a8136a9d15e94c2b8d76fd5905f3de97 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.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/lib/python3.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/lib/python3.7/site-packages/octoprint_octolapse/settings_external.py", line 217, in _get_best_settings_version versions = ExternalSettings._get_versions()["versions"] File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/settings_external.py", line 260, in _get_versions raise ExternalSettingsError('profiles-retrieval-error', message, cause=e) octoprint_octolapse.settings_external.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=a8136a9d15e94c2b8d76fd5905f3de97 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2021-08-04 01:01:51,020 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 01:01:51,022 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 01:01:51,034 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 01:01:51,058 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 01:01:51,059 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 02:18:56,297 - octolapse.camera - ERROR - Unable to connect to the provided snapshot URL of http://127.0.0.1:8080/?action=snapshot for the 'Webcam - Default OctoPi 0.16.0' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 170, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.7/http/client.py", line 1244, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1290, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1239, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1026, in _send_output self.send(msg) File "/usr/lib/python3.7/http/client.py", line 966, in send self.connect() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 200, in connect conn = self._new_conn() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 182, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 566, in _test_web_camera r = utility.requests_retry_session(session=s).request("GET", url, timeout=timeout_seconds) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2021-08-04 02:19:49,124 - octolapse.camera - ERROR - Unable to connect to the provided snapshot URL of http://127.0.0.1:8080/?action=snapshot for the 'Webcam - Default OctoPi 0.16.0' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 170, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.7/http/client.py", line 1244, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1290, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1239, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1026, in _send_output self.send(msg) File "/usr/lib/python3.7/http/client.py", line 966, in send self.connect() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 200, in connect conn = self._new_conn() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 182, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 566, in _test_web_camera r = utility.requests_retry_session(session=s).request("GET", url, timeout=timeout_seconds) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2021-08-04 02:17:17,885 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 02:17:17,888 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 02:17:17,900 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 02:17:17,924 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 02:17:17,925 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 02:33:09,610 - octolapse.camera - ERROR - Unable to connect to the provided snapshot URL of http://127.0.0.1:8080/?action=snapshot for the 'Webcam - Default OctoPi 0.16.0' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.7/http/client.py", line 1336, in getresponse response.begin() File "/usr/lib/python3.7/http/client.py", line 306, in begin version, status, reason = self._read_status() File "/usr/lib/python3.7/http/client.py", line 267, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.7/socket.py", line 589, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8080): Read timed out. (read timeout=2) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by ReadTimeoutError("HTTPConnectionPool(host='127.0.0.1', port=8080): Read timed out. (read timeout=2)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 566, in _test_web_camera r = utility.requests_retry_session(session=s).request("GET", url, timeout=timeout_seconds) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by ReadTimeoutError("HTTPConnectionPool(host='127.0.0.1', port=8080): Read timed out. (read timeout=2)")) 2021-08-04 02:44:20,480 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 02:44:20,482 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 02:44:20,494 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 02:44:20,519 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 02:44:20,520 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 02:51:00,783 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 02:51:00,786 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 02:51:00,797 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 02:51:00,822 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 02:51:00,822 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 02:52:50,975 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 02:52:50,978 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 02:52:50,989 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 02:52:51,014 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 02:52:51,014 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 03:17:17,996 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 03:17:17,999 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 03:17:18,013 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 03:17:18,039 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 03:17:18,041 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 16:21:47,105 - octolapse.camera - ERROR - The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:21:47,106 - octolapse.camera - ERROR - An unexpected error was raised while testing custom image preferences for the 'Webcam - Default OctoPi 0.16.0' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 450, in _test_mjpg_streamer_control raise CameraError("mjpg_streamer_control_error", message) octoprint_octolapse.camera.CameraError: mjpg_streamer_control_error: The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:21:52,606 - octolapse.camera - ERROR - The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:21:52,606 - octolapse.camera - ERROR - An unexpected error was raised while testing custom image preferences for the 'Webcam - Default OctoPi 0.16.0' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 450, in _test_mjpg_streamer_control raise CameraError("mjpg_streamer_control_error", message) octoprint_octolapse.camera.CameraError: mjpg_streamer_control_error: The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:22:18,800 - octolapse.camera - ERROR - The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:22:18,801 - octolapse.camera - ERROR - An unexpected error was raised while testing custom image preferences for the 'Webcam - Default OctoPi 0.16.0' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 450, in _test_mjpg_streamer_control raise CameraError("mjpg_streamer_control_error", message) octoprint_octolapse.camera.CameraError: mjpg_streamer_control_error: The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:22:18,959 - octolapse.camera - ERROR - The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:22:18,960 - octolapse.camera - ERROR - An unexpected error was raised while testing custom image preferences for the 'Webcam - Default OctoPi 0.16.0' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 450, in _test_mjpg_streamer_control raise CameraError("mjpg_streamer_control_error", message) octoprint_octolapse.camera.CameraError: mjpg_streamer_control_error: The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:22:19,359 - octolapse.camera - ERROR - The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 16:22:19,360 - octolapse.camera - ERROR - An unexpected error was raised while testing custom image preferences for the 'Webcam - Default OctoPi 0.16.0' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 450, in _test_mjpg_streamer_control raise CameraError("mjpg_streamer_control_error", message) octoprint_octolapse.camera.CameraError: mjpg_streamer_control_error: The server denied access to the mjpg-streamer control.htm for the 'Webcam - Default OctoPi 0.16.0' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 17:49:44,214 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 17:49:44,217 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 17:49:44,232 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 17:49:44,258 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 17:49:44,260 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 18:18:01,369 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 18:18:01,372 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 18:18:01,384 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 18:18:01,409 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 18:18:01,409 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 18:27:24,966 - octolapse.camera - ERROR - Unable to connect to 'http://127.0.0.1:8080/?action=snapshot' for the 'Raspberry Pi HQ' camera profile. Please double check your 'Base Address' and 'Snapshot Address' settings. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 170, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.7/http/client.py", line 1260, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1306, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1255, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1030, in _send_output self.send(msg) File "/usr/lib/python3.7/http/client.py", line 970, in send self.connect() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 200, in connect conn = self._new_conn() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 182, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 497, in _test_web_camera_image_preferences r = utility.requests_retry_session(session=s).request("GET", url, timeout=timeout_seconds) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2021-08-04 18:30:29,907 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 18:30:29,910 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 18:30:29,927 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 18:30:29,957 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 18:30:29,958 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 18:31:22,121 - octolapse.camera - ERROR - Unable to connect to 'http://127.0.0.1:8080/?action=snapshot' for the 'Raspberry Pi HQ' camera profile. Please double check your 'Base Address' and 'Snapshot Address' settings. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 170, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.7/http/client.py", line 1260, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1306, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1255, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1030, in _send_output self.send(msg) File "/usr/lib/python3.7/http/client.py", line 970, in send self.connect() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 200, in connect conn = self._new_conn() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 182, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 497, in _test_web_camera_image_preferences r = utility.requests_retry_session(session=s).request("GET", url, timeout=timeout_seconds) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2021-08-04 18:31:48,992 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 18:31:49,003 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 18:31:49,017 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 18:31:49,043 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 18:31:49,043 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 18:31:49,115 - 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/lib/python3.7/site-packages/urllib3/connection.py", line 170, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connection.py", line 182, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/pi/oprint/lib/python3.7/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /FormerLurker/Octolapse-Profiles/master/versions.json?nonce=45c0c818dd5443c4accd2953a6b2a9f9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/settings_external.py", line 250, in _get_versions timeout=float(10) File "/home/pi/oprint/lib/python3.7/site-packages/requests/api.py", line 76, in get return request('get', url, params=params, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /FormerLurker/Octolapse-Profiles/master/versions.json?nonce=45c0c818dd5443c4accd2953a6b2a9f9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/oprint/lib/python3.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/lib/python3.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/lib/python3.7/site-packages/octoprint_octolapse/settings_external.py", line 217, in _get_best_settings_version versions = ExternalSettings._get_versions()["versions"] File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/settings_external.py", line 260, in _get_versions raise ExternalSettingsError('profiles-retrieval-error', message, cause=e) octoprint_octolapse.settings_external.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=45c0c818dd5443c4accd2953a6b2a9f9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2021-08-04 18:34:08,716 - octolapse.camera - ERROR - The server denied access to the mjpg-streamer control.htm for the 'Raspberry Pi HQ' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 18:34:08,717 - octolapse.camera - ERROR - An unexpected error was raised while testing custom image preferences for the 'Raspberry Pi HQ' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 450, in _test_mjpg_streamer_control raise CameraError("mjpg_streamer_control_error", message) octoprint_octolapse.camera.CameraError: mjpg_streamer_control_error: The server denied access to the mjpg-streamer control.htm for the 'Raspberry Pi HQ' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 18:46:56,576 - octolapse.camera - ERROR - The server denied access to the mjpg-streamer control.htm for the 'Raspberry Pi HQ' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 18:46:56,577 - octolapse.camera - ERROR - An unexpected error was raised while testing custom image preferences for the 'Raspberry Pi HQ' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 450, in _test_mjpg_streamer_control raise CameraError("mjpg_streamer_control_error", message) octoprint_octolapse.camera.CameraError: mjpg_streamer_control_error: The server denied access to the mjpg-streamer control.htm for the 'Raspberry Pi HQ' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 19:17:18,992 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 19:17:18,995 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 19:17:19,012 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 19:17:19,038 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 19:17:19,040 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 19:33:51,398 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 19:33:51,401 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 19:33:51,413 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 19:33:51,438 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 19:33:51,439 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 19:36:40,960 - octolapse.camera - ERROR - The server denied access to the mjpg-streamer control.htm for the 'Raspberry Pi HQ' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 19:36:40,961 - octolapse.camera - ERROR - An unexpected error was raised while testing custom image preferences for the 'Raspberry Pi HQ' camera profile. Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_octolapse/camera.py", line 450, in _test_mjpg_streamer_control raise CameraError("mjpg_streamer_control_error", message) octoprint_octolapse.camera.CameraError: mjpg_streamer_control_error: The server denied access to the mjpg-streamer control.htm for the 'Raspberry Pi HQ' camera profile. Please see this link to correct this error., or disable the 'Enable And Apply Preferences at Startup' and 'Enable And Apply Preferences Before Print' options. 2021-08-04 19:44:28,295 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 19:44:28,298 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 19:44:28,313 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 19:44:28,341 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 19:44:28,342 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 20:02:16,246 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 20:02:16,249 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 20:02:16,264 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 20:02:16,291 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 20:02:16,293 - octolapse.settings - INFO - Settings file loaded. 2021-08-04 20:05:52,047 - octolapse.__init__ - INFO - Started logging to file. 2021-08-04 20:05:52,058 - octolapse.settings - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2021-08-04 20:05:52,072 - octolapse.settings - INFO - Creating settings from iterable. 2021-08-04 20:05:52,096 - octolapse.settings - INFO - Settings created from iterable. 2021-08-04 20:05:52,097 - octolapse.settings - INFO - Settings file loaded.