PyOfficeRobot icon indicating copy to clipboard operation
PyOfficeRobot copied to clipboard

报错 # 2024-07-11 17:02:30.857 WeChatType.py[48] SplitMessage -> Find Control Timeout(0s): {ControlType: ButtonControl}

Open wangaocheng opened this issue 1 year ago • 0 comments

Windows 11 python 3.10 微信版本 3.9.11.19

import PyOfficeRobot as por
keywords = { '今天你怎么样' : '我挺好的' } por.chat.chat_by_keywords(who='天真', keywords=keywords)

运行后一直抛出以下错误:

2024-07-11 17:02:30.857 WeChatType.py[48] SplitMessage -> Find Control Timeout(0s): {ControlType: ButtonControl}

是我代码有问题?还是?

wangaocheng avatar Jul 11 '24 09:07 wangaocheng