获取当前时间小工具希望可以支持时间格式的更改,否则知识库写入报错400 #2925

Closed
opened 2026-02-21 17:51:41 -05:00 by yindo · 0 comments
Owner

Originally created by @zswll2 on GitHub (May 4, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a quesion, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.6.5

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

我使用此格式:2024-05-05 11:30:08 CST 发送post请求至知识库API,报400错误。

"status_code": 400,
"body": "{"code": "bad_request", "message": "The browser (or proxy) sent a request that this server could not understand.", "status": 400}\n",

如果是 2024年5月4日11时30分,将成功"status_code": 200,

✔️ Expected Behavior

"status_code": 200,

Actual Behavior

"status_code": 400,

Originally created by @zswll2 on GitHub (May 4, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.6.5 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 我使用此格式:2024-05-05 11:30:08 CST 发送post请求至知识库API,报400错误。 "status_code": 400, "body": "{\"code\": \"bad_request\", \"message\": \"The browser (or proxy) sent a request that this server could not understand.\", \"status\": 400}\n", 如果是 2024年5月4日11时30分,将成功"status_code": 200, ### ✔️ Expected Behavior "status_code": 200, ### ❌ Actual Behavior "status_code": 400,
yindo added the 🐞 bug label 2026-02-21 17:51:41 -05:00
yindo closed this issue 2026-02-21 17:51:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#2925