调用版本错误
#290
Replies: 1 comment
-
|
这个问题已经修复了哈,我们正在跟新正式环境,下午应该就可以正常访问了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
每次初始化都得到相同的结果,不管换0.15还是0.2全部是这个结果
连接 WebAgent 服务失败: StreamableHTTPError: Streamable HTTP error: Error POSTing to endpoint: {"jsonrpc":"2.0","error":{"code":-32000,"message":"Bad Request: Unsupported protocol version (supported versions: 2025-06-18, 2025-03-26, 2024-11-05, 2024-10-07)"},"id":null}
调用代码如下:
onMounted(async () => {
[serverTransport.value, clientTransport.value] = createMessageChannelPairTransport();
appStore.setServerTransport(serverTransport.value);
})
请问这个如何解决
Beta Was this translation helpful? Give feedback.
All reactions