Advertisement
asaSASASAS123

Untitled

Apr 15th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 2.57 KB | None | 0 0
  1.     at ptt.chat.ParsedCommandArguments.get(ChatCommandRegistry.kt:179)
  2.     at ptt.Server$run$5$12$3.invokeSuspend(Server.kt:453)
  3.     at ptt.Server$run$5$12$3.invoke(Server.kt)
  4.     at ptt.Server$run$5$12$3.invoke(Server.kt)
  5.     at ptt.chat.ChatCommandRegistry.callCommand(ChatCommandRegistry.kt:160)
  6.     at ptt.lobby.chat.LobbyChatManager.send(LobbyChatManager.kt:50)
  7.     at ptt.commands.handlers.LobbyChatHandler.sendChatMessageServer(LobbyChatHandler.kt:44)
  8.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  9.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  10.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  11.     at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  12.     at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
  13.     at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
  14.     at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:108)
  15.     at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflection(KCallableImpl.kt:159)
  16.     at kotlin.reflect.full.KCallables.callSuspendBy(KCallables.kt:74)
  17.     at ptt.client.UserSocket.processPacket(UserSocket.kt:283)
  18.     at ptt.client.UserSocket.access$processPacket(UserSocket.kt:69)
  19.     at ptt.client.UserSocket$handle$3.invokeSuspend(UserSocket.kt:338)
  20.     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  21.     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
  22.     at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
  23.     at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:87)
  24.     at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:61)
  25.     at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
  26.     at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:40)
  27.     at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
  28.     at ptt.MainKt$main$1.run(Main.kt:138)
  29.     at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:198)
  30.     at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:18)
  31.     at com.github.ajalt.clikt.core.CliktCommand.parse(CliktCommand.kt:400)
  32.     at com.github.ajalt.clikt.core.CliktCommand.parse$default(CliktCommand.kt:397)
  33.     at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:415)
  34.     at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:440)
  35.     at ptt.MainKt.main(Main.kt:248)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement