🐛 Bug Report: Start With Python Tutorial fails
👟 Reproduction steps
Followed the steps in: https://appwrite.io/docs/quick-starts/python. Ensured correct Project Id and API key.
👍 Expected behavior
Expected my_app to launch, connect to API / db, and return "todo" items.
👎 Actual Behavior
my_app.py example fails to run with:
(.venv) (base) dev@dv_one: python my_app.py Traceback (most recent call last): File "/home/user/Documents/appwrite/test/test_python/.venv/lib/python3.9/site-packages/appwrite/client.py", line 100, in call response.raise_for_status() File "/home/user/Documents/appwrite/test/test_python/.venv/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://cloud.appwrite.io/v1/databases
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/user/Documents/appwrite/test/test_python/my_app.py", line 102, in
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Linux
🧱 Your Environment
Kernel 6.1.55-1-MANJARO x86_64 Python 3.9.13 AMD Ryzen 7 1700X Eight-Core Processor
I can add more details upon request.
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct