python-wechaty
python-wechaty copied to clipboard
(<Status.INTERNAL: 13>,'Can not search contact by xxxx, status: -4 reason: User do not exist', None)
Friendship.search(weixin='xxxx') looks with error if weixin number or phone number is not exist
chatie_grpc\wechaty_init_.py
return await self._unary_unary(
"/wechaty.Puppet/FriendshipSearchWeixin",
request,
FriendshipSearchWeixinResponse,
)
returns an issue.
This error is raised from the puppet protocol which is different between protocols. So, you should post this issue under the specific token providers repo.
https://github.com/juzibot/donut-tester/issues/75