cluic / wxauto

Windows版本微信客户端(非网页版)自动化,可实现简单的发送、接收微信消息,简单微信机器人
MIT License
2.72k stars 440 forks source link

可以获取某个群聊的所有用户名么? #183

Closed ice1025 closed 6 months ago

cluic commented 6 months ago

加上了新方法:GetGroupMembers

jingle1267 commented 4 months ago

调用GetGroupMembers报错:raise LookupError('Find Control Timeout({}s): {}'.format(maxSearchSeconds, self.GetSearchPropertiesStr()))

ice1025 commented 4 months ago

调用GetGroupMembers报错:raise LookupError('Find Control Timeout({}s): {}'.format(maxSearchSeconds, self.GetSearchPropertiesStr()))

是不是你客户端版本问题,我测试正常

jingle1267 commented 4 months ago

我更新到3.9.8.15版本试了也是一样的报错