-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Labels
Description
I used puppet-wxwork and puppet-padlocal to run wechaty-getting-started with npm start.
There seems to be some problems. Neither puppet works normally.
Test puppet-wxwork
Env:
wechaty-getting-started: 1.18.4
wechaty-puppet-service:1.18.2
wechaty: 1.18.1
node: v16.13.1
npm: 8.1.2
OS: macOS Monterey 12.0.1
Err
23:48:02 VERB GrpcManager initClient() TLS: enabled
23:48:02 VERB GrpcManager initClient() ... done
23:48:02 VERB GrpcManager start() initializing client ... done
23:48:02 VERB GrpcManager start() starting stream ...
23:48:02 VERB GrpcManager startStream()
23:48:02 VERB GrpcManager startStream() grpc -> event() ...
23:48:02 VERB GrpcManager startStream() grpc -> event() ... done
23:48:02 VERB GrpcManager startStream() grpc -> event peeking data or timeout ...
23:48:05 VERB GrpcManager startStream() grpc -> event peeking data or timeout ... timeout
23:48:05 VERB GrpcManager startStream() grpc -> event peeking data or timeout ... data peeked
23:48:05 VERB GrpcManager startStream() initializing event stream ...
23:48:05 VERB GrpcManager startStream() initializing event stream ... done
23:48:05 VERB GrpcManager startStream() ... done
23:48:05 VERB GrpcManager start() starting stream ... done
23:48:05 VERB GrpcManager start() calling grpc server: start() ...
23:48:05 ERR StarterBot Error: 14 UNAVAILABLE: No connection established
Test puppet-padlocal
Env:
wechaty-getting-started: 1.18.4
wechaty-puppet-padlocal:0.4.2
wechaty: 1.18.1
node: v16.13.1
npm: 8.1.2
OS: macOS Monterey 12.0.1
Err
23:59:27 VERB WechatyPuppetMixin init() emitting "puppet" event ...
23:59:27 VERB WechatyPuppetMixin init() emitting "puppet" event ... done
23:59:27 VERB ServiceCtl<Wechaty> start()
23:59:27 VERB StateSwitch <Wechaty> active(pending) <- (false)
23:59:27 VERB ServiceCtl<Wechaty> start() super.start() ...
23:59:27 VERB WechatyPuppetMixin start()
23:59:27 VERB WechatyPuppetMixin start() super.start() ...
23:59:27 VERB WechatyIoMixin start()
23:59:27 VERB WechatySkeleton start()
23:59:27 VERB WechatyLoginMixin init()
23:59:27 VERB WechatyPuppetMixin init()
23:59:27 VERB WechatifyUserModuleMixin init()
23:59:27 VERB WechatySkeleton init()
23:59:27 VERB WechatifyUserModuleMixin init() Wechaty User Module (WUM)s have already wechatified: skip
23:59:27 VERB WechatyPuppetMixin init() skipped because this puppet has already been inited before.
23:59:27 VERB WechatyPuppetMixin start() super.start() ... done
23:59:27 VERB WechatyPuppetMixin start() starting puppet ...
23:59:27 ERR StarterBot TypeError: The "listener" argument must be of type function. Received undefined
choogoo@Tommys-MacBook-Pro getting-started %