We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OneBot
43646ee
Linux
x64
HTTP
Send a image by URL to a group.
Send successful.
{"status":"failed","retcode":110,"data":null,"echo":null})
info: Lagrange.OneBot.Core.Network.Service.HttpService[2] Request(Conn: b9d7664f-5b6e-4932-a7b4-a87208344689 from 127.0.0.1:34444) info: Lagrange.OneBot.Core.Network.Service.HttpService[3] Receive(Conn: b9d7664f-5b6e-4932-a7b4-a87208344689: {"group_id":REDACTED,"message":[{"data":{"file":"https://REDACTED.jpg"},"type":"image"},{"data":{"text":"REDACTED"},"type":"text"}],"message_type":"group"}) info: Lagrange.OneBot.Core.Network.Service.HttpService[3] Receive(Conn: b9d7664f-5b6e-4932-a7b4-a87208344689: {"action":"send_msg","params":{"group_id":REDACTED,"message":[{"data":{"file":"https://REDACTED.jpg"},"type":"image"},{"data":{"text":"REDACTED"},"type":"text"}],"message_type":"group"}}) trce: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [ServiceContext] [DEBUG]: Outgoing SSOFrame: OidbSvcTrpcTcp.0xfe7_3 warn: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [BusinessContext] [WARNING]: Error when processing the event: Lagrange.Core.Internal.Event.System.FetchMembersEvent warn: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [BusinessContext] [WARNING]: System.ArgumentNullException: Value cannot be null. (Parameter 'source') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) at Lagrange.Core.Internal.Service.System.FetchMembersService.Parse(Span`1 input, BotKeystore keystore, BotAppInfo appInfo, BotDeviceInfo device, FetchMembersEvent& output, List`1& extraEvents) at Lagrange.Core.Internal.Service.BaseService`1.Lagrange.Core.Internal.Service.IService.Parse(Span`1 input, BotKeystore keystore, BotAppInfo appInfo, BotDeviceInfo device, ProtocolEvent& output, List`1& extraEvents) at Lagrange.Core.Internal.Context.ServiceContext.ResolveEventByPacket(SsoPacket packet) at Lagrange.Core.Internal.Context.BusinessContext.SendEvent(ProtocolEvent event) warn: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [CachingLogic] [WARNING]: Failed to resolve group REDACTED members uid and cache. trce: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [ServiceContext] [DEBUG]: Outgoing SSOFrame: OidbSvcTrpcTcp.0x11c4_100 warn: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [BusinessContext] [WARNING]: Error when processing the event: Lagrange.Core.Internal.Event.Message.ImageGroupUploadEvent warn: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [BusinessContext] [WARNING]: System.NullReferenceException: Object reference not set to an instance of an object. at Lagrange.Core.Internal.Service.Message.ImageGroupUploadService.Parse(Span`1 input, BotKeystore keystore, BotAppInfo appInfo, BotDeviceInfo device, ImageGroupUploadEvent& output, List`1& extraEvents) at Lagrange.Core.Internal.Service.BaseService`1.Lagrange.Core.Internal.Service.IService.Parse(Span`1 input, BotKeystore keystore, BotAppInfo appInfo, BotDeviceInfo device, ProtocolEvent& output, List`1& extraEvents) at Lagrange.Core.Internal.Context.ServiceContext.ResolveEventByPacket(SsoPacket packet) at Lagrange.Core.Internal.Context.BusinessContext.SendEvent(ProtocolEvent event) fail: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [HighwayContext] [FATAL]: Upload resources for ImageEntity failed trce: Lagrange.Core.BotContext[0] [2025-03-14 14:22:05] [ServiceContext] [DEBUG]: Outgoing SSOFrame: MessageSvc.PbSendMsg trce: Lagrange.Core.BotContext[0] [2025-03-14 14:22:06] [ServiceContext] [DEBUG]: Incoming SSOFrame: MessageSvc.PbSendMsg trce: Lagrange.OneBot.Core.Network.Service.HttpService[4] Send(Conn: b9d7664f-5b6e-4932-a7b4-a87208344689: {"status":"failed","retcode":110,"data":null,"echo":null})
No response
The text was updated successfully, but these errors were encountered:
Logged in a wrong account, which is not a member of the group ID.
Sorry, something went wrong.
No branches or pull requests
请确保您已阅读以上注意事项,并勾选下方的确认框。
Lagrange项目
OneBot
所使用/依赖的Lagrange项目对应的commit
43646ee
运行环境
Linux
运行架构
x64
连接方式
HTTP
重现步骤
Send a image by URL to a group.
期望的结果是什么?
Send successful.
实际的结果是什么?
{"status":"failed","retcode":110,"data":null,"echo":null})
简单的复现代码/链接(可选)
Trace 级别日志记录(可选)
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: