puppet-padlocal icon indicating copy to clipboard operation
puppet-padlocal copied to clipboard

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

Open duanghuang opened this issue 2 years ago • 0 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就没成功过,想知道这个功能现在还能用吗?还是说不稳定?

Originally posted by @duanghuang in https://github.com/wechaty/puppet-padlocal/issues/128#issuecomment-1235111487

duanghuang avatar Sep 02 '22 06:09 duanghuang