shinkuan/Akagi

EngineRuntimeError

Closed this issue · 1 comments

C:\Users\akgai\Akagi\mjai\player.py:218 in react │
│ │
│ 215 │ │ except requests.Timeout: │
│ 216 │ │ │ raise TimeoutExpired(self.player_id) │
│ 217 │ │ except Exception as e: │
│ ❱ 218 │ │ │ raise EngineRuntimeError(f"RuntimeError: {str(e)}", self.player_id) │
│ 219 │ │ │
│ 220 │ │ return outs │
│ 221 │
│ │
│ ╭───────────────────────────────────── locals ─────────────────────────────────────╮ │
│ │ events = '[{"type": "start_game", "id": 2}]' │ │
│ │ input_data = b'[{"type": "start_game", "id": 2}]' │ │
│ │ self = <mjai.player.MjaiPlayerClient object at 0x00000191C404EDD0> │ │
│ │ timeout_per_action = 100.0 │ │
│ ╰──────────────────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
EngineRuntimeError: ("RuntimeError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without
response'))", 2)

請到Discord伺服器上的 #readme-faq 頻道查看如何解決。