There is an error i am facing:
2025-05-17 09:32:05,387 - __main__ - ERROR - Appwrite Exception checking subscription for guild 1025382753790865508: The current user is not authorized to perform the requested action.
Traceback (most recent call last):
File "/opt/render/project/src/.venv/lib/python3.11/site-packages/appwrite/client.py", line 118, in call
response.raise_for_status()
File "/opt/render/project/src/.venv/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://fra.cloud.appwrite.io/...
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/render/project/src/main.py", line 1981, in check_subscription_prefix
result = databases.list_documents(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/render/project/src/.venv/lib/python3.11/site-packages/appwrite/services/databases.py", line 1757, in list_documents
return self.client.call('get', api_path, {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/render/project/src/.venv/lib/python3.11/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: The current user is not authorized to perform the requested action.
i checked all keys and configs, its correct. But now facing this error again and again. @Support
Recommended threads
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...