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

[BUG]Axolotl can't get Group Information and can't send message in group #1214

Open
jiyanyao opened this issue Apr 18, 2024 · 0 comments
Open

Comments

@jiyanyao
Copy link

jiyanyao commented Apr 18, 2024

Description

This is a great project!

Axolotl can't get group information which created in Signal APP , and can't send message in this group by axolotl. This bug seems to the problem of presage .

Create a group named "group1" in Signal APP, debug in Axolotl, the group name changed to "Unknown group" in Axolotl,
While send message in Axolotl in this group, i get these errors:
[2024-04-18T06:24:35Z ERROR axolotl::handlers] Group not found
[2024-04-18T06:24:35Z ERROR axolotl::handlers] Error while handling request. InvalidRequest
[2024-04-18T06:32:03Z ERROR libsignal_service::groups_v2::manager] failed to receive auth credentials with PNI: ZkGroupVerificationFailure
[2024-04-18T06:32:03Z WARN presage::manager::registered] failed to fetch encrypted group: groups v2 (zero-knowledge) error

Steps to Reproduce

  1. Create a group named "group1" with two users by Signal app (Android)
  2. User1 send message in group by Signal APP, user2 can received this message
  3. Debug in Axolotl, the group name changed to "Unknown group"
  4. Send message in "Unknown group" , the new message can't display in this group, and get error:
    [2024-04-18T06:24:35Z ERROR axolotl::handlers] Group not found
    [2024-04-18T06:24:35Z ERROR axolotl::handlers] Error while handling request. InvalidRequest

Expected behavior: [What you expect to happen]

  1. Group name display correctly (group1)
  2. Can send message in this group

Actual behavior: [What actually happens]
1.Group name display error
2.Can's send message in a group

Device

Axolotl

Similar issue

This issue seems to the problem of presage. The presage in axolotl is v0.6.0-dev : https://github.com/nanu-c/presage
A similar issue: whisperfish/presage#246
If axolotl uses the whisperfish/pressage , maybe this problem can be fix.

Version

Axolotl version = "2.0.3"
presage version: v0.6.0-dev, https://github.com/nanu-c/presage

Thanks a lot for your help.

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

No branches or pull requests

1 participant