Traceback (most recent call last): File "/usr/local/server/src/function/runtime-env/lib/python3.9/site-packages/appwrite/client.py", line 103, in call response = requests.request( # call method dynamically https://stackoverflow.com/a/4246075/2299554 File "/usr/local/server/src/function/runtime-env/lib/python3.9/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/server/src/function/runtime-env/lib/python3.9/site-packages/requests/sessions.py", line 575, in request prep = self.prepare_request(req) File "/usr/local/server/src/function/runtime-env/lib/python3.9/site-packages/requests/sessions.py", line 486, in prepare_request p.prepare( File "/usr/local/server/src/function/runtime-env/lib/python3.9/site-packages/requests/models.py", line 368, in prepare self.prepare_url(url, params) File "/usr/local/server/src/function/runtime-env/lib/python3.9/site-packages/requests/models.py", line 439, in prepare_url raise MissingSchema( requests.exceptions.MissingSchema: Invalid URL '/databases/654232d47fca4f8eea13/collections/654232ec6c858376c689/documents': No scheme supplied. Perhaps you meant https:///databases/654232d47fca4f8eea13/collections/654232ec6c858376c689/documents?
What's your code?
Recommended threads
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...