We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows 11 python 3.10 微信版本 3.9.11.19
import PyOfficeRobot as por keywords = { '今天你怎么样' : '我挺好的' } por.chat.chat_by_keywords(who='天真', keywords=keywords)
运行后一直抛出以下错误:
是我代码有问题?还是?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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}
是我代码有问题?还是?
The text was updated successfully, but these errors were encountered: