runtime error

Traceback (most recent call last): File "/home/user/app/src/app.py", line 101, in <module> unquine_authors_output = gr.Dataframe(headers=["author_name"],value=get_unquine_authors(), label=" Authors Currently in our DB") File "/home/user/app/src/db/db_functions.py", line 63, in get_unquine_authors authors_name_data = supabase.table('papers').select('author_name').execute() File "/usr/local/lib/python3.9/site-packages/postgrest/_sync/request_builder.py", line 57, in execute r = self.session.request( File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 814, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 901, in send response = self._send_handling_auth( File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 929, in _send_handling_auth response = self._send_handling_redirects( File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 966, in _send_handling_redirects response = self._send_single_request(request) File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1002, in _send_single_request response = transport.handle_request(request) File "/usr/local/lib/python3.9/site-packages/httpx/_transports/default.py", line 228, in handle_request resp = self._pool.handle_request(req) File "/usr/local/lib/python3.9/contextlib.py", line 137, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/python3.9/site-packages/httpx/_transports/default.py", line 83, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno -2] Name or service not known 2024-02-14 09:53:57,856:INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 " 2024-02-14 09:53:58,123:INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" 2024-02-14 09:53:58,298:INFO - HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"

Container logs:

Fetching error logs...