Plugin Version Switching Issue After Downgrade #866

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

Originally created by @liuyang3333 on GitHub (Dec 11, 2025).

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.11.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

  1. Install a model plugin (e.g., langgenius/siliconflow version 0.0.37)
  2. Downgrade the plugin to an earlier version (e.g., downgrade to 0.0.35)
  3. The downgraded version (0.0.35) works correctly
  4. Attempt to switch to any other version (e.g., to 0.0.x or upgrade to the latest version 0.0.37)
  5. The version switch fails with errors in plugin-daemon

✔️ Expected Behavior

Plugin version switching should work correctly after a downgrade.

Actual Behavior

After downgrading a plugin:

  • Only the first downgraded version works correctly
  • All subsequent version switches fail
  • Upgrading to the latest version also fails
  • plugin-daemon reports errors

Error Logs:
2025/12/11 07:55:05 /app/internal/db/executor.go:259 record not found
[0.388ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a' ORDER BY "plugins"."id" LIMIT 1
[GIN] 2025/12/11 - 07:55:05 | 200 | 15.693458ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/identifiers"
2025/12/11 07:55:05 recycle.go:22: [INFO]start new install task b6b78ad7-8750-463e-a4c2-ac619d02843d
2025/12/11 07:55:05 logger.go:13: [INFO]local runtime starting: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a
[GIN] 2025/12/11 - 07:55:05 | 200 | 677.125µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/b6b78ad7-8750-463e-a4c2-ac619d02843d"
[GIN] 2025/12/11 - 07:55:05 | 200 | 556.75µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
[GIN] 2025/12/11 - 07:55:10 | 200 | 874.542µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
2025/12/11 07:55:11 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Listing '.'......
2025/12/11 07:55:11 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/__init__.py'......
2025/12/11 07:55:12 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/interfaces/agent/__init__.py'......
2025/12/11 07:55:13 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/dpkt/edp.py'......
2025/12/11 07:55:13 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/gevent/core.py'......
2025/12/11 07:55:14 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__all__.py'......
2025/12/11 07:55:14 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__socket.py'......
[GIN] 2025/12/11 - 07:55:15 | 200 | 900.916µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/b6b78ad7-8750-463e-a4c2-ac619d02843d"
[GIN] 2025/12/11 - 07:55:15 | 200 | 531.208µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
2025/12/11 07:55:15 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/httpcore/_backends/mock.py'......
2025/12/11 07:55:16 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/__init__.py'......
2025/12/11 07:55:16 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/resources/beta/assistants.py'......
2025/12/11 07:55:17 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/audio/speech_model.py'......
2025/12/11 07:55:17 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/beta/realtime/conversation_item_content_param.py'......
2025/12/11 07:55:17 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/beta/threads/__init__.py'......
2025/12/11 07:55:18 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/chat/chat_completion_content_part_text_param.py'......
2025/12/11 07:55:18 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/conversations/refusal_content.py'......
2025/12/11 07:55:18 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/fine_tuning/supervised_method_param.py'......
2025/12/11 07:55:19 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/realtime/mcp_list_tools_in_progress.py'......
2025/12/11 07:55:19 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/realtime/realtime_transcription_session_audio_input_turn_detection_param.py'......
2025/12/11 07:55:20 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/responses/response_custom_tool_call_input_delta_event.py'......
2025/12/11 07:55:20 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/responses/response_output_refusal_param.py'......
[GIN] 2025/12/11 - 07:55:20 | 200 | 873.208µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
2025/12/11 07:55:21 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/static_file_chunking_strategy_object_param.py'......
2025/12/11 07:55:21 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/pydantic/_internal/_dataclasses.py'......
2025/12/11 07:55:22 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/pydantic/version.py'......
2025/12/11 07:55:22 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/tqdm/_utils.py'......
2025/12/11 07:55:23 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/werkzeug/middleware/lint.py'......
2025/12/11 07:55:23 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/zope/interface/tests/test_compile_flags.py'......
2025/12/11 07:55:23 setup_python_environment.go:390: [INFO]pre-loaded the plugin langgenius/siliconflow:0.0.37
[GIN] 2025/12/11 - 07:55:25 | 200 | 642.584µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/b6b78ad7-8750-463e-a4c2-ac619d02843d"
2025/12/11 07:55:25 logger.go:47: [INFO]local runtime scale up: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a, instance nums: 1
[GIN] 2025/12/11 - 07:55:25 | 200 | 470.125µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
2025/12/11 07:55:27 logger.go:18: [INFO]local runtime ready: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a

2025/12/11 07:55:27 /app/internal/db/executor.go:259 record not found
[0.862ms] [rows:0] SELECT * FROM "plugin_installations" WHERE plugin_id = 'langgenius/siliconflow' AND tenant_id = 'ae4ab79e-590a-4c82-a745-1f4de5c1fd57' ORDER BY "plugin_installations"."id" LIMIT 1

2025/12/11 07:55:27 /app/internal/db/executor.go:259 record not found
[2.108ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a' AND plugin_id = 'langgenius/siliconflow' AND install_type = 'local' ORDER BY "plugins"."id" LIMIT 1 FOR UPDATE
2025/12/11 07:55:27 recycle.go:29: [INFO]install task b6b78ad7-8750-463e-a4c2-ac619d02843d finished
[GIN] 2025/12/11 - 07:55:30 | 200 | 2.118167ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
[GIN] 2025/12/11 - 07:55:30 | 200 | 18.478959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:55:30 | 200 | 3.475291ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:30 | 200 | 3.54075ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:30 | 200 | 4.429458ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:30 | 200 | 3.115959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:30 | 200 | 19.826083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:55:30 | 200 | 5.892875ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:55:31 | 200 | 4.210833ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:31 | 200 | 4.177417ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:31 | 200 | 4.948792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:31 | 200 | 3.095ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:31 | 200 | 2.050542ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:55:35 | 200 | 1.050166ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/b6b78ad7-8750-463e-a4c2-ac619d02843d"
[GIN] 2025/12/11 - 07:55:52 | 200 | 19.668375ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg"
[GIN] 2025/12/11 - 07:55:53 | 200 | 5.172833ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:53 | 200 | 3.708083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:55:53 | 200 | 44.333µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg"
[GIN] 2025/12/11 - 07:56:50 | 200 | 9.743084ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:56:50 | 200 | 10.408417ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:56:50 | 200 | 10.234417ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:56:50 | 200 | 11.039959ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"

2025/12/11 07:56:51 /app/internal/db/executor.go:259 record not found
[0.799ms] [rows:0] SELECT * FROM "plugin_declarations" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6' ORDER BY "plugin_declarations"."id" LIMIT 1
[GIN] 2025/12/11 - 07:56:51 | 200 | 1.578125ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/fetch/manifest?plugin_unique_identifier=langgenius%2Fsiliconflow%3A0.0.35%40534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6"

2025/12/11 07:56:54 /app/internal/db/executor.go:259 record not found
[0.555ms] [rows:0] SELECT * FROM "plugin_declarations" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6' ORDER BY "plugin_declarations"."id" LIMIT 1
[GIN] 2025/12/11 - 07:56:54 | 200 | 59.953958ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/upload/package"

2025/12/11 07:56:54 /app/internal/db/executor.go:259 record not found
[0.396ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6' ORDER BY "plugins"."id" LIMIT 1
[GIN] 2025/12/11 - 07:56:54 | 200 | 16.679708ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/upgrade"
2025/12/11 07:56:54 recycle.go:22: [INFO]start new install task c79459c6-b32a-416b-a381-987ef7e50001
2025/12/11 07:56:54 logger.go:13: [INFO]local runtime starting: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6
[GIN] 2025/12/11 - 07:56:54 | 200 | 989.458µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
[GIN] 2025/12/11 - 07:56:54 | 200 | 851.416µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/c79459c6-b32a-416b-a381-987ef7e50001"
2025/12/11 07:56:58 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Listing '.'......
2025/12/11 07:56:58 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/__init__.py'......
[GIN] 2025/12/11 - 07:56:59 | 200 | 1.276959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
2025/12/11 07:56:59 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/interfaces/agent/__init__.py'......
2025/12/11 07:57:00 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/dpkt/edp.py'......
2025/12/11 07:57:00 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/gevent/core.py'......
2025/12/11 07:57:01 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__all__.py'......
2025/12/11 07:57:02 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__socket.py'......
2025/12/11 07:57:02 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/httpcore/_backends/mock.py'......
2025/12/11 07:57:03 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/__init__.py'......
2025/12/11 07:57:03 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/resources/beta/assistants.py'......
[GIN] 2025/12/11 - 07:57:04 | 200 | 653.625µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/c79459c6-b32a-416b-a381-987ef7e50001"
[GIN] 2025/12/11 - 07:57:04 | 200 | 708.875µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
2025/12/11 07:57:04 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/audio/speech_model.py'......
2025/12/11 07:57:04 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/beta/realtime/conversation_item_content_param.py'......
2025/12/11 07:57:05 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/beta/threads/__init__.py'......
2025/12/11 07:57:05 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/chat/chat_completion_content_part_text_param.py'......
2025/12/11 07:57:06 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/conversations/refusal_content.py'......
2025/12/11 07:57:06 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/fine_tuning/supervised_method_param.py'......
2025/12/11 07:57:07 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/realtime/mcp_list_tools_in_progress.py'......
2025/12/11 07:57:07 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/realtime/realtime_transcription_session_audio_input_turn_detection_param.py'......
2025/12/11 07:57:07 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/responses/response_custom_tool_call_input_delta_event.py'......
2025/12/11 07:57:08 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/responses/response_output_refusal_param.py'......
2025/12/11 07:57:08 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/static_file_chunking_strategy_object_param.py'......
[GIN] 2025/12/11 - 07:57:09 | 200 | 619.959µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
2025/12/11 07:57:09 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/pydantic/_internal/_dataclasses.py'......
2025/12/11 07:57:10 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/pydantic/version.py'......
2025/12/11 07:57:10 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/tqdm/_utils.py'......
2025/12/11 07:57:11 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/werkzeug/middleware/lint.py'......
2025/12/11 07:57:11 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/zope/interface/tests/test_compile_flags.py'......
2025/12/11 07:57:12 setup_python_environment.go:390: [INFO]pre-loaded the plugin langgenius/siliconflow:0.0.35
2025/12/11 07:57:13 logger.go:47: [INFO]local runtime scale up: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6, instance nums: 1
[GIN] 2025/12/11 - 07:57:14 | 200 | 1.551084ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/c79459c6-b32a-416b-a381-987ef7e50001"
[GIN] 2025/12/11 - 07:57:14 | 200 | 594.75µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
2025/12/11 07:57:16 logger.go:18: [INFO]local runtime ready: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6

2025/12/11 07:57:16 /app/internal/db/executor.go:259 record not found
[0.360ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6' ORDER BY "plugins"."id" LIMIT 1
2025/12/11 07:57:16 recycle.go:29: [INFO]install task c79459c6-b32a-416b-a381-987ef7e50001 finished
[GIN] 2025/12/11 - 07:57:19 | 200 | 656.5µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
[GIN] 2025/12/11 - 07:57:19 | 200 | 11.117792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.987542ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 5.838959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.662333ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.680541ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 4.868333ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:57:19 | 200 | 9.243959ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:57:19 | 200 | 5.682166ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:57:19 | 200 | 5.813083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.481041ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.345333ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.202792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 2.156333ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.114292ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.069375ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.155959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:19 | 200 | 3.759042ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:20 | 200 | 2.527041ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
2025/12/11 07:57:20 logger.go:27: [INFO]local runtime stop: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a
2025/12/11 07:57:20 logger.go:32: [INFO]local runtime stopped: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a
[GIN] 2025/12/11 - 07:57:24 | 200 | 684.167µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/c79459c6-b32a-416b-a381-987ef7e50001"
[GIN] 2025/12/11 - 07:57:24 | 200 | 5.637416ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:57:37 | 200 | 4.984791ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:37 | 200 | 102.625µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/fb1d7c05088e34ecabd0e087ebcfd929be9aad785b5e21e0577c2aa82acf7ae0.svg"
[GIN] 2025/12/11 - 07:57:37 | 200 | 15.726083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/triggers?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:37 | 200 | 17.79425ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/agent_strategies?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:37 | 200 | 4.081667ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:37 | 200 | 3.699375ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:37 | 200 | 3.1025ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:37 | 200 | 561.083µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/tools?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:37 | 200 | 2.997334ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:57:46 | 200 | 3.293667ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:46 | 200 | 49.25µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg"
[GIN] 2025/12/11 - 07:57:46 | 200 | 3.707875ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:46 | 200 | 3.254167ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:46 | 200 | 5.841625ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:46 | 200 | 3.206958ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:47 | 200 | 4.972542ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:47 | 200 | 3.179458ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:57:56 | 200 | 3.80625ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:02 | 200 | 5.160879003s | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/validate_provider_credentials"
[GIN] 2025/12/11 - 07:58:02 | 200 | 3.400167ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:02 | 200 | 3.27125ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:02 | 200 | 3.510375ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:02 | 200 | 3.572791ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:02 | 200 | 4.301917ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:02 | 200 | 7.633583ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:02 | 200 | 2.528416ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:14 | 200 | 1.6345ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/tools?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:16 | 200 | 5.980083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:16 | 200 | 79.25µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg"
[GIN] 2025/12/11 - 07:58:21 | 200 | 3.663666ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:21 | 200 | 4.941166ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:21 | 200 | 3.2695ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:21 | 200 | 2.2215ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:23 | 200 | 4.037583ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:23 | 200 | 4.8315ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:24 | 200 | 1.367286459s | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/llm/invoke"
[GIN] 2025/12/11 - 07:58:28 | 200 | 4.6435ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/fetch/manifest?plugin_unique_identifier=langgenius%2Fsiliconflow%3A0.0.37%408a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a"

2025/12/11 07:58:29 /app/internal/db/executor.go:259 record not found
[0.317ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a' ORDER BY "plugins"."id" LIMIT 1
[GIN] 2025/12/11 - 07:58:29 | 200 | 4.63325ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/upgrade"
2025/12/11 07:58:29 recycle.go:22: [INFO]start new install task 600ff094-c9b9-4cfd-8529-33b73516819c
2025/12/11 07:58:29 logger.go:13: [INFO]local runtime starting: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a
2025/12/11 07:58:29 logger.go:47: [INFO]local runtime scale up: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a, instance nums: 1
[GIN] 2025/12/11 - 07:58:29 | 200 | 664.583µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
[GIN] 2025/12/11 - 07:58:29 | 200 | 908.792µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/600ff094-c9b9-4cfd-8529-33b73516819c"
2025/12/11 07:58:31 logger.go:18: [INFO]local runtime ready: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a

2025/12/11 07:58:31 /app/internal/db/executor.go:259 record not found
[0.387ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a' ORDER BY "plugins"."id" LIMIT 1
2025/12/11 07:58:31 recycle.go:29: [INFO]install task 600ff094-c9b9-4cfd-8529-33b73516819c finished
2025/12/11 07:58:33 logger.go:27: [INFO]local runtime stop: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6
2025/12/11 07:58:33 logger.go:32: [INFO]local runtime stopped: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6
[GIN] 2025/12/11 - 07:58:34 | 200 | 856.583µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100"
[GIN] 2025/12/11 - 07:58:34 | 200 | 18.152292ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:58:34 | 200 | 4.756708ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:34 | 200 | 4.110667ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:34 | 200 | 3.163292ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:34 | 200 | 6.019417ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:34 | 200 | 4.770792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:58:34 | 200 | 5.009292ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:34 | 200 | 18.389792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:58:34 | 200 | 23.992917ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:34 | 200 | 4.076083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:34 | 200 | 7.640292ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:34 | 200 | 3.408667ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:35 | 200 | 3.036125ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:35 | 200 | 1.984791ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:35 | 200 | 3.157875ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:35 | 200 | 3.174791ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:35 | 200 | 3.100583ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:35 | 200 | 1.989583ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:39 | 200 | 705.75µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/600ff094-c9b9-4cfd-8529-33b73516819c"
[GIN] 2025/12/11 - 07:58:39 | 200 | 4.621ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged"
[GIN] 2025/12/11 - 07:58:45 | 200 | 13.756958ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/agent_strategies?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:45 | 200 | 12.836875ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/triggers?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:45 | 200 | 5.249583ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:45 | 200 | 4.033333ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:45 | 200 | 3.567ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:45 | 200 | 8.678042ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:45 | 200 | 4.160708ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/tools?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:52 | 200 | 9.384542ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
[GIN] 2025/12/11 - 07:58:52 | 200 | 76µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg"
[GIN] 2025/12/11 - 07:58:58 | 200 | 5.274208ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
2025/12/11 07:58:58 factory.go:28: [ERROR]PluginDaemonInternalServerError: no available node, plugin runtime not found
goroutine 1258 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:26 +0x64
github.com/langgenius/dify-plugin-daemon/internal/types/exception.InternalServerError({0x236e088, 0x4000c5a910})
/app/internal/types/exception/factory.go:27 +0x24
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).redirectPluginInvokeByPluginIdentifier(0x400010f020, 0x40006a0a00, {0x4000068660?, 0x17c22cc?}, {0x236e088, 0x384bc10})
/app/internal/server/middleware.go:132 +0xd0
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).RedirectPluginInvoke.func3(0x40006a0a00)
/app/internal/server/middleware.go:106 +0x80
github.com/gin-gonic/gin.(*Context).Next(0x40006a0a00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).FetchPluginInstallation.func2(0x40006a0a00)
/app/internal/server/middleware.go:78 +0x1c4
github.com/gin-gonic/gin.(*Context).Next(0x40006a0a00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.CollectActiveDispatchRequests.func1(0x4006f16d8?)
/app/internal/server/controllers/health_check.go:28 +0x5c
github.com/gin-gonic/gin.(*Context).Next(0x40006a0a00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginGroup.CheckingKey.func1(0x40006a0a00)
/app/internal/server/middleware.go:26 +0x94
github.com/gin-gonic/gin.(*Context).Next(0x40006a0a00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).server.CollectActiveRequests.func3(0x8635f0ecd285?)
/app/internal/server/controllers/health_check.go:20 +0x5c
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0x40006a0a00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 +0x68
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1(0x40006a0a00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 +0xa4
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0x4000498820, 0x40006a0a00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 +0x6d4
github.com/gin-gonic/gin.(*Engine).ServeHTTP(0x4000498820, {0x239e070, 0x40009a42d0}, 0x4000000f00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 +0x154
net/http.serverHandler.ServeHTTP({0x2390608?}, {0x239e070?, 0x40009a42d0?}, 0x6?)
/usr/local/go/src/net/http/server.go:3340 +0xb0
net/http.(*conn).serve(0x40004fa7e0, {0x23a2778, 0x40007289f0})
/usr/local/go/src/net/http/server.go:2109 +0x528
created by net/http.(*Server).Serve in goroutine 36
/usr/local/go/src/net/http/server.go:3493 +0x384

[GIN] 2025/12/11 - 07:58:58 | 404 | 627.042µs | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:58:58 | 200 | 3.148ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
2025/12/11 07:58:58 factory.go:28: [ERROR]PluginDaemonInternalServerError: no available node, plugin runtime not found
goroutine 1272 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:26 +0x64
github.com/langgenius/dify-plugin-daemon/internal/types/exception.InternalServerError({0x236e088, 0x4000ef7060})
/app/internal/types/exception/factory.go:27 +0x24
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).redirectPluginInvokeByPluginIdentifier(0x400010f020, 0x40006a0d00, {0x4000068cc0?, 0x17c22cc?}, {0x236e088, 0x384bc10})
/app/internal/server/middleware.go:132 +0xd0
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).RedirectPluginInvoke.func3(0x40006a0d00)
/app/internal/server/middleware.go:106 +0x80
github.com/gin-gonic/gin.(*Context).Next(0x40006a0d00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).FetchPluginInstallation.func2(0x40006a0d00)
/app/internal/server/middleware.go:78 +0x1c4
github.com/gin-gonic/gin.(*Context).Next(0x40006a0d00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.CollectActiveDispatchRequests.func1(0x40006f36b8?)
/app/internal/server/controllers/health_check.go:28 +0x5c
github.com/gin-gonic/gin.(*Context).Next(0x40006a0d00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginGroup.CheckingKey.func1(0x40006a0d00)
/app/internal/server/middleware.go:26 +0x94
github.com/gin-gonic/gin.(*Context).Next(0x40006a0d00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).server.CollectActiveRequests.func3(0x8635f485834c?)
/app/internal/server/controllers/health_check.go:20 +0x5c
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0x40006a0d00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 +0x68
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1(0x40006a0d00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 +0xa4
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0x4000498820, 0x40006a0d00)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 +0x6d4
github.com/gin-gonic/gin.(*Engine).ServeHTTP(0x4000498820, {0x239e070, 0x40001d6e10}, 0x4000290140)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 +0x154
net/http.serverHandler.ServeHTTP({0x2390608?}, {0x239e070?, 0x40001d6e10?}, 0x6?)
/usr/local/go/src/net/http/server.go:3340 +0xb0
net/http.(*conn).serve(0x4000442090, {0x23a2778, 0x40007289f0})
/usr/local/go/src/net/http/server.go:2109 +0x528
created by net/http.(*Server).Serve in goroutine 36
/usr/local/go/src/net/http/server.go:3493 +0x384

[GIN] 2025/12/11 - 07:58:58 | 404 | 443.25µs | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
[GIN] 2025/12/11 - 07:59:01 | 200 | 5.114208ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256"
2025/12/11 07:59:01 factory.go:28: [ERROR]PluginDaemonInternalServerError: no available node, plugin runtime not found
goroutine 1216 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:26 +0x64
github.com/langgenius/dify-plugin-daemon/internal/types/exception.InternalServerError({0x236e088, 0x4000e485a0})
/app/internal/types/exception/factory.go:27 +0x24
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).redirectPluginInvokeByPluginIdentifier(0x400010f020, 0x40006a0800, {0x4000fef6e0?, 0x17c22cc?}, {0x236e088, 0x384bc10})
/app/internal/server/middleware.go:132 +0xd0
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).RedirectPluginInvoke.func3(0x40006a0800)
/app/internal/server/middleware.go:106 +0x80
github.com/gin-gonic/gin.(*Context).Next(0x40006a0800)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).FetchPluginInstallation.func2(0x40006a0800)
/app/internal/server/middleware.go:78 +0x1c4
github.com/gin-gonic/gin.(*Context).Next(0x40006a0800)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.CollectActiveDispatchRequests.func1(0x4006f26d8?)
/app/internal/server/controllers/health_check.go:28 +0x5c
github.com/gin-gonic/gin.(*Context).Next(0x40006a0800)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginGroup.CheckingKey.func1(0x40006a0800)
/app/internal/server/middleware.go:26 +0x94
github.com/gin-gonic/gin.(*Context).Next(0x40006a0800)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38
github.com/langgenius/dify-plugin-daemon/internal/server.(*App).server.CollectActiveRequests.func3(0x8636bfeb8b0a?)
/app/internal/server/controllers/health_check.go:20 +0x5c
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0x40006a0800)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 +0x68
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1(0x40006a0800)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 +0xa4
github.com/gin-gonic/gin.(*Context).Next(...)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0x4000498820, 0x40006a0800)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 +0x6d4
github.com/gin-gonic/gin.(*Engine).ServeHTTP(0x4000498820, {0x239e070, 0x4000420c30}, 0x40002ba140)
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 +0x154
net/http.serverHandler.ServeHTTP({0x2390608?}, {0x239e070?, 0x4000420c30?}, 0x6?)
/usr/local/go/src/net/http/server.go:3340 +0xb0
net/http.(*conn).serve(0x4000bb0120, {0x23a2778, 0x40007289f0})
/usr/local/go/src/net/http/server.go:2109 +0x528
created by net/http.(*Server).Serve in goroutine 36
/usr/local/go/src/net/http/server.go:3493 +0x384

[GIN] 2025/12/11 - 07:59:01 | 404 | 437.333µs | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"

Originally created by @liuyang3333 on GitHub (Dec 11, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [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, otherwise it will be closed. - [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.11.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 1. Install a model plugin (e.g., `langgenius/siliconflow` version `0.0.37`) 2. Downgrade the plugin to an earlier version (e.g., downgrade to `0.0.35`) 3. The downgraded version (`0.0.35`) works correctly 4. Attempt to switch to any other version (e.g., to `0.0.x` or upgrade to the latest version `0.0.37`) 5. The version switch fails with errors in `plugin-daemon` ### ✔️ Expected Behavior Plugin version switching should work correctly after a downgrade. ### ❌ Actual Behavior After downgrading a plugin: - Only the first downgraded version works correctly - All subsequent version switches fail - Upgrading to the latest version also fails - `plugin-daemon` reports errors Error Logs: 2025/12/11 07:55:05 /app/internal/db/executor.go:259 record not found [0.388ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a' ORDER BY "plugins"."id" LIMIT 1 [GIN] 2025/12/11 - 07:55:05 | 200 | 15.693458ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/identifiers" 2025/12/11 07:55:05 recycle.go:22: [INFO]start new install task b6b78ad7-8750-463e-a4c2-ac619d02843d 2025/12/11 07:55:05 logger.go:13: [INFO]local runtime starting: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a [GIN] 2025/12/11 - 07:55:05 | 200 | 677.125µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/b6b78ad7-8750-463e-a4c2-ac619d02843d" [GIN] 2025/12/11 - 07:55:05 | 200 | 556.75µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" [GIN] 2025/12/11 - 07:55:10 | 200 | 874.542µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" 2025/12/11 07:55:11 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Listing '.'...... 2025/12/11 07:55:11 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/__init__.py'...... 2025/12/11 07:55:12 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/interfaces/agent/__init__.py'...... 2025/12/11 07:55:13 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/dpkt/edp.py'...... 2025/12/11 07:55:13 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/gevent/core.py'...... 2025/12/11 07:55:14 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__all__.py'...... 2025/12/11 07:55:14 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__socket.py'...... [GIN] 2025/12/11 - 07:55:15 | 200 | 900.916µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/b6b78ad7-8750-463e-a4c2-ac619d02843d" [GIN] 2025/12/11 - 07:55:15 | 200 | 531.208µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" 2025/12/11 07:55:15 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/httpcore/_backends/mock.py'...... 2025/12/11 07:55:16 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/__init__.py'...... 2025/12/11 07:55:16 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/resources/beta/assistants.py'...... 2025/12/11 07:55:17 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/audio/speech_model.py'...... 2025/12/11 07:55:17 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/beta/realtime/conversation_item_content_param.py'...... 2025/12/11 07:55:17 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/beta/threads/__init__.py'...... 2025/12/11 07:55:18 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/chat/chat_completion_content_part_text_param.py'...... 2025/12/11 07:55:18 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/conversations/refusal_content.py'...... 2025/12/11 07:55:18 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/fine_tuning/supervised_method_param.py'...... 2025/12/11 07:55:19 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/realtime/mcp_list_tools_in_progress.py'...... 2025/12/11 07:55:19 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/realtime/realtime_transcription_session_audio_input_turn_detection_param.py'...... 2025/12/11 07:55:20 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/responses/response_custom_tool_call_input_delta_event.py'...... 2025/12/11 07:55:20 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/responses/response_output_refusal_param.py'...... [GIN] 2025/12/11 - 07:55:20 | 200 | 873.208µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" 2025/12/11 07:55:21 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/openai/types/static_file_chunking_strategy_object_param.py'...... 2025/12/11 07:55:21 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/pydantic/_internal/_dataclasses.py'...... 2025/12/11 07:55:22 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/pydantic/version.py'...... 2025/12/11 07:55:22 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/tqdm/_utils.py'...... 2025/12/11 07:55:23 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/werkzeug/middleware/lint.py'...... 2025/12/11 07:55:23 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.37 - Compiling './.venv/lib/python3.12/site-packages/zope/interface/tests/test_compile_flags.py'...... 2025/12/11 07:55:23 setup_python_environment.go:390: [INFO]pre-loaded the plugin langgenius/siliconflow:0.0.37 [GIN] 2025/12/11 - 07:55:25 | 200 | 642.584µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/b6b78ad7-8750-463e-a4c2-ac619d02843d" 2025/12/11 07:55:25 logger.go:47: [INFO]local runtime scale up: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a, instance nums: 1 [GIN] 2025/12/11 - 07:55:25 | 200 | 470.125µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" 2025/12/11 07:55:27 logger.go:18: [INFO]local runtime ready: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a 2025/12/11 07:55:27 /app/internal/db/executor.go:259 record not found [0.862ms] [rows:0] SELECT * FROM "plugin_installations" WHERE plugin_id = 'langgenius/siliconflow' AND tenant_id = 'ae4ab79e-590a-4c82-a745-1f4de5c1fd57' ORDER BY "plugin_installations"."id" LIMIT 1 2025/12/11 07:55:27 /app/internal/db/executor.go:259 record not found [2.108ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a' AND plugin_id = 'langgenius/siliconflow' AND install_type = 'local' ORDER BY "plugins"."id" LIMIT 1 FOR UPDATE 2025/12/11 07:55:27 recycle.go:29: [INFO]install task b6b78ad7-8750-463e-a4c2-ac619d02843d finished [GIN] 2025/12/11 - 07:55:30 | 200 | 2.118167ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" [GIN] 2025/12/11 - 07:55:30 | 200 | 18.478959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:55:30 | 200 | 3.475291ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:30 | 200 | 3.54075ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:30 | 200 | 4.429458ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:30 | 200 | 3.115959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:30 | 200 | 19.826083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:55:30 | 200 | 5.892875ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:55:31 | 200 | 4.210833ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:31 | 200 | 4.177417ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:31 | 200 | 4.948792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:31 | 200 | 3.095ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:31 | 200 | 2.050542ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:55:35 | 200 | 1.050166ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/b6b78ad7-8750-463e-a4c2-ac619d02843d" [GIN] 2025/12/11 - 07:55:52 | 200 | 19.668375ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg" [GIN] 2025/12/11 - 07:55:53 | 200 | 5.172833ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:53 | 200 | 3.708083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:55:53 | 200 | 44.333µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg" [GIN] 2025/12/11 - 07:56:50 | 200 | 9.743084ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:56:50 | 200 | 10.408417ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:56:50 | 200 | 10.234417ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:56:50 | 200 | 11.039959ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" 2025/12/11 07:56:51 /app/internal/db/executor.go:259 record not found [0.799ms] [rows:0] SELECT * FROM "plugin_declarations" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6' ORDER BY "plugin_declarations"."id" LIMIT 1 [GIN] 2025/12/11 - 07:56:51 | 200 | 1.578125ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/fetch/manifest?plugin_unique_identifier=langgenius%2Fsiliconflow%3A0.0.35%40534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6" 2025/12/11 07:56:54 /app/internal/db/executor.go:259 record not found [0.555ms] [rows:0] SELECT * FROM "plugin_declarations" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6' ORDER BY "plugin_declarations"."id" LIMIT 1 [GIN] 2025/12/11 - 07:56:54 | 200 | 59.953958ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/upload/package" 2025/12/11 07:56:54 /app/internal/db/executor.go:259 record not found [0.396ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6' ORDER BY "plugins"."id" LIMIT 1 [GIN] 2025/12/11 - 07:56:54 | 200 | 16.679708ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/upgrade" 2025/12/11 07:56:54 recycle.go:22: [INFO]start new install task c79459c6-b32a-416b-a381-987ef7e50001 2025/12/11 07:56:54 logger.go:13: [INFO]local runtime starting: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6 [GIN] 2025/12/11 - 07:56:54 | 200 | 989.458µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" [GIN] 2025/12/11 - 07:56:54 | 200 | 851.416µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/c79459c6-b32a-416b-a381-987ef7e50001" 2025/12/11 07:56:58 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Listing '.'...... 2025/12/11 07:56:58 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/__init__.py'...... [GIN] 2025/12/11 - 07:56:59 | 200 | 1.276959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" 2025/12/11 07:56:59 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/dify_plugin/interfaces/agent/__init__.py'...... 2025/12/11 07:57:00 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/dpkt/edp.py'...... 2025/12/11 07:57:00 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/gevent/core.py'...... 2025/12/11 07:57:01 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__all__.py'...... 2025/12/11 07:57:02 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/gevent/tests/test__socket.py'...... 2025/12/11 07:57:02 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/httpcore/_backends/mock.py'...... 2025/12/11 07:57:03 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/__init__.py'...... 2025/12/11 07:57:03 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/resources/beta/assistants.py'...... [GIN] 2025/12/11 - 07:57:04 | 200 | 653.625µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/c79459c6-b32a-416b-a381-987ef7e50001" [GIN] 2025/12/11 - 07:57:04 | 200 | 708.875µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" 2025/12/11 07:57:04 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/audio/speech_model.py'...... 2025/12/11 07:57:04 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/beta/realtime/conversation_item_content_param.py'...... 2025/12/11 07:57:05 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/beta/threads/__init__.py'...... 2025/12/11 07:57:05 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/chat/chat_completion_content_part_text_param.py'...... 2025/12/11 07:57:06 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/conversations/refusal_content.py'...... 2025/12/11 07:57:06 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/fine_tuning/supervised_method_param.py'...... 2025/12/11 07:57:07 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/realtime/mcp_list_tools_in_progress.py'...... 2025/12/11 07:57:07 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/realtime/realtime_transcription_session_audio_input_turn_detection_param.py'...... 2025/12/11 07:57:07 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/responses/response_custom_tool_call_input_delta_event.py'...... 2025/12/11 07:57:08 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/responses/response_output_refusal_param.py'...... 2025/12/11 07:57:08 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/openai/types/static_file_chunking_strategy_object_param.py'...... [GIN] 2025/12/11 - 07:57:09 | 200 | 619.959µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" 2025/12/11 07:57:09 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/pydantic/_internal/_dataclasses.py'...... 2025/12/11 07:57:10 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/pydantic/version.py'...... 2025/12/11 07:57:10 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/tqdm/_utils.py'...... 2025/12/11 07:57:11 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/werkzeug/middleware/lint.py'...... 2025/12/11 07:57:11 setup_python_environment.go:357: [INFO]pre-compiling langgenius/siliconflow:0.0.35 - Compiling './.venv/lib/python3.12/site-packages/zope/interface/tests/test_compile_flags.py'...... 2025/12/11 07:57:12 setup_python_environment.go:390: [INFO]pre-loaded the plugin langgenius/siliconflow:0.0.35 2025/12/11 07:57:13 logger.go:47: [INFO]local runtime scale up: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6, instance nums: 1 [GIN] 2025/12/11 - 07:57:14 | 200 | 1.551084ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/c79459c6-b32a-416b-a381-987ef7e50001" [GIN] 2025/12/11 - 07:57:14 | 200 | 594.75µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" 2025/12/11 07:57:16 logger.go:18: [INFO]local runtime ready: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6 2025/12/11 07:57:16 /app/internal/db/executor.go:259 record not found [0.360ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6' ORDER BY "plugins"."id" LIMIT 1 2025/12/11 07:57:16 recycle.go:29: [INFO]install task c79459c6-b32a-416b-a381-987ef7e50001 finished [GIN] 2025/12/11 - 07:57:19 | 200 | 656.5µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" [GIN] 2025/12/11 - 07:57:19 | 200 | 11.117792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.987542ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 5.838959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.662333ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.680541ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 4.868333ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:57:19 | 200 | 9.243959ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:57:19 | 200 | 5.682166ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:57:19 | 200 | 5.813083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.481041ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.345333ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.202792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 2.156333ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.114292ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.069375ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.155959ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:19 | 200 | 3.759042ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:20 | 200 | 2.527041ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" 2025/12/11 07:57:20 logger.go:27: [INFO]local runtime stop: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a 2025/12/11 07:57:20 logger.go:32: [INFO]local runtime stopped: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a [GIN] 2025/12/11 - 07:57:24 | 200 | 684.167µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/c79459c6-b32a-416b-a381-987ef7e50001" [GIN] 2025/12/11 - 07:57:24 | 200 | 5.637416ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:57:37 | 200 | 4.984791ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:37 | 200 | 102.625µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/fb1d7c05088e34ecabd0e087ebcfd929be9aad785b5e21e0577c2aa82acf7ae0.svg" [GIN] 2025/12/11 - 07:57:37 | 200 | 15.726083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/triggers?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:37 | 200 | 17.79425ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/agent_strategies?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:37 | 200 | 4.081667ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:37 | 200 | 3.699375ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:37 | 200 | 3.1025ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:37 | 200 | 561.083µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/tools?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:37 | 200 | 2.997334ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:57:46 | 200 | 3.293667ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:46 | 200 | 49.25µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg" [GIN] 2025/12/11 - 07:57:46 | 200 | 3.707875ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:46 | 200 | 3.254167ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:46 | 200 | 5.841625ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:46 | 200 | 3.206958ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:47 | 200 | 4.972542ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:47 | 200 | 3.179458ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:57:56 | 200 | 3.80625ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:02 | 200 | 5.160879003s | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/validate_provider_credentials" [GIN] 2025/12/11 - 07:58:02 | 200 | 3.400167ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:02 | 200 | 3.27125ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:02 | 200 | 3.510375ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:02 | 200 | 3.572791ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:02 | 200 | 4.301917ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:02 | 200 | 7.633583ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:02 | 200 | 2.528416ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:14 | 200 | 1.6345ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/tools?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:16 | 200 | 5.980083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:16 | 200 | 79.25µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg" [GIN] 2025/12/11 - 07:58:21 | 200 | 3.663666ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:21 | 200 | 4.941166ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:21 | 200 | 3.2695ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:21 | 200 | 2.2215ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:23 | 200 | 4.037583ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:23 | 200 | 4.8315ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:24 | 200 | 1.367286459s | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/llm/invoke" [GIN] 2025/12/11 - 07:58:28 | 200 | 4.6435ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/fetch/manifest?plugin_unique_identifier=langgenius%2Fsiliconflow%3A0.0.37%408a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a" 2025/12/11 07:58:29 /app/internal/db/executor.go:259 record not found [0.317ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a' ORDER BY "plugins"."id" LIMIT 1 [GIN] 2025/12/11 - 07:58:29 | 200 | 4.63325ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/upgrade" 2025/12/11 07:58:29 recycle.go:22: [INFO]start new install task 600ff094-c9b9-4cfd-8529-33b73516819c 2025/12/11 07:58:29 logger.go:13: [INFO]local runtime starting: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a 2025/12/11 07:58:29 logger.go:47: [INFO]local runtime scale up: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a, instance nums: 1 [GIN] 2025/12/11 - 07:58:29 | 200 | 664.583µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" [GIN] 2025/12/11 - 07:58:29 | 200 | 908.792µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/600ff094-c9b9-4cfd-8529-33b73516819c" 2025/12/11 07:58:31 logger.go:18: [INFO]local runtime ready: langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a 2025/12/11 07:58:31 /app/internal/db/executor.go:259 record not found [0.387ms] [rows:0] SELECT * FROM "plugins" WHERE plugin_unique_identifier = 'langgenius/siliconflow:0.0.37@8a4c4aeaa7dbfef5c0c1d6239f6243b3fb784dfaa88ddca4df19046244bca08a' ORDER BY "plugins"."id" LIMIT 1 2025/12/11 07:58:31 recycle.go:29: [INFO]install task 600ff094-c9b9-4cfd-8529-33b73516819c finished 2025/12/11 07:58:33 logger.go:27: [INFO]local runtime stop: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6 2025/12/11 07:58:33 logger.go:32: [INFO]local runtime stopped: langgenius/siliconflow:0.0.35@534195ccf92d4a973ea685db37c19c795a93a2b68f2b87ee66fa59172b745dd6 [GIN] 2025/12/11 - 07:58:34 | 200 | 856.583µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks?page=1&page_size=100" [GIN] 2025/12/11 - 07:58:34 | 200 | 18.152292ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:58:34 | 200 | 4.756708ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:34 | 200 | 4.110667ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:34 | 200 | 3.163292ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:34 | 200 | 6.019417ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:34 | 200 | 4.770792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:58:34 | 200 | 5.009292ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:34 | 200 | 18.389792ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:58:34 | 200 | 23.992917ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:34 | 200 | 4.076083ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:34 | 200 | 7.640292ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:34 | 200 | 3.408667ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:35 | 200 | 3.036125ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:35 | 200 | 1.984791ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:35 | 200 | 3.157875ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:35 | 200 | 3.174791ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:35 | 200 | 3.100583ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:35 | 200 | 1.989583ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:39 | 200 | 705.75µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/install/tasks/600ff094-c9b9-4cfd-8529-33b73516819c" [GIN] 2025/12/11 - 07:58:39 | 200 | 4.621ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/list?page=1&page_size=100&response_type=paged" [GIN] 2025/12/11 - 07:58:45 | 200 | 13.756958ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/agent_strategies?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:45 | 200 | 12.836875ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/triggers?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:45 | 200 | 5.249583ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:45 | 200 | 4.033333ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:45 | 200 | 3.567ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:45 | 200 | 8.678042ms | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:45 | 200 | 4.160708ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/tools?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:52 | 200 | 9.384542ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" [GIN] 2025/12/11 - 07:58:52 | 200 | 76µs | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/asset/0179a4422f60cc28de38c7b3395b8504c9a7516c050d355849784a46bcea3b91.svg" [GIN] 2025/12/11 - 07:58:58 | 200 | 5.274208ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" 2025/12/11 07:58:58 factory.go:28: [ERROR]PluginDaemonInternalServerError: no available node, plugin runtime not found goroutine 1258 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:26 +0x64 github.com/langgenius/dify-plugin-daemon/internal/types/exception.InternalServerError({0x236e088, 0x4000c5a910}) /app/internal/types/exception/factory.go:27 +0x24 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).redirectPluginInvokeByPluginIdentifier(0x400010f020, 0x40006a0a00, {0x4000068660?, 0x17c22cc?}, {0x236e088, 0x384bc10}) /app/internal/server/middleware.go:132 +0xd0 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).RedirectPluginInvoke.func3(0x40006a0a00) /app/internal/server/middleware.go:106 +0x80 github.com/gin-gonic/gin.(*Context).Next(0x40006a0a00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).FetchPluginInstallation.func2(0x40006a0a00) /app/internal/server/middleware.go:78 +0x1c4 github.com/gin-gonic/gin.(*Context).Next(0x40006a0a00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.CollectActiveDispatchRequests.func1(0x4006f16d8?) /app/internal/server/controllers/health_check.go:28 +0x5c github.com/gin-gonic/gin.(*Context).Next(0x40006a0a00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginGroup.CheckingKey.func1(0x40006a0a00) /app/internal/server/middleware.go:26 +0x94 github.com/gin-gonic/gin.(*Context).Next(0x40006a0a00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).server.CollectActiveRequests.func3(0x8635f0ecd285?) /app/internal/server/controllers/health_check.go:20 +0x5c github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0x40006a0a00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 +0x68 github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.LoggerWithConfig.func1(0x40006a0a00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 +0xa4 github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0x4000498820, 0x40006a0a00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 +0x6d4 github.com/gin-gonic/gin.(*Engine).ServeHTTP(0x4000498820, {0x239e070, 0x40009a42d0}, 0x4000000f00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 +0x154 net/http.serverHandler.ServeHTTP({0x2390608?}, {0x239e070?, 0x40009a42d0?}, 0x6?) /usr/local/go/src/net/http/server.go:3340 +0xb0 net/http.(*conn).serve(0x40004fa7e0, {0x23a2778, 0x40007289f0}) /usr/local/go/src/net/http/server.go:2109 +0x528 created by net/http.(*Server).Serve in goroutine 36 /usr/local/go/src/net/http/server.go:3493 +0x384 [GIN] 2025/12/11 - 07:58:58 | 404 | 627.042µs | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:58:58 | 200 | 3.148ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" 2025/12/11 07:58:58 factory.go:28: [ERROR]PluginDaemonInternalServerError: no available node, plugin runtime not found goroutine 1272 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:26 +0x64 github.com/langgenius/dify-plugin-daemon/internal/types/exception.InternalServerError({0x236e088, 0x4000ef7060}) /app/internal/types/exception/factory.go:27 +0x24 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).redirectPluginInvokeByPluginIdentifier(0x400010f020, 0x40006a0d00, {0x4000068cc0?, 0x17c22cc?}, {0x236e088, 0x384bc10}) /app/internal/server/middleware.go:132 +0xd0 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).RedirectPluginInvoke.func3(0x40006a0d00) /app/internal/server/middleware.go:106 +0x80 github.com/gin-gonic/gin.(*Context).Next(0x40006a0d00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).FetchPluginInstallation.func2(0x40006a0d00) /app/internal/server/middleware.go:78 +0x1c4 github.com/gin-gonic/gin.(*Context).Next(0x40006a0d00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.CollectActiveDispatchRequests.func1(0x40006f36b8?) /app/internal/server/controllers/health_check.go:28 +0x5c github.com/gin-gonic/gin.(*Context).Next(0x40006a0d00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginGroup.CheckingKey.func1(0x40006a0d00) /app/internal/server/middleware.go:26 +0x94 github.com/gin-gonic/gin.(*Context).Next(0x40006a0d00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).server.CollectActiveRequests.func3(0x8635f485834c?) /app/internal/server/controllers/health_check.go:20 +0x5c github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0x40006a0d00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 +0x68 github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.LoggerWithConfig.func1(0x40006a0d00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 +0xa4 github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0x4000498820, 0x40006a0d00) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 +0x6d4 github.com/gin-gonic/gin.(*Engine).ServeHTTP(0x4000498820, {0x239e070, 0x40001d6e10}, 0x4000290140) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 +0x154 net/http.serverHandler.ServeHTTP({0x2390608?}, {0x239e070?, 0x40001d6e10?}, 0x6?) /usr/local/go/src/net/http/server.go:3340 +0xb0 net/http.(*conn).serve(0x4000442090, {0x23a2778, 0x40007289f0}) /usr/local/go/src/net/http/server.go:2109 +0x528 created by net/http.(*Server).Serve in goroutine 36 /usr/local/go/src/net/http/server.go:3493 +0x384 [GIN] 2025/12/11 - 07:58:58 | 404 | 443.25µs | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema" [GIN] 2025/12/11 - 07:59:01 | 200 | 5.114208ms | 172.25.0.8 | GET "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/management/models?page=1&page_size=256" 2025/12/11 07:59:01 factory.go:28: [ERROR]PluginDaemonInternalServerError: no available node, plugin runtime not found goroutine 1216 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:26 +0x64 github.com/langgenius/dify-plugin-daemon/internal/types/exception.InternalServerError({0x236e088, 0x4000e485a0}) /app/internal/types/exception/factory.go:27 +0x24 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).redirectPluginInvokeByPluginIdentifier(0x400010f020, 0x40006a0800, {0x4000fef6e0?, 0x17c22cc?}, {0x236e088, 0x384bc10}) /app/internal/server/middleware.go:132 +0xd0 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).RedirectPluginInvoke.func3(0x40006a0800) /app/internal/server/middleware.go:106 +0x80 github.com/gin-gonic/gin.(*Context).Next(0x40006a0800) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.(*App).FetchPluginInstallation.func2(0x40006a0800) /app/internal/server/middleware.go:78 +0x1c4 github.com/gin-gonic/gin.(*Context).Next(0x40006a0800) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginDispatchGroup.CollectActiveDispatchRequests.func1(0x4006f26d8?) /app/internal/server/controllers/health_check.go:28 +0x5c github.com/gin-gonic/gin.(*Context).Next(0x40006a0800) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).pluginGroup.CheckingKey.func1(0x40006a0800) /app/internal/server/middleware.go:26 +0x94 github.com/gin-gonic/gin.(*Context).Next(0x40006a0800) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 +0x38 github.com/langgenius/dify-plugin-daemon/internal/server.(*App).server.CollectActiveRequests.func3(0x8636bfeb8b0a?) /app/internal/server/controllers/health_check.go:20 +0x5c github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0x40006a0800) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 +0x68 github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.LoggerWithConfig.func1(0x40006a0800) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 +0xa4 github.com/gin-gonic/gin.(*Context).Next(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0x4000498820, 0x40006a0800) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 +0x6d4 github.com/gin-gonic/gin.(*Engine).ServeHTTP(0x4000498820, {0x239e070, 0x4000420c30}, 0x40002ba140) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 +0x154 net/http.serverHandler.ServeHTTP({0x2390608?}, {0x239e070?, 0x4000420c30?}, 0x6?) /usr/local/go/src/net/http/server.go:3340 +0xb0 net/http.(*conn).serve(0x4000bb0120, {0x23a2778, 0x40007289f0}) /usr/local/go/src/net/http/server.go:2109 +0x528 created by net/http.(*Server).Serve in goroutine 36 /usr/local/go/src/net/http/server.go:3493 +0x384 [GIN] 2025/12/11 - 07:59:01 | 404 | 437.333µs | 172.25.0.8 | POST "/plugin/ae4ab79e-590a-4c82-a745-1f4de5c1fd57/dispatch/model/schema"
yindo added the bug label 2026-02-16 10:20:47 -05:00
yindo closed this issue 2026-02-16 10:20:47 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Dec 11, 2025):

This issue is caused by inconsistencies between the plugin database records and the plugin runtime state managed by the plugin daemon after a downgrade or failed upgrade. When you downgrade a plugin, the daemon may not properly clean up or re-register the runtime and database records for subsequent version switches, leading to "record not found" and "no available node, plugin runtime not found" errors. This is a known problem and has been reported by other users as well (example, example).

Workarounds that have helped others include uninstalling the problematic plugin and reinstalling the desired version, which can reset the plugin's state and allow version switching to work again. In some cases, missing Python dependencies in the plugin's isolated environment after a downgrade can also cause failures; manually installing missing dependencies inside the plugin's .venv and restarting the plugin daemon container can resolve these issues (reference).

There is no evidence that this bug has been fixed in newer Dify versions. Until an official fix is available, try these steps:

  1. Uninstall all versions of the problematic plugin.
  2. Restart the plugin daemon container.
  3. Reinstall the desired plugin version.
  4. If you see errors about missing Python modules, enter the plugin daemon container, find the plugin's .venv, and install the missing dependencies with pip, then restart the container.

If you continue to see "no available node" errors, double-check that the plugin daemon is running and healthy, and that the plugin runtime is properly registered (reference).

If you need to switch versions frequently, a full uninstall/reinstall cycle is currently the most reliable workaround.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

Chat with Dosu Open in Cursor Join Discord Share on X

@dosubot[bot] commented on GitHub (Dec 11, 2025): <!-- Answer --> This issue is caused by inconsistencies between the plugin database records and the plugin runtime state managed by the plugin daemon after a downgrade or failed upgrade. When you downgrade a plugin, the daemon may not properly clean up or re-register the runtime and database records for subsequent version switches, leading to "record not found" and "no available node, plugin runtime not found" errors. This is a known problem and has been reported by other users as well ([example](https://github.com/langgenius/dify-official-plugins/issues/1057), [example](https://github.com/langgenius/dify-official-plugins/issues/1336)). Workarounds that have helped others include uninstalling the problematic plugin and reinstalling the desired version, which can reset the plugin's state and allow version switching to work again. In some cases, missing Python dependencies in the plugin's isolated environment after a downgrade can also cause failures; manually installing missing dependencies inside the plugin's `.venv` and restarting the plugin daemon container can resolve these issues ([reference](https://github.com/langgenius/dify-official-plugins/issues/2233)). There is no evidence that this bug has been fixed in newer Dify versions. Until an official fix is available, try these steps: 1. Uninstall all versions of the problematic plugin. 2. Restart the plugin daemon container. 3. Reinstall the desired plugin version. 4. If you see errors about missing Python modules, enter the plugin daemon container, find the plugin's `.venv`, and install the missing dependencies with pip, then restart the container. If you continue to see "no available node" errors, double-check that the plugin daemon is running and healthy, and that the plugin runtime is properly registered ([reference](https://github.com/langgenius/dify-official-plugins/issues/1926)). If you need to switch versions frequently, a full uninstall/reinstall cycle is currently the most reliable workaround. <!-- 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/07b43d93-b4ab-4929-8f9a-feec9ced4694?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/07b43d93-b4ab-4929-8f9a-feec9ced4694?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/07b43d93-b4ab-4929-8f9a-feec9ced4694?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/07b43d93-b4ab-4929-8f9a-feec9ced4694?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/07b43d93-b4ab-4929-8f9a-feec9ced4694?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/07b43d93-b4ab-4929-8f9a-feec9ced4694?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/07b43d93-b4ab-4929-8f9a-feec9ced4694?feedback_type=other)</sup> [![Chat with Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/6088a4f4-073a-43f3-b3d4-4f06fb0c05a0/ask?utm_source=github)&nbsp;[![Open in Cursor](https://dosu.dev/dosu-in-cursor.svg)](https://cursor.com/link/prompt?text=This%20issue%20is%20caused%20by%20inconsistencies%20between%20the%20plugin%20database%20records%20and%20the%20plugin%20runtime%20state%20managed%20by%20the%20plugin%20daemon%20after%20a%20downgrade%20or%20failed%20upgrade.%20When%20you%20downgrade%20a%20plugin%2C%20the%20daemon%20may%20not%20properly%20clean%20up%20or%20re-register%20the%20runtime%20and%20database%20records%20for%20subsequent%20version%20switches%2C%20leading%20to%20%22record%20not%20found%22%20and%20%22no%20available%20node%2C%20plugin%20runtime%20not%20found%22%20errors.%20This%20is%20a%20known%20problem%20and%20has%20been%20reported%20by%20other%20users%20as%20well%20%28%5Bexample%5D%28https%3A//github.com/langgenius/dify-official-plugins/issues/1057%29%2C%20%5Bexample%5D%28https%3A//github.com/langgenius/dify-official-plugins/issues/1336%29%29.%0A%0AWorkarounds%20that%20have%20helped%20others%20include%20uninstalling%20the%20problematic%20plugin%20and%20reinstalling%20the%20desired%20version%2C%20which%20can%20reset%20the%20plugin%27s%20state%20and%20allow%20version%20switching%20to%20work%20again.%20In%20some%20cases%2C%20missing%20Python%20dependencies%20in%20the%20plugin%27s%20isolated%20environment%20after%20a%20downgrade%20can%20also%20cause%20failures%3B%20manually%20installing%20missing%20dependencies%20inside%20the%20plugin%27s%20%60.venv%60%20and%20restarting%20the%20plugin%20daemon%20container%20can%20resolve%20these%20issues%20%28%5Breference%5D%28https%3A//github.com/langgenius/dify-official-plugins/issues/2233%29%29.%0A%0AThere%20is%20no%20evidence%20that%20this%20bug%20has%20been%20fixed%20in%20newer%20Dify%20versions.%20Until%20an%20official%20fix%20is%20available%2C%20try%20these%20steps%3A%0A1.%20Uninstall%20all%20versions%20of%20the%20problematic%20plugin.%0A2.%20Restart%20the%20plugin%20daemon%20container.%0A3.%20Reinstall%20the%20desired%20plugin%20version.%0A4.%20If%20you%20see%20errors%20about%20missing%20Python%20modules%2C%20enter%20the%20plugin%20daemon%20container%2C%20find%20the%20plugin%27s%20%60.venv%60%2C%20and%20install%20the%20missing%20dependencies%20with%20pip%2C%20then%20restart%20the%20container.%0A%0AIf%20you%20continue%20to%20see%20%22no%20available%20node%22%20errors%2C%20double-check%20that%20the%20plugin%20daemon%20is%20running%20and%20healthy%2C%20and%20that%20the%20plugin%20runtime%20is%20properly%20registered%20%28%5Breference%5D%28https%3A//github.com/langgenius/dify-official-plugins/issues/1926%29%29.%20%0A%0AIf%20you%20need%20to%20switch%20versions%20frequently%2C%20a%20full%20uninstall/reinstall%20cycle%20is%20currently%20the%20most%20reliable%20workaround.)&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/issues/29501)
Author
Owner

@dosubot[bot] commented on GitHub (Dec 11, 2025):

This issue is likely caused by inconsistencies or missing records in the plugin database after a downgrade, which leads to "record not found" and "no available node, plugin runtime not found" errors when switching plugin versions. This behavior has been reported in other plugin-related issues and is often resolved by uninstalling and reinstalling the plugin to reset its state in the database and runtime environment (example).

A recent pull request in Dify (#29465, merged 2025-12-11) fixes a database downgrade issue related to plugin management, which may address some of these problems. If possible, try upgrading to the latest Dify version to benefit from this fix.

If you are blocked, try fully uninstalling the problematic plugin, ensuring all related plugin records are removed, and then reinstalling the desired version. In some cases, especially after downgrades, you may also need to manually install missing Python dependencies inside the plugin's .venv directory and restart the plugin daemon container (workaround example).

Keep an eye on future plugin and Dify updates for more robust fixes to plugin version switching and downgrade handling.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

Open in Cursor Join Discord Share on X

@dosubot[bot] commented on GitHub (Dec 11, 2025): <!-- Answer --> This issue is likely caused by inconsistencies or missing records in the plugin database after a downgrade, which leads to "record not found" and "no available node, plugin runtime not found" errors when switching plugin versions. This behavior has been reported in other plugin-related issues and is often resolved by uninstalling and reinstalling the plugin to reset its state in the database and runtime environment [(example)](https://github.com/langgenius/dify-official-plugins/issues/1057). A recent pull request in Dify ([#29465](https://github.com/langgenius/dify/pull/29465), merged 2025-12-11) fixes a database downgrade issue related to plugin management, which may address some of these problems. If possible, try upgrading to the latest Dify version to benefit from this fix. If you are blocked, try fully uninstalling the problematic plugin, ensuring all related plugin records are removed, and then reinstalling the desired version. In some cases, especially after downgrades, you may also need to manually install missing Python dependencies inside the plugin's `.venv` directory and restart the plugin daemon container [(workaround example)](https://github.com/langgenius/dify-official-plugins/issues/2233). Keep an eye on future plugin and Dify updates for more robust fixes to plugin version switching and downgrade handling. <!-- 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/7c764445-fcb7-4785-9fee-af659a999a54?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/7c764445-fcb7-4785-9fee-af659a999a54?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/7c764445-fcb7-4785-9fee-af659a999a54?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/7c764445-fcb7-4785-9fee-af659a999a54?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7c764445-fcb7-4785-9fee-af659a999a54?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/7c764445-fcb7-4785-9fee-af659a999a54?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7c764445-fcb7-4785-9fee-af659a999a54?feedback_type=other)</sup> [![Open in Cursor](https://dosu.dev/dosu-in-cursor.svg)](https://cursor.com/link/prompt?text=This%20issue%20is%20likely%20caused%20by%20inconsistencies%20or%20missing%20records%20in%20the%20plugin%20database%20after%20a%20downgrade%2C%20which%20leads%20to%20%22record%20not%20found%22%20and%20%22no%20available%20node%2C%20plugin%20runtime%20not%20found%22%20errors%20when%20switching%20plugin%20versions.%20This%20behavior%20has%20been%20reported%20in%20other%20plugin-related%20issues%20and%20is%20often%20resolved%20by%20uninstalling%20and%20reinstalling%20the%20plugin%20to%20reset%20its%20state%20in%20the%20database%20and%20runtime%20environment%20%5B%28example%29%5D%28https%3A//github.com/langgenius/dify-official-plugins/issues/1057%29.%0A%0AA%20recent%20pull%20request%20in%20Dify%20%28%5B%2329465%5D%28https%3A//github.com/langgenius/dify/pull/29465%29%2C%20merged%202025-12-11%29%20fixes%20a%20database%20downgrade%20issue%20related%20to%20plugin%20management%2C%20which%20may%20address%20some%20of%20these%20problems.%20If%20possible%2C%20try%20upgrading%20to%20the%20latest%20Dify%20version%20to%20benefit%20from%20this%20fix.%0A%0AIf%20you%20are%20blocked%2C%20try%20fully%20uninstalling%20the%20problematic%20plugin%2C%20ensuring%20all%20related%20plugin%20records%20are%20removed%2C%20and%20then%20reinstalling%20the%20desired%20version.%20In%20some%20cases%2C%20especially%20after%20downgrades%2C%20you%20may%20also%20need%20to%20manually%20install%20missing%20Python%20dependencies%20inside%20the%20plugin%27s%20%60.venv%60%20directory%20and%20restart%20the%20plugin%20daemon%20container%20%5B%28workaround%20example%29%5D%28https%3A//github.com/langgenius/dify-official-plugins/issues/2233%29.%0A%0AKeep%20an%20eye%20on%20future%20plugin%20and%20Dify%20updates%20for%20more%20robust%20fixes%20to%20plugin%20version%20switching%20and%20downgrade%20handling.)&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/2235)
Author
Owner

@liuyang3333 commented on GitHub (Dec 11, 2025):

This issue affects multiple plugins, not just one specific plugin. I've tested with langgenius/siliconflow and langgenius/openai_api_compatible, and both exhibit the same problem.

@liuyang3333 commented on GitHub (Dec 11, 2025): This issue affects multiple plugins, not just one specific plugin. I've tested with `langgenius/siliconflow` and `langgenius/openai_api_compatible`, and both exhibit the same problem.
Author
Owner

@dosubot[bot] commented on GitHub (Dec 27, 2025):

Hi, @liuyang3333. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.

Issue Summary:

  • You reported a bug in Dify 1.11.0 where downgrading plugins causes version switches to fail with "record not found" errors.
  • The root cause is inconsistencies between plugin database records and runtime state after downgrades.
  • Workarounds include fully uninstalling and reinstalling the plugin, manually fixing missing Python dependencies, and restarting the plugin daemon.
  • A recent Dify PR (#29465) may address related database downgrade issues, so upgrading Dify is recommended.

Next Steps:

  • Please let me know if this issue is still relevant with the latest version of dify-official-plugins by commenting here.
  • Otherwise, this issue will be automatically closed in 5 days.

Thank you for your understanding and contribution!

@dosubot[bot] commented on GitHub (Dec 27, 2025): Hi, @liuyang3333. I'm [Dosu](https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale. **Issue Summary:** - You reported a bug in Dify 1.11.0 where downgrading plugins causes version switches to fail with "record not found" errors. - The root cause is inconsistencies between plugin database records and runtime state after downgrades. - Workarounds include fully uninstalling and reinstalling the plugin, manually fixing missing Python dependencies, and restarting the plugin daemon. - A recent Dify PR (#29465) may address related database downgrade issues, so upgrading Dify is recommended. **Next Steps:** - Please let me know if this issue is still relevant with the latest version of dify-official-plugins by commenting here. - Otherwise, this issue will be automatically closed in 5 days. Thank you for your understanding and contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#866