Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extra为null报错 #16

Closed
wants to merge 7 commits into from
Closed

extra为null报错 #16

wants to merge 7 commits into from

Conversation

hu0916
Copy link
Contributor

@hu0916 hu0916 commented Dec 25, 2024

虽然不知道为什么会出现 还是加了个null判断
2024-12-24 19:15:04.088 ERROR --- [oundedElastic-1] reactor.core.publisher.Operators : Operator called default onErrorDropped
reactor.core.Exceptions$ErrorCallbackNotImplemented: java.lang.NullPointerException: Cannot invoke "com.fasterxml.jackson.databind.JsonNode.get(String)" because "extra" is null
Caused by: java.lang.NullPointerException: Cannot invoke "com.fasterxml.jackson.databind.JsonNode.get(String)" because "extra" is null
at cn.enaium.kookstarter.client.socket.DefaultHandler.lambda$handle$4(DefaultHandler.java:98)
Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
Error has been observed at the following site(s):
*__checkpoint ⇢ wss://nws.kaiheila.cn/gateway?compress=0&token=[ReactorNettyWebSocketClient]
Original Stack Trace:
at cn.enaium.kookstarter.client.socket.DefaultHandler.lambda$handle$4(DefaultHandler.java:98)
at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onNext(FluxPeekFuseable.java:196)
at reactor.core.publisher.FluxPublishOn$PublishOnSubscriber.runAsync(FluxPublishOn.java:446)
at reactor.core.publisher.FluxPublishOn$PublishOnSubscriber.run(FluxPublishOn.java:533)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
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)

Copy link
Owner

@Enaium Enaium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

格式化后再提交

@Enaium
Copy link
Owner

Enaium commented Dec 25, 2024

还有重开个pr不要从master合并到develop

@Enaium Enaium closed this Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants