RustChater

Results 5 comments of RustChater

> This seems to me to be a memory issue, e.g your memory is getting exhausted. OK, I'll try to increase the memory.

I follow the getting started document to run: ``` git clone https://github.com/wechaty/getting-started.git cd getting-started npm install export WECHATY_LOG=verbose\nexport export WECHATY_PUPPET=wechaty-puppet-wechat export WECHATY_PUPPET=wechaty-puppet-padlocal export WECHATY_PUPPET_PADLOCAL_TOKEN='puppet_padlocal_58658ea9872846xxxxxxxxxxxxxxxxxxxx' npm install wechaty-puppet-padlocal npm start ```...

Docker run successfully, then I scanned the QRCode URL, docker has been able to output some information of wechat. but run `npm start` failed: ``` ... 13:48:24 VERB GrpcManager startStream()...

Follow your tips, closed TLS, it works! ``` export WECHATY_PUPPET_SERVICE_NO_TLS_INSECURE_CLIENT=true npm start ``` successful log: ``` 14:19:31 VERB Wechaty onStart() 14:19:31 VERB Wechaty (ding-dong-bot) onStart() v1.18.1 is starting... 14:19:31 VERB...