Message
[main.go:67]
[31m2026/06/28 12:10:32 [Recovery] 2026/06/28 - 12:10:32 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 (0x478998)
panicmem: panic(memoryError)
/root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/signal_unix.go:925 (0x478968)
sigpanic: panicmem()
/root/sources/cbg-value/internal/equipreport/armor_report.go:20 (0xcb09fc)
(*EquipReport).GetArmor: equipDesc := itemdetail.GetItemJson(e.EquipDetail.Equip.Eid, e.EquipDetail.Equip.EquipDesc)
/root/sources/cbg-value/internal/apps/value/valueall/api.go:42 (0xce06c7)
(*valueAll).GetValue: reportItem, success := equipReport.GetArmor(false, ctx.IsFree, key.EidTypeArmor)
/root/sources/cbg-value/internal/apps/value/role_value.go:167 (0xdaad64)
(*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 (0x9734ca)
(*Context).Next: c.handlers[c.index](c)
/root/sources/cbg-value/internal/utils/cors.go:21 (0xdd16f7)
NewHttpServer.Cors.func2: c.Next()
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 (0x98016e)
(*Context).Next: c.handlers[c.index](c)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 (0x98015b)
CustomRecoveryWithWriter.func1: c.Next()
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 (0x97e7cd)
(*Context).Next: c.handlers[c.index](c)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 (0x97e464)
(*Engine).handleHTTPRequest: c.Next()
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 (0x97dfa9)
(*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 (0x7440ad)
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 (0x722ce4)
(*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 (0x47da00)
goexit: BYTE $0x90 // NOP
[0m