runtime error
Exit code: 1. Reason: packages/appwrite/services/databases.py", line 114, in get return self.client.call('get', api_path, { File "/usr/local/lib/python3.10/site-packages/appwrite/client.py", line 138, in call raise AppwriteException(response.json()['message'], response.status_code, response.json().get('type'), response.text) appwrite.exception.AppwriteException: Project is paused due to inactivity. Please restore it from the console to resume operations. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/appwrite/client.py", line 118, in call response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 1026, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://nyc.cloud.appwrite.io/v1/databases During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> from rag_pipeline import create_rag_chain File "/home/user/app/rag_pipeline.py", line 15, in <module> from appwrite_service import appwrite_service File "/home/user/app/appwrite_service.py", line 919, in <module> appwrite_service = AppwriteService() File "/home/user/app/appwrite_service.py", line 49, in __init__ self._initialize_database() File "/home/user/app/appwrite_service.py", line 80, in _initialize_database self.databases.create( File "/usr/local/lib/python3.10/site-packages/appwrite/services/databases.py", line 82, in create return self.client.call('post', api_path, { File "/usr/local/lib/python3.10/site-packages/appwrite/client.py", line 138, in call raise AppwriteException(response.json()['message'], response.status_code, response.json().get('type'), response.text) appwrite.exception.AppwriteException: Project is paused due to inactivity. Please restore it from the console to resume operations.
Container logs:
Fetching error logs...