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
[15:24:17] [ERROR] [net.dv8tion.jda.api.JDA ]: One of the EventListeners had an uncaught exception
java.lang.IllegalArgumentException: Choice of type STRING cannot be converted to INTEGER
at net.dv8tion.jda.internal.utils.Checks.check(Checks.java:79)
at net.dv8tion.jda.internal.requests.restaction.interactions.AutoCompleteCallbackActionImpl.addChoices(AutoCompleteCallbackActionImpl.java:68)
at net.dv8tion.jda.internal.interactions.command.CommandAutoCompleteInteractionImpl.replyChoices(CommandAutoCompleteInteractionImpl.java:96)
at net.dv8tion.jda.api.events.interaction.command.CommandAutoCompleteInteractionEvent.replyChoices(CommandAutoCompleteInteractionEvent.java:120)
at dev.rollczi.litecommands.jda.JDAPlatform$SlashCommandController.onCommandAutoCompleteInteraction(JDAPlatform.java:142)
at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:455)
at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
at net.dv8tion.jda.internal.handle.InteractionCreateHandler.handleInternally(InteractionCreateHandler.java:89)
at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
How to do it?
Just provide empty input in Integer argument.
Cause?
Probably suggesting <port> schematic is issue.
The text was updated successfully, but these errors were encountered:
JDA:
5.1.2
LiteCommands:
3.8.1-SNAPSHOT
Stacktrace:
How to do it?
Just provide empty input in
Integer
argument.Cause?
Probably suggesting
<port>
schematic is issue.The text was updated successfully, but these errors were encountered: