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.62k stars 234 forks source link

ERR [PadLocalClient] error while syncing after longlink connected: VError: [tid:0ba990ce] request has been cancelled for reason: CLIENT_ERROR: [tid:0ba990ce] Exception while handling wechat request: long link send request timeout[Bug]: #394

Closed RolloTomasiii closed 1 year ago

RolloTomasiii commented 1 year ago

Environment

- wechaty: 1
- wechaty-puppet: 
- wechaty-puppet-service: 
- wechaty-plugin-contrib: 
- token type: padlocal
- the version of wechaty docker container: 0.65

Description

使用docker 部署
docker run -ti \
  --name wechaty_puppet_service_token_gateway \
  --rm \
  -e WECHATY_LOG \
  -e WECHATY_PUPPET \
  -e WECHATY_PUPPET_PADLOCAL_TOKEN \
  -e WECHATY_PUPPET_SERVER_PORT \
  -e WECHATY_TOKEN \
  -p "$WECHATY_PUPPET_SERVER_PORT:$WECHATY_PUPPET_SERVER_PORT" \
  wechaty/wechaty:0.65

Minimum reproducible code