no available node, plugin not found #751

Closed
opened 2026-02-16 10:20:23 -05:00 by yindo · 2 comments
Owner

Originally created by @winni0 on GitHub (Oct 25, 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 Dify issues & Dify Official Plugins, 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.9.2

Plugin version

vllm 0.1.5

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

docker logs -f dify-docker-api-1

✔️ Error log

[2025-10-25 10:06:05 +0000] [1] [INFO] Starting gunicorn 23.0.0
[2025-10-25 10:06:05 +0000] [1] [INFO] Listening at: http://0.0.0.0:5001 (1)
[2025-10-25 10:06:05 +0000] [1] [INFO] Using worker: gevent
[2025-10-25 10:06:05 +0000] [35] [INFO] Booting worker with pid: 35
gRPC patched with gevent.
psycopg2 patched with gevent.
2025-10-25 10:06:09.408 INFO [MainThread] [utils.py:164] - NumExpr defaulting to 8 threads.
2025-10-25 10:06:16.096 WARNING [Dummy-1] [version.py:66] - Check update version error: httpx.Timeout must either include a default, or set all four parameters explicitly..
2025-10-25 10:06:16.340 ERROR [Dummy-2] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None}
2025-10-25 10:06:16.341 WARNING [Dummy-2] [provider_configuration.py:1717] - get custom model schema failed, req_id: 5c0863da01 PluginDaemonInternalServerError: no available node, plugin not found
2025-10-25 10:06:16.355 ERROR [Dummy-3] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None}
2025-10-25 10:06:16.356 WARNING [Dummy-3] [provider_configuration.py:1717] - get custom model schema failed, req_id: 81326f1815 PluginDaemonInternalServerError: no available node, plugin not found
2025-10-25 10:06:26.669 ERROR [Dummy-4] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None}
2025-10-25 10:06:26.670 WARNING [Dummy-4] [provider_configuration.py:1717] - get custom model schema failed, req_id: ca676410a5 PluginDaemonInternalServerError: no available node, plugin not found
2025-10-25 10:06:35.737 ERROR [Dummy-5] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None}
2025-10-25 10:06:35.738 WARNING [Dummy-5] [provider_configuration.py:1717] - get custom model schema failed, req_id: 6fda5c4a86 PluginDaemonInternalServerError: no available node, plugin not found
2025-10-25 10:07:20.306 INFO [Dummy-6] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK"
2025-10-25 10:07:20.910 WARNING [Dummy-7] [version.py:66] - Check update version error: httpx.Timeout must either include a default, or set all four parameters explicitly..
2025-10-25 10:07:20.942 ERROR [Dummy-8] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None}
2025-10-25 10:07:20.943 WARNING [Dummy-8] [provider_configuration.py:1717] - get custom model schema failed, req_id: 799c4d723e PluginDaemonInternalServerError: no available node, plugin not found
2025-10-25 10:09:22.316 ERROR [Dummy-9] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None}
2025-10-25 10:09:22.316 WARNING [Dummy-9] [provider_configuration.py:1717] - get custom model schema failed, req_id: 78096b4eee PluginDaemonInternalServerError: no available node, plugin not found
2025-10-25 10:10:04.196 INFO [Thread-13 (_retriever)] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK"
2025-10-25 10:10:04.293 ERROR [GraphDispatcher] [error_handler.py:101] - Node llm failed with ABORT strategy: Model qvq-max-latest not exist.
2025-10-25 10:10:04.498 ERROR [Thread-12 (_generate_worker)] [workflow_entry.py:110] - Unknown Error when workflow entry running
Traceback (most recent call last):
File "/app/api/core/workflow/workflow_entry.py", line 106, in run
yield from generator
File "/app/api/core/workflow/graph_engine/graph_engine.py", line 262, in run
raise self._graph_execution.error
RuntimeError: Model qvq-max-latest not exist.
2025-10-25 10:10:22.408 INFO [Thread-16 (_retriever)] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK"
2025-10-25 10:10:22.493 ERROR [GraphDispatcher] [error_handler.py:101] - Node llm failed with ABORT strategy: Model qwen-max not exist.
2025-10-25 10:10:22.697 ERROR [Thread-14 (_generate_worker)] [workflow_entry.py:110] - Unknown Error when workflow entry running
Traceback (most recent call last):
File "/app/api/core/workflow/workflow_entry.py", line 106, in run
yield from generator
File "/app/api/core/workflow/graph_engine/graph_engine.py", line 262, in run
raise self._graph_execution.error
RuntimeError: Model qwen-max not exist.
2025-10-25 10:12:41.236 ERROR [Dummy-18] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None}
2025-10-25 10:12:41.237 WARNING [Dummy-18] [provider_configuration.py:1717] - get custom model schema failed, req_id: cc0210c004 PluginDaemonInternalServerError: no available node, plugin not found

Originally created by @winni0 on GitHub (Oct 25, 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 [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/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.9.2 ### Plugin version vllm 0.1.5 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce docker logs -f dify-docker-api-1 ### ✔️ Error log [2025-10-25 10:06:05 +0000] [1] [INFO] Starting gunicorn 23.0.0 [2025-10-25 10:06:05 +0000] [1] [INFO] Listening at: http://0.0.0.0:5001 (1) [2025-10-25 10:06:05 +0000] [1] [INFO] Using worker: gevent [2025-10-25 10:06:05 +0000] [35] [INFO] Booting worker with pid: 35 gRPC patched with gevent. psycopg2 patched with gevent. 2025-10-25 10:06:09.408 INFO [MainThread] [utils.py:164] - NumExpr defaulting to 8 threads. 2025-10-25 10:06:16.096 WARNING [Dummy-1] [version.py:66] - Check update version error: httpx.Timeout must either include a default, or set all four parameters explicitly.. 2025-10-25 10:06:16.340 ERROR [Dummy-2] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:16.341 WARNING [Dummy-2] [provider_configuration.py:1717] - get custom model schema failed, req_id: 5c0863da01 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:16.355 ERROR [Dummy-3] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:16.356 WARNING [Dummy-3] [provider_configuration.py:1717] - get custom model schema failed, req_id: 81326f1815 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:26.669 ERROR [Dummy-4] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:26.670 WARNING [Dummy-4] [provider_configuration.py:1717] - get custom model schema failed, req_id: ca676410a5 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:35.737 ERROR [Dummy-5] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:35.738 WARNING [Dummy-5] [provider_configuration.py:1717] - get custom model schema failed, req_id: 6fda5c4a86 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:07:20.306 INFO [Dummy-6] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:07:20.910 WARNING [Dummy-7] [version.py:66] - Check update version error: httpx.Timeout must either include a default, or set all four parameters explicitly.. 2025-10-25 10:07:20.942 ERROR [Dummy-8] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:07:20.943 WARNING [Dummy-8] [provider_configuration.py:1717] - get custom model schema failed, req_id: 799c4d723e PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:09:22.316 ERROR [Dummy-9] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:09:22.316 WARNING [Dummy-9] [provider_configuration.py:1717] - get custom model schema failed, req_id: 78096b4eee PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:10:04.196 INFO [Thread-13 (_retriever)] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:10:04.293 ERROR [GraphDispatcher] [error_handler.py:101] - Node llm failed with ABORT strategy: Model qvq-max-latest not exist. 2025-10-25 10:10:04.498 ERROR [Thread-12 (_generate_worker)] [workflow_entry.py:110] - Unknown Error when workflow entry running Traceback (most recent call last): File "/app/api/core/workflow/workflow_entry.py", line 106, in run yield from generator File "/app/api/core/workflow/graph_engine/graph_engine.py", line 262, in run raise self._graph_execution.error RuntimeError: Model qvq-max-latest not exist. 2025-10-25 10:10:22.408 INFO [Thread-16 (_retriever)] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:10:22.493 ERROR [GraphDispatcher] [error_handler.py:101] - Node llm failed with ABORT strategy: Model qwen-max not exist. 2025-10-25 10:10:22.697 ERROR [Thread-14 (_generate_worker)] [workflow_entry.py:110] - Unknown Error when workflow entry running Traceback (most recent call last): File "/app/api/core/workflow/workflow_entry.py", line 106, in run yield from generator File "/app/api/core/workflow/graph_engine/graph_engine.py", line 262, in run raise self._graph_execution.error RuntimeError: Model qwen-max not exist. 2025-10-25 10:12:41.236 ERROR [Dummy-18] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:12:41.237 WARNING [Dummy-18] [provider_configuration.py:1717] - get custom model schema failed, req_id: cc0210c004 PluginDaemonInternalServerError: no available node, plugin not found
yindo added the bug label 2026-02-16 10:20:23 -05:00
yindo closed this issue 2026-02-16 10:20:23 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Oct 25, 2025):

The error "no available node, plugin not found" in your self-hosted Dify Docker setup with the vllm plugin usually means the plugin daemon or node isn't properly registered or discoverable by the main service. This can happen if the plugin service (like vllm) isn't running, isn't reachable due to Docker network issues, or its configuration (model names, endpoints) doesn't match what's expected by Dify. Similarly, "Model qvq-max-latest not exist" and "Model qwen-max not exist" indicate the models are either not loaded or not correctly configured in the plugin or Dify's provider settings.

To resolve this, check that:

  • The vllm plugin container is running and healthy.
  • The plugin daemon is registered and reachable from the Dify API container (Docker Compose network settings).
  • The model names in your configuration match those actually loaded and available in the plugin service.
  • Any required environment variables or config files for plugin registration and model availability are set correctly.

The relevant orchestration and error handling logic is managed in Dify's workflow engine and provider configuration code, which expects all plugin nodes and models to be available and correctly registered at startup. Issues often stem from mismatches in Docker service startup order, network configuration, or missing model/provider settings. For more details, see the workflow and plugin node orchestration logic in the codebase (workflow_entry.py).

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Join Discord Share on X

@dosubot[bot] commented on GitHub (Oct 25, 2025): <!-- Answer --> The error "no available node, plugin not found" in your self-hosted Dify Docker setup with the vllm plugin usually means the plugin daemon or node isn't properly registered or discoverable by the main service. This can happen if the plugin service (like vllm) isn't running, isn't reachable due to Docker network issues, or its configuration (model names, endpoints) doesn't match what's expected by Dify. Similarly, "Model qvq-max-latest not exist" and "Model qwen-max not exist" indicate the models are either not loaded or not correctly configured in the plugin or Dify's provider settings. To resolve this, check that: - The vllm plugin container is running and healthy. - The plugin daemon is registered and reachable from the Dify API container (Docker Compose network settings). - The model names in your configuration match those actually loaded and available in the plugin service. - Any required environment variables or config files for plugin registration and model availability are set correctly. The relevant orchestration and error handling logic is managed in Dify's workflow engine and provider configuration code, which expects all plugin nodes and models to be available and correctly registered at startup. Issues often stem from mismatches in Docker service startup order, network configuration, or missing model/provider settings. For more details, see the workflow and plugin node orchestration logic in the codebase ([workflow_entry.py](https://github.com/langgenius/dify/blob/1e7e8a8988a186ff9133eec5132115acceb17627/api/core/workflow/workflow_entry.py)). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/e834cdc7-75de-47bb-b730-66b2a474af76?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/e834cdc7-75de-47bb-b730-66b2a474af76?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/e834cdc7-75de-47bb-b730-66b2a474af76?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/e834cdc7-75de-47bb-b730-66b2a474af76?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/e834cdc7-75de-47bb-b730-66b2a474af76?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/e834cdc7-75de-47bb-b730-66b2a474af76?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/e834cdc7-75de-47bb-b730-66b2a474af76?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/1926)
Author
Owner

@winni0 commented on GitHub (Oct 25, 2025):

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.[x] I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.[x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).[x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)[x] Please do not modify this template :) and fill in all the required fields.

