Skip to main content
0 votes
0 answers
111 views

I was trying to access the Superset Api's by using JWT token, but its giving 422 error code with below details, i request to help, am i missing anything here? Error Details: 422 Unprocessable Entity ( ...
balu's user avatar
  • 454
0 votes
0 answers
17 views

I'm working on a monitoring project where a client script collects system metrics and posts them to a FastAPI server. However, I'm consistently getting a 422 Unprocessable Entity error even though the ...
sahil sharma's user avatar
-1 votes
1 answer
104 views

I'm trying to call EasyPost's api in google apps script. I'm following their getting started guide and am attempting to create a shipment. It's appears that I'm able to authenticate correctly, but ...
Sam WB's user avatar
  • 193
0 votes
1 answer
468 views

The website consists of: Cloudflare DNS Plesk Server using PHP 7.4 Apache and ModSecurity Laravel Basic setup using csrf and .blade.php Some of my user reported some error page that I never seen ...
Alex Gilbert's user avatar
0 votes
0 answers
29 views

I am having 422 name and mobile field required. When I try this laravel 11 api in my postman, it works perfectly, but when I try to update my profile in react js I get the 422 error in my console log, ...
Isaac Tetteh's user avatar
0 votes
1 answer
110 views

Using api2pdf API in Google Apps Script to split PDF attachments into multiple files. I tried a lot of variations, but I am unsure what I am missing. Latest error code is 422. I've copied the code ...
Kyle Arndt's user avatar
2 votes
1 answer
1k views

I am using a POST request for uploading a file to a FastAPI application through Postman, and save it to my local directory. However, a 422 (Unprocessable entity) error is raised, saying that the file ...
Diego Rezende's user avatar
1 vote
3 answers
1k views

I am working on a simple university project, a movie catalog, but I am stuck on a problem that I can't find a solution for. When trying to update a movie, I get a 422 error, and I can't figure out the ...
Isaac Cortés's user avatar
-2 votes
1 answer
136 views

I have an API which works when it is like this: @router.put('/edit_teacher', status_code=200, response_model=TeacherDisplay) async def edit_teacher(teacher_id: int, db: DB_DEPENDENCY, teacher_new_name:...
Hossein's user avatar
0 votes
0 answers
243 views

I'm using a Google AppScript to integrate Eleven Labs' API into a Sheet. Trying to get past this step so that I can do something with a returned file but I can't get past this response code 422. I'm ...
kenitech's user avatar
  • 1,163
0 votes
0 answers
47 views

Question: I am working with a FastAPI application where I am trying to handle a form submission with an optional file upload. However, I am encountering a 422 Unprocessable Entity error when sending a ...
user avatar
1 vote
1 answer
1k views

I keep getting the 422 Unprocessable Entity error with the follwoing missing fields: {"detail":[{"type":"missing","loc":["body","username"],&...
3awny's user avatar
  • 369
0 votes
1 answer
421 views

If I remove the UploadFile part, I am able to receive the dictionary and make it work If I remove the dict and Body(...), I am able to receive the file and make it work I don't know how with both dict ...
user3910623's user avatar
0 votes
1 answer
1k views

so I am new to rails and I cloned a GitHub project tried to run it on local host and this is the error I got. this is the error log: Started POST "/setup" for ::1 at 2024-03-25 23:01:33 +...
T.MUHAMMED SHIJAS's user avatar
1 vote
1 answer
2k views

I've been trying to test out the Clerk's Migration script with some dummy users and a test Clerk project. However, I keep getting this error called status 422, where it says that form data is missing. ...
Ryan Uyeki's user avatar

15 30 50 per page
1
2 3 4 5
8