python-wechaty-getting-started
python-wechaty-getting-started copied to clipboard
Wechaty - ERROR - internal error <>
$ WECHATY_PUPPET_SERVICE_TOKEN=puppet_donut_XXX make bot
...
2021-03-05 11:43:52,912 - Wechaty - INFO - or you can scan qrcode from: https://wechaty.js.org/qrcode/http://weixin.qq.com/x/gf8sFfZ6AlW6noMgpBeY
Status: ScanStatus.Waiting
View QR Code Online: https://wechaty.js.org/qrcode/http://weixin.qq.com/x/gf8sFfZ6AlW6noMgpBeY
2021-03-05 11:43:52,912 - Wechaty - ERROR - internal error <>
Python Wechaty: wechaty~=0.7dev15
But it works for me. Here is my package list:
(wechaty) mcat@wjmcatdeMacBook-Pro python-wechaty-getting-started % pip list | grep wechaty
wechaty 0.7.dev15
wechaty-grpc 0.20.19
wechaty-puppet 0.3.dev2
wechaty-puppet-hostie 0.4.1
wechaty-puppet-service 0.7.dev3
internal error<> is from the server, so we can't say for sure that's where the problem lies in python-wechaty.
WECHATY_PUPPET_SERVICE_TOKEN=puppet_donut_XXXcommand can set token to environment variable.make botcommand run the basic bot which is run by many developers. So, it should not have any problem.
Yes, it works for me too.
I just saw this error message Wechaty - ERROR - internal error <> and it did not block anything.
Out Python Wechaty bot works without any problem, except showing this error message.
i have the same question with the issuer. my version is : wechatpy 1.8.14 wechaty 0.8.9 wechaty-grpc 0.20.19 wechaty-puppet 0.3.dev10 wechaty-puppet-service 0.8.1
and the QR-Code is broken.
I can't scan it now.
i have the same question with the issuer. my version is : wechatpy 1.8.14 wechaty 0.8.9 wechaty-grpc 0.20.19 wechaty-puppet 0.3.dev10 wechaty-puppet-service 0.8.1
and the QR-Code is broken. I can't scan it now.
Did you solve this problem?