wechaty / java-wechaty-getting-started

Java Wechaty Starter Project Template that Works Out-of-the-Box
https://gitpod.io/#https://github.com/wechaty/java-wechaty-getting-started
Apache License 2.0
46 stars 41 forks source link

[问题]this eventName:START has no listener #40

Open Moyuyanli opened 10 months ago

Moyuyanli commented 10 months ago

11:51:12.476 [main]INFO io.github.wechaty.user.manager.PuppetManager-[23] - PuppetManager resolveInstance({"name":"Wechaty","puppet":"io.github.wechaty.grpc.GrpcPuppet","puppetOptions":{"endPoint":"127.0.0.1:8788","token":"puppet_padlocal_xxxx","name":"DEFAULT"}}) 11:51:12.635 [main]INFO org.reflections.Reflections-[229] - Reflections took 134 ms to scan 5 urls, producing 159 keys and 1545 values 11:51:13.431 [main]DEBUG io.github.wechaty.grpc.GrpcPuppet-[76] - IDLE 11:51:14.146 [main]ERROR io.github.wechaty.grpc.GrpcPuppet-[82] - start() rejection: io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:244) ~[grpc-stub-1.29.0.jar:1.29.0] at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:225) ~[grpc-stub-1.29.0.jar:1.29.0] at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:142) ~[grpc-stub-1.29.0.jar:1.29.0] at io.github.wechaty.grpc.PuppetGrpc$PuppetBlockingStub.start(PuppetGrpc.java:2744) ~[grpc-0.16.1.jar:?] at io.github.wechaty.grpc.GrpcPuppet.start(GrpcPuppet.kt:78) [wechaty-puppet-hostie-0.1.5-20200719.133816-1.jar:?] at io.github.wechaty.Wechaty.start(Wechaty.kt:52) [wechaty-0.1.5-20200719.133942-1.jar:?] at io.github.wechaty.DingDongBot.main(DingDongBot.java:57) [classes/:?] 11:51:14.153 [main]DEBUG io.github.wechaty.eventEmitter.EventEmitter-[43] - this eventName:START has no listener 11:51:14.153 [main]INFO io.github.wechaty.Wechaty-[58] - start Wechaty

请问一下,这种情况改怎么解决