python-wechaty icon indicating copy to clipboard operation
python-wechaty copied to clipboard

⁉ ⁉ Friendship.search搜索好友的模块还能用吗?我用python-wechaty试了一下没成功

Open duanghuang opened this issue 2 years ago • 2 comments

运行

contact: Contact = await self.Friendship.search( phone='183********' )
await contact.ready()

报这个错误

2022-09-02 13:54:14,474 - FriendShip - INFO - search() <<class 'abc.Friendship'>, None, 183********>
2022-09-02 13:54:14,976 - Wechaty - ERROR - internal error <'NoneType' object has no attribute 'ready'>

我运行Friendship.search就没成功过,想知道这个功能现在还能用吗?还是说不稳定?

duanghuang avatar Sep 02 '22 06:09 duanghuang

这玩意支持通过手机查询吗?

bigbrother666sh avatar Sep 03 '22 03:09 bigbrother666sh

有self.Friendship.search方法

duanghuang avatar Sep 04 '22 15:09 duanghuang