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

Groupmessage delivery failed false postive #4909

Closed
m0jo opened this issue Dec 17, 2015 · 4 comments
Closed

Groupmessage delivery failed false postive #4909

m0jo opened this issue Dec 17, 2015 · 4 comments

Comments

@m0jo
Copy link

m0jo commented Dec 17, 2015

Whenever i send a groupmessage in this specific group, i receive a failed deilvery notification although the message is successfully delivered to all contacts.

screenshot_2015-12-17-16-02-31
screenshot_2015-12-17-16-02-38

Log:
https://gist.github.com/anonymous/568c9b3aca9d68a045c6

@2-4601
Copy link
Contributor

2-4601 commented Dec 17, 2015

Has someone in the group unregistered from Signal?

W/TextSecureMessageSender( 8300): org.whispersystems.textsecure.api.push.exceptions.UnregisteredUserException: org.whispersystems.textsecure.api.push.exceptions.NotFoundException: Not found
W/TextSecureMessageSender( 8300):   at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:289)
W/TextSecureMessageSender( 8300):   at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/TextSecureMessageSender( 8300):   at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/TextSecureMessageSender( 8300):   at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/TextSecureMessageSender( 8300):   at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:275)
W/TextSecureMessageSender( 8300):   at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:153)
W/TextSecureMessageSender( 8300):   at org.thoughtcrime.securesms.jobs.PushGroupSendJob.deliver(PushGroupSendJob.java:151)
W/TextSecureMessageSender( 8300):   at org.thoughtcrime.securesms.jobs.PushGroupSendJob.onSend(PushGroupSendJob.java:82)
W/TextSecureMessageSender( 8300):   at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:43)
W/TextSecureMessageSender( 8300):   at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/TextSecureMessageSender( 8300):   at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/TextSecureMessageSender( 8300):   at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/TextSecureMessageSender( 8300): Caused by: org.whispersystems.textsecure.api.push.exceptions.NotFoundException: Not found
W/TextSecureMessageSender( 8300):   at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:513)
W/TextSecureMessageSender( 8300):   at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:260)
W/TextSecureMessageSender( 8300):   ... 11 more
W/PushGroupSendJob( 8300): org.whispersystems.textsecure.api.push.exceptions.EncapsulatedExceptions
W/PushGroupSendJob( 8300):  at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:289)
W/PushGroupSendJob( 8300):  at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:153)
W/PushGroupSendJob( 8300):  at org.thoughtcrime.securesms.jobs.PushGroupSendJob.deliver(PushGroupSendJob.java:151)
W/PushGroupSendJob( 8300):  at org.thoughtcrime.securesms.jobs.PushGroupSendJob.onSend(PushGroupSendJob.java:82)
W/PushGroupSendJob( 8300):  at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:43)
W/PushGroupSendJob( 8300):  at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushGroupSendJob( 8300):  at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushGroupSendJob( 8300):  at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)

Possibly duplicate of #2408

@peterpanondrugs
Copy link

How do you know that all recepients got your message? Did you ask them? Are you 100% sure?
I had the same issue, but problem was 1 (ios) contact. After he disconnected his number from the account, all was went better.
I had severe problems with crashing signal while sending (single or group message with that person)

@m0jo
Copy link
Author

m0jo commented Jan 17, 2016

All remaining groupmembers received the message, yes i asked them. Their are no IOS users in that group. However, seems like someone unregistered and reregistered.
Possible duplicate of #4550

@2-4601
Copy link
Contributor

2-4601 commented Jan 17, 2016

Thanks for reporting back @m0jo, closing as duplicate :)

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

No branches or pull requests

3 participants