• 카테고리

    질문 & 답변
  • 세부 분야

    프로그래밍 언어

  • 해결 여부

    미해결

과제 제출 오류

19.04.09 20:08 작성 조회수 134

0

아래와 같이 에러가 뜹니다

BackendClientError: Request to the API endpoint has failed.

Check your network connection and/or the server status.

Traceback

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ai/backend/client/cli/run.py", line 118, in run

resources=resources)

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ai/backend/client/base.py", line 21, in _method

return cls.session.worker_thread.execute(coro)

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ai/backend/client/session.py", line 52, in execute

raise result

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ai/backend/client/session.py", line 36, in run

result = loop.run_until_complete(coro)

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 467, in run_until_complete

return future.result()

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ai/backend/client/kernel.py", line 62, in get_or_create

async with rqst.fetch() as resp:

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ai/backend/client/request.py", line 78, in aenter

raise BackendClientError(msg) from e

답변 1

답변을 작성해보세요.

0

안녕하세요. 늦게 답변드려 죄송합니다. 혹시 여전히 수정이 안되었나요? 최근에 Backend AI가 업데이트 되면서 생긴 문제인거 같습니다.