-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
copilot-sdk-java v1.0.10 Client.Start() returns an error when Copilot CLI v1.0.2 is installed
Versions
copilot-sdk-java v1.0.10, Copilot CLI v1.0.2
Relevant log output
Caused by: java.lang.RuntimeException: SDK protocol version mismatch: SDK expects version 2, but server reports version 3. Please update your SDK or server to ensure compatibility.
at com.github.copilot.sdk.CopilotClient.verifyProtocolVersion(CopilotClient.java:205)
at com.github.copilot.sdk.CopilotClient.lambda$startCore$1(CopilotClient.java:176)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run$$$capture(CompletableFuture.java:1768)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
at java.base/java.util.concurrent.ForkJoinTask.doExec$$$capture(ForkJoinTask.java:387)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java)Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working