parkchamchi / GlossySnake

An Application of LLM for Approximation of Interlinear Translation Corpora
https://glossysnake.com
MIT License
0 stars 1 forks source link

ERROR: Failed to fetch 오류 발생 #29

Closed codingwoong closed 5 months ago

codingwoong commented 6 months ago

작업 환경

Backend base: vserver.py Frontend base: mockup.html

작업 내용

Upload 통신 구현을 위해 Mockup.html을 일부 수정 후 JSON파일을 첨부하여 Request 버튼을 클릭하여 sendRequest()와 sendFile() 수행하였음

작업 결과

JSON파일 첨부 후 Request버튼 클릭 시 Failed to fetch 오류 발생 그 외 JSON파일 미 첨부 및 예상 가능한 시나리오에서는 sendFile()에 기재되어 있는 오류 메세지 출력

parkchamchi commented 5 months ago

Backend base: vserver.py

그 스크립트는 PoC라서 api v1만 지원합니다. /src/backend/에 있는 장고 백엔드 사용해주세요. api v2 명세는 여기 있습니다. 백엔드 실행시켜서 인덱스 페이지 가시면 api 테스트할 수 있는 페이지도 있고요.