Dify version

1.9.2

Plugin version

vllm 0.1.5

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

docker logs -f dify-docker-api-1

✔️ Error log

[2025-10-25 10:06:05 +0000] [1] [INFO] Starting gunicorn 23.0.0 [2025-10-25 10:06:05 +0000] [1] [INFO] Listening at: http://0.0.0.0:5001 (1) [2025-10-25 10:06:05 +0000] [1] [INFO] Using worker: gevent [2025-10-25 10:06:05 +0000] [35] [INFO] Booting worker with pid: 35 gRPC patched with gevent. psycopg2 patched with gevent. 2025-10-25 10:06:09.408 INFO [MainThread] [utils.py:164] - NumExpr defaulting to 8 threads. 2025-10-25 10:06:16.096 WARNING [Dummy-1] [version.py:66] - Check update version error: httpx.Timeout must either include a default, or set all four parameters explicitly.. 2025-10-25 10:06:16.340 ERROR [Dummy-2] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:16.341 WARNING [Dummy-2] [provider_configuration.py:1717] - get custom model schema failed, req_id: 5c0863da01 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:16.355 ERROR [Dummy-3] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:16.356 WARNING [Dummy-3] [provider_configuration.py:1717] - get custom model schema failed, req_id: 81326f1815 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:26.669 ERROR [Dummy-4] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:26.670 WARNING [Dummy-4] [provider_configuration.py:1717] - get custom model schema failed, req_id: ca676410a5 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:35.737 ERROR [Dummy-5] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:35.738 WARNING [Dummy-5] [provider_configuration.py:1717] - get custom model schema failed, req_id: 6fda5c4a86 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:07:20.306 INFO [Dummy-6] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:07:20.910 WARNING [Dummy-7] [version.py:66] - Check update version error: httpx.Timeout must either include a default, or set all four parameters explicitly.. 2025-10-25 10:07:20.942 ERROR [Dummy-8] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:07:20.943 WARNING [Dummy-8] [provider_configuration.py:1717] - get custom model schema failed, req_id: 799c4d723e PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:09:22.316 ERROR [Dummy-9] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:09:22.316 WARNING [Dummy-9] [provider_configuration.py:1717] - get custom model schema failed, req_id: 78096b4eee PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:10:04.196 INFO [Thread-13 (_retriever)] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:10:04.293 ERROR [GraphDispatcher] [error_handler.py:101] - Node llm failed with ABORT strategy: Model qvq-max-latest not exist. 2025-10-25 10:10:04.498 ERROR [Thread-12 (_generate_worker)] [workflow_entry.py:110] - Unknown Error when workflow entry running Traceback (most recent call last): File "/app/api/core/workflow/workflow_entry.py", line 106, in run yield from generator File "/app/api/core/workflow/graph_engine/graph_engine.py", line 262, in run raise self._graph_execution.error RuntimeError: Model qvq-max-latest not exist. 2025-10-25 10:10:22.408 INFO [Thread-16 (_retriever)] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:10:22.493 ERROR [GraphDispatcher] [error_handler.py:101] - Node llm failed with ABORT strategy: Model qwen-max not exist. 2025-10-25 10:10:22.697 ERROR [Thread-14 (_generate_worker)] [workflow_entry.py:110] - Unknown Error when workflow entry running Traceback (most recent call last): File "/app/api/core/workflow/workflow_entry.py", line 106, in run yield from generator File "/app/api/core/workflow/graph_engine/graph_engine.py", line 262, in run raise self._graph_execution.error RuntimeError: Model qwen-max not exist. 2025-10-25 10:12:41.236 ERROR [Dummy-18] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:12:41.237 WARNING [Dummy-18] [provider_configuration.py:1717] - get custom model schema failed, req_id: cc0210c004 PluginDaemonInternalServerError: no available node, plugin not found

