python-wechaty-getting-started icon indicating copy to clipboard operation
python-wechaty-getting-started copied to clipboard

Wechaty - ERROR - internal error <>

Open huan opened this issue 4 years ago • 4 comments
trafficstars

$ 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

huan avatar Mar 05 '21 03:03 huan

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_XXX command can set token to environment variable.
  • make bot command run the basic bot which is run by many developers. So, it should not have any problem.

wj-Mcat avatar Mar 07 '21 14:03 wj-Mcat

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.

huan avatar Mar 07 '21 15:03 huan

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.

zepengliu avatar May 26 '21 05:05 zepengliu

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?

CharlesTraining avatar Dec 01 '21 09:12 CharlesTraining