
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
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
