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 "Thread-1" java.lang.ClassCastException:
kademlia.message.ContentLookupMessage cannot be cast to
kademlia.message.NodeReplyMessage
at kademlia.operation.ContentLookupOperation.receive(ContentLookupOperation.java:264)
at kademlia.KadServer.listen(KadServer.java:264)
at kademlia.KadServer.access$000(KadServer.java:29)
at kademlia.KadServer$1.run(KadServer.java:93)
The text was updated successfully, but these errors were encountered:
Below exception
Exception in thread "Thread-1" java.lang.ClassCastException:
kademlia.message.ContentLookupMessage cannot be cast to
kademlia.message.NodeReplyMessage
at kademlia.operation.ContentLookupOperation.receive(ContentLookupOperation.java:264)
at kademlia.KadServer.listen(KadServer.java:264)
at kademlia.KadServer.access$000(KadServer.java:29)
at kademlia.KadServer$1.run(KadServer.java:93)
The text was updated successfully, but these errors were encountered: