You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
IntelliJ IDEA 2022.3.3 (Ultimate Edition)
Build #IU-223.8836.41, built on March 10, 2023
Licensed to GLN International Inc. / Sherman 김성현
You have a perpetual fallback license for this version.
Subscription expired on January 11, 2025.
Runtime version: 17.0.6+1-b653.34 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Non-Bundled Plugins:
com.github.michaellazar.gemini_plugin (1.0.1)
com.sourcegraph.jetbrains (6.0.34)
com.google.gct.core (24.11.1-232-api-version-223)
Kotlin: 223-1.8.0-release-345-IJ8836.41
Bug Description
can not run
Additional context
Stacktrace:
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: chatID is undefined
Error: chatID is undefined
at Agent.createChatPanel (C:\Users\sherman\AppData\Roaming\JetBrains\IntelliJIdea2022.3\plugins\Sourcegraph\agent\index.js:139386:17)
at async C:\Users\sherman\AppData\Roaming\JetBrains\IntelliJIdea2022.3\plugins\Sourcegraph\agent\index.js:137987:44
at java.base/java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:413)
at java.base/java.util.concurrent.CompletableFuture.getNow(CompletableFuture.java:2134)
at com.sourcegraph.cody.chat.AgentChatSession.getConnectionId(AgentChatSession.kt:68)
at com.sourcegraph.cody.chat.AgentChatSessionService.restoreAllSessions(AgentChatSessionService.kt:40)
at com.sourcegraph.cody.agent.CodyAgentService$2.invoke(CodyAgentService.kt:135)
at com.sourcegraph.cody.agent.CodyAgentService$2.invoke(CodyAgentService.kt:59)
at com.sourcegraph.cody.agent.CodyAgentService.startAgent$lambda$6(CodyAgentService.kt:178)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:246)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: chatID is undefined
Error: chatID is undefined
at Agent.createChatPanel (C:\Users\sherman\AppData\Roaming\JetBrains\IntelliJIdea2022.3\plugins\Sourcegraph\agent\index.js:139386:17)
at async C:\Users\sherman\AppData\Roaming\JetBrains\IntelliJIdea2022.3\plugins\Sourcegraph\agent\index.js:137987:44
at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:220)
at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:204)
at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:185)
at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:97)
at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:114)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
... 1 more
IDE Information
IntelliJ IDEA 2022.3.3 (Ultimate Edition)
Build #IU-223.8836.41, built on March 10, 2023
Licensed to GLN International Inc. / Sherman 김성현
You have a perpetual fallback license for this version.
Subscription expired on January 11, 2025.
Runtime version: 17.0.6+1-b653.34 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Non-Bundled Plugins:
com.github.michaellazar.gemini_plugin (1.0.1)
com.sourcegraph.jetbrains (6.0.34)
com.google.gct.core (24.11.1-232-api-version-223)
Kotlin: 223-1.8.0-release-345-IJ8836.41
Bug Description
can not run
Additional context
Stacktrace: