Exafunction / CodeiumJetBrains

Codeium JetBrains Plugin
MIT License
41 stars 13 forks source link

Error when trying to login to the plugin #28

Open MaksimMironov-azur opened 3 days ago

MaksimMironov-azur commented 3 days ago

Can you tell me what the problem is, when I click the "Log In" button, the authorisation window does not open and an error appears:

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

java.nio.file.NoSuchFileException: /var/folders/nw/pwf9zcz56pz5jdlccjrfdpsw0000gn/T/12699289117816782561/codeium/manager
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    at java.base/sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.java:420)
    at java.base/java.nio.file.Files.newDirectoryStream(Files.java:482)
    at java.base/java.nio.file.Files.newDirectoryStream(Files.java:539)
    at kotlin.io.path.PathsKt__PathUtilsKt.listDirectoryEntries(PathUtils.kt:400)
    at kotlin.io.path.PathsKt__PathUtilsKt.listDirectoryEntries$default(PathUtils.kt:399)
    at com.codeium.intellij.language_server.LanguageServerLauncherActivity$executeLanguageServer$1$3.invokeSuspend(LanguageServerLauncherActivity.kt:434)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
    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}@e2597f4, Dispatchers.IO]

Environment: PyCharm 2024.1.4 (Community Edition) Build #PC-241.18034.82, built on June 24, 2024 Runtime version: 17.0.11+1-b1207.24 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 14.5 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 8 Metal Rendering is ON Registry: debugger.new.tool.window.layout=true ide.experimental.ui=true Non-Bundled Plugins: com.jetbrains.space (241.18034.4) com.codeium.intellij (1.8.76)