Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shandian6033 opened this issue Jan 30, 2023 · 1 comment

Comments

@shandian6033
Copy link

本地一些配置
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
Copy link

wizardt commented Jul 17, 2023

大佬,wrapper还能用?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants