Skip to content
New issue

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

语音消息以及表情无法发出 #27

Closed
onlyzqy opened this issue Mar 6, 2024 · 1 comment
Closed

语音消息以及表情无法发出 #27

onlyzqy opened this issue Mar 6, 2024 · 1 comment
Labels
duplicate 火星 question 对错误或其它问题进行提问

Comments

@onlyzqy
Copy link

onlyzqy commented Mar 6, 2024

问题描述

使用Overflow和Lagrange,语音消息无法发出

复现

使用overflow-2.16.0-88426f1与Lagrange
发送语音消息以及包含表情的消息无法收到,overflow日志中会显示,但是lagrange日志报错

Overflow 版本

88426f1

其他组件版本

Lagrange-46fc168

系统日志

2024-03-06 22:11:02 W/Onebot: Request failed: [send_group_msg, echo=649] , retCode=200
2024-03-06 22:11:02 V/Bot.2411510662: Group(887911271) <- [overflow:audio,file=base64:////lgYAFgAADMAAf/+WBgMyAAAQ4UrjRY... (about 142.18 KB)]
2024-03-06 22:11:02 W/Onebot: Request failed: [send_group_msg, echo=650] , retCode=200
2024-03-06 22:11:02 V/Bot.2411510662: Group(887911271) <- 葡萄油(倒霉一姐の粉):辛苦了宝宝
【你的宝宝熊紫轶💓@熊紫轶(熊紫轶)】
辛苦你啦![回头]

网络日志

2024-03-06 22:11:02 D/Onebot: Client received <-- {"status":"failed","retcode":200,"data":null,"echo":649}
2024-03-06 22:11:02 W/Onebot: Request failed: [send_group_msg, echo=649] , retCode=200
2024-03-06 22:11:02 V/Onebot: Stacktrace: 
cn.evolvefield.onebot.client.util.ActionFailedException: , retCode=200
	at cn.evolvefield.onebot.client.util.ActionSendUtils.send(ActionSendUtils.kt:47)
	at cn.evolvefield.onebot.client.util.ActionSendUtils$send$1.invokeSuspend(ActionSendUtils.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:178)
	at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:166)
	at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:397)
	at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl(CancellableContinuationImpl.kt:431)
	at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$default(CancellableContinuationImpl.kt:420)
	at kotlinx.coroutines.CancellableContinuationImpl.resumeWith(CancellableContinuationImpl.kt:328)
	at kotlinx.coroutines.ResumeAwaitOnCompletion.invoke(JobSupport.kt:1413)
	at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:318)
	at kotlinx.coroutines.JobSupport.tryFinalizeSimpleState(JobSupport.kt:295)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:856)
	at kotlinx.coroutines.JobSupport.makeCompleting$kotlinx_coroutines_core(JobSupport.kt:806)
	at kotlinx.coroutines.CompletableDeferredImpl.complete(CompletableDeferred.kt:92)
	at cn.evolvefield.onebot.client.util.ActionSendUtils.onCallback(ActionSendUtils.kt:58)
	at cn.evolvefield.onebot.client.handler.ActionHandler.onReceiveActionResp(ActionHandler.kt:38)
	at cn.evolvefield.onebot.client.connection.IAdapter$DefaultImpls.onReceiveMessage(IAdapter.kt:26)
	at cn.evolvefield.onebot.client.connection.WSClient.onReceiveMessage(WSClient.kt:18)
	at cn.evolvefield.onebot.client.connection.WSClient.onMessage(WSClient.kt:43)
	at top.mrxiaom.overflow.internal.deps.websocket.client.WebSocketClient.onWebsocketMessage(WebSocketClient.java:636)
	at top.mrxiaom.overflow.internal.deps.websocket.drafts.Draft_6455.processFrameText(Draft_6455.java:986)
	at top.mrxiaom.overflow.internal.deps.websocket.drafts.Draft_6455.processFrame(Draft_6455.java:910)
	at top.mrxiaom.overflow.internal.deps.websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java:402)
	at top.mrxiaom.overflow.internal.deps.websocket.WebSocketImpl.decode(WebSocketImpl.java:234)
	at top.mrxiaom.overflow.internal.deps.websocket.client.WebSocketClient.run(WebSocketClient.java:516)
	at java.base/java.lang.Thread.run(Thread.java:833)

2024-03-06 22:11:02 D/Onebot: Send to server --> {"action":"send_group_msg","params":{"group_id":887911271,"message":[{"type":"text","data":{"text":"葡萄油(倒霉一姐の粉):"}},{"type":"text","data":{"text":"辛苦了宝宝"}},{"type":"text","data":{"text":"\n【你的宝宝熊紫轶💓@熊紫轶(熊紫轶)】\n"}},{"type":"text","data":{"text":"辛苦你啦!"}},{"type":"face","data":{"id":127}},{"type":"text","data":{"text":""}}],"auto_escape":false},"echo":650}
2024-03-06 22:11:02 D/Onebot: Client received <-- {"status":"failed","retcode":200,"data":null,"echo":650}
2024-03-06 22:11:02 W/Onebot: Request failed: [send_group_msg, echo=650] , retCode=200
2024-03-06 22:11:02 V/Onebot: Stacktrace: 
cn.evolvefield.onebot.client.util.ActionFailedException: , retCode=200
	at cn.evolvefield.onebot.client.util.ActionSendUtils.send(ActionSendUtils.kt:47)
	at cn.evolvefield.onebot.client.util.ActionSendUtils$send$1.invokeSuspend(ActionSendUtils.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:178)
	at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:166)
	at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:397)
	at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl(CancellableContinuationImpl.kt:431)
	at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$default(CancellableContinuationImpl.kt:420)
	at kotlinx.coroutines.CancellableContinuationImpl.resumeWith(CancellableContinuationImpl.kt:328)
	at kotlinx.coroutines.ResumeAwaitOnCompletion.invoke(JobSupport.kt:1413)
	at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:318)
	at kotlinx.coroutines.JobSupport.tryFinalizeSimpleState(JobSupport.kt:295)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:856)
	at kotlinx.coroutines.JobSupport.makeCompleting$kotlinx_coroutines_core(JobSupport.kt:806)
	at kotlinx.coroutines.CompletableDeferredImpl.complete(CompletableDeferred.kt:92)
	at cn.evolvefield.onebot.client.util.ActionSendUtils.onCallback(ActionSendUtils.kt:58)
	at cn.evolvefield.onebot.client.handler.ActionHandler.onReceiveActionResp(ActionHandler.kt:38)
	at cn.evolvefield.onebot.client.connection.IAdapter$DefaultImpls.onReceiveMessage(IAdapter.kt:26)
	at cn.evolvefield.onebot.client.connection.WSClient.onReceiveMessage(WSClient.kt:18)
	at cn.evolvefield.onebot.client.connection.WSClient.onMessage(WSClient.kt:43)
	at top.mrxiaom.overflow.internal.deps.websocket.client.WebSocketClient.onWebsocketMessage(WebSocketClient.java:636)
	at top.mrxiaom.overflow.internal.deps.websocket.drafts.Draft_6455.processFrameText(Draft_6455.java:986)
	at top.mrxiaom.overflow.internal.deps.websocket.drafts.Draft_6455.processFrame(Draft_6455.java:910)
	at top.mrxiaom.overflow.internal.deps.websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java:402)
	at top.mrxiaom.overflow.internal.deps.websocket.WebSocketImpl.decode(WebSocketImpl.java:234)
	at top.mrxiaom.overflow.internal.deps.websocket.client.WebSocketClient.run(WebSocketClient.java:516)
	at java.base/java.lang.Thread.run(Thread.java:833)

补充信息

No response

@onlyzqy onlyzqy added the question 对错误或其它问题进行提问 label Mar 6, 2024
@MrXiaoM MrXiaoM added the duplicate 火星 label Mar 6, 2024
@MrXiaoM
Copy link
Owner

MrXiaoM commented Mar 6, 2024

Lagrange send message retCode=200
#26

@MrXiaoM MrXiaoM closed this as completed Mar 6, 2024
@MrXiaoM MrXiaoM closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate 火星 question 对错误或其它问题进行提问
Projects
None yet
Development

No branches or pull requests

2 participants