You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
本地一些配置
Mitmproxy: 8.0.0
Python: 3.8.8
scikit-learn: 0.19.2
终于可以开始游戏了,但是进了就报错,也不清楚是哪里出了问题
The text was updated successfully, but these errors were encountered: