Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bot Service Error for MLS Protocol Conversions #127

Open
wyh0626 opened this issue May 16, 2024 · 0 comments
Open

Bot Service Error for MLS Protocol Conversions #127

wyh0626 opened this issue May 16, 2024 · 0 comments

Comments

@wyh0626
Copy link

wyh0626 commented May 16, 2024

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant