Replies: 1 comment 2 replies
-
|
The 500 error with "unmarshal json failed: use_template enable_thinking not found" happens because Dify 1.11.0 expects new required fields (like To confirm which model is active and causing the error:
To fix this:
If you need to patch the config manually, make sure you use the correct parameter names for your plugin/model. For example, use Let me know if you want step-by-step instructions for exporting and editing the workflow graph JSON or for identifying the model via the API or database. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
When I click into the chatflow workflow, I will see an error in the container of dify-api-1. It seems to be caused by model selection thinking, but I cannot confirm which model it is. How can I confirm this???
2025-12-25 09:35:18.229 INFO [GraphWorker-1] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
2025-12-25 09:35:27.702 ERROR [Dummy-8920] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"{\"error_type\":\"unmarshal_error\",\"message\":\"unmarshal json failed: use_template enable_thinking not found\"}","error_type":"PluginInvokeError","args":null}', 'data': None}
2025-12-25 09:35:27.703 WARNING [Dummy-8920] [provider_configuration.py:1717] - get custom model schema failed, req_id: af4e2da046 PluginInvokeError: {"error_type":"unmarshal_error","message":"unmarshal json failed: use_template enable_thinking not found"}
2025-12-25 09:35:27.713 ERROR [Dummy-8920] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"{\"error_type\":\"unmarshal_error\",\"message\":\"unmarshal json failed: use_template enable_thinking not found\"}","error_type":"PluginInvokeError","args":null}', 'data': None}
2025-12-25 09:35:27.714 WARNING [Dummy-8920] [provider_configuration.py:1717] - get custom model schema failed, req_id: af4e2da046 PluginInvokeError: {"error_type":"unmarshal_error","message":"unmarshal json failed: use_template enable_thinking not found"}
2025-12-25 09:35:27.787 WARNING [Dummy-8920] [provider_configuration.py:1717] - get custom model schema failed, {"code":0,"message":"success","data":{"model_schema":null}}
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions