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
Trying to ping a server with ProtocolSupportStuff by using this expansion throws the following:
[23:16:46 WARN]: [io.netty.channel.DefaultChannelPipeline] An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source) ~[patched_1.15.2.jar:git-Paper-298]
From what I can tell in the code of both plugins, this is because the protocol version is edited/different from what was expected.
I've made an issue on the ProtocolSupportStuff GitHub but he hasn't updated in 2 years and I think that it's moreso required for Pinger to change. I think lol.
The text was updated successfully, but these errors were encountered:
Trying to ping a server with ProtocolSupportStuff by using this expansion throws the following:
From what I can tell in the code of both plugins, this is because the protocol version is edited/different from what was expected.
I've made an issue on the ProtocolSupportStuff GitHub but he hasn't updated in 2 years and I think that it's moreso required for Pinger to change. I think lol.
The text was updated successfully, but these errors were encountered: