hoccer / hoccer-talk-spike

Android Client & Backend Software
0 stars 0 forks source link

No group key in Worldwide #1100

Open elRadish opened 8 years ago

elRadish commented 8 years ago

When entering WW-Mode, it is sometimes not possible to write messages to All worldwide. Works after sending a message to a single member of ww-group.

01-18 11:58:27.566  21573-21640/com.artcom.hoccer.dev E/Hoccer﹕ [client-8] ERROR     com.hoccer.talk.client.XoClient - error while encrypting message 31
     java.lang.RuntimeException: no group key
        at com.hoccer.talk.client.XoClient.encryptMessage(XoClient.java:2714)
        at com.hoccer.talk.client.XoClient.performDelivery(XoClient.java:1914)
        at com.hoccer.talk.client.XoClient.performDeliveries(XoClient.java:1903)
        at com.hoccer.talk.client.XoClient.access$300(XoClient.java:45)
        at com.hoccer.talk.client.XoClient$20.run(XoClient.java:1029)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
        at java.util.concurrent.FutureTask.run(FutureTask.java:237)
        at   java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThrea dPoolExecutor.java:152)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:265)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
        at java.lang.Thread.run(Thread.java:818)