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.55k stars 229 forks source link

[Docs]: 请问docker中使用免费web协议时wechaty和python-wechaty的关系 #415

Open antyoxydant opened 10 months ago

antyoxydant commented 10 months ago

Environment

- wechaty:
- wechaty-puppet: 
- wechaty-puppet-service: >=0.8.9
- wechaty-plugin-contrib: 
- token type: padlocal|wxwork|xp
- the version of wechaty docker container: [0.65]

Description

我在docker中启动了wechaty,使用的是wechaty-puppet-wechat4u,启动后需要扫码登录,这个是因为在wechaty在登录微信。为何按照此处https://github.com/wechaty/python-wechaty/blob/main/examples/ding-dong-bot.py 启动py脚本后还是需要再扫码登录一遍呢?这两次登录可以使用同一个微信号吗?
另外登录后会报错 Wechaty - ERROR - internal error <>
ding-dong的自动回复也实现不了