mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Plugin Version Switching Issue After Downgrade #866
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liuyang3333 on GitHub (Dec 11, 2025).
Self Checks
Dify version
1.11.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
langgenius/siliconflowversion0.0.37)0.0.35)0.0.35) works correctly0.0.xor upgrade to the latest version0.0.37)plugin-daemon✔️ Expected Behavior
Plugin version switching should work correctly after a downgrade.
❌ Actual Behavior
After downgrading a plugin:
plugin-daemonreports errorsError 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"
@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
.venvand 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:
.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
@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
.venvdirectory 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
@liuyang3333 commented on GitHub (Dec 11, 2025):
This issue affects multiple plugins, not just one specific plugin. I've tested with
langgenius/siliconflowandlanggenius/openai_api_compatible, and both exhibit the same problem.@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:
Next Steps:
Thank you for your understanding and contribution!