mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
无法对话 一直报错 刷新后能看到响应内容 #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rocing on GitHub (Nov 29, 2023).
error - TypeError: This ReadableStream did not return bytes.
@zxhlyh commented on GitHub (Nov 30, 2023):
latest code? @rocing
@rocing commented on GitHub (Dec 7, 2023):
是的 但是更新node版本后可以了
@TigrisRiva commented on GitHub (Dec 13, 2023):
@zxhlyh
I've got the same problem.
And I've updated the node to 21.4.0 and still getting the error
@TigrisRiva commented on GitHub (Dec 13, 2023):
The response from server is below (appkey strings was replaced with xxxxx)
@levie-vans commented on GitHub (Dec 14, 2023):
I've encountered the same issue, and I'm also using the latest version of node. Currently, I haven't found a solution yet. @zxhlyh
@liuyujie-tx commented on GitHub (Dec 30, 2023):
用的哪个版本呢?
@rocing commented on GitHub (Jan 8, 2024):
v16.15.0
@fjun99 commented on GitHub (Feb 22, 2024):
遇到类似的问题, data: {
code: 'invalid_param',
message: 'Missing required parameter in the query string',
params: 'conversation_id'
}
@tomasmcm commented on GitHub (Mar 12, 2024):
Node v18 also works, perhaps might be good to set the "engine" property in package.json so people know what version is most compatible