Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Login fails #2

Closed
jappyjan opened this issue Aug 18, 2021 · 2 comments
Closed

Login fails #2

jappyjan opened this issue Aug 18, 2021 · 2 comments

Comments

@jappyjan
Copy link

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)
@d3ni00
Copy link

d3ni00 commented Aug 27, 2021

Same here.

@janhohenheim
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants