747929791 / majsoul_wrapper

自动化雀魂AI的SDK,实时解析雀魂对局信息,并模拟鼠标动作出牌
MIT License
379 stars 60 forks source link

丢失文件“websocket_frames.pkl” missing file "websocket_frames.pkl" #10

Open Resbonsiblyat opened 2 years ago

Resbonsiblyat commented 2 years ago

addons.py中:

if name=='main':

回放websocket流量

replay_path=os.path.join(os.path.dirname(__file__), 'websocket_frames.pkl')
history_msg = pickle.load(open(replay_path, 'rb'))
activated_flows = ['fake_id']
messages_dict = {'fake_id':history_msg}

其中的websocket_frames.pkl文件丢失

In addons.py:

if name=='main':

回放websocket流量

replay_path=os.path.join(os.path.dirname(__file__), 'websocket_frames.pkl')
history_msg = pickle.load(open(replay_path, 'rb'))
activated_flows = ['fake_id']
messages_dict = {'fake_id':history_msg}

websocket_frames.pkl missing