The browser cannot access the Dify service #10191

Closed
opened 2026-02-21 18:43:51 -05:00 by yindo · 0 comments
Owner

Originally created by @2002yxd1128 on GitHub (Mar 10, 2025).

Self Checks

  • 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 (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

The browser cannot access the Dify service, but it becomes accessible again after restarting the backend service. And the error as follows:

2025-03-10 11:07:13.097 ERROR [Thread-707 (_generate_worker)] [graph_engine.py:832] - Node 基础态势Agent run failed
Traceback (most recent call last):
  File "/app/api/core/workflow/graph_engine/graph_engine.py", line 643, in _run_node
    for item in generator:
                ^^^^^^^^^
  File "/app/api/core/workflow/nodes/base/node.py", line 84, in run
    yield from result
  File "/app/api/core/workflow/nodes/agent/agent_node.py", line 94, in _run
    yield from self._transform_message(
  File "/app/api/core/workflow/nodes/tool/tool_node.py", line 206, in _transform_message
    for message in message_stream:
                   ^^^^^^^^^^^^^^
  File "/app/api/core/tools/utils/message_transformer.py", line 25, in transform_tool_invoke_messages
    for message in messages:
                   ^^^^^^^^
  File "/app/api/core/agent/strategy/base.py", line 25, in invoke
    yield from self._invoke(params, user_id, conversation_id, app_id, message_id)
  File "/app/api/core/agent/strategy/plugin.py", line 50, in _invoke
    yield from manager.invoke(
  File "/app/api/core/plugin/manager/base.py", line 189, in _request_with_plugin_daemon_response_stream
    self._handle_plugin_daemon_error(error.error_type, error.message)
  File "/app/api/core/plugin/manager/base.py", line 223, in _handle_plugin_daemon_error
    raise PluginDaemonInternalServerError(description=message)
core.plugin.manager.exc.PluginDaemonInternalServerError: PluginDaemonInternalServerError: killed by timeout
2025-03-10 11:07:13.110 ERROR [Dummy-708] [app_generator.py:397] - Failed to process generate task pipeline, conversation_id: eec3dde9-2605-44bf-989a-fa36b6b4e80f
Traceback (most recent call last):
  File "/app/api/core/app/apps/advanced_chat/app_generator.py", line 392, in _handle_advanced_chat_response
    return generate_task_pipeline.process()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/core/app/apps/advanced_chat/generate_task_pipeline.py", line 155, in process
    return self._to_blocking_response(generator)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/core/app/apps/advanced_chat/generate_task_pipeline.py", line 164, in _to_blocking_response
    raise stream_response.err
ValueError: Run failed: PluginDaemonInternalServerError: killed by timeout

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @2002yxd1128 on GitHub (Mar 10, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce The browser cannot access the Dify service, but it becomes accessible again after restarting the backend service. And the error as follows: ``` 2025-03-10 11:07:13.097 ERROR [Thread-707 (_generate_worker)] [graph_engine.py:832] - Node 基础态势Agent run failed Traceback (most recent call last): File "/app/api/core/workflow/graph_engine/graph_engine.py", line 643, in _run_node for item in generator: ^^^^^^^^^ File "/app/api/core/workflow/nodes/base/node.py", line 84, in run yield from result File "/app/api/core/workflow/nodes/agent/agent_node.py", line 94, in _run yield from self._transform_message( File "/app/api/core/workflow/nodes/tool/tool_node.py", line 206, in _transform_message for message in message_stream: ^^^^^^^^^^^^^^ File "/app/api/core/tools/utils/message_transformer.py", line 25, in transform_tool_invoke_messages for message in messages: ^^^^^^^^ File "/app/api/core/agent/strategy/base.py", line 25, in invoke yield from self._invoke(params, user_id, conversation_id, app_id, message_id) File "/app/api/core/agent/strategy/plugin.py", line 50, in _invoke yield from manager.invoke( File "/app/api/core/plugin/manager/base.py", line 189, in _request_with_plugin_daemon_response_stream self._handle_plugin_daemon_error(error.error_type, error.message) File "/app/api/core/plugin/manager/base.py", line 223, in _handle_plugin_daemon_error raise PluginDaemonInternalServerError(description=message) core.plugin.manager.exc.PluginDaemonInternalServerError: PluginDaemonInternalServerError: killed by timeout 2025-03-10 11:07:13.110 ERROR [Dummy-708] [app_generator.py:397] - Failed to process generate task pipeline, conversation_id: eec3dde9-2605-44bf-989a-fa36b6b4e80f Traceback (most recent call last): File "/app/api/core/app/apps/advanced_chat/app_generator.py", line 392, in _handle_advanced_chat_response return generate_task_pipeline.process() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/core/app/apps/advanced_chat/generate_task_pipeline.py", line 155, in process return self._to_blocking_response(generator) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/core/app/apps/advanced_chat/generate_task_pipeline.py", line 164, in _to_blocking_response raise stream_response.err ValueError: Run failed: PluginDaemonInternalServerError: killed by timeout ``` ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 18:43:51 -05:00
yindo closed this issue 2026-02-21 18:43:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#10191