mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[bedrock] Error: PluginInvokeError #507
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 @wcbwing1 on GitHub (Aug 1, 2025).
Self Checks
Dify version
1.7.1
Plugin version
0.0.27
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Bedrock is using normally in the single agent without any issue.
But the once putting Bedrock into the workflow, the issue comes out.
✔️ Error log
[bedrock] Error: PluginInvokeError: {"args":{"description":"[models] Error: Model name is required for non-converse API models"},"error_type":"InvokeError","message":"[models] Error: Model name is required for non-converse API models"}
@tang2554 commented on GitHub (Aug 7, 2025):
I encountered the same error when I switched “Reasoning Type” to True in the Agent.
Dify version
1.7.1
Plugin version
0.0.28
Cloud or Self Hosted
Self Hosted (Docker)
@mofee commented on GitHub (Aug 8, 2025):
I also encountered the same error. I resolved it by doing this:
it seems that if your model not support cross-region inference can not be added successfully.
@akshaysinghas commented on GitHub (Aug 13, 2025):
@mofee / @tang2554 can you check with latest plugin 0.0.30 to see if it resolve your issue?
@natsumechan commented on GitHub (Aug 19, 2025):
I’m encountering the same issue.
When an Agent uses the Redmine plugin together with Amazon Bedrock, executions fail intermittently. Some runs succeed, while others return errors.
Steps to reproduce
Create an Agent.
Add the Redmine plugin as a tool.
Run the Agent multiple times.
After several runs, errors occur at random rather than under specific, repeatable conditions.
Expected behavior
The Agent should consistently invoke the Redmine plugin in response to input and return a normal result without errors.
Actual behavior
Agent executions fail sporadically and return an error message.
Environment
Dify: 1.7.1
bedrock plugin: 0.0.31
Deployment: Self-hosted (Docker)
@dosubot[bot] commented on GitHub (Sep 5, 2025):
Hi, @wcbwing1. 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:
Thanks for your understanding and contribution!