747929791 / MajsoulAI

以JianYangAI作后端,进行在线雀魂对局
MIT License
265 stars 59 forks source link

进入对局后报错xmlrpc.client.Fault: <Fault 1: "<class 'IndexError'>:list index out of range"> #51

Open shandian6033 opened 1 year ago

shandian6033 commented 1 year ago

本地一些配置 Mitmproxy: 8.0.0 Python: 3.8.8 scikit-learn: 0.19.2 终于可以开始游戏了,但是进了就报错,也不清楚是哪里出了问题

starting up on 127.0.0.1 port 7479
waiting for the AI
AI connection:  <class 'socket.socket'> <socket.socket fd=1896, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 7479), raddr=('127.0.0.1', 27781)> ('127.0.0.1', 27781)
waiting for the game to start
Traceback (most recent call last):
  File "C:\Users\admin\anaconda3\lib\xmlrpc\client.py", line 1153, in request
    return self.single_request(host, handler, request_body, verbose)
  File "C:\Users\admin\anaconda3\lib\xmlrpc\client.py", line 1169, in single_request
    return self.parse_response(resp)
  File "C:\Users\admin\anaconda3\lib\xmlrpc\client.py", line 1341, in parse_response
    return u.close()
  File "C:\Users\admin\anaconda3\lib\xmlrpc\client.py", line 655, in close
    raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault 1: "<class 'IndexError'>:list index out of range">
python-BaseException

Process finished with exit code 1
wizardt commented 1 year ago

大佬,wrapper还能用?