Skip to content

[BUG] exception encountered in net.elytrium.limboapi.server.LimboSessionHandlerImpl@5de6f1a5 java.lang.NoSuchMethodError #211

@noxygalaxy

Description

@noxygalaxy

Describe the bug
Kicks from server for using any commands

To Reproduce

  1. Launch server
  2. Join server
  3. execute "ANY command (/login as well)"
  4. get kicked with reason "Disconnected"

Expected behavior
Log into server

Server Info (please complete the following information):

VELOCITY - velocity-3.4.0-SNAPSHOT-534.jar

[18:10:16 INFO] [limboapi]: Nooxxyyy (/127.0.0.1:60604) has connected to the LimboFilter Limbo
[18:10:17 INFO] [limbofilter]: [connected player] Nooxxyyy (/127.0.0.1:60604) has client brand fabric
[18:10:23 INFO] [limboapi]: Nooxxyyy (/127.0.0.1:60604) has disconnected from the LimboFilter Limbo
[18:10:23 INFO] [limboapi]: Nooxxyyy (/127.0.0.1:60604) has connected to the LimboAuth Limbo
[18:10:26 ERROR]: [initial connection] /127.0.0.1:60604: exception encountered in net.elytrium.limboapi.server.LimboSessionHandlerImpl@5de6f1a5
java.lang.NoSuchMethodError: 'boolean com.velocitypowered.proxy.util.ratelimit.Ratelimiter.attempt(java.net.InetAddress)'
        at net.elytrium.limboauth.handler.AuthSessionHandler.onChat(AuthSessionHandler.java:203) ~[?:?]
        at net.elytrium.limboapi.server.LimboSessionHandlerImpl.handleChat(LimboSessionHandlerImpl.java:329) ~[?:?]
        at net.elytrium.limboapi.server.LimboSessionHandlerImpl.handle(LimboSessionHandlerImpl.java:321) ~[?:?]
        at com.velocitypowered.proxy.protocol.packet.chat.session.SessionPlayerCommandPacket.handle(SessionPlayerCommandPacket.java:78) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at com.velocitypowered.proxy.connection.MinecraftConnection.channelRead(MinecraftConnection.java:155) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:91) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.channelRead(MinecraftDecoder.java:60) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:167) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:381) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:587) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:562) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:503) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:475) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[core.jar:3.4.0-SNAPSHOT (git-6e80f577-b534)]
        at java.base/java.lang.Thread.run(Thread.java:840) [?:?]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions