zzehring / intellij-jsonnet

An Intellij Plugin for grafana/jsonnet-language-server
Apache License 2.0
14 stars 12 forks source link

Plugin crashes on Idea #76

Open INeedMySpace opened 10 months ago

INeedMySpace commented 10 months ago

Hello there!

On my Idea Build #IU-233.13135.103 plugin version 0.1.6 crashes with exception. It's not obvious from exception where to it tries to establish a tunnel. macos arm 13.6.2.

java.io.IOException: Can not establish tunnel connection
    at io.ktor.client.engine.cio.UtilsKt.startTunnel(utils.kt:198)
    at io.ktor.client.engine.cio.UtilsKt$startTunnel$1.invokeSuspend(utils.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

Regards, Aleks