@winni0 commented on GitHub (Oct 25, 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 [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/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.9.2 > > ### Plugin version > vllm 0.1.5 > > ### Cloud or Self Hosted > Self Hosted (Docker) > > ### Steps to reproduce > docker logs -f dify-docker-api-1 > > ### ✔️ Error log > [2025-10-25 10:06:05 +0000] [1] [INFO] Starting gunicorn 23.0.0 [2025-10-25 10:06:05 +0000] [1] [INFO] Listening at: http://0.0.0.0:5001 (1) [2025-10-25 10:06:05 +0000] [1] [INFO] Using worker: gevent [2025-10-25 10:06:05 +0000] [35] [INFO] Booting worker with pid: 35 gRPC patched with gevent. psycopg2 patched with gevent. 2025-10-25 10:06:09.408 INFO [MainThread] [utils.py:164] - NumExpr defaulting to 8 threads. 2025-10-25 10:06:16.096 WARNING [Dummy-1] [version.py:66] - Check update version error: httpx.Timeout must either include a default, or set all four parameters explicitly.. 2025-10-25 10:06:16.340 ERROR [Dummy-2] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:16.341 WARNING [Dummy-2] [provider_configuration.py:1717] - get custom model schema failed, req_id: 5c0863da01 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:16.355 ERROR [Dummy-3] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:16.356 WARNING [Dummy-3] [provider_configuration.py:1717] - get custom model schema failed, req_id: 81326f1815 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:26.669 ERROR [Dummy-4] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:26.670 WARNING [Dummy-4] [provider_configuration.py:1717] - get custom model schema failed, req_id: ca676410a5 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:06:35.737 ERROR [Dummy-5] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:06:35.738 WARNING [Dummy-5] [provider_configuration.py:1717] - get custom model schema failed, req_id: 6fda5c4a86 PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:07:20.306 INFO [Dummy-6] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:07:20.910 WARNING [Dummy-7] [version.py:66] - Check update version error: httpx.Timeout must either include a default, or set all four parameters explicitly.. 2025-10-25 10:07:20.942 ERROR [Dummy-8] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:07:20.943 WARNING [Dummy-8] [provider_configuration.py:1717] - get custom model schema failed, req_id: 799c4d723e PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:09:22.316 ERROR [Dummy-9] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:09:22.316 WARNING [Dummy-9] [provider_configuration.py:1717] - get custom model schema failed, req_id: 78096b4eee PluginDaemonInternalServerError: no available node, plugin not found 2025-10-25 10:10:04.196 INFO [Thread-13 (_retriever)] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:10:04.293 ERROR [GraphDispatcher] [error_handler.py:101] - Node llm failed with ABORT strategy: Model qvq-max-latest not exist. 2025-10-25 10:10:04.498 ERROR [Thread-12 (_generate_worker)] [workflow_entry.py:110] - Unknown Error when workflow entry running Traceback (most recent call last): File "/app/api/core/workflow/workflow_entry.py", line 106, in run yield from generator File "/app/api/core/workflow/graph_engine/graph_engine.py", line 262, in run raise self._graph_execution.error RuntimeError: Model qvq-max-latest not exist. 2025-10-25 10:10:22.408 INFO [Thread-16 (_retriever)] [_client.py:1038] - HTTP Request: POST http://192.168.80.182/api/v1/dify/retrieval "HTTP/1.1 200 OK" 2025-10-25 10:10:22.493 ERROR [GraphDispatcher] [error_handler.py:101] - Node llm failed with ABORT strategy: Model qwen-max not exist. 2025-10-25 10:10:22.697 ERROR [Thread-14 (_generate_worker)] [workflow_entry.py:110] - Unknown Error when workflow entry running Traceback (most recent call last): File "/app/api/core/workflow/workflow_entry.py", line 106, in run yield from generator File "/app/api/core/workflow/graph_engine/graph_engine.py", line 262, in run raise self._graph_execution.error RuntimeError: Model qwen-max not exist. 2025-10-25 10:12:41.236 ERROR [Dummy-18] [base.py:211] - Error in stream reponse for plugin {'code': -500, 'message': '{"message":"no available node, plugin not found","error_type":"PluginDaemonInternalServerError","args":null}', 'data': None} 2025-10-25 10:12:41.237 WARNING [Dummy-18] [provider_configuration.py:1717] - get custom model schema failed, req_id: cc0210c004 PluginDaemonInternalServerError: no available node, plugin not found
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#751