runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/gspread/client.py", line 168, in open_by_key spreadsheet = Spreadsheet(self.http_client, {"id": key}) File "/usr/local/lib/python3.10/site-packages/gspread/spreadsheet.py", line 29, in __init__ metadata = self.fetch_sheet_metadata() File "/usr/local/lib/python3.10/site-packages/gspread/spreadsheet.py", line 230, in fetch_sheet_metadata return self.client.fetch_sheet_metadata(self.id, params=params) File "/usr/local/lib/python3.10/site-packages/gspread/http_client.py", line 305, in fetch_sheet_metadata r = self.request("get", url, params=params) File "/usr/local/lib/python3.10/site-packages/gspread/http_client.py", line 128, in request raise APIError(response) gspread.exceptions.APIError: APIError: [404]: Requested entity was not found. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 15, in <module> sheet = client.open_by_key("16z_aDlREghbtVI6TSfvoODocYnbqMFWeMyHuzZlk6SM").sheet1 File "/usr/local/lib/python3.10/site-packages/gspread/client.py", line 171, in open_by_key raise SpreadsheetNotFound(ex.response) from ex gspread.exceptions.SpreadsheetNotFound: <Response [404]>

Container logs:

Fetching error logs...