-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Description:
When trying to add a bot to a conversation using the MLS protocol, the bot service returns an error. However, adding a bot to a conversation using the Proteus protocol works without any issues.
Error Details:
ERROR [2024-05-16 06:35:21,842] com.wire.bots.logger: onNewConversation: {"code":404,"label":"no-conversation","message":"Conversation not found"}
Thu, May 16 2024 2:35:21 pm | ! com.wire.xenon.exceptions.HttpException: {"code":404,"label":"no-conversation","message":"Conversation not found"}
Thu, May 16 2024 2:35:21 pm | ! at com.wire.lithium.API.sendMessage(API.java:141)
Thu, May 16 2024 2:35:21 pm | ! at com.wire.xenon.WireClientBase.getDevices(WireClientBase.java:269)
Thu, May 16 2024 2:35:21 pm | ! at com.wire.xenon.WireClientBase.getAllDevices(WireClientBase.java:256)
Thu, May 16 2024 2:35:21 pm | ! at com.wire.xenon.WireClientBase.postGenericMessage(WireClientBase.java:79)
Thu, May 16 2024 2:35:21 pm | ! at com.wire.xenon.WireClientBase.send(WireClientBase.java:34)
Thu, May 16 2024 2:35:21 pm | ! at com.wire.bots.echo.MessageHandler.onNewConversation(MessageHandler.java:82)
Thu, May 16 2024 2:35:21 pm | ! at com.wire.xenon.MessageResourceBase.handleMessage(MessageResourceBase.java:56)
Thu, May 16 2024 2:35:21 pm | ! at com.wire.lithium.server.resources.MessageResource.newMessage(MessageResource.java:86)
Thu, May 16 2024 2:35:21 pm | ! at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Thu, May 16 2024 2:35:21 pm | ! at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Thu, May 16 2024 2:35:21 pm | ! at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Thu, May 16 2024 2:35:21 pm | ! at java.base/java.lang.reflect.Method.invoke(Unknown Source)
version
wire-server 4.43.0
lithium 3.6.4