KodingDev / JetBrainsCopilot

✈️ IDE plugin for the IntelliJ platform which adds GitHub Copilot support. (VERY WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login fails

jappyjan opened this issue · comments

When hitting login,
my browser opens.
i accept the oauth request.
i get redirected.
i copy the callback url (which contains the "code" query argument)
i get the following error thrown in the ide (webstorm)

java.lang.NoClassDefFoundError: Could not initialize class kotlinx.coroutines.CoroutineExceptionHandlerImplKt
	at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:33)
	at kotlinx.coroutines.DispatchedTask.handleFatalException(DispatchedTask.kt:146)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:115)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

Same here.

Might be because one now has to accept telemetry before usage? Did that change the authentication API?