IT story/error 5

[ FastAPI - Ajax ] [ERROR] 422 Unprocessable Entity

422 error 발생 FastAPI 에서 post 만들고 Swagger UI에서 성공 ajax 문제인 경우 아래 붉은 글씨 부분을 확인하자. 1. back단에서 받고 있는 data 형태와 보내는 형태의 일치 여부 data : param 으로만 보내고 있다면, 그리고 FastAPI에서 baseModel을 기반으로한 모델로 받고있다면, 보내는 파라미터(data)를 JSON.stringify로 감싸서 보내보자 2. contentType : "application/json" 이 빠져도 422가 떴다. ajax GET을 먼저 만든 후 POST를 만들었더니 contentType이 누락되어있었다. contentType 빠져도 422 error 발생했다. var param = { "CustID" : Number(do..

IT story/error 2024.02.07

error : error parsing query: found EOF, expected

Invocation of init method failed; nested exception is org.influxdb.InfluxDBException: {"error":"error parsing query: found EOF, expected java에서 influx DB 세팅해서 호출할 때 뜨는 error. 구문 오류. 괄호 잘 닫았는지.. 구문에 이상 없는지 등등을 확인하자. ---------------------------------------------------------------------------------------------------------------------------------- private static final String QUERY = "select count(di..

IT story/error 2021.07.09

error : Null value was assigned to a property

[ JPA ] [ mysql ] column type error Null value was assigned to a property [class .....coliumn명] of primitive type setter of ....; nested exception is org.hibernate.PropertyAccessException: Null value was assigned to a property [class ....coliumn명] of primitive type setter of .....coliumn명 db : mysql char type의 column에 null값의 data가 존재한다고 오류 발생 null 혹은 \u0000 두 경우 모두 오류 발생. type 변경 : char -> varch..

IT story/error 2021.06.17

error : yarn.ps1 파일을 로드할 수 없습니다.

PS D:\> yarn install yarn : 이 시스템에서 스크립트를 실행할 수 없으므로 ...\yarn.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=13517 0)를 참조하십시오. 위치 줄:1 문자:1 + yarn install + ~~~~ + FullyQualifiedErrorId : UnauthorizedAccess --------------------------------------------------------------------------------------------------------------------------- 저번주 서버 띄웠었는데 이번주는 안된다...

IT story/error 2021.05.24
728x90
반응형