Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SLF4J(W): No SLF4J providers were found.
- SLF4J(W): Defaulting to no-operation (NOP) logger implementation
- SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
- Exception in thread "main" java.io.IOException: kotlinx/io/unsafe/UnsafeBufferOperations
- at io.ktor.utils.io.CloseToken.getCause(CloseToken.kt:37)
- at io.ktor.utils.io.ByteChannel.getClosedCause(ByteChannel.kt:55)
- at io.ktor.client.plugins.internal.ByteChannelReplay.replay(ByteChannelReplay.kt:19)
- at io.ktor.client.plugins.DoubleReceivePluginKt$SaveBodyPlugin$2$1.invokeSuspend$lambda$0(DoubleReceivePlugin.kt:70)
- at io.ktor.client.plugins.observer.DelegatedResponse.getRawContent(DelegatedCall.kt:78)
- at io.ktor.client.call.SavedCallKt.save(SavedCall.kt:70)
- at io.ktor.client.statement.HttpStatement.fetchResponse(HttpStatement.kt:114)
- at io.ktor.client.statement.HttpStatement$fetchResponse$1.invokeSuspend(HttpStatement.kt)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
- at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:165)
- at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:154)
- at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:470)
- at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$kotlinx_coroutines_core(CancellableContinuationImpl.kt:504)
- at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$kotlinx_coroutines_core$default(CancellableContinuationImpl.kt:493)
- at kotlinx.coroutines.CancellableContinuationImpl.resumeWith(CancellableContinuationImpl.kt:359)
- at kotlinx.coroutines.ResumeAwaitOnCompletion.invoke(JobSupport.kt:1557)
- at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1625)
- at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:316)
- at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:233)
- at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:946)
- at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:894)
- at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:859)
- at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:98)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
- at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
- at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
- at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:589)
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:823)
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:720)
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:707)
- Caused by: java.io.IOException: kotlinx/io/unsafe/UnsafeBufferOperations
- at io.ktor.utils.io.CloseToken.<init>(CloseToken.kt:27)
- at io.ktor.utils.io.ByteChannel.cancel(ByteChannel.kt:133)
- at io.ktor.utils.io.ByteWriteChannelOperationsKt$writer$job$1.invokeSuspend(ByteWriteChannelOperations.kt:151)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
- ... 7 more
- Caused by: java.lang.NoClassDefFoundError: kotlinx/io/unsafe/UnsafeBufferOperations
- at io.ktor.utils.io.ByteWriteChannelOperations_jvmKt.write(ByteWriteChannelOperations.jvm.kt:26)
- at io.ktor.utils.io.ByteWriteChannelOperations_jvmKt.write$default(ByteWriteChannelOperations.jvm.kt:24)
- at io.ktor.client.engine.okhttp.OkHttpEngineKt$toChannel$1.invokeSuspend(OkHttpEngine.kt:171)
- at io.ktor.client.engine.okhttp.OkHttpEngineKt$toChannel$1.invoke(OkHttpEngine.kt)
- at io.ktor.client.engine.okhttp.OkHttpEngineKt$toChannel$1.invoke(OkHttpEngine.kt)
- at io.ktor.utils.io.ByteWriteChannelOperationsKt$writer$job$1.invokeSuspend(ByteWriteChannelOperations.kt:143)
- ... 8 more
- Caused by: java.lang.ClassNotFoundException: kotlinx.io.unsafe.UnsafeBufferOperations
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:580)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:490)
- ... 14 more
- Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment