강의

멘토링

커뮤니티

Inflearn Community Q&A

eugeneffects6490's profile image
eugeneffects6490

asked

Deep Learning Web Service Project 1 - Basics. Object Detect Defective Product Identification

400 Bad Request 발생합니다.

Written on

·

463

0

안녕하세요. 강의 감사드립니다.

로컬로 접속해서 json return을 확인하려는데요. 아래와 같이 뜹니다.

코드는 다운 받은 그대로 사용했습니다.

잘 안되네요 ㅠ

werkzeug.exceptions.BadRequestKeyError

BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. KeyError: 'model'

구글-앱-엔진IONICpwaflask

Answer 1

0

nomad님의 프로필 이미지
nomad
Instructor

안녕하세요?

에러만 보면 KeyError: 'model' 를 잘못입력하셔서 보낸 걸로 나오네요.

오타가 있을 수도 있고 서버에 모델이 있느지도 예제와 함께 다시 확인해 보시기 바랍니다.

감사합니다.

eugeneffects6490's profile image
eugeneffects6490

asked

Ask a question