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.
TL;DR
The user is asking how to return the response code when making requests. They are using the `requests` module in Python. They also ask for the meaning of the term "package". Another user asks for the link to the package being used. The final message mentions that even though they should be getting a response status code of 422, it always shows error 500. Solution: To return the response code, use the `status_code` attribute of the response object in the `requests` module. The error 500 could be due to a server-side issue.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
- cant resume project
Invalid console fingerprint event i try man time
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...