Marcel Hibbe
Marcel Hibbe
ah, now i got it. can reproduce :+1:
just a guess without to have a closer look or reproduce: might be related to https://github.com/nextcloud/talk-android/pull/2131 ?
this bug occurred quite often for me now while developing
this should be fixed with https://github.com/nextcloud/talk-android/pull/1728 in the next release
> Could this maybe get a bit prioritized? It makes using the app really hard (when sharing pictures) with multiple accounts, imho. :/ moved to planning evaluation
also trying to fix https://github.com/nextcloud/talk-android/issues/1981 if possible
might be related: https://github.com/nextcloud/talk-android/issues/684 https://github.com/nextcloud/talk-android/issues/453
This was most likely caused with https://github.com/nextcloud/talk-android/pull/1766/files when the `wasDetached` handling was removed. When i delete the lines ``` if (inConversation) { Log.d(TAG, "execute joinRoomWithPassword in onAttach") joinRoomWithPassword() } ```...
for "The session to resume does not exist." see https://github.com/strukturag/nextcloud-spreed-signaling/blob/master/hub.go#L55
maybe the session string is not fully transferred because of some limits: https://stackoverflow.com/questions/38016109/javax-net-ssl-sslexception-write-error-ssl-0x7f70604080-i-o-error-during-syst 🤷♂️