Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 12, 2025. It is now read-only.
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

[Bug?]: /_send_group_notice接口无法使用 #884

Open
Labels
bug?Maybe it's a bug
@ACAlexChen

Description

请确保您已阅读以上注意事项,并勾选下方的确认框。

  • 我已经仔细阅读上述内容
  • 我已经使用 最新构建 测试过,问题依旧存在。
  • 我已经在 Issue Tracker 中找过我要提出的问题,没有找到相同问题的ISSUE。
  • 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(其它疑问请考虑加入TG群询问或在discussions中提问)

Lagrange项目

OneBot

所使用/依赖的Lagrange项目对应的commit

625e9b2

运行环境

Windows

运行架构

x64

连接方式

HTTP

重现步骤

POST调用/_send_group_notice接口,参数为{
group_id: 1050471755,
content: "data",
image: "https://album.biliimg.com/bfs/new_dyn/0c2b1776814492e4270be1c9e96f99f259784373.jpg"
}

期望的结果是什么?

返回{
"status": "ok",
"retcode": 0,
"data": "string"
}

实际的结果是什么?

返回{"status":"failed","retcode":200,"data":null,"echo":null}

简单的复现代码/链接(可选)

const res = await fetch("http://127.0.0.1:8083/_send_group_notice", {
 method: "POST",
 headers: {
 "Content-Type": "application/json"
 },
 redirect: 'follow',
 body: JSON.stringify({
 group_id: 1050471755,
 content: "data",
 image: "https://album.biliimg.com/bfs/new_dyn/0c2b1776814492e4270be1c9e96f99f259784373.jpg"
 })
})
console.log("status: " + res.status)
console.log("data: " + await res.text())

Trace 级别日志记录(可选)

