mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
Use requests in plug-in development #28
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 @foogle945 on GitHub (Apr 16, 2025).
I'm encountering an issue while developing a tool plugin. My code is as follows:
When I keep the response = requests.get("https://baidu.com") line commented out, the plugin works normally and returns successfully. However, when I uncomment and include this line, the plugin keeps running and eventually throws the following exception:
What could be causing this issue? How can I resolve it?
@yizhi2632438 commented on GitHub (Apr 29, 2025):
me too
@wangpengfei44 commented on GitHub (Jun 30, 2025):
me too
@fernvenue commented on GitHub (Jun 30, 2025):
Hi @wangpengfei44, I think this may related to https://github.com/langgenius/dify/issues/17567#issuecomment-2829296013 this, could you please give it a try?
@crazywoola commented on GitHub (Feb 3, 2026):
Hi @foogle945, thanks for opening this issue.
Why this is being closed
We could not extract an actionable task from the current report.
Next steps
Please open a new issue that includes:
Thanks for understanding and for helping keep the issue tracker actionable.