
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
- JSON data type for columns?
Quick search seems to indicate this is a common request? Is there really no way other than converting JSON to text, to store this in a collection? It seems to l...
- Automatically Assigning the user and tea...
Hey AppWriters! Day 2 for me 😅 I'm reading the docs https://appwrite.io/docs/products/auth/team-invites In order to understand how a document is added then ...
- Appwrite New York is 500 Internal Error
