dify - 💡(How to fix) Fix Error occurred in the operation of the agent node in the workflow.

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

2026-05-28 05:44:28.330 ERROR [Dummy-148103] [base.py:313] e4f031f95efd56e3b2382fa5936e8f74 - Error in stream response for plugin {'code': -500, 'message': '{"message":"{\"error_type\":\"unmarshal_error\",\"message\":\"unmarshal json failed: content field is required\"}","error_type":"PluginInvokeError","args":null}', 'data': None} 2026-05-28 05:44:28.330 ERROR [Dummy-148103] [large_language_model.py:152] e4f031f95efd56e3b2382fa5936e8f74 - Error while consuming non-stream plugin chunk iterator. Traceback (most recent call last): self._handle_plugin_daemon_error(error.error_type, error.message)

Fix Action

Fix / Workaround

2026-05-28 05:44:27.553 INFO [Dummy-148103] [_client.py:1025] e4f031f95efd56e3b2382fa5936e8f74 - HTTP Request: GET http://plugin_daemon:5002/plugin/eee038f5-9ce9-466f-93f2-286c740beaa2/management/models?page=1&page_size=256 "HTTP/1.1 200 OK" 2026-05-28 05:44:28.328 INFO [Dummy-148103] [_client.py:1025] e4f031f95efd56e3b2382fa5936e8f74 - HTTP Request: POST http://plugin_daemon:5002/plugin/eee038f5-9ce9-466f-93f2-286c740beaa2/dispatch/llm/invoke "HTTP/1.1 200 OK" 2026-05-28 05:44:28.330 ERROR [Dummy-148103] [base.py:313] e4f031f95efd56e3b2382fa5936e8f74 - Error in stream response for plugin {'code': -500, 'message': '{"message":"{\"error_type\":\"unmarshal_error\",\"message\":\"unmarshal json failed: content field is required\"}","error_type":"PluginInvokeError","args":null}', 'data': None} 2026-05-28 05:44:28.330 ERROR [Dummy-148103] [large_language_model.py:152] e4f031f95efd56e3b2382fa5936e8f74 - Error while consuming non-stream plugin chunk iterator. Traceback (most recent call last): File "/app/api/.venv/lib/python3.12/site-packages/graphon/model_runtime/model_providers/base/large_language_model.py", line 138, in _build_llm_result_from_chunks for chunk in chunks: ^^^^^^ File "/app/api/core/plugin/impl/model.py", line 196, in invoke_llm yield from response File "/app/api/core/plugin/impl/base.py", line 314, in _request_with_plugin_daemon_response_stream self._handle_plugin_daemon_error(error.error_type, error.message) File "/app/api/core/plugin/impl/base.py", line 355, in _handle_plugin_daemon_error raise PluginInvokeError(description=message) core.plugin.impl.exc.PluginInvokeError: req_id: c957ff8af3 PluginInvokeError: {"error_type":"unmarshal_error","message":"unmarshal json failed: content field is required"} 2026-05-28 05:44:28.332 INFO [Dummy-148103] [ext_request_logging.py:73] e4f031f95efd56e3b2382fa5936e8f74 - POST /inner/api/invoke/llm 400 860.008 2026-05-28 05:44:28.447 INFO [Dummy-148104] [ext_request_logging.py:73] 66037573ea265949b4196323396f32a4 - GET /console/api/apps/06bffc8b-bf21-442a-bdd9-2f7f09c34e9c/workflows/draft/system-variables 200 16.989

RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.14.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

<img width="1263" height="439" alt="Image" src="https://github.com/user-attachments/assets/d57d877c-f7b4-4c45-b2f3-277bbe206857" />

2026-05-28 05:44:27.553 INFO [Dummy-148103] [_client.py:1025] e4f031f95efd56e3b2382fa5936e8f74 - HTTP Request: GET http://plugin_daemon:5002/plugin/eee038f5-9ce9-466f-93f2-286c740beaa2/management/models?page=1&page_size=256 "HTTP/1.1 200 OK" 2026-05-28 05:44:28.328 INFO [Dummy-148103] [_client.py:1025] e4f031f95efd56e3b2382fa5936e8f74 - HTTP Request: POST http://plugin_daemon:5002/plugin/eee038f5-9ce9-466f-93f2-286c740beaa2/dispatch/llm/invoke "HTTP/1.1 200 OK" 2026-05-28 05:44:28.330 ERROR [Dummy-148103] [base.py:313] e4f031f95efd56e3b2382fa5936e8f74 - Error in stream response for plugin {'code': -500, 'message': '{"message":"{\"error_type\":\"unmarshal_error\",\"message\":\"unmarshal json failed: content field is required\"}","error_type":"PluginInvokeError","args":null}', 'data': None} 2026-05-28 05:44:28.330 ERROR [Dummy-148103] [large_language_model.py:152] e4f031f95efd56e3b2382fa5936e8f74 - Error while consuming non-stream plugin chunk iterator. Traceback (most recent call last): File "/app/api/.venv/lib/python3.12/site-packages/graphon/model_runtime/model_providers/base/large_language_model.py", line 138, in _build_llm_result_from_chunks for chunk in chunks: ^^^^^^ File "/app/api/core/plugin/impl/model.py", line 196, in invoke_llm yield from response File "/app/api/core/plugin/impl/base.py", line 314, in _request_with_plugin_daemon_response_stream self._handle_plugin_daemon_error(error.error_type, error.message) File "/app/api/core/plugin/impl/base.py", line 355, in _handle_plugin_daemon_error raise PluginInvokeError(description=message) core.plugin.impl.exc.PluginInvokeError: req_id: c957ff8af3 PluginInvokeError: {"error_type":"unmarshal_error","message":"unmarshal json failed: content field is required"} 2026-05-28 05:44:28.332 INFO [Dummy-148103] [ext_request_logging.py:73] e4f031f95efd56e3b2382fa5936e8f74 - POST /inner/api/invoke/llm 400 860.008 2026-05-28 05:44:28.447 INFO [Dummy-148104] [ext_request_logging.py:73] 66037573ea265949b4196323396f32a4 - GET /console/api/apps/06bffc8b-bf21-442a-bdd9-2f7f09c34e9c/workflows/draft/system-variables 200 16.989

✔️ Expected Behavior

None

❌ Actual Behavior

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING