mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
1.5.0 Error When Uploading Images with Unsupported Model in Chatflow Agent Node #417
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 @mir134 on GitHub (Jul 1, 2025).
Self Checks
Dify version
1.5.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Title
Chatflow Application: Agent Node Using a Model Without Image Recognition Support Throws "One or more parameters specified in the request are not valid.
" Error on Image Upload
Reproduction Steps
Create a Chatflow application with image upload enabled.
Add an Agent Node.
Configure the Agent Node as follows:
Agent Strategy: functionCalling
Model: DeepSeekV3 or any model without image recognition support
Memory: Enabled
In the application chat interface:
Upload an image.
Send any follow-up message → Triggers the error.
Failed to transform agent message: PluginInvokeError: {"args":{},"error_type":"Exception","message":"read llm model failed: request failed: [volcengine_maas] Error: PluginInvokeError: {"args":{},"error_type":"ArkBadRequestError","message":"Error code: 400 - {'error': {'code': 'InvalidParameter', 'message': 'One or more parameters specified in the request are not valid. Request id: 021751421461028d89ec6df196db1bc6f02f00164241b07b1a249', 'param': '', 'type': 'BadRequest'}}, request_id: 20250702095740YmxbmQVOU7IANMt3rC8I"}"}
✔️ Expected Behavior
The system support image uploads while allowing users to select models that do not support image recognition, without throwing errors.
❌ Actual Behavior
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @mir134. 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!