Exafunction / codeium

Other
200 stars 9 forks source link

Unhandled exception in [StandaloneCoroutine{Cancelling}@592639ed, Dispatchers.IO] #12

Closed lishijiajava closed 9 months ago

lishijiajava commented 9 months ago

Unhandled exception in [StandaloneCoroutine{Cancelling}@592639ed, Dispatchers.IO]

java.lang.ExceptionInInitializerError at codeium.x.a(SourceFile:104) at codeium.x$1.invokeSuspend(SourceFile:59) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:100) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelled}@592639ed, Dispatchers.IO] Caused by: java.lang.IllegalArgumentException: Invalid URL port: "0" at okhttp3.HttpUrl$Builder.parse$okhttp(HttpUrl.kt:1330) at okhttp3.HttpUrl$Companion.get(HttpUrl.kt:1634) at okhttp3.Request$Builder.url(Request.kt:184) at codeium.w.a(SourceFile:51) at codeium.w.(SourceFile:31) ... 10 more