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
I am using the Java sources in Kotlin. I get the following errors on a lot of the messages:
java.lang.NullPointerException: Cannot invoke "String.isEmpty()" because "pojo.asDer" is null
at io.calidog.certstream.CertStreamCertificate.fromPOJO(CertStreamCertificate.java:37)
at io.calidog.certstream.CertStreamMessageData.fromPOJO(CertStreamMessageData.java:37)
at io.calidog.certstream.CertStreamMessage.fromPOJO(CertStreamMessage.java:22)
at io.calidog.certstream.CertStream.lambda$onMessage$1(CertStream.java:74)
at io.calidog.certstream.CertStreamClientImplFactory$1.onMessage(CertStreamClientImplFactory.java:46)
at io.calidog.certstream.CertStreamClientImpl.onMessage(CertStreamClientImpl.java:35)
at org.java_websocket.client.WebSocketClient.onWebsocketMessage(WebSocketClient.java:342)
at org.java_websocket.drafts.Draft_6455.processFrame(Draft_6455.java:599)
at org.java_websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java:370)
at org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java:202)
at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:278)
at java.base/java.lang.Thread.run(Thread.java:833)
I am using the Java sources in Kotlin. I get the following errors on a lot of the messages:
This is my Main.kt:
build.gradle.kts
The text was updated successfully, but these errors were encountered: