2020-12-21 16:03:20,438 - octoprint.server.api - ERROR - Error while running a test GET request on https://***mywebsite***/webcam/?action=snapshot Traceback (most recent call last): File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/urllib3/connection.py", line 170, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/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 -2] Name or service not known During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/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 -2] Name or service not known During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/requests-2.25.0-py3.7.egg/requests/adapters.py", line 449, in send timeout=timeout File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/octoprint/OctoPrint/venv/lib/python3.7/site-packages/urllib3-1.26.2-py3.7.egg/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='***mywebsite***', port=443): Max retries exceeded with url: /webcam/?action=snapshot (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))