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
异常栈:
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:?]
The text was updated successfully, but these errors were encountered:
huan
transferred this issue from wechaty/getting-started
Nov 24, 2020
🚨 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:?]
The text was updated successfully, but these errors were encountered: