You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a group named "group1" with two users by Signal app (Android)
User1 send message in group by Signal APP, user2 can received this message
Debug in Axolotl, the group name changed to "Unknown group"
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]
Group name display correctly (group1)
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.
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
[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]
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.
The text was updated successfully, but these errors were encountered: