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

Infinite importing message archive #13105

Open
igor-sirotin opened this issue Dec 26, 2023 · 1 comment · May be fixed by status-im/status-go#5076
Open

Infinite importing message archive #13105

igor-sirotin opened this issue Dec 26, 2023 · 1 comment · May be fixed by status-im/status-go#5076
Assignees
Labels
backend-team bug Something isn't working E:Desktop Discord Import And Archive Protocol Discord import and Archive protocol related issues
Milestone

Comments

@igor-sirotin
Copy link
Contributor

Bug Report

I get this in DESKTOP (should be status-go actually I suppose) logs:
This turns into a loop and never stops.

2023-12-26T19:41:10.620Z        INFO    communities/manager.go:313      importing message archive, 59 left
2023-12-26T19:41:10.627Z        INFO    communities/manager.go:313      extracting messages from history archive        {"archive id": "0xd3a07a7d95e6c4565d7635c293f58ba5b5ccc663edafa655a3d0c37a042ac55d"}
2023-12-26T19:41:10.627Z        INFO    communities/manager.go:313      loading history archive data into memory        {"data_size_MB": 1.175980567932129}
2023-12-26T19:41:10.630Z        INFO    communities/manager.go:313      failed to decrypt message archive       {"error": "Hash ratchet group id not found"}
2023-12-26T19:41:10.630Z        INFO    communities/manager.go:313      failed to extract history archive messages      {"error": "Hash ratchet group id not found"}
2023-12-26T19:41:10.726Z        INFO    communities/manager.go:313      importing message archive, 59 left
2023-12-26T19:41:10.728Z        INFO    communities/manager.go:313      extracting messages from history archive        {"archive id": "0xd3a07a7d95e6c4565d7635c293f58ba5b5ccc663edafa655a3d0c37a042ac55d"}
2023-12-26T19:41:10.728Z        INFO    communities/manager.go:313      loading history archive data into memory        {"data_size_MB": 1.175980567932129}
2023-12-26T19:41:10.731Z        INFO    communities/manager.go:313      failed to decrypt message archive       {"error": "Hash ratchet group id not found"}
2023-12-26T19:41:10.731Z        INFO    communities/manager.go:313      failed to extract history archive messages      {"error": "Hash ratchet group id not found"}
2023-12-26T19:41:10.820Z        INFO    communities/manager.go:313      importing message archive, 59 left
2023-12-26T19:41:10.825Z        INFO    communities/manager.go:313      extracting messages from history archive        {"archive id": "0xd3a07a7d95e6c4565d7635c293f58ba5b5ccc663edafa655a3d0c37a042ac55d"}
2023-12-26T19:41:10.825Z        INFO    communities/manager.go:313      loading history archive data into memory        {"data_size_MB": 1.175980567932129}
2023-12-26T19:41:10.829Z        INFO    communities/manager.go:313      failed to decrypt message archive       {"error": "Hash ratchet group id not found"}
2023-12-26T19:41:10.829Z        INFO    communities/manager.go:313      failed to extract history archive messages      {"error": "Hash ratchet group id not found"}
@igor-sirotin igor-sirotin added the bug Something isn't working label Dec 26, 2023
@igor-sirotin igor-sirotin changed the title Infinite Infinite importing message archive Dec 27, 2023
@iurimatias iurimatias added this to the 0.17 milestone Jan 24, 2024
@iurimatias
Copy link
Member

moving to 2.29 due to lack of space in this milestone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend-team bug Something isn't working E:Desktop Discord Import And Archive Protocol Discord import and Archive protocol related issues
Projects
Status: Code review
Development

Successfully merging a pull request may close this issue.

4 participants