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
Which puppet are you using for wechaty? (puppeteer/padlocal/service...)
Answer:padlocal
What is your wechaty-puppet-XXX(padchat/puppeteer/) version?
Answer:wechaty-puppet-padlocal version: 0.4.2
What is your node version? (run node --version)
Answer:no
What os are you using
Answer: win10 home 21H1
2. Describe the bug
fail: Wechaty.Module.Puppet.WechatyPuppet[0]
StartGrpcClient() exception,Grpc Retry Surplus Count 3
Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException:
The SSL connection could not be established, see inner exception. IOException: Cannot determine the frame size or a corrupted frame was received.", DebugException="System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.IO.IOException: Cannot determine the frame size or a corrupted frame was received.
at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter)
1. Versions
Answer:wechaty 0.68
Answer:padlocal
Answer:wechaty-puppet-padlocal version: 0.4.2
Answer:no
Answer: win10 home 21H1
2. Describe the bug
3. To Reproduce
1、下载dockertoolebox 18.02.0-ce.exe Index of Docker Toolbox (daocloud.io)
2、下载完成后点击Docker Quickstart Terminal,出现小鲸鱼图标,安装完成。
3、在Docker Quickstart Terminal下输入:
export WECHATY_LOG="verbose"
export WECHATY_PUPPET="wechaty-puppet-padlocal"
export WECHATY_PUPPET_PADLOCAL_TOKEN="puppet_padlocal"
export WECHATY_PUPPET_SERVICE_NO_SSL_UNSAFE_CLIENT=true
export WECHATY_PUPPET_SERVER_PORT="9001"
export WECHATY_TOKEN="token"
docker run
--name wechaty_puppet_service_token_gateway
-e WECHATY_LOG
-e WECHATY_PUPPET
-e WECHATY_PUPPET_PADLOCAL_TOKEN
-e WECHATY_PUPPET_SERVER_PORT
-e WECHATY_TOKEN
-e WECHATY_PUPPET_SERVICE_NO_SSL_UNSAFE_CLIENT
-p "$WECHATY_PUPPET_SERVER_PORT:$WECHATY_PUPPET_SERVER_PORT"
wechaty/wechaty:0.68
出现WeChaty图标,在浏览器中打开Url,扫码登录微信。
4、运行控制台程序,出现上述报错。
5、下面是三个测试环境的对比图,前两台电脑运行正常。
The text was updated successfully, but these errors were encountered: