wechaty / puppet-padlocal

Puppet PadLocal is a Pad Protocol for WeChat
https://wechaty.js.org/docs/puppet-providers/padlocal
Apache License 2.0
629 stars 88 forks source link

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

Open duanghuang opened 2 years ago

duanghuang commented 2 years ago

运行

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