2025年08月12日 22:27:24 __
2025年08月12日 22:27:24 / / ___ ____ ________ ____ ___ ____
2025年08月12日 22:27:24 / /_/ _ `/ _ `/ __/ _ `/ _ \/ _ `/ -_)
2025年08月12日 22:27:24 /____|_,_/\_, /_/ \_,_/_//_/\_, /\__/
2025年08月12日 22:27:24 /___/ ____ /___/__ __
2025年08月12日 22:27:24 / __ \___ ___ / _ )___ / /_
2025年08月12日 22:27:24 / /_/ / _ \/ -_) _ / _ \/ __/
2025年08月12日 22:27:24 \____/_//_/\__/____/\___/\__/
2025年08月12日 22:27:24 Version: 8ba45e452226f30f8728bac83ffbfa5b1135d10b
2025年08月12日 22:27:24 
2025年08月12日 22:27:24 warn: Lagrange.OneBot.Utility.MusicSigner[0]
2025年08月12日 22:27:24 MusicSignServer is not available, sign may be failed
2025年08月12日 22:27:25 info: Lagrange.OneBot.Core.Login.LoginService[0]
2025年08月12日 22:27:25 Protocol Version: 3.2.15-30366
2025年08月12日 22:27:25 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [SocketContext] [VERBOSE]: Server: http://36.155.163.66:8080/ Latency: 17
2025年08月12日 22:27:25 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [SocketContext] [VERBOSE]: Server: http://36.155.163.51:8080/ Latency: 19
2025年08月12日 22:27:25 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [SocketContext] [VERBOSE]: Server: http://36.155.187.71:8080/ Latency: 20
2025年08月12日 22:27:25 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [SocketContext] [VERBOSE]: Server: http://36.155.213.142:8080/ Latency: 18
2025年08月12日 22:27:25 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [WtExchangeLogic] [INFORMATION]: Session has not expired, using session to login and register status
2025年08月12日 22:27:25 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [ServiceContext] [DEBUG]: Outgoing SSOFrame: trpc.msg.register_proxy.RegisterProxy.SsoInfoSync
2025年08月12日 22:27:25 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [ServiceContext] [DEBUG]: Incoming SSOFrame: trpc.msg.register_proxy.RegisterProxy.SsoInfoSync
2025年08月12日 22:27:25 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [WtExchangeLogic] [INFORMATION]: Register Status: register success
2025年08月12日 22:27:25 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [WtExchangeLogic] [INFORMATION]: AutoReLogin Enabled, session would be refreshed in 15 days period
2025年08月12日 22:27:25 info: Lagrange.OneBot.Core.Login.LoginService[0]
2025年08月12日 22:27:25 Bot Uin: --
2025年08月12日 22:27:25 info: Lagrange.OneBot.Core.Network.LagrangeWebSvcCollection[1]
2025年08月12日 22:27:25 [LagrangeWebSvcCollection]: Multi Connection has been configured
2025年08月12日 22:27:25 info: Lagrange.OneBot.Core.Network.Service.HttpService[1]
2025年08月12日 22:27:25 HttpService started at http://*:8083/
2025年08月12日 22:27:25 info: Lagrange.OneBot.Core.Network.Service.ForwardWSService[10]
2025年08月12日 22:27:25 The server is started at http://*:8081/
2025年08月12日 22:27:25 info: Microsoft.Hosting.Lifetime[0]
2025年08月12日 22:27:25 Application started. Press Ctrl+C to shut down.
2025年08月12日 22:27:25 info: Microsoft.Hosting.Lifetime[0]
2025年08月12日 22:27:25 Hosting environment: Production
2025年08月12日 22:27:25 info: Microsoft.Hosting.Lifetime[0]
2025年08月12日 22:27:25 Content root path: /app/data
2025年08月12日 22:27:25 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [ServiceContext] [DEBUG]: Unsuccessful SSOFrame Payload: 320210093A004084A7D38E0440FEB1CD8F04408888E48F044880AC8F04
2025年08月12日 22:27:25 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:25 [2025年08月12日 14:27:25] [ServiceContext] [INFORMATION]: Unsupported SSOFrame Received: trpc.msg.register_proxy.RegisterProxy.PushParams
2025年08月12日 22:27:26 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:26 [2025年08月12日 14:27:26] [ServiceContext] [DEBUG]: Unsuccessful SSOFrame Payload: 180520D6F7B9BA06323608CBDAF3F40310571854200140C99DEDC4064A1941545249E38081E99BA8E38081E782B8E6AF9BE78B97E5A4B450576801780180014D324508AE8EC9E7031091B10118EDAF01200440F291EDC4064A1EE7ACA8E89B8BE5B7B2E7BB8FE6B2A1E69C89E4BABAE78EA9E680AAE789A9508EAB016801700278018001E4A901323408AABC83850810BA0B188108200440C897E2C3064A15E7A59EE5A587E79A84E585BBE88081E5B08FE7BEA450A20478018001E10A323A0891988ECC0310B61518B615200440E2BAC2C3064A1DE794A8E7AC91E68EA9E9A3BEE582B72F2EE38081E6B0B4E38081E782B868017801800112323308E4A491EB031021182120014083BDA2C1064A18E99BA8E38081E6B0B4E38081E782B8E6AF9BE78B97E5A4B46801780180010A323708CD9B8EBD03108D11188D1120044080D8EFB3064A18E6B0B4E38081E99BA8E38081E782B8E6AF9BE78B97E5A4B4508E0F6001680178015002
2025年08月12日 22:27:26 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:26 [2025年08月12日 14:27:26] [ServiceContext] [INFORMATION]: Unsupported SSOFrame Received: trpc.msg.register_proxy.RegisterProxy.InfoSyncPush
2025年08月12日 22:27:26 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:26 [2025年08月12日 14:27:26] [ServiceContext] [DEBUG]: Unsuccessful SSOFrame Payload: 180120D6F7B9BA06
2025年08月12日 22:27:26 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:26 [2025年08月12日 14:27:26] [ServiceContext] [INFORMATION]: Unsupported SSOFrame Received: trpc.msg.register_proxy.RegisterProxy.InfoSyncPush
2025年08月12日 22:27:26 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:26 [2025年08月12日 14:27:26] [ServiceContext] [INFORMATION]: Unsupported SSOFrame Received: trpc.msg.register_proxy.RegisterProxy.InfoSyncPush
2025年08月12日 22:27:26 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:26 [2025年08月12日 14:27:26] [ServiceContext] [DEBUG]: Unsuccessful SSOFrame Payload: 180420D6F7B9BA06
2025年08月12日 22:27:26 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:26 [2025年08月12日 14:27:26] [ServiceContext] [INFORMATION]: Unsupported SSOFrame Received: trpc.msg.register_proxy.RegisterProxy.InfoSyncPush
2025年08月12日 22:27:26 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:26 [2025年08月12日 14:27:26] [ServiceContext] [DEBUG]: (这段太长,无法上传至github)
2025年08月12日 22:27:28 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:28 [2025年08月12日 14:27:28] [ServiceContext] [INFORMATION]: Unsupported SSOFrame Received: ConfigPushSvc.PushReq
2025年08月12日 22:27:28 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:28 [2025年08月12日 14:27:28] [ServiceContext] [DEBUG]: Unsuccessful SSOFrame Payload: 10022C3C4C56235151536572766963652E436F6E666967507573685376632E4D61696E53657276616E746607507573685265717D000112090800010607507573685265711800010612436F6E666967507573682E507573685265711D000111E10A10012D000111CF19000A0A160E33362E3135352E3139372E3231382101BB3C4C5C60087001860273689602636DACB001C6476964783D30266C6973743D3247334726697076343D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E33392E3135362E3132362E313738211F903C4C5C600870018602746A9602636DACB001C6476964783D31266C6973743D3247334726697076343D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E3132302E3233332E31372E31343720503C4C5C600870018602737A9602636DACB001C60F6964783D32266C6973743D324733470B0A160E3131312E33302E3138372E3230312101BB3C4C5C600870018602746A9602636DACBCC60F6964783D33266C6973743D324733470B0A160D33362E3135352E3136362E3238211F903C4C5C60087001860273689602636DACBCC60F6964783D34266C6973743D324733470B0A160E3132302E3233332E31372E3135362136B03C4C5C600870018602737A9602636DACBCC60F6964783D35266C6973743D324733470B0A160E3131312E33302E3138372E32323720503C4C5C600870018602746A9602636DACBCC60F6964783D36266C6973743D324733470B0A160D33362E3135352E3136332E353120503C4C5C60087001860273689602636DACBCC60F6964783D37266C6973743D324733470B0A16116D7366776966692E33672E71712E636F6D211F903C4C5C60087C86066F746865727396066F7468657273ACBCC60F6964783D38266C6973743D324733470B0A160E33392E3135362E3132362E31373820503C4C5C600870018602746A9602636DACBCC60F6964783D39266C6973743D324733470B39000A0A160E33362E3135352E3139372E3231382101BB3C4C5C60087001860273689602636DACB001C6476964783D30266C6973743D5769666926697076343D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E33392E3135362E3132362E313738211F903C4C5C600870018602746A9602636DACB001C6476964783D31266C6973743D5769666926697076343D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E3132302E3233332E31372E31343720503C4C5C600870018602737A9602636DACB001C60F6964783D32266C6973743D576966690B0A160E3131312E33302E3138372E3230312101BB3C4C5C600870018602746A9602636DACBCC60F6964783D33266C6973743D576966690B0A160D33362E3135352E3136362E3238211F903C4C5C60087001860273689602636DACBCC60F6964783D34266C6973743D576966690B0A160E3132302E3233332E31372E3135362136B03C4C5C600870018602737A9602636DACBCC60F6964783D35266C6973743D576966690B0A160E3131312E33302E3138372E32323720503C4C5C600870018602746A9602636DACBCC60F6964783D36266C6973743D576966690B0A160D33362E3135352E3136332E353120503C4C5C60087001860273689602636DACBCC60F6964783D37266C6973743D576966690B0A16116D7366776966692E33672E71712E636F6D211F903C4C5C60087C86066F746865727396066F7468657273ACBCC60F6964783D38266C6973743D576966690B0A160E33392E3135362E3132362E31373820503C4C5C600870018602746A9602636DACBCC60F6964783D39266C6973743D576966690B4C5C6C7C8900040A160E33362E3135352E3231332E31383220503C4C500360087C860273689602636DACB001C64C6964783D30266C6973743D487474705F3247334726697076343D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E3131312E33302E3138372E32313320503C4C500360087C8602746A9602636DACB001C64C6964783D31266C6973743D487474705F3247334726697076343D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160F3132302E3233322E3133302E31303220503C4C500360087C8602737A9602636DACB001C6146964783D32266C6973743D487474705F324733470B0A160E3131312E33302E3138372E32313320503C4C500360087C8602746A9602636DACBCC6146964783D33266C6973743D487474705F324733470B9900040A160E33362E3135352E3231332E31383220503C4C500360087C860273689602636DACB001C64C6964783D30266C6973743D487474705F5769666926697076343D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E3131312E33302E3138372E32313320503C4C500360087C8602746A9602636DACB001C64C6964783D31266C6973743D487474705F5769666926697076343D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160F3132302E3233322E3133302E31303220503C4C500360087C8602737A9602636DACB001C6146964783D32266C6973743D487474705F576966690B0A160E3131312E33302E3138372E32313320503C4C500360087C8602746A9602636DACBCC6146964783D33266C6973743D487474705F576966690BA900030A160E33362E3135352E3139372E3231382155F03C4C500460087001860273689602636DACB001C6476964783D30266C6973743D5175696326697076343D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E33392E3135362E3132362E3137382159D83C4C5004600870018602746A9602636DACB001C6476964783D31266C6973743D5175696326697076343D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E3132302E3233332E31372E3134372155F03C4C5004600870018602737A9602636DACB001C60F6964783D32266C6973743D517569630BB900090A1617323430393A386331653A373562303A313132303A3A36642101BB3C4C5C60087001860273689602636DACB001C6456964783D30266C6973743D763626697076363D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076362672756C65747970653D330B0A1617323430393A383730323A343836303A313030303A3A3138211F903C4C5C600870018602746A9602636DACB001C6456964783D31266C6973743D763626697076363D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076362672756C65747970653D330B0A1613323430393A386335343A3837313A313A3A343520503C4C5C600870018602737A9602636DACB001C60D6964783D32266C6973743D76360B0A1615323430393A383730323A343836303A3130353A3A332101BB3C4C5C600870018602746A9602636DACBCC60D6964783D33266C6973743D76360B0A1614323430393A386331653A386636303A323A3A3262211F903C4C5C60087001860273689602636DACBCC60D6964783D34266C6973743D76360B0A1613323430393A386335343A3837313A343A3A61612136B03C4C5C600870018602737A9602636DACBCC60D6964783D35266C6973743D76360B0A1617323430393A386330303A383430313A313030323A3A323020503C4C5C600870018602746A9602636DACBCC60D6964783D36266C6973743D76360B0A1614323430393A386331653A386636303A313A3A323220503C4C5C60087001860273689602636DACBCC60D6964783D37266C6973743D76360B0A1617323430393A383730323A343836303A313030303A3A313820503C4C5C600870018602746A9602636DACBCC60D6964783D38266C6973743D76360BC90CD900030A1617323430393A386331653A373562303A313132303A3A36642155F03C4C500460087001860273689602636DACB001C64A6964783D30266C6973743D517569635F763626697076363D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076362672756C65747970653D330B0A1617323430393A383730323A343836303A313030303A3A31382159D83C4C5004600870018602746A9602636DACB001C64A6964783D31266C6973743D517569635F763626697076363D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076362672756C65747970653D330B0A1613323430393A386335343A3837313A313A3A34352155F03C4C5004600870018602737A9602636DACB001C6126964783D32266C6973743D517569635F76360BE002F00F64F610027632F01101F6120475946199F6131F69643D323835395F3137353530303838343626757365516469616F56323D31F01401F91500090A160C34332E3133372E35392E31382101BB3C4C5C60087001860273689603636170ACB001C637697076343D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160D3132302E35332E37302E313036211F903C4C5C600870018602746A9603636170ACB001C637697076343D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076342672756C65747970653D330B0A160E3130362E35352E3132382E32343920503C4C5C600870018602737A9603636170ACBCC6000B0A160D3132302E35332E38302E3232382101BB3C4C5C600870018602746A9603636170ACBCC6000B0A160C312E31332E3135352E313436211F903C4C5C60087001860273689603636170ACBCC6000B0A160E3130362E35332E3135342E3235312136B03C4C5C600870018602737A9603636170ACBCC6000B0A160D3132302E35332E38302E31313920503C4C5C600870018602746A9603636170ACBCC6000B0A160C34332E3133372E32352E343020503C4C5C60087001860273689603636170ACBCC6000B0A160D3132302E35332E37302E31303620503C4C5C600870018602746A9603636170ACBCC6000BF91600090A1623323430323A346530303A313433303A3230613A303A393936363A613937393A386364362101BB3C4C5C60087001860273689603636170ACB001C637697076363D31266563686F3D3126706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076362672756C65747970653D330B0A1624323430323A346530303A313232303A313630303A303A396635383A393436383A65663764211F903C4C5C600870018602746A9603636170ACB001C637697076363D31266563686F3D3226706F6C6963793D763226706F6C6963793D7573656D6F62676F5F697076362672756C65747970653D330B0A1624323430323A346530303A313032303A316635623A303A393839343A656263393A3562623820503C4C5C600870018602737A9603636170ACBCC6000B0A1624323430323A346530303A313232303A313630303A303A396635383A393364333A343763352101BB3C4C5C600870018602746A9603636170ACBCC6000B0A1623323430323A346530303A313433303A3230613A303A393936363A613962623A32656266211F903C4C5C60087001860273689603636170ACBCC6000B0A1624323430323A346530303A313032303A316635623A303A393839343A656236633A366562662136B03C4C5C600870018602737A9603636170ACBCC6000B0A1624323430323A346530303A313930303A313030353A303A393861363A653530353A3633623120503C4C5C600870018602746A9603636170ACBCC6000B0A1623323430323A346530303A313433303A3230383A303A396633613A363861313A3865303320503C4C5C60087001860273689603636170ACBCC6000B0A1624323430323A346530303A313232303A313630303A303A396635383A393436383A6566376420503C4C5C600870018602746A9603636170ACBCC6000BF11701F4F0183CF0191EF61A0DE6B599E6B19F2DE7A7BBE58AA8F11B00C8F61C02636D3300000000A16C02070B8C980CA80C
2025年08月12日 22:27:35 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:35 [2025年08月12日 14:27:35] [ServiceContext] [DEBUG]: Outgoing SSOFrame: Heartbeat.Alive
2025年08月12日 22:27:35 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:35 [2025年08月12日 14:27:35] [ServiceContext] [DEBUG]: Incoming SSOFrame: trpc.msg.olpush.OlPushService.MsgPush
2025年08月12日 22:27:35 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:35 [2025年08月12日 14:27:35] [ServiceContext] [DEBUG]: Outgoing SSOFrame: OidbSvcTrpcTcp.0xfe7_3
2025年08月12日 22:27:36 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:36 [2025年08月12日 14:27:36] [ServiceContext] [DEBUG]: Incoming SSOFrame: OidbSvcTrpcTcp.0xfe7_3
2025年08月12日 22:27:36 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:36 [2025年08月12日 14:27:36] [MessagingLogic] [VERBOSE]: [MessageChain(1050471755)(2388534935)] [Text]: 1
2025年08月12日 22:27:42 info: Lagrange.OneBot.Core.Network.Service.HttpService[2]
2025年08月12日 22:27:42 Request(Conn: af6522fe-a606-4e41-9175-47ba25ee016e from 172.17.0.1:43534)
2025年08月12日 22:27:42 info: Lagrange.OneBot.Core.Network.Service.HttpService[3]
2025年08月12日 22:27:42 Receive(Conn: af6522fe-a606-4e41-9175-47ba25ee016e: {"group_id":1050471755,"content":"data","image":"https://album.biliimg.com/bfs/new_dyn/0c2b1776814492e4270be1c9e96f99f259784373.jpg"})
2025年08月12日 22:27:42 info: Lagrange.OneBot.Core.Network.Service.HttpService[3]
2025年08月12日 22:27:42 Receive(Conn: af6522fe-a606-4e41-9175-47ba25ee016e: {"action":"_send_group_notice","params":{"group_id":1050471755,"content":"data","image":"https://album.biliimg.com/bfs/new_dyn/0c2b1776814492e4270be1c9e96f99f259784373.jpg"}})
2025年08月12日 22:27:42 warn: Lagrange.OneBot.Core.Operation.OperationService[0]
2025年08月12日 22:27:42 Unexpected error encountered while handling message.
2025年08月12日 22:27:42 System.NotImplementedException: The method or operation is not implemented.
2025年08月12日 22:27:42 at Lagrange.OneBot.Core.Operation.Group.SetGroupMemoOperation.HandleOperation(BotContext context, JsonNode payload)
2025年08月12日 22:27:42 at Lagrange.OneBot.Core.Operation.OperationService.HandleOperation(MsgRecvEventArgs e)
2025年08月12日 22:27:42 trce: Lagrange.OneBot.Core.Network.Service.HttpService[4]
2025年08月12日 22:27:42 Send(Conn: af6522fe-a606-4e41-9175-47ba25ee016e: {"status":"failed","retcode":200,"data":null,"echo":null})
2025年08月12日 22:27:45 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:45 [2025年08月12日 14:27:45] [ServiceContext] [DEBUG]: Outgoing SSOFrame: Heartbeat.Alive
2025年08月12日 22:27:50 trce: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:50 [2025年08月12日 14:27:50] [ServiceContext] [DEBUG]: Incoming SSOFrame: trpc.msg.olpush.OlPushService.MsgPush
2025年08月12日 22:27:50 info: Lagrange.Core.BotContext[0]
2025年08月12日 22:27:50 [2025年08月12日 14:27:50] [MessagingLogic] [VERBOSE]: [MessageChain(1050471755)(2388534935)] [Text]: 2
2025年08月12日 22:27:52 info: Microsoft.Hosting.Lifetime[0]
2025年08月12日 22:27:52 Application is shutting down...

补充说明(可选)

运行在windows下的docker容器中,容器版本最新

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug?Maybe it's a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /