python-wechaty-getting-started
python-wechaty-getting-started copied to clipboard
Python Wechaty Starter Project Template that Works Out-of-the-Box
连接失败
运行 ding-dong-bot.py 后,我得到以下消息: 2022-07-14 09:38:15,183 - Wechaty - INFO - on() listen event with 2022-07-14 09:38:15,183 - Wechaty - INFO - on() listen event with 2022-07-14 09:38:15,183 - Wechaty -...
I have implemented a message forwarding bot using wechaty, with a python SDK on the client side When the wechaty server restarts due to failure or update, the client does...
` if msg.text() == 'test': mini_program_json = {'appid': 'wx7', 'description': '', 'pagePath': None, 'thumbKey': '', 'iconUrl': '', 'thumbUrl': None, 'shareId': '0_wx728d67143_0', 'title': '', 'username': 'gh_dd@app'} loaded_uu_mini_program = self.MiniProgram.create_from_json(payload_data=mini_program_json) await msg.say(loaded_uu_mini_program)...
@2022-05-17 12:53:22,647 - Wechaty - ERROR - The network is not good, the bot will try to restart after 60 seconds.
怎么都找不到? 目前不需要设置也可以不用每次扫码登录,是不是这个属性已经弃用了?
wechaty_puppet.exceptions.WechatyPuppetConfigurationError: WechatyPuppetConfigurationError('one of and configuration is required, you should set environment as token,or environment as endpoint', None, None)
监听扫码事件参数status和qr_code参数对应错误 进行统一修复以及格式化
I run puppet-xp Gateway successly , but when i try to connect my local gateway with python , it failed token is successly no docker ``` 2022-03-03 14:51:56,037 - Wechaty...
How to use puppet-xp with python? Thanks!
i have the same bug and i can't scan the QR-Code which have some problems. bug1:Wechaty - ERROR - internal error bug2:url: https://wechaty.js.org/qrcode/https://wx.work.weixin.qq.com/cgi-bin/crtx_auth?key=313E3F36C605A58D180350D5056DC402&wx=1 the url prompt:Page Not Found @huan @wj-Mcat