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
Exception in thread "pool-1-thread-2" java.lang.NoSuchMethodError: 'void com.lark.oapi.ws.pb.Pbbp2$Frame.makeExtensionsImmutable()'
at com.lark.oapi.ws.pb.Pbbp2$Frame.<init>(Pbbp2.java:1306)
at com.lark.oapi.ws.pb.Pbbp2$Frame.<init>(Pbbp2.java:1159)
at com.lark.oapi.ws.pb.Pbbp2$Frame$1.parsePartialFrom(Pbbp2.java:1180)
at com.lark.oapi.ws.pb.Pbbp2$Frame$1.parsePartialFrom(Pbbp2.java:1174)
at com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:135)
at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:168)
at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:180)
at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:185)
at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:25)
at com.lark.oapi.ws.pb.Pbbp2$Frame.parseFrom(Pbbp2.java:1343)
at com.lark.oapi.ws.Client.handleMessage(Client.java:238)
at com.lark.oapi.ws.Listener.lambda$onMessage$0(Listener.java:38)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
The text was updated successfully, but these errors were encountered:
MagakiReimu
added a commit
to MagakiReimu/oapi-sdk-java
that referenced
this issue
Oct 24, 2024
目前由于项目本身需要使用ProtoBuf,且版本较高
报错日志
The text was updated successfully, but these errors were encountered: