Snow Wang
Snow Wang
只需要一条命令,我们就可以复活 itchat https://github.com/why2lyj/ItChat-UOS https://pypi.org/project/itchat-uos/
(<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 ```python return await self._unary_unary( "/wechaty.Puppet/FriendshipSearchWeixin", request, FriendshipSearchWeixinResponse, ) ``` returns an issue.
When you send a message is a mini program, the meesage type is message_type_unspecified, this shoud be a bug. wechaty 0.6.13 wechaty-puppet 0.2.0 wechaty-puppet-hostie 0.4.1
Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/apscheduler/executors/base_py3.py", line 29, in run_coroutine_job retval = await job.func(*job.args, **job.kwargs) File "/ding-dong-bot.py", line 199, in xxxx await conversation.say(file_box) File "/usr/local/lib/python3.7/site-packages/wechaty/user/room.py", line 266, in say...
I got the QR code after runing progress, but after I scan the QR code, no response anymore. what I did: > 1. I run the progress success(ding-dong was working)...
复现方式: 使用官方网站demo: [https://g1879.gitee.io/drissionpagedocs/get_start/examples/control_browser](https://g1879.gitee.io/drissionpagedocs/get_start/examples/control_browser) 新机安装,Python版本 3.12 直接运行后,控制台报错 ``` exit code -1073741819 (0xC0000005) ``` 本人降级到 python 3.8 解决,没有深入研究为何。
推荐使用Jupyter打开MD,所有公式均会完美呈现。望采纳。
I'm using Python with Padlocal and based the doc https://github.com/wechaty/wechaty/discussions/1985 setup my chatbot. but I always got issue as followed after I logined in and chatbot will be shutdown. Can...