This repository was archived by the owner on Mar 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
bug: java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: chatID is undefined #3380
Copy link
Copy link
Open
Labels
Description
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:
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
Reactions are currently unavailable