You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
依据官方教程,已经配置了如下信息:
`
apt update
apt install docker.io
docker pull wechaty/wechaty
export WECHATY_PUPPET_PADLOCAL_TOKEN=puppet_padlocal_xxxxxxxxxxxxxxxxxx
export WECHATY_PUPPET_SERVER_PORT=8788
export WECHATY_PUPPET=wechaty-puppet-padlocal
export WECHATY_LOG=verbose
docker run
--rm
-ti
-e WECHATY_LOG
-e WECHATY_PUPPET
-e WECHATY_PUPPET_PADLOCAL_TOKEN
-e WECHATY_PUPPET_SERVER_PORT
-e WECHATY_TOKEN="$WECHATY_PUPPET_PADLOCAL_TOKEN"
-p "$WECHATY_PUPPET_SERVER_PORT:$WECHATY_PUPPET_SERVER_PORT"
wechaty/wechaty
`
但是启动的时候,无限重复以下信息,没有展示QR码
03:44:18 VERB [Request] [tid:a5bc8ec7] receive event from server, seq:0 ack:1, type:85, payload:{"messageList":[{"type":0,"messageid":"a28751f3d1764838a9fdce4b114c8cd6"}]} 03:44:18 VERB [Request] [tid:afa58ae6] send event to server, seq:undefined, ack:17, type: 11, payload: {"longlinkresponse":{}}
询问怎么解决
Beta Was this translation helpful? Give feedback.
All reactions