mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix(plugin): 修复坏插件模块声明击穿模块调度导致接口大面积报错
- projection 只接受映射类型的 get_module 声明,非法值跳过并记日志 - dispatcher 同步/异步路径防御非映射方法表,单个坏插件被隔离 - media 端点改用 application 层插件运行时门面,消除分层违规依赖 - 图片能力测试打桩 models.dev 目录边界,适配仓库内离线目录留空 Closes #6346
This commit is contained in:
@@ -1612,7 +1612,7 @@
|
||||
"consumers": [
|
||||
{
|
||||
"caller": "app.chain.scraping",
|
||||
"line": 586
|
||||
"line": 597
|
||||
}
|
||||
],
|
||||
"producers": [
|
||||
@@ -1871,7 +1871,7 @@
|
||||
"producer_count": 66
|
||||
},
|
||||
"run_module": {
|
||||
"call_count": 259,
|
||||
"call_count": 260,
|
||||
"dynamic_call_count": 0,
|
||||
"dynamic_calls": [],
|
||||
"method_count": 211,
|
||||
@@ -3010,6 +3010,11 @@
|
||||
"caller": "app.chain",
|
||||
"line": 1005,
|
||||
"mode": "sync"
|
||||
},
|
||||
{
|
||||
"caller": "app.chain.scraping",
|
||||
"line": 573,
|
||||
"mode": "sync"
|
||||
}
|
||||
],
|
||||
"metadata_nfo": [
|
||||
|
||||
Reference in New Issue
Block a user