mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Some tools still output exception content when an error occurs, instead of triggering the exception handling branch. #571
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 @fairyto2 on GitHub (Aug 19, 2025).
Self Checks
Dify version
1.7.2
Plugin version
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Describe
Some tools, such as the JSON, Regex, and DateTime tools, still output exception content when an error occurs, instead of triggering the designated exception handling branch. This prevents proper error handling and flow control within the application.
Expected behavior
When an exception occurs (e.g., due to invalid input for JSON, Regex, or DateTime tools), the tool should trigger the designated exception handling branch. It should not return the error message as a normal result.
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Sep 5, 2025):
Hi, @fairyto2. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!