http请求体出现特定字符一定会出现"Run failed: Reached maximum retries (0) for URL"报错问题 #93

Closed
opened 2026-02-16 05:19:09 -05:00 by yindo · 1 comment
Owner

Originally created by @DongDequan on GitHub (Jun 8, 2025).

请求体内容如下
SELECT
SUM(CASE WHEN abnormalStatus = 1 THEN 1 ELSE 0 END) AS delay_count,
SUM(CASE WHEN abnormalStatus = 2 THEN 1 ELSE 0 END) AS undelay_count
FROM
check_plan_tb;

Originally created by @DongDequan on GitHub (Jun 8, 2025). 请求体内容如下 SELECT SUM(CASE WHEN abnormalStatus = 1 THEN 1 ELSE 0 END) AS delay_count, SUM(CASE WHEN abnormalStatus = 2 THEN 1 ELSE 0 END) AS undelay_count FROM check_plan_tb;
yindo closed this issue 2026-02-16 05:19:09 -05:00
Author
Owner

@saltism commented on GitHub (Jun 10, 2025):

Hi, this is the documentation repo, not a technical support channel.
I’m afraid unable to address the issue you mentioned here.
You can submit your request or issue to the main Dify GitHub repository.

@saltism commented on GitHub (Jun 10, 2025): Hi, this is the documentation repo, not a technical support channel. I’m afraid unable to address the issue you mentioned here. You can submit your request or issue to the main [Dify GitHub repository](https://github.com/langgenius/dify).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#93