Message
[main.go:66]
[31m2026/08/24 22:05:07 [Recovery] 2026/08/24 - 22:05:07 panic recovered:
runtime error: invalid memory address or nil pointer dereference
/root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/panic.go:262 (0x478658)
panicmem: panic(memoryError)
/root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/signal_unix.go:925 (0x478628)
sigpanic: panicmem()
/root/sources/cbg-value/internal/equipreport/armor_report.go:21 (0xba8c1c)
(*EquipReport).GetArmor: equipDesc := itemdetail.GetItemJson(e.EquipDetail.Equip.Eid, e.EquipDetail.Equip.EquipDesc)
/root/sources/cbg-value/internal/apps/value/valueall/api.go:52 (0xbd7f67)
(*valueAll).GetValue: reportItem, success := equipReport.GetArmor(false, ctx.IsFree, key.EidTypeArmor)
/root/sources/cbg-value/internal/apps/value/role_value.go:185 (0xeb9244)
(*HttpServer).GetRoleValuation: type_, data, success = valueall.ValueAll.GetValue(eid, ctx, serverType, needRawData, key.ProxyReasonValue)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 (0x96650a)
(*Context).Next: c.handlers[c.index](c)
/root/sources/cbg-value/internal/utils/cors.go:21 (0xf0d957)
NewHttpServer.Cors.func4: c.Next()
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 (0x9731ae)
(*Context).Next: c.handlers[c.index](c)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 (0x97319b)
CustomRecoveryWithWriter.func1: c.Next()
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 (0x97180d)
(*Context).Next: c.handlers[c.index](c)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 (0x9714a4)
(*Engine).handleHTTPRequest: c.Next()
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 (0x970fe9)
(*Engine).ServeHTTP: engine.handleHTTPRequest(c)
/root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/net/http/server.go:3301 (0x73c6ad)
serverHandler.ServeHTTP: handler.ServeHTTP(rw, req)
/root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/net/http/server.go:2102 (0x71b2e4)
(*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)
/root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/asm_amd64.s:1700 (0x47d6c0)
goexit: BYTE $0x90 // NOP
[0m