runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 64, in <module> content1 = db1.get("my-key") File "/home/user/.local/lib/python3.10/site-packages/deta/base.py", line 92, in get _, res = self._request("/items/{}".format(key), "GET") File "/home/user/.local/lib/python3.10/site-packages/deta/service.py", line 74, in _request res = self._send_request_with_retry(method, url, headers, body) File "/home/user/.local/lib/python3.10/site-packages/deta/service.py", line 114, in _send_request_with_retry self.client.request( File "/usr/local/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/local/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/local/lib/python3.10/http/client.py", line 976, in send self.connect() File "/usr/local/lib/python3.10/http/client.py", line 1448, in connect super().connect() File "/usr/local/lib/python3.10/http/client.py", line 942, in connect self.sock = self._create_connection( File "/usr/local/lib/python3.10/socket.py", line 824, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/usr/local/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -5] No address associated with hostname

Container logs:

Fetching error logs...