Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

插件服务端请求返回出错,请检查根据下面的报错信息检查你的插件描述文件、插件配置或服务端实现 #2360

Closed
CKaibot opened this issue May 4, 2024 · 4 comments

Comments

@CKaibot
Copy link

CKaibot commented May 4, 2024

📝 Reference

https://github.com/lobehub/lobe-chat/tree/main/docs/usage/features/plugin-system.zh-CN.mdx

🐛 Feedback

Your response

插件服务端请求返回出错,请检查根据下面的报错信息检查你的插件描述文件、插件配置或服务端实现

Show Details

json
{
"error": {
"status": 422,
"statusCode": 422,
"response": {
"ok": false,
"url": "https://plugin.askyourpdf.com/query",
"status": 422,
"statusText": "Unprocessable Entity",
"headers": {
"connection": "keep-alive",
"content-length": "81",
"content-type": "application/json",
"date": [
"Sat",
"04 May 2024 04:26:43 GMT"
],
"server": "nginx/1.18.0 (Ubuntu)"
},
"text": "{"detail":[{"loc":["body"],"msg":"field required","type":"value_error.missing"}]}",
"data": "{"detail":[{"loc":["body"],"msg":"field required","type":"value_error.missing"}]}",
"body": {
"detail": [
{
"loc": [
"body"
],
"msg": "field required",
"type": "value_error.missing"
}
]
},
"obj": {
"detail": [
{
"loc": [
"body"
],
"msg": "field required",
"type": "value_error.missing"
}
]
}
}
}
}

@lobehubbot
Copy link
Member

👀 @CKaibot

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。

@arvinxx
Copy link
Contributor

arvinxx commented May 28, 2024

这个像是模型输出的有问题导致服务端输出不行

@arvinxx arvinxx closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


This seems to be a problem with the model output, causing the server output to fail.

@lobehubbot
Copy link
Member

@CKaibot

This issue is closed, If you have any questions, you can comment and reply.
此问题已经关闭。如果您有任何问题,可以留言并回复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants