-
Notifications
You must be signed in to change notification settings - Fork 65
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
[BUG] Error When I First Join After Restart #164
Comments
It seems that client closed connection for some reason. |
Oh, im asking about clientside view of this error, like client logs and what disconnect message client shows. |
Actually there is no problem in the clientside log, it doesn't kick me anyway, it connects me to my main server but gives an error every time, this occurred after the latest version LimboAPI update. |
Here is the client side log: |
this problem only exists on new versions of velocity |
Duplicate of #167 |
Describe the bug
A clear and concise description of the bug.
When I restart the server for first join getting a error.
To Reproduce
Steps to reproduce the behavior:
First join after restart.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Server Info (please complete the following information):
Latest version of Limbo plugins and velocity.
https://paste.gg/p/anonymous/16854485da3e43a381c988e03500d6b4/files/028323c00cd0483899fdd4f0806a64cd/raw
Additional context
Add any other context about the problem here.
[19:33:19] [Netty NIO Worker #12/DEBUG] [aauth]: Adding new player to limbo -> WhiskeyTR [19:33:26] [Netty NIO Worker #16/DEBUG] [aauth]: Adding new player to limbo -> WhiskeyTR [19:33:26] [Netty NIO Worker #16/INFO] [limboapi]: WhiskeyTR (127.0.0.1/127.0.0.1:49754) has connected to the AAuth Limbo [19:33:38] [Netty NIO Worker #12/INFO] [limboapi]: WhiskeyTR (127.0.0.1/127.0.0.1:49745) has connected to the AAuth Limbo [19:33:38] [Netty NIO Worker #12/ERROR] [com.velocitypowered.proxy.connection.MinecraftConnection]: [initial connection] 127.0.0.1/127.0.0.1:49745: exception encountered in net.elytrium.limboapi.server.LimboSessionHandlerImpl@1f89da04 java.io.IOException: Kurulan bir bağlantı, ana makinenizdeki yazılım tarafından iptal edildi at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:?] at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:46) ~[?:?] at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:340) ~[?:?] at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:294) ~[?:?] at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:269) ~[?:?] at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:425) ~[?:?] at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:255) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[Velocity.jar:3.3.0-SNAPSHOT (git-6100e675-b416)] at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
The text was updated successfully, but these errors were encountered: