작성
·
168
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