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
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...