• 카테고리

    질문 & 답변
  • 세부 분야

    프로그래밍 언어

  • 해결 여부

    미해결

과제 제출 시 에러가 발생합니다

21.09.07 15:05 작성 조회수 112

0

과제 제출을 진행하는데 서버에 올리는 부분에서 에러가 발생합니다.

에러 코드 첨부합니다.

∙ Session token prefix: 6e229ee181
∙ In the legacy mode, all cases will run serially!
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x000001D7C89693A0>
Traceback (most recent call last):
  File "c:\users\ssung\appdata\local\programs\python\python39\lib\asyncio\proactor_events.py", line 116, in __del__
    self.close()
  File "c:\users\ssung\appdata\local\programs\python\python39\lib\asyncio\proactor_events.py", line 108, in close
    self._loop.call_soon(self._call_connection_lost, None)
  File "c:\users\ssung\appdata\local\programs\python\python39\lib\asyncio\base_events.py", line 746, in call_soon
    self._check_closed()
  File "c:\users\ssung\appdata\local\programs\python\python39\lib\asyncio\base_events.py", line 510, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
✔ [0] Session 0 is ready.
Uploading files: 100%|█████████████████████████████████████████████████████| 6.90k/6.90k [00:00<00:00, 143kbytes/s, file=arithmetic_unit_test.py]
✔ [0] Uploading done.
python-kernel: skipping build phase due to missing "setup.py" file
✔ Build finished. (exit code = 0)
Generating result sheet...
-------------------------------------------------------------------
                 Test Case |  Passed? |   Feedback
-------------------------------------------------------------------
            test_addition |  PASSED  |   Good Job
            test_division |  PASSED  |   Good Job
               test_minus |  PASSED  |   Good Job
      test_multiplication |  PASSED  |   Good Job
Reading source file...
Transferring results to server...
Error occurred on transferring. HTTP Error 404: Not Found
✔ Execution finished. (exit code = 0)
✔ [0] Execution finished.
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x000001D7C89693A0>
Traceback (most recent call last):
  File "c:\users\ssung\appdata\local\programs\python\python39\lib\asyncio\proactor_events.py", line 116, in __del__
    self.close()
  File "c:\users\ssung\appdata\local\programs\python\python39\lib\asyncio\proactor_events.py", line 108, in close
    self._loop.call_soon(self._call_connection_lost, None)
  File "c:\users\ssung\appdata\local\programs\python\python39\lib\asyncio\base_events.py", line 746, in call_soon
    self._check_closed()
  File "c:\users\ssung\appdata\local\programs\python\python39\lib\asyncio\base_events.py", line 510, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed

 

답변 1

답변을 작성해보세요.

0

nnc님의 프로필

nnc

2021.12.07

저도 거의 비슷한 에러 때문에 제 컴퓨터에서 평가는 되는데

인프런에서 제출하지 않았다고 뜹니다. 혹시 해결하셨나요?