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

JAVA SDK 初始化bot时 grpc报 UNAUTHENTICATED 异常 #32

Open zhanghaichao520 opened 3 years ago

zhanghaichao520 commented 3 years ago

🚨 The issue tracker is not for questions 🚨

[question] JAVA SDK 初始化bot时 grpc报 UNAUTHENTICATED 异常。

异常栈: 20:45:52.997 [main]DEBUG io.github.wechaty.grpc.GrpcPuppet-[76] - IDLE 20:45:53.307 [main]ERROR io.github.wechaty.grpc.GrpcPuppet-[82] - start() rejection: io.grpc.StatusRuntimeException: UNAUTHENTICATED: {code:8,message:"user not found by token 114.215.83.32:7777"} 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-SNAPSHOT.jar:?] at io.github.wechaty.Wechaty.start(Wechaty.kt:68) [wechaty-0.1.5-SNAPSHOT.jar:?]

huan commented 3 years ago

Move to https://github.com/wechaty/java-wechaty-getting-started/issues/32

jcai commented 3 years ago

@zhanghaichao520 Waiting for this issue(https://github.com/wechaty/java-wechaty/issues/77) to be closed.