ByFloRedstone
12/04/2020, 7:08 PM[04.12 20:05:49.075] ERROR: Exception in thread "eventLoopGroupProxy-3-2"
[04.12 20:05:49.076] ERROR: kotlinx.coroutines.CoroutinesInternalError: Fatal exception in coroutines machinery for DispatchedContinuation[UnsafeBlockingTrampoline@77556810, Continuation at io.ktor.utils.io.jvm.javaio.OutputAdapter$loop$1.loop(Blocking.kt:311)@51da91]. Please read KDoc to 'handleFatalException' method and report this incident to maintainers
[04.12 20:05:49.076] ERROR: at kotlinx.coroutines.DispatchedTask.handleFatalException$kotlinx_coroutines_core(DispatchedTask.kt:93)
[04.12 20:05:49.076] ERROR: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:64)
[04.12 20:05:49.076] ERROR: at io.ktor.utils.io.jvm.javaio.UnsafeBlockingTrampoline.dispatch(Blocking.kt:296)
[04.12 20:05:49.076] ERROR: at kotlinx.coroutines.DispatchedContinuation.resumeWith(DispatchedContinuation.kt:184)
[04.12 20:05:49.076] ERROR: at io.ktor.utils.io.jvm.javaio.BlockingAdapter$end$1.resumeWith(Blocking.kt:163)
[04.12 20:05:49.076] ERROR: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
[04.12 20:05:49.076] ERROR: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
[04.12 20:05:49.076] ERROR: at io.ktor.utils.io.jvm.javaio.UnsafeBlockingTrampoline.dispatch(Blocking.kt:296)
[04.12 20:05:49.076] ERROR: at kotlinx.coroutines.DispatchedContinuation.resumeWith(DispatchedContinuation.kt:184)
[04.12 20:05:49.076] ERROR: at io.ktor.utils.io.internal.CancellableReusableContinuation.resumeWith(CancellableReusableContinuation.kt:93)
[04.12 20:05:49.076] ERROR: at io.ktor.utils.io.ByteBufferChannel.resumeWriteOp(ByteBufferChannel.kt:2262)
[04.12 20:05:49.076] ERROR: at io.ktor.utils.io.ByteBufferChannel.bytesRead(ByteBufferChannel.kt:909)
[04.12 20:05:49.076] ERROR: at io.ktor.utils.io.ByteBufferChannel.consumed(ByteBufferChannel.kt:1952)
[04.12 20:05:49.076] ERROR: at io.ktor.server.netty.cio.NettyResponsePipeline$processBodyFlusher$2.invokeSuspend(NettyResponsePipeline.kt:307)
[04.12 20:05:49.076] ERROR: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[04.12 20:05:49.076] ERROR: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
[04.12 20:05:49.076] ERROR: at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
[04.12 20:05:49.076] ERROR: at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:405)
[04.12 20:05:49.076] ERROR: at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:338)
[04.12 20:05:49.076] ERROR: at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:906)
[04.12 20:05:49.076] ERROR: at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[04.12 20:05:49.076] ERROR: at io.ktor.server.netty.EventLoopGroupProxy$Companion$create$factory$1$1.run(NettyApplicationEngine.kt:216)
[04.12 20:05:49.076] ERROR: at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[04.12 20:05:49.076] ERROR: at java.base/java.lang.Thread.run(Thread.java:834)
[04.12 20:05:49.076] ERROR: Caused by: java.lang.ClassCastException: class kotlin.coroutines.jvm.internal.CompletedContinuation cannot be cast to class kotlinx.coroutines.DispatchedContinuation (kotlin.coroutines.jvm.internal.CompletedContinuation and kotlinx.coroutines.DispatchedContinuation are in unnamed module of loader de.dytanic.cloudnet.driver.module.FinalizeURLClassLoader @7f69ee66)
[04.12 20:05:49.076] ERROR: at kotlinx.coroutines.CoroutineDispatcher.releaseInterceptedContinuation(CoroutineDispatcher.kt:103)
[04.12 20:05:49.076] ERROR: at kotlin.coroutines.jvm.internal.ContinuationImpl.releaseIntercepted(ContinuationImpl.kt:118)
[04.12 20:05:49.077] ERROR: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:39)
[04.12 20:05:49.077] ERROR: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:55)
[04.12 20:05:49.077] ERROR: ... 22 more