Anyone have an idea how to return response code if fail requests some data.
It's always said error 500 for return response status code 422.
Can you send the link to the package you are using to make requests in the function?
What's meaning package?
requests (python) ?
I'm using requests modul
Ok
what's it say for the status code at the right side?
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...