wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.63k stars 234 forks source link

(<Status.INTERNAL: 13>,'Can not search contact by xxxx, status: -4 reason: User do not exist', None) #157

Open why2lyj opened 3 years ago

why2lyj commented 3 years ago

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.

wj-Mcat commented 3 years ago

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.

why2lyj commented 3 years ago

https://github.com/juzibot/donut-tester/issues/75