zzehring / intellij-jsonnet

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

HttpRequestTimeoutException #59

Closed jordan-da closed 1 year ago

jordan-da commented 1 year ago

This error happens when I install the plugin, any idea what it could mean?

io.ktor.client.plugins.HttpRequestTimeoutException: Request timeout has expired [url=https://objects.githubusercontent.com/github-production-release-asset-2e65be/437639151/06720617-e599-4fcf-b4da-3c1d5119f0e3?{LOTS OF POTENTIALLY PRIVATE STUFF} request_timeout=unknown ms]
    at io.ktor.client.engine.cio.EndpointKt$setupTimeout$timeoutJob$1.invokeSuspend(Endpoint.kt:252)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    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)
jordan-da commented 1 year ago

Seems to be having trouble downloading the jsonnet lang server, perhaps this is related / wrong?

Screenshot 2023-05-23 at 12 21 54 PM

jordan-da commented 1 year ago

Screenshot 2023-05-23 at 12 29 45 PM

i upgraded intellij and everything works now, closing