-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Job SyncStorageJob failed: [SQLITE_CONSTRAINT_UNIQUE] A UNIQUE constraint failed (UNIQUE constraint failed: recipient.pni) #1668
Comments
If it's not a bug in the library, could you please advise on it:
Will appreciate any hints. |
Another symptom here, not sure if it's related, was getting a decent amount of messages like
Sometimes the same message every 5 min or so. |
Looks like a bug, can you provide more lines of the stack trace? The last line is unrelated, i think it reappears due to different storage sync behavior of linked devices, but i haven't yet found out if it's a bug in signal-cli or another client. |
Thanks! That's helpful.
My bad here it is:
|
Gotcha. Thought it might be helpful. |
Just to share some more context: After reading logs and code and it seems that at a certain condition this issue might impact message sending. There's It seems that created a rate limiting problem with a captcha for me. |
Can't figure out why the UNIQUE constraint is being violated here. |
I believe this stems from Here we take recipients from
The code filters the list of recipients and takes first with the same I don't want to share the code, as I don't think this is the fix for the root problem. |
After a couple of days of continious work in parallel with "native" signal sessions getting this error:
Job SyncStorageJob failed
signal cli v0.13.10
The text was updated successfully, but these errors were encountered: