- 
                Notifications
    You must be signed in to change notification settings 
- Fork 248
Description
When I add the model, the following error will be reported when useing it.
2025/09/23 07:41:34 [Recovery] 2025/09/23 - 07:41:34 panic recovered:
runtime error: invalid memory address or nil pointer dereference
/usr/local/go/src/runtime/panic.go:262 (0x477298)
/usr/local/go/src/runtime/signal_unix.go:917 (0x477268)
/app/internal/core/plugin_manager/local_runtime/stdio.go:85 (0xd96432)
/app/internal/core/plugin_manager/local_runtime/io.go:16 (0xd93d9a)
/app/internal/core/plugin_daemon/generic.go:27 (0xfbcd96)
/app/internal/core/plugin_daemon/model.gen.go:161 (0xff708b)
/app/internal/service/model.gen.go:210 (0xff7072)
[GIN] 2025/09/23 - 07:41:34 | 500 |   36.550505ms |     10.244.1.90 | POST     "/plugin/4322c3e8-fbe4-4114-966c-2277bf854d7e/dispatch/model/schema"
/app/internal/service/base_sse.go:116 (0x1002d5a)
/app/internal/service/base_sse.go:44 (0x1002fbe)
/app/internal/service/base_sse.go:114 (0x1002ca4)
/app/internal/service/model.gen.go:208 (0xff7031)
/app/internal/server/controllers/model.gen.go:163 (0x1ebd4a8)
/app/internal/server/controllers/base.go:53 (0x103097b)
/app/internal/server/controllers/base.go:31 (0x1030de1)
/app/internal/server/controllers/base.go:37 (0x1030895)
/app/internal/server/controllers/model.gen.go:160 (0x1ebd3f3)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf62e8a)
/app/internal/server/middleware.go:182 (0x1ebfe93)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf62e8a)
/app/internal/server/middleware.go:109 (0x1ebff33)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf62e8a)
/app/internal/server/middleware.go:78 (0x1ec4354)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf62e8a)
/app/internal/server/controllers/health_check.go:28 (0x1ec40e4)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf62e8a)
/app/internal/server/middleware.go:26 (0x1ebf814)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf62e8a)
/app/internal/server/controllers/health_check.go:20 (0x1ec4084)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf709ee)
/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102 (0xf709db)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf6fb24)
/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:249 (0xf6fb0b)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185 (0xf6ef11)
/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633 (0xf6e980)
/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589 (0xf6e4b1)
/usr/local/go/src/net/http/server.go:3210 (0x7e1d4d)
/usr/local/go/src/net/http/server.go:2092 (0x7c126f)
/usr/local/go/src/runtime/asm_amd64.s:1700 (0x47d480)