강의

멘토링

커뮤니티

Inflearn Community Q&A

sbdkimmango0652's profile image
sbdkimmango0652

asked

Introduction to Python for Programming and Data Science

- How to submit assignments for Mac & Linux

과제 제출 오류

Written on

·

209

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

bigdatapython

Answer 1

0

TeamLab님의 프로필 이미지
TeamLab
Instructor

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

sbdkimmango0652's profile image
sbdkimmango0652

asked

Ask a question