File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ func togobaev(ev *zero.Event) *goba.Event {
179179 }
180180 raw , err := json .Marshal (& msg )
181181 if err != nil {
182+ logrus .Warnln ("[chat] togobaev marshal truncated" , len (msgd ), "bytes message err:" , err )
182183 msgd = []byte (`[]` )
183184 } else {
184185 msgd = raw
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/fumiama/cron v1.3.0
1515 github.com/fumiama/deepinfra v0.0.0-20251221163610-e98ee3ba437a
1616 github.com/fumiama/go-base16384 v1.7.1
17- github.com/fumiama/go-onebot-agent v0.0.0-20260117094018-cd93ccfd6e04
17+ github.com/fumiama/go-onebot-agent v0.0.0-20260128132028-05e6b4809f0a
1818 github.com/gin-gonic/gin v1.11.0
1919 github.com/go-playground/assert/v2 v2.2.0
2020 github.com/go-playground/validator/v10 v10.29.0
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/fumiama/deepinfra v0.0.0-20251221163610-e98ee3ba437a h1:a0+2vaXajfxsN
4646github.com/fumiama/deepinfra v0.0.0-20251221163610-e98ee3ba437a /go.mod h1:uqsWK/GM9OvKV0pXZOQB63rWugBbiXInY8E1JoRKhkg =
4747github.com/fumiama/go-base16384 v1.7.1 h1:1P1x6FWRvd7PtbH4idDAGWAjKKcVxggxlROYKRXbw58 =
4848github.com/fumiama/go-base16384 v1.7.1 /go.mod h1:OEn+947GV5gsbTAnyuUW/SrfxJYUdYupSIQXOuGOcXM =
49- github.com/fumiama/go-onebot-agent v0.0.0-20260117094018-cd93ccfd6e04 h1:TAvkyECK+lSVh+AnVSPNfCmeCiYiJCd+z9QQwfjHSuw =
50- github.com/fumiama/go-onebot-agent v0.0.0-20260117094018-cd93ccfd6e04 /go.mod h1:rTrS23rvTYuZcSngENJTvcBFTz1nGsImSv+bW7yfhqs =
49+ github.com/fumiama/go-onebot-agent v0.0.0-20260128132028-05e6b4809f0a h1:8GYo5nctK2si5WDNX0WmZTxY7TWXRjAOBu5pjK7GDW0 =
50+ github.com/fumiama/go-onebot-agent v0.0.0-20260128132028-05e6b4809f0a /go.mod h1:rTrS23rvTYuZcSngENJTvcBFTz1nGsImSv+bW7yfhqs =
5151github.com/fumiama/go-registry v0.2.7 h1:tLEqgEpsiybQMqBv0dLHm5leia/z1DhajMupwnOHeNs =
5252github.com/fumiama/go-registry v0.2.7 /go.mod h1:m+wp5fF8dYgVoFkBPZl+vlK90loymaJE0JCtocVQLEs =
5353github.com/fumiama/go-simple-protobuf v0.2.0 h1:ACyN1MAlu7pDR3EszWgzUeNP+IRsSHwH6V9JCJA5R5o =
You can’t perform that action at this time.
0 commit comments