nextcloud / talk-android

📱😀 Video & audio calls through Nextcloud on Android
Other
529 stars 234 forks source link

12.x crashes when loading picture/video preview #1510

Open galitus opened 3 years ago

galitus commented 3 years ago

Steps to reproduce

  1. install Nextcloud Talk on LineageOS 16.x or 18.1 with microG and without google apps
  2. connect to a nextcloud server (tried two with different version 20.x & 21.x/22.0)
  3. start a conversion and share a file (video/picture), doesn't matter if you share it yourself or your conversation partner -> app will crash when trying to load the chat view (so the preview of the picture/video seems to be the problem?)

Expected behaviour

it should load the preview and be able to stay alive

Actual behaviour

the app crashes while trying to load the preview (?)

Device information

Device: Oneplus One (bacon)

Android version: 9 and 11 (even tried the upgrade from LineageOS 16.x to 18.1)

Talk version: 12.1.2 (from google store installed with aurora) or fdroid (doesn't matter) 11.x does work but doesn't have the in-app player

Server information

Nextcloud version: 20-22 (one server with 20, second with 21 and even upgraded to 22)

Talk version: 10 - 12 tested (accordingly to the nextcloud version)

Debug Logs from Talk App 1508 QA (grep'ed for the crashed thread) :

``` 08-03 15:10:17.139 5896 5975 I okhttp.OkHttpClient: --> POST https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/room/8ceoofeq/participants/active 08-03 15:10:17.139 5896 5975 I okhttp.OkHttpClient: Content-Type: application/x-www-form-urlencoded 08-03 15:10:17.139 5896 5975 I okhttp.OkHttpClient: Content-Length: 9 08-03 15:10:17.140 5896 5975 I okhttp.OkHttpClient: Authorization: \u2588\u2588 08-03 15:10:17.140 5896 5975 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508 08-03 15:10:17.140 5896 5975 I okhttp.OkHttpClient: Accept: application/json 08-03 15:10:17.140 5896 5975 I okhttp.OkHttpClient: OCS-APIRequest: true 08-03 15:10:17.142 5896 5975 I okhttp.OkHttpClient: password= 08-03 15:10:17.143 5896 5975 I okhttp.OkHttpClient: --> END POST (9-byte body) 08-03 15:10:17.753 5896 5975 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/room/8ceoofeq/participants/active (609ms) 08-03 15:10:17.753 5896 5975 I okhttp.OkHttpClient: Server: nginx/1.18.0 08-03 15:10:17.753 5896 5975 I okhttp.OkHttpClient: Date: Tue, 03 Aug 2021 13:10:17 GMT 08-03 15:10:17.753 5896 5975 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8 08-03 15:10:17.754 5896 5975 I okhttp.OkHttpClient: Connection: keep-alive 08-03 15:10:17.754 5896 5975 I okhttp.OkHttpClient: Keep-Alive: timeout=20 08-03 15:10:17.754 5896 5975 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT 08-03 15:10:17.754 5896 5975 I okhttp.OkHttpClient: Pragma: no-cache 08-03 15:10:17.755 5896 5975 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate 08-03 15:10:17.755 5896 5975 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none' 08-03 15:10:17.755 5896 5975 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none' 08-03 15:10:17.756 5896 5975 I okhttp.OkHttpClient: X-Robots-Tag: none 08-03 15:10:17.756 5896 5975 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff 08-03 15:10:17.756 5896 5975 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block 08-03 15:10:17.756 5896 5975 I okhttp.OkHttpClient: X-Robots-Tag: none 08-03 15:10:17.756 5896 5975 I okhttp.OkHttpClient: X-Download-Options: noopen 08-03 15:10:17.757 5896 5975 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none 08-03 15:10:17.757 5896 5975 I okhttp.OkHttpClient: Referrer-Policy: no-referrer 08-03 15:10:17.760 5896 5975 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"id":12,"token":"8ceoofeq","type":1,"name":"CHATPARTNER","displayName":"CHATPARTNER","objectType":"","objectId":"","participantType":1,"participantInCall":false,"participantFlags":null,"readOnly":0,"count":0,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1627994727,"lastReadMessage":2919,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"notificationLevel":1,"lobbyState":0,"lobbyTimer":0,"lastPing":1627996217,"sessionId":"####SESSIONID####","participants":{"LOGINUSER":{"name":"LOGINUSER","type":1,"call":0,"sessionId":"####SESSIONID####"},"CHATPARTNER":{"name":"CHATPARTNER","type":1,"call":0,"sessionId":"0"}},"numGuests":0,"guestList":"","lastMessage":{"id":2919,"token":"8ceoofeq","actorType":"users","actorId":"CHATPARTNER","actorDisplayName":"CHATPARTNER","timestamp":1627994727,"message":"{file}","messageParameters":{"actor":{"type":"user","id":"CHATPARTNER","name":"CHATPARTNER"},"file":{"type":"file","id":"6256","name":"IMG_20210801_203537_01.jpg","size":1721454,"path":"Talk\/IMG_20210801_203537_01.jpg","link":"https:\/\/serverurl.com\/f\/6256","mimetype":"image\/jpeg","preview-available":"yes"}},"systemMessage":"","messageType":"comment","isReplyable":true,"referenceId":""}}}} 08-03 15:10:17.761 5896 5975 I okhttp.OkHttpClient: <-- END HTTP (1729-byte body) 08-03 15:10:18.376 5896 5975 I okhttp.OkHttpClient: --> PROPFIND https://serverurl.com/remote.php/dav/files/LOGINUSER/null 08-03 15:10:18.377 5896 5975 I okhttp.OkHttpClient: Content-Type: application/xml; charset=utf-8 08-03 15:10:18.377 5896 5975 I okhttp.OkHttpClient: Content-Length: 885 08-03 15:10:18.377 5896 5975 I okhttp.OkHttpClient: Depth: 0 08-03 15:10:18.377 5896 5975 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508 08-03 15:10:18.377 5896 5975 I okhttp.OkHttpClient: Accept: application/json 08-03 15:10:18.378 5896 5975 I okhttp.OkHttpClient: OCS-APIRequest: true 08-03 15:10:18.379 5896 5975 I okhttp.OkHttpClient: 08-03 15:10:18.379 5896 5975 I okhttp.OkHttpClient: --> END PROPFIND (885-byte body) 08-03 15:10:18.653 5896 5975 I okhttp.OkHttpClient: <-- 404 Not Found https://serverurl.com/remote.php/dav/files/LOGINUSER/null (274ms) 08-03 15:10:18.653 5896 5975 I okhttp.OkHttpClient: Server: nginx/1.18.0 08-03 15:10:18.654 5896 5975 I okhttp.OkHttpClient: Date: Tue, 03 Aug 2021 13:10:18 GMT 08-03 15:10:18.654 5896 5975 I okhttp.OkHttpClient: Content-Type: application/xml; charset=utf-8 08-03 15:10:18.654 5896 5975 I okhttp.OkHttpClient: Transfer-Encoding: chunked 08-03 15:10:18.655 5896 5975 I okhttp.OkHttpClient: Connection: keep-alive 08-03 15:10:18.655 5896 5975 I okhttp.OkHttpClient: Keep-Alive: timeout=20 08-03 15:10:18.656 5896 5975 I okhttp.OkHttpClient: Vary: Accept-Encoding 08-03 15:10:18.656 5896 5975 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT 08-03 15:10:18.656 5896 5975 I okhttp.OkHttpClient: Cache-Control: no-store, no-cache, must-revalidate 08-03 15:10:18.656 5896 5975 I okhttp.OkHttpClient: Pragma: no-cache 08-03 15:10:18.657 5896 5975 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none'; 08-03 15:10:18.657 5896 5975 I okhttp.OkHttpClient: Vary: Brief,Prefer 08-03 15:10:18.657 5896 5975 I okhttp.OkHttpClient: DAV: 1, 3, extended-mkcol, access-control, calendarserver-principal-property-search, nc-calendar-search, nc-enable-birthday-calendar 08-03 15:10:18.660 5896 5975 I okhttp.OkHttpClient: 08-03 15:10:18.660 5896 5975 I okhttp.OkHttpClient: 08-03 15:10:18.660 5896 5975 I okhttp.OkHttpClient: Sabre\DAV\Exception\NotFound 08-03 15:10:18.660 5896 5975 I okhttp.OkHttpClient: File with name //null could not be located 08-03 15:10:18.660 5896 5975 I okhttp.OkHttpClient: 08-03 15:10:18.661 5896 5975 I okhttp.OkHttpClient: <-- END HTTP (234-byte body) 08-03 15:10:18.677 5896 5975 W : Error reading remote path 08-03 15:10:18.678 5896 5975 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'okhttp3.HttpUrl at.bitfire.dav4jvm.Response.getHref()' on a null object reference 08-03 15:10:18.679 5896 5975 W System.err: at com.nextcloud.talk.components.filebrowser.webdav.ReadFilesystemOperation.readRemotePath(ReadFilesystemOperation.java:98) 08-03 15:10:18.679 5896 5975 W System.err: at com.nextcloud.talk.adapters.messages.MagicPreviewMessageViewHolder$1.onSuccess(MagicPreviewMessageViewHolder.java:568) 08-03 15:10:18.680 5896 5975 W System.err: at com.nextcloud.talk.adapters.messages.MagicPreviewMessageViewHolder$1.onSuccess(MagicPreviewMessageViewHolder.java:560) 08-03 15:10:18.680 5896 5975 W System.err: at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:81) 08-03 15:10:18.680 5896 5975 W System.err: at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:608) 08-03 15:10:18.680 5896 5975 W System.err: at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) 08-03 15:10:18.680 5896 5975 W System.err: at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) 08-03 15:10:18.680 5896 5975 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 08-03 15:10:18.680 5896 5975 W System.err: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 08-03 15:10:18.681 5896 5975 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 08-03 15:10:18.681 5896 5975 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 08-03 15:10:18.681 5896 5975 W System.err: at java.lang.Thread.run(Thread.java:923) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: FATAL EXCEPTION: RxCachedThreadScheduler-3 08-03 15:10:18.683 5896 5975 E AndroidRuntime: Process: com.nextcloud.talk2.qa, PID: 5896 08-03 15:10:18.683 5896 5975 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'okhttp3.HttpUrl at.bitfire.dav4jvm.Response.getHref()' on a null object reference 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at com.nextcloud.talk.components.filebrowser.webdav.ReadFilesystemOperation.readRemotePath(ReadFilesystemOperation.java:98) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at com.nextcloud.talk.adapters.messages.MagicPreviewMessageViewHolder$1.onSuccess(MagicPreviewMessageViewHolder.java:568) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at com.nextcloud.talk.adapters.messages.MagicPreviewMessageViewHolder$1.onSuccess(MagicPreviewMessageViewHolder.java:560) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:81) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:608) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 08-03 15:10:18.683 5896 5975 E AndroidRuntime: at java.lang.Thread.run(Thread.java:923) 08-03 15:10:18.705 5896 5975 I Process : Sending signal. PID: 5896 SIG: 9 ```

On a Oneplus 3T with OxygenOS 3.5.4 (Android 6.0.1) it does work without any problem.

So my question is, is there something wrong with the app itself? with the server settings? with the OS? Or a combination of ?

Greetings and thanks for reading

mahibi commented 3 years ago

thanks for the detailed report @galitus :+1: :+1: this seems to be a duplicate of https://github.com/nextcloud/talk-android/issues/1435 so i will close it.

mahibi commented 3 years ago

today i had a look at this issue and at https://github.com/nextcloud/talk-android/issues/1435

i reopen this issue because i refer to it's logs in the following. I still didn't find the bug but i'd like to note some of my thoughts.

as i already wrote in https://github.com/nextcloud/talk-android/issues/1435#issuecomment-879061223 the crash happens in the method "readRemotePath" in com/nextcloud/talk/components/filebrowser/webdav/ReadFilesystemOperation.java:68

In the logs of this issue there is the line

08-03 15:10:18.379  5896  5975 I okhttp.OkHttpClient: --> END PROPFIND (885-byte body)
08-03 15:10:18.653  5896  5975 I okhttp.OkHttpClient: <-- 404 Not Found https://serverurl.com/remote.php/dav/files/LOGINUSER/null (274ms)

which indicates that the url that is used inside the readRemotePath method is wrong (this method contains the propfind method that is logged). The variable path that is passed to the class ReadFilesystemOperation is null. And ReadFilesystemOperation is called in com/nextcloud/talk/adapters/messages/MagicPreviewMessageViewHolder.java in the fetchFileInformation method.

The fetchFileInformation in turn is called here in the MagicPreviewMessageViewHolder:

} else if (message.getSelectedIndividualHashMap().containsKey(KEY_MIMETYPE)) {    // can be false because mimetype is not required
    String mimetype = message.getSelectedIndividualHashMap().get(KEY_MIMETYPE);
    int drawableResourceId = DrawableUtils.INSTANCE.getDrawableResourceIdForMimeType(mimetype);
    Drawable drawable = ContextCompat.getDrawable(context, drawableResourceId);
    image.getHierarchy().setPlaceholderImage(drawable);
} else {
    fetchFileInformation("/" + message.getSelectedIndividualHashMap().get(KEY_PATH), message.activeUser);    // path should not be null because it's required
}

It seems that message.getSelectedIndividualHashMap() doesn't contain KEY_MIMETYPE and KEY_PATH or it's even empty at all. This would explain why the first "else if" condition is false which i expected to be true. And because it's false fetchFileInformation is called, but with a path that is null, which leads to the crash.

So the question is:

Why could message.getSelectedIndividualHashMap() be empty?

The selectedIndividualHashMap is filled in the method getImageUrl() in com/nextcloud/talk/models/json/chat/ChatMessage.java:148 (which feels completely weird and should be changed, but this isn't the question here)

There might be some error by filling this hashMap. I think that getSelectedIndividualHashMap is somewhere called before the hashmap is filled.

So far my findings for today...

mahibi commented 3 years ago

maybe @nickvergessen has some idea..?

nickvergessen commented 3 years ago

Can you log what you receive as chat message for the file share?

galitus commented 3 years ago

Hey,

i created a new user, because like already known old one will crash the app, started a new chat and shared a picture from a different phone to this new user.

here is the logcat

09-03 10:31:02.755  1258  1552 I ActivityManager: Start proc 9427:com.nextcloud.talk2.qa/u0a67 for pre-top-activity {com.nextcloud.talk2.qa/com.nextcloud.talk.activities.MainActivity}
09-03 10:31:02.782  9427  9427 I tcloud.talk2.q: Late-enabling -Xcheck:jni
09-03 10:31:02.816  9427  9427 I tcloud.talk2.q: Unquickening 12 vdex files!
09-03 10:31:02.851  9427  9427 I EdXposed: Start to install inline hooks
09-03 10:31:02.851  9427  9427 I EdXposed: Using api level 30
09-03 10:31:02.851  9427  9427 I EdXposed: Start to install Riru hook
09-03 10:31:02.971  9427  9427 I EdXposed: Riru hooks installed
09-03 10:31:03.026  9427  9427 I EdXposed: ART hooks installed
09-03 10:31:03.176  9427  9427 I EdXposed: Loading modules for com.nextcloud.talk2.qa
09-03 10:31:03.178  9427  9427 I EdXposed-Bridge: Loading modules from /data/app/com.cofface.ivader-YdOZ3DRD7eAS-ldHs3XUtw==/base.apk
09-03 10:31:03.186  9427  9427 I EdXposed-Bridge:   Loading class com.cofface.invader
09-03 10:31:03.188  9427  9427 I EdXposed-Bridge:   Loading class com.cofface.invader2
09-03 10:31:03.292  9427  9427 I EdXposed-Bridge:   Loading class com.cofface.invader3
09-03 10:31:03.346  9427  9427 I EdXposed-Bridge: Loading modules from /data/app/com.thermatk.android.xf.fakegapps-iKv8k6eF_3Un-a_IfiGDfg==/base.apk
09-03 10:31:03.353  9427  9427 I EdXposed-Bridge:   Loading class com.thermatk.android.xf.fakegapps.FakeSignatures
09-03 10:31:03.439  9427  9427 I EdXposed-Bridge:   Loading class com.thermatk.android.xf.fakegapps.PackageNameServiceHook
09-03 10:31:03.469  9427  9427 W Riru    : 30ad is too old to hide so
09-03 10:31:04.421  9427  9427 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge: java.lang.NoSuchMethodError: android.app.AppOpsManager#noteProxyOpNoThrow(int,java.lang.String)#exact
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at de.robv.android.xposed.XposedHelpers.findMethodExact(XposedHelpers.java:344)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:185)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:260)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at com.cofface.invader2.b(Unknown Source:316)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at com.cofface.invader2.handleLoadPackage(Unknown Source:52)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:37)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:61)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:117)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at com.elderdrivers.riru.edxp._hooker.impl.LoadedApkGetCL.afterHookedMethod(LoadedApkGetCL.java:61)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at de.robv.android.xposed.MethodHooker.handleHookedMethod(MethodHooker.java:94)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at EdHooker_d80f73e34da17c301b40feab7995d5a6a0b56621.hook(Unknown Source:45)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.app.LoadedApk.getResources(LoadedApk.java:1214)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.app.ContextImpl.createAppContext(ContextImpl.java:2663)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.app.ContextImpl.createAppContext(ContextImpl.java:2655)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6602)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at java.lang.reflect.Method.invoke(Native Method)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at de.robv.android.xposed.MethodHooker.handleHookedMethod(MethodHooker.java:81)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at EdHooker_42b8453bf7df105343083f1377c32094be493c49.hook(Unknown Source:48)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.app.ActivityThread.access$1300(ActivityThread.java:237)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.os.Handler.dispatchMessage(Handler.java:106)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.os.Looper.loop(Looper.java:223)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at android.app.ActivityThread.main(ActivityThread.java:7664)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at java.lang.reflect.Method.invoke(Native Method)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
09-03 10:31:04.653  9427  9427 E EdXposed-Bridge:   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
09-03 10:31:04.695  9427  9427 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: true
09-03 10:31:04.700  9427  9427 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: true
09-03 10:31:04.704  9427  9427 I MultiDex: VM with version 2.1.0 has multidex support
09-03 10:31:04.704  9427  9427 I MultiDex: Installing application
09-03 10:31:04.704  9427  9427 I MultiDex: VM has multidex support, MultiDex support library is disabled.
09-03 10:31:04.704  9427  9427 I MultiDex: Installing application
09-03 10:31:04.704  9427  9427 I MultiDex: VM has multidex support, MultiDex support library is disabled.
09-03 10:31:04.721  9427  9427 I TetheringManager: registerTetheringEventCallback:com.nextcloud.talk2.qa
09-03 10:31:04.761  9427  9427 I org.webrtc.Logging: NativeLibrary: Loading native library: jingle_peerconnection_so
09-03 10:31:04.761  9427  9427 I org.webrtc.Logging: NativeLibrary: Loading library: jingle_peerconnection_so
09-03 10:31:04.772  9427  9427 I org.webrtc.Logging: PeerConnectionFactory: PeerConnectionFactory was initialized without an injected Loggable. Any existing Loggable will be deleted.
09-03 10:31:04.777  9427  9427 I dav4jvm : Registering DAV property factories
09-03 10:31:05.554  9427  9427 D SoLoader: init start
09-03 10:31:05.555  9427  9427 D SoLoader: adding system library source: /vendor/lib
09-03 10:31:05.555  9427  9427 D SoLoader: adding system library source: /system/lib
09-03 10:31:05.556  9427  9427 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/~~PR8zq3HNaoBNKvnhDHbabg==/com.nextcloud.talk2.qa--dZdqN5y9HnZIxYFlWMFuA==/lib/arm flags = 0]
09-03 10:31:05.556  9427  9427 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/user/0/com.nextcloud.talk2.qa/lib-main flags = 1]
09-03 10:31:05.557  9427  9427 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
09-03 10:31:05.557  9427  9427 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/vendor/lib flags = 2]
09-03 10:31:05.557  9427  9427 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/~~PR8zq3HNaoBNKvnhDHbabg==/com.nextcloud.talk2.qa--dZdqN5y9HnZIxYFlWMFuA==/lib/arm flags = 0]
09-03 10:31:05.557  9427  9427 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/user/0/com.nextcloud.talk2.qa/lib-main flags = 1]
09-03 10:31:05.559  9427  9427 V fb-UnpackingSoSource: locked dso store /data/user/0/com.nextcloud.talk2.qa/lib-main
09-03 10:31:05.565  9427  9427 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.nextcloud.talk2.qa/lib-main
09-03 10:31:05.565  9427  9427 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.nextcloud.talk2.qa/lib-main
09-03 10:31:05.566  9427  9427 D SoLoader: init finish: 4 SO sources prepared
09-03 10:31:05.566  9427  9427 D SoLoader: init exiting
09-03 10:31:05.791  9427  9427 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods...
09-03 10:31:07.236  9427  9454 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=e8a1689b-fe76-41de-ae05-0f87150036bd, tags={ com.nextcloud.talk.jobs.PushRegistrationWorker } ]
09-03 10:31:07.286  9427  9450 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=bb259389-30f8-47e0-b47c-e186177cccc6, tags={ com.nextcloud.talk.jobs.AccountRemovalWorker } ]
09-03 10:31:07.344  9427  9477 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/cloud/capabilities
09-03 10:31:07.345  9427  9476 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/cloud/capabilities
09-03 10:31:07.345  9427  9477 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:07.345  9427  9476 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:07.345  9427  9477 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:07.345  9427  9476 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:07.346  9427  9477 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:07.346  9427  9476 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:07.346  9427  9477 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:07.347  9427  9477 I okhttp.OkHttpClient: --> END GET
09-03 10:31:07.347  9427  9476 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:07.347  9427  9476 I okhttp.OkHttpClient: --> END GET
09-03 10:31:07.352  9427  9480 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v3/signaling/settings
09-03 10:31:07.353  9427  9480 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:07.354  9427  9480 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:07.362  9427  9480 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:07.368  9427  9480 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:07.368  9427  9480 I okhttp.OkHttpClient: --> END GET
09-03 10:31:07.382  9427  9483 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room
09-03 10:31:07.383  9427  9483 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:07.383  9427  9483 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:07.384  9427  9483 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:07.384  9427  9483 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:07.384  9427  9483 I okhttp.OkHttpClient: --> END GET
09-03 10:31:07.395  9427  9484 I okhttp.OkHttpClient: --> GET https://serverurl.com/index.php/avatar/LOGINUSER/72
09-03 10:31:07.396  9427  9484 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:07.396  9427  9484 I okhttp.OkHttpClient: Cache-Control: no-store
09-03 10:31:07.396  9427  9484 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:07.396  9427  9484 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:07.397  9427  9484 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:07.397  9427  9484 I okhttp.OkHttpClient: --> END GET
09-03 10:31:07.429  9427  9458 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (I741a3d36ca)
09-03 10:31:07.429  9427  9458 I Adreno-EGL: OpenGL ES Shader Compiler Version: E031.29.00.00
09-03 10:31:07.429  9427  9458 I Adreno-EGL: Build Date: 04/04/16 Mon
09-03 10:31:07.429  9427  9458 I Adreno-EGL: Local Branch: mybranch19053788
09-03 10:31:07.429  9427  9458 I Adreno-EGL: Remote Branch: quic/LA.BF.1.1.3_rb1.12
09-03 10:31:07.429  9427  9458 I Adreno-EGL: Local Patches: NONE
09-03 10:31:07.429  9427  9458 I Adreno-EGL: Reconstruct Branch: NOTHING
09-03 10:31:07.446  9427  9458 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
09-03 10:31:07.460  9427  9458 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
09-03 10:31:07.552  9427  9458 I Gralloc4: mapper 4.x is not supported
09-03 10:31:07.553  9427  9458 W Gralloc3: mapper 3.x is not supported
09-03 10:31:07.977  9427  9440 I tcloud.talk2.q: Background young concurrent copying GC freed 35153(2348KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 16MB/28MB, paused 1.799ms total 192.865ms
09-03 10:31:08.252  9427  9480 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v3/signaling/settings (882ms)
09-03 10:31:08.253  9427  9480 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:08.254  9427  9480 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:08 GMT
09-03 10:31:08.254  9427  9480 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:08.255  9427  9480 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:08.256  9427  9480 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:08.256  9427  9480 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:08.256  9427  9480 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:08.257  9427  9480 I okhttp.OkHttpClient: Set-Cookie: oc_sessionPassphrase=yb%2Fs1xuu92UbNN1%2FIwgh90Y%2FQq%2F0A0zaFsFk3ljSMKhyvqY77O1IF6sCbVWHFhb8GJr4%2Buu3bTeWcUeJyfG254LiD0rvOVilFpLL6gH5QvQFArgwJjNRdb6JNEcLL8HZ; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.259  9427  9480 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
09-03 10:31:08.259  9427  9480 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
09-03 10:31:08.259  9427  9480 I okhttp.OkHttpClient: Set-Cookie: oc23v0q5cpw7=5ars1kasp0mqap2ae845db3494; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.260  9427  9480 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:08.260  9427  9480 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:08.261  9427  9480 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:08.262  9427  9476 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/cloud/capabilities (913ms)
09-03 10:31:08.262  9427  9476 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:08.263  9427  9476 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:08 GMT
09-03 10:31:08.264  9427  9476 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:08.264  9427  9476 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:08.264  9427  9476 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:08.265  9427  9477 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/cloud/capabilities (917ms)
09-03 10:31:08.265  9427  9476 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:08.267  9427  9477 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:08.267  9427  9476 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:08.268  9427  9477 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:08 GMT
09-03 10:31:08.269  9427  9477 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:08.269  9427  9477 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:08.270  9427  9477 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:08.270  9427  9477 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:08.270  9427  9477 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:08.270  9427  9477 I okhttp.OkHttpClient: Set-Cookie: oc_sessionPassphrase=vRUGW6%2FVyAerB2lOYjQCVr4KmZDem2950kKzScKSQLEm%2FU5zWGgUDqcPYiqH37Jy4pJdBU2bvMetpg2WYmFP4mFioPLWrf6ZYtcdSGRg9l%2Br%2FUCJIYS%2Bv4QF1ZBgD%2BKd; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.271  9427  9477 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
09-03 10:31:08.272  9427  9480 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.272  9427  9476 I okhttp.OkHttpClient: Set-Cookie: oc_sessionPassphrase=EvQu8AlaAPQsb8pr1brHB0Tfkx%2B6lFnMwKjrXQzXo%2FyHqNsq5fhjuIAbhRrAzv6O01oxOfnfEevpfFIxnQlMh1bWrj18hTmNSj5smdBk%2FFsKOTpIJo26TYcVh%2BjiNfP9; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.272  9427  9480 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:08.273  9427  9476 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
09-03 10:31:08.273  9427  9480 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:08.273  9427  9476 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
09-03 10:31:08.273  9427  9480 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.273  9427  9476 I okhttp.OkHttpClient: Set-Cookie: oc23v0q5cpw7=khv522e95slqm0bln39jcphj4l; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.273  9427  9480 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:08.274  9427  9476 I okhttp.OkHttpClient: ETag: "3cd45c6175dd8ebed332b1d56c122126"
09-03 10:31:08.274  9427  9476 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:08.274  9427  9480 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:08.275  9427  9480 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:08.275  9427  9476 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:08.275  9427  9477 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
09-03 10:31:08.275  9427  9476 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:08.275  9427  9477 I okhttp.OkHttpClient: Set-Cookie: oc23v0q5cpw7=c5cf25cuv5c6v06hrrtbra0h6k; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.276  9427  9476 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.276  9427  9477 I okhttp.OkHttpClient: ETag: "3cd45c6175dd8ebed332b1d56c122126"
09-03 10:31:08.276  9427  9476 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:08.276  9427  9477 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:08.277  9427  9476 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:08.277  9427  9477 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:08.277  9427  9476 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.277  9427  9477 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:08.277  9427  9476 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:08.277  9427  9476 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:08.278  9427  9477 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.278  9427  9477 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:08.278  9427  9476 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:08.279  9427  9477 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:08.279  9427  9477 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.279  9427  9477 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:08.282  9427  9477 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:08.282  9427  9477 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:08.285  9427  9477 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"version":{"major":22,"minor":0,"micro":0,"string":"22.0.0","edition":"","extendedSupport":false},"capabilities":{"core":{"pollinterval":60,"webdav-root":"remote.php\/webdav"},"bruteforce":{"delay":0},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"directEditing":{"url":"https:\/\/serverurl.com\/ocs\/v2.php\/apps\/files\/api\/v1\/directEditing","etag":"6226ba873373f5e73a3ef504107523f7"},"comments":true,"undelete":true,"versioning":true},"activity":{"apiv2":["filters","filters-api","previews","rich-strings"]},"circles":{"version":"22.0.0","status":{"globalScale":false},"settings":{"frontendEnabled":true,"allowedCircles":131071,"allowedUserTypes":31,"membersLimit":-1},"circle":{"constants":{"flags":{"1":"Single","2":"Personal","4":"System","8":"Visible","16":"Open","32":"Invite","64":"Join Request","128":"Friends","256":"Password Protected","512":"No Owner","1024":"Hidden","2048":"Backend","4096":"Local","8192":"Root","16384":"Circle Invite","32768":"Federated","65536":"Mount point"},"source":{"core":{"1":"Nextcloud User","2":"Nextcloud Group","4":"Email Address","8":"Contact","16":"Circle","10000":"Nextcloud App"},"extra":{"10001":"Circles App","10002":"Admin Command Line"}}},"config":{"coreFlags":[1,2,4],"systemFlags":[512,1024,2048]}},"member":{"constants":{"level":{"1":"Member","4":"Moderator","8":"Admin","9":"Owner"}},"type":{"0":"single","1":"user","2":"group","4":"mail","8":"contact","16":"circle","10000":"app"}}},"ocm":{"enabled":true,"apiVersion":"1.0-proposal1","endPoint":"https:\/\/serverurl.com\/ocm","resourceTypes":[{"name":"file","shareTypes":["user","group"],"protocols":{"webdav":"\/public.php\/webdav\/"}}]},"dav":{"chunking":"1.0"},"notifications":{"ocs-endpoints":["list","get","delete","delete-all","icons","rich-strings","action-web","user-status"],"push":["devices","object-data","delete"],"admin-notifications":["ocs","cli"]},"password_policy":{"minLength":10,"enforceNonCommonPassword":true,"enforceNumericCharacters":false,"enforceSpecialCharacters":false,"enforceUpperLowerCase":false,"api":{"generate":"https:\/\/serverurl.com\/ocs\/v2.php\/apps\/password_policy\/api\/v1\/generate","validate":"https:\/\/serverurl.com\/ocs\/v2.php\/apps\/password_policy\/api\/v1\/validate"}},"provisioning_api":{"version":"1.11.0","AccountPropertyScopesVersion":2,"AccountPropertyScopesFederationEnabled":false},"registration":{"enabled":true,"apiRoot":"\/ocs\/v2.php\/apps\/registration\/api\/v1\/","apiLevel":"v1"},"files_sharing":{"sharebymail":{"enabled":true,"upload_files_drop":{"enabled":true},"password":{"enabled":true,"enforced":false},"expire_date":{"enabled":true,"enforced":false}},"api_enabled":true,"public":{"enabled":true,"password":{"enforced":false,"askForOptionalPassword":false},"expire_date":{"enabled":false},"multiple_links":true,"expire_date_internal":{"enabled":false},"expire_date_remote":{"enabled":false},"send_mail":false,"upload":true,"upload_files_drop":true},"resharing":true,"user":{"send_mail":false,"expire_date":{"enabled":true}},"group_sharing":true,"group":{"enabled":true,"expire_date":{"enabled":true}},"default_permissions":31,"federation":{"outgoing":false,"incoming":false,"expire_date":{"enabled":true},"expire_date_supported":{"enabled":true}},"sharee":{"query_lookup_default":false,"always_show_unique":true}},"spreed":{"features":["audio","video","chat-v2","conversation-v4","guest-signaling","empty-group-room","guest-display-names","multi-room-users","favorites","last-room-activity","no-ping","system-messages","delete-messages","mention-flag","in-call-flags","conversation-call-flags","notification-levels","invite-groups-and-mails","locked-one-to-one-rooms","read-only-rooms","listable-rooms","chat-read-marker","webinary-lobby","start-call-flag","chat-replies","circles-support","force-mute","sip-support","chat-read-status","phonebook-search","raise-hand","room-description","rich-object-sharing","temp-user-avatar-api","geo-locati
09-03 10:31:08.285  9427  9477 I okhttp.OkHttpClient: on-sharing","voice-message-sharing","signaling-v3","publishing-permissions","chat-reference-id"],"config":{"attachments":{"allowed":true,"folder":"\/Talk"},"chat":{"max-length":32000,"read-privacy":0},"conversations":{"can-create":true},"previews":{"max-gif-size":3145728}}},"theming":{"name":"Nextcloud","url":"https:\/\/nextcloud.com","slogan":"a safe home for all your data","color":"#0082c9","color-text":"#ffffff","color-element":"#0082c9","color-element-bright":"#0082c9","color-element-dark":"#0082c9","logo":"https:\/\/serverurl.com\/core\/img\/logo\/logo.svg?v=0","background":"https:\/\/serverurl.com\/core\/img\/background.png?v=0","background-plain":false,"background-default":true,"logoheader":"https:\/\/serverurl.com\/core\/img\/logo\/logo.svg?v=0","favicon":"https:\/\/serverurl.com\/core\/img\/logo\/logo.svg?v=0"},"user_status":{"enabled":true,"supports_emoji":true},"weather_status":{"enabled":true}}}}}
09-03 10:31:08.287  9427  9477 I okhttp.OkHttpClient: <-- END HTTP (4910-byte body)
09-03 10:31:08.287  9427  9480 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"signalingMode":"internal","userId":"LOGINUSER","hideWarning":false,"server":"","ticket":"VXZPegnb9MzGxdnb:1630657868:LOGINUSER:eb3038e8a8c7fcacf8c281b04e7d4f38d78678a3aa6cd9bf2eca4a1e7aa48fd1","stunservers":[{"urls":["stun:serverurl.com"]}],"turnservers":[{"urls":["turn:serverurl.com?transport=udp","turn:serverurl.com?transport=tcp"],"username":"1630744268:m4+AKxFhs9nMPhzt","credential":"TnVS5S+xYdR\/16DN1FIe\/3ARRi4="}],"sipDialinInfo":""}}}
09-03 10:31:08.288  9427  9480 I okhttp.OkHttpClient: <-- END HTTP (503-byte body)
09-03 10:31:08.288  9427  9476 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"version":{"major":22,"minor":0,"micro":0,"string":"22.0.0","edition":"","extendedSupport":false},"capabilities":{"core":{"pollinterval":60,"webdav-root":"remote.php\/webdav"},"bruteforce":{"delay":0},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"directEditing":{"url":"https:\/\/serverurl.com\/ocs\/v2.php\/apps\/files\/api\/v1\/directEditing","etag":"6226ba873373f5e73a3ef504107523f7"},"comments":true,"undelete":true,"versioning":true},"activity":{"apiv2":["filters","filters-api","previews","rich-strings"]},"circles":{"version":"22.0.0","status":{"globalScale":false},"settings":{"frontendEnabled":true,"allowedCircles":131071,"allowedUserTypes":31,"membersLimit":-1},"circle":{"constants":{"flags":{"1":"Single","2":"Personal","4":"System","8":"Visible","16":"Open","32":"Invite","64":"Join Request","128":"Friends","256":"Password Protected","512":"No Owner","1024":"Hidden","2048":"Backend","4096":"Local","8192":"Root","16384":"Circle Invite","32768":"Federated","65536":"Mount point"},"source":{"core":{"1":"Nextcloud User","2":"Nextcloud Group","4":"Email Address","8":"Contact","16":"Circle","10000":"Nextcloud App"},"extra":{"10001":"Circles App","10002":"Admin Command Line"}}},"config":{"coreFlags":[1,2,4],"systemFlags":[512,1024,2048]}},"member":{"constants":{"level":{"1":"Member","4":"Moderator","8":"Admin","9":"Owner"}},"type":{"0":"single","1":"user","2":"group","4":"mail","8":"contact","16":"circle","10000":"app"}}},"ocm":{"enabled":true,"apiVersion":"1.0-proposal1","endPoint":"https:\/\/serverurl.com\/ocm","resourceTypes":[{"name":"file","shareTypes":["user","group"],"protocols":{"webdav":"\/public.php\/webdav\/"}}]},"dav":{"chunking":"1.0"},"notifications":{"ocs-endpoints":["list","get","delete","delete-all","icons","rich-strings","action-web","user-status"],"push":["devices","object-data","delete"],"admin-notifications":["ocs","cli"]},"password_policy":{"minLength":10,"enforceNonCommonPassword":true,"enforceNumericCharacters":false,"enforceSpecialCharacters":false,"enforceUpperLowerCase":false,"api":{"generate":"https:\/\/serverurl.com\/ocs\/v2.php\/apps\/password_policy\/api\/v1\/generate","validate":"https:\/\/serverurl.com\/ocs\/v2.php\/apps\/password_policy\/api\/v1\/validate"}},"provisioning_api":{"version":"1.11.0","AccountPropertyScopesVersion":2,"AccountPropertyScopesFederationEnabled":false},"registration":{"enabled":true,"apiRoot":"\/ocs\/v2.php\/apps\/registration\/api\/v1\/","apiLevel":"v1"},"files_sharing":{"sharebymail":{"enabled":true,"upload_files_drop":{"enabled":true},"password":{"enabled":true,"enforced":false},"expire_date":{"enabled":true,"enforced":false}},"api_enabled":true,"public":{"enabled":true,"password":{"enforced":false,"askForOptionalPassword":false},"expire_date":{"enabled":false},"multiple_links":true,"expire_date_internal":{"enabled":false},"expire_date_remote":{"enabled":false},"send_mail":false,"upload":true,"upload_files_drop":true},"resharing":true,"user":{"send_mail":false,"expire_date":{"enabled":true}},"group_sharing":true,"group":{"enabled":true,"expire_date":{"enabled":true}},"default_permissions":31,"federation":{"outgoing":false,"incoming":false,"expire_date":{"enabled":true},"expire_date_supported":{"enabled":true}},"sharee":{"query_lookup_default":false,"always_show_unique":true}},"spreed":{"features":["audio","video","chat-v2","conversation-v4","guest-signaling","empty-group-room","guest-display-names","multi-room-users","favorites","last-room-activity","no-ping","system-messages","delete-messages","mention-flag","in-call-flags","conversation-call-flags","notification-levels","invite-groups-and-mails","locked-one-to-one-rooms","read-only-rooms","listable-rooms","chat-read-marker","webinary-lobby","start-call-flag","chat-replies","circles-support","force-mute","sip-support","chat-read-status","phonebook-search","raise-hand","room-description","rich-object-sharing","temp-user-avatar-api","geo-locati
09-03 10:31:08.290  9427  9476 I okhttp.OkHttpClient: on-sharing","voice-message-sharing","signaling-v3","publishing-permissions","chat-reference-id"],"config":{"attachments":{"allowed":true,"folder":"\/Talk"},"chat":{"max-length":32000,"read-privacy":0},"conversations":{"can-create":true},"previews":{"max-gif-size":3145728}}},"theming":{"name":"Nextcloud","url":"https:\/\/nextcloud.com","slogan":"a safe home for all your data","color":"#0082c9","color-text":"#ffffff","color-element":"#0082c9","color-element-bright":"#0082c9","color-element-dark":"#0082c9","logo":"https:\/\/serverurl.com\/core\/img\/logo\/logo.svg?v=0","background":"https:\/\/serverurl.com\/core\/img\/background.png?v=0","background-plain":false,"background-default":true,"logoheader":"https:\/\/serverurl.com\/core\/img\/logo\/logo.svg?v=0","favicon":"https:\/\/serverurl.com\/core\/img\/logo\/logo.svg?v=0"},"user_status":{"enabled":true,"supports_emoji":true},"weather_status":{"enabled":true}}}}}
09-03 10:31:08.290  9427  9476 I okhttp.OkHttpClient: <-- END HTTP (4910-byte body)
09-03 10:31:08.358  9427  9484 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/index.php/avatar/LOGINUSER/72 (959ms)
09-03 10:31:08.358  9427  9484 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:08.358  9427  9484 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:08 GMT
09-03 10:31:08.359  9427  9484 I okhttp.OkHttpClient: Content-Type: image/png
09-03 10:31:08.360  9427  9484 I okhttp.OkHttpClient: Content-Length: 805
09-03 10:31:08.360  9427  9484 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:08.361  9427  9484 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:08.361  9427  9484 I okhttp.OkHttpClient: Set-Cookie: oc_sessionPassphrase=cGPIuuQQVbaZFtKCL9ITBc%2BqTd0aqt4ZJM8ijKrIXARIbfRnTDjf5XW7X1%2BxP3qF6pqQFb6s7GXlvOsEtEkSRPDOZqB1qMXM6gtQJO1u4EqckVgS3Fy2sC1kfhCOqUKN; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.361  9427  9484 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
09-03 10:31:08.364  9427  9484 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
09-03 10:31:08.364  9427  9484 I okhttp.OkHttpClient: Set-Cookie: oc23v0q5cpw7=4og3q0om6j0qfvtb513usm236r; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.365  9427  9484 I okhttp.OkHttpClient: Last-Modified: Fri, 03 Sep 2021 08:29:11 +0000
09-03 10:31:08.365  9427  9484 I okhttp.OkHttpClient: ETag: "0c12e84702a13158314a36af30c0b546"
09-03 10:31:08.366  9427  9484 I okhttp.OkHttpClient: Cache-Control: private, max-age=86400, must-revalidate
09-03 10:31:08.367  9427  9484 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:08.368  9427  9484 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:08.369  9427  9484 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.370  9427  9483 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room (985ms)
09-03 10:31:08.371  9427  9484 I okhttp.OkHttpClient: X-NC-IsCustomAvatar: 0
09-03 10:31:08.371  9427  9483 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:08.371  9427  9484 I okhttp.OkHttpClient: Content-Disposition: inline; filename="avatar.72.png"
09-03 10:31:08.372  9427  9483 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:08 GMT
09-03 10:31:08.372  9427  9484 I okhttp.OkHttpClient: Pragma: private
09-03 10:31:08.373  9427  9484 I okhttp.OkHttpClient: Expires: Sat, 04 Sep 2021 08:31:08 +0000
09-03 10:31:08.374  9427  9484 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:08.374  9427  9484 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:08.374  9427  9484 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.374  9427  9484 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:08.375  9427  9483 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:08.375  9427  9483 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:08.375  9427  9483 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:08.375  9427  9483 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:08.376  9427  9483 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:08.377  9427  9484 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:08.377  9427  9484 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:08.379  9427  9483 I okhttp.OkHttpClient: Set-Cookie: oc_sessionPassphrase=4Buaol%2B6nnPW8UsGaXRBW%2BqpqYwm9Ko7nWkRffNqB9g1bSKfn6TOX7QOUB%2ByqYuSLIyO4btqoR4Ee3QbkjjThylZzRbw4ggGKQP%2FfMJMDbS3LP4eCOwdRDAmjb5iwqWZ; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.379  9427  9484 I okhttp.OkHttpClient: <-- END HTTP (binary 805-byte body omitted)
09-03 10:31:08.379  9427  9483 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
09-03 10:31:08.379  9427  9483 I okhttp.OkHttpClient: Set-Cookie: __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
09-03 10:31:08.380  9427  9483 I okhttp.OkHttpClient: Set-Cookie: oc23v0q5cpw7=gttr13shv2r6j3n2rs9qjagbai; path=/; secure; HttpOnly; SameSite=Lax
09-03 10:31:08.383  9427  9484 D SoLoader: About to load: libimagepipeline.so
09-03 10:31:08.385  9427  9483 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:08.385  9427  9483 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:08.385  9427  9483 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:08.387  9427  9484 D SoLoader: libimagepipeline.so not found on /data/user/0/com.nextcloud.talk2.qa/lib-main
09-03 10:31:08.388  9427  9483 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.388  9427  9483 I okhttp.OkHttpClient: X-Nextcloud-Talk-Hash: 8c57da5aec3e04194dcd5b48379c716e47c759f6
09-03 10:31:08.388  9427  9483 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:08.389  9427  9483 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:08.389  9427  9483 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.389  9427  9483 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:08.390  9427  9483 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:08.390  9427  9483 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:08.391  9427  9484 D SoLoader: libimagepipeline.so found on /data/app/~~PR8zq3HNaoBNKvnhDHbabg==/com.nextcloud.talk2.qa--dZdqN5y9HnZIxYFlWMFuA==/lib/arm
09-03 10:31:08.391  9427  9484 D SoLoader: Not resolving dependencies for libimagepipeline.so
09-03 10:31:08.394  9427  9483 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":[{"id":55,"token":"6g22hean","type":4,"name":"LOGINUSER","displayName":"Talk updates \u2705","objectType":"","objectId":"","participantType":3,"participantFlags":0,"readOnly":1,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1630657720,"lastReadMessage":3025,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"canLeaveConversation":true,"canDeleteConversation":false,"notificationLevel":2,"lobbyState":0,"lobbyTimer":0,"lastPing":0,"sessionId":"0","lastMessage":{"id":3025,"token":"6g22hean","actorType":"bots","actorId":"changelog","actorDisplayName":"Talk updates \u2705","timestamp":1630657720,"message":"- Raise your hand in a call with the R key","messageParameters":[],"systemMessage":"","messageType":"comment","isReplyable":false,"referenceId":""},"sipEnabled":0,"actorType":"users","actorId":"LOGINUSER","attendeeId":134,"publishingPermissions":7,"canEnableSIP":false,"attendeePin":"","description":"","lastCommonReadMessage":3025,"listable":0,"callFlag":0},{"id":56,"token":"to8rzpks","type":1,"name":"CHATPARTNER","displayName":"CHATPARTNER","objectType":"","objectId":"","participantType":1,"participantFlags":0,"readOnly":0,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1630657773,"lastReadMessage":3026,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"canLeaveConversation":true,"canDeleteConversation":false,"notificationLevel":1,"lobbyState":0,"lobbyTimer":0,"lastPing":0,"sessionId":"0","lastMessage":{"id":3026,"token":"to8rzpks","actorType":"users","actorId":"LOGINUSER","actorDisplayName":"LOGINUSER","timestamp":1630657773,"message":"You created the conversation","messageParameters":{"actor":{"type":"user","id":"LOGINUSER","name":"LOGINUSER"}},"systemMessage":"conversation_created","messageType":"system","isReplyable":false,"referenceId":""},"sipEnabled":0,"actorType":"users","actorId":"LOGINUSER","attendeeId":135,"publishingPermissions":7,"canEnableSIP":false,"attendeePin":"","description":"","lastCommonReadMessage":3026,"listable":0,"callFlag":0}]}}
09-03 10:31:08.395  9427  9484 D SoLoader: Loaded: libimagepipeline.so
09-03 10:31:08.397  9427  9483 I okhttp.OkHttpClient: <-- END HTTP (2089-byte body)
09-03 10:31:08.411  9427  9456 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=3b9fb0e8-99b4-4301-a1ee-afb73e943d03, tags={ com.nextcloud.talk.jobs.SignalingSettingsWorker } ]
09-03 10:31:08.444  9427  9450 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=241b0268-1ffc-40b8-9f28-8fa630070527, tags={ com.nextcloud.talk.jobs.CapabilitiesWorker } ]
09-03 10:31:08.482  9427  9450 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=eec3b58c-4ab9-48bc-a4db-b727d8045259, tags={ com.nextcloud.talk.jobs.CapabilitiesWorker } ]
09-03 10:31:08.500  9427  9427 W Chip    : Chip text must be vertically center and start aligned
09-03 10:31:08.504  9427  9427 W Chip    : Chip text must be vertically center and start aligned
09-03 10:31:08.812  9427  9484 I okhttp.OkHttpClient: --> GET https://serverurl.com/index.php/avatar/CHATPARTNER/96
09-03 10:31:08.813  9427  9484 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:08.813  9427  9484 I okhttp.OkHttpClient: Cache-Control: no-store
09-03 10:31:08.813  9427  9484 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:08.813  9427  9484 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:08.814  9427  9484 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:08.814  9427  9484 I okhttp.OkHttpClient: --> END GET
09-03 10:31:08.844  9427  9427 W Chip    : Chip text must be vertically center and start aligned
09-03 10:31:08.847  9427  9427 W Chip    : Chip text must be vertically center and start aligned
09-03 10:31:08.886  9427  9427 D SoLoader: About to load: libnative-filters.so
09-03 10:31:08.887  9427  9427 D SoLoader: libnative-filters.so not found on /data/user/0/com.nextcloud.talk2.qa/lib-main
09-03 10:31:08.887  9427  9427 D SoLoader: libnative-filters.so found on /data/app/~~PR8zq3HNaoBNKvnhDHbabg==/com.nextcloud.talk2.qa--dZdqN5y9HnZIxYFlWMFuA==/lib/arm
09-03 10:31:08.887  9427  9427 D SoLoader: Not resolving dependencies for libnative-filters.so
09-03 10:31:08.890  9427  9427 D SoLoader: Loaded: libnative-filters.so
09-03 10:31:08.943  9427  9427 I Choreographer: Skipped 31 frames!  The application may be doing too much work on its main thread.
09-03 10:31:08.944  9427  9484 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/index.php/avatar/CHATPARTNER/96 (129ms)
09-03 10:31:08.944  9427  9484 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:08.944  9427  9484 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:09 GMT
09-03 10:31:08.945  9427  9484 I okhttp.OkHttpClient: Content-Type: image/png
09-03 10:31:08.945  9427  9484 I okhttp.OkHttpClient: Content-Length: 1215
09-03 10:31:08.945  9427  9484 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:08.946  9427  9484 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:08.947  9427  9484 I okhttp.OkHttpClient: Last-Modified: Sun, 17 Jan 2021 10:56:33 +0000
09-03 10:31:08.947  9427  9484 I okhttp.OkHttpClient: ETag: "cc8a60c4675afeb6976d020d4305c455"
09-03 10:31:08.947  9427  9484 I okhttp.OkHttpClient: Cache-Control: private, max-age=86400, must-revalidate
09-03 10:31:08.947  9427  9484 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:08.947  9427  9484 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:08.948  9427  9484 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.948  9427  9484 I okhttp.OkHttpClient: X-NC-IsCustomAvatar: 0
09-03 10:31:08.949  9427  9484 I okhttp.OkHttpClient: Content-Disposition: inline; filename="avatar.96.png"
09-03 10:31:08.949  9427  9484 I okhttp.OkHttpClient: Pragma: private
09-03 10:31:08.951  9427  9484 I okhttp.OkHttpClient: Expires: Sat, 04 Sep 2021 08:31:09 +0000
09-03 10:31:08.952  9427  9484 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:08.952  9427  9484 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:08.953  9427  9484 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:08.954  9427  9484 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:08.959  9427  9484 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:08.959  9427  9484 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:08.961  9427  9484 I okhttp.OkHttpClient: <-- END HTTP (binary 1215-byte body omitted)
09-03 10:31:09.004  9427  9454 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=c41c3c6b-50c9-4713-81fe-aa6759738184, tags={ com.nextcloud.talk.jobs.WebsocketConnectionsWorker } ]
09-03 10:31:09.437  9427  9447 I tcloud.talk2.q: Waiting for a blocking GC ProfileSaver
09-03 10:31:10.369  9427  9427 W unknown:WrappingUtils: Don't know how to round that drawable: android.graphics.drawable.VectorDrawable@3f28eda
09-03 10:31:10.574  9427  9427 D ChatController: Initialize TalkMessagesListAdapter with senderId: users/LOGINUSER
09-03 10:31:10.614  9427  9482 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks
09-03 10:31:10.615  9427  9482 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:10.615  9427  9482 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:10.615  9427  9482 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:10.615  9427  9482 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:10.615  9427  9482 I okhttp.OkHttpClient: --> END GET
09-03 10:31:10.716  9427  9482 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks (100ms)
09-03 10:31:10.717  9427  9482 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:10.717  9427  9482 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:11 GMT
09-03 10:31:10.718  9427  9482 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:10.718  9427  9482 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:10.718  9427  9482 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:10.718  9427  9482 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:10.718  9427  9482 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:10.719  9427  9482 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:10.719  9427  9482 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:10.719  9427  9482 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:10.719  9427  9482 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:10.720  9427  9482 I okhttp.OkHttpClient: X-Nextcloud-Talk-Hash: 8c57da5aec3e04194dcd5b48379c716e47c759f6
09-03 10:31:10.720  9427  9482 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:10.720  9427  9482 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:10.720  9427  9482 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:10.720  9427  9482 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:10.721  9427  9482 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:10.721  9427  9482 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:10.723  9427  9482 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"id":56,"token":"to8rzpks","type":1,"name":"CHATPARTNER","displayName":"CHATPARTNER","objectType":"","objectId":"","participantType":1,"participantFlags":0,"readOnly":0,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1630657773,"lastReadMessage":3026,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"canLeaveConversation":true,"canDeleteConversation":false,"notificationLevel":1,"lobbyState":0,"lobbyTimer":0,"lastPing":0,"sessionId":"0","lastMessage":{"id":3026,"token":"to8rzpks","actorType":"users","actorId":"LOGINUSER","actorDisplayName":"LOGINUSER","timestamp":1630657773,"message":"You created the conversation","messageParameters":{"actor":{"type":"user","id":"LOGINUSER","name":"LOGINUSER"}},"systemMessage":"conversation_created","messageType":"system","isReplyable":false,"referenceId":""},"sipEnabled":0,"actorType":"users","actorId":"LOGINUSER","attendeeId":135,"publishingPermissions":7,"canEnableSIP":false,"attendeePin":"","description":"","lastCommonReadMessage":3026,"listable":0,"callFlag":0}}}
09-03 10:31:10.725  9427  9482 I okhttp.OkHttpClient: <-- END HTTP (1094-byte body)
09-03 10:31:10.741  9427  9484 I okhttp.OkHttpClient: --> GET https://serverurl.com/index.php/avatar/CHATPARTNER/70
09-03 10:31:10.741  9427  9484 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:10.741  9427  9484 I okhttp.OkHttpClient: Cache-Control: no-store
09-03 10:31:10.741  9427  9484 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:10.742  9427  9484 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:10.742  9427  9484 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:10.742  9427  9484 I okhttp.OkHttpClient: --> END GET
09-03 10:31:10.837  9427  9484 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/index.php/avatar/CHATPARTNER/70 (95ms)
09-03 10:31:10.838  9427  9484 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:10.838  9427  9484 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:11 GMT
09-03 10:31:10.838  9427  9484 I okhttp.OkHttpClient: Content-Type: image/png
09-03 10:31:10.839  9427  9484 I okhttp.OkHttpClient: Content-Length: 853
09-03 10:31:10.839  9427  9484 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:10.839  9427  9484 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:10.840  9427  9484 I okhttp.OkHttpClient: Last-Modified: Sun, 17 Jan 2021 11:38:32 +0000
09-03 10:31:10.840  9427  9484 I okhttp.OkHttpClient: ETag: "aeb6009b5ea42d31dd88c96a9289578e"
09-03 10:31:10.840  9427  9484 I okhttp.OkHttpClient: Cache-Control: private, max-age=86400, must-revalidate
09-03 10:31:10.840  9427  9484 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:10.840  9427  9484 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:10.841  9427  9484 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:10.841  9427  9484 I okhttp.OkHttpClient: X-NC-IsCustomAvatar: 0
09-03 10:31:10.841  9427  9484 I okhttp.OkHttpClient: Content-Disposition: inline; filename="avatar.70.png"
09-03 10:31:10.842  9427  9484 I okhttp.OkHttpClient: Pragma: private
09-03 10:31:10.844  9427  9484 I okhttp.OkHttpClient: Expires: Sat, 04 Sep 2021 08:31:11 +0000
09-03 10:31:10.844  9427  9484 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:10.844  9427  9484 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:10.844  9427  9484 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:10.845  9427  9484 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:10.845  9427  9484 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:10.845  9427  9484 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:10.849  9427  9484 I okhttp.OkHttpClient: <-- END HTTP (binary 853-byte body omitted)
09-03 10:31:10.975  9427  9477 I okhttp.OkHttpClient: --> POST https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks/participants/active
09-03 10:31:10.975  9427  9477 I okhttp.OkHttpClient: Content-Type: application/x-www-form-urlencoded
09-03 10:31:10.976  9427  9477 I okhttp.OkHttpClient: Content-Length: 9
09-03 10:31:10.976  9427  9477 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:10.976  9427  9477 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:10.977  9427  9477 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:10.977  9427  9477 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:10.977  9427  9477 I okhttp.OkHttpClient: password=
09-03 10:31:10.978  9427  9477 I okhttp.OkHttpClient: --> END POST (9-byte body)
09-03 10:31:11.096  9427  9477 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks/participants/active (117ms)
09-03 10:31:11.096  9427  9477 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:11.096  9427  9477 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:11 GMT
09-03 10:31:11.097  9427  9477 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:11.097  9427  9477 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:11.099  9427  9477 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:11.099  9427  9477 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:11.099  9427  9477 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:11.099  9427  9477 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:11.100  9427  9477 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:11.100  9427  9477 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:11.100  9427  9477 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:11.100  9427  9477 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:11.100  9427  9477 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:11.101  9427  9477 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:11.102  9427  9477 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:11.103  9427  9477 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:11.103  9427  9477 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:11.106  9427  9477 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"id":56,"token":"to8rzpks","type":1,"name":"CHATPARTNER","displayName":"CHATPARTNER","objectType":"","objectId":"","participantType":1,"participantFlags":null,"readOnly":0,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1630657773,"lastReadMessage":3026,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"canLeaveConversation":true,"canDeleteConversation":false,"notificationLevel":1,"lobbyState":0,"lobbyTimer":0,"lastPing":1630657871,"sessionId":"####SESSIONID####","lastMessage":{"id":3026,"token":"to8rzpks","actorType":"users","actorId":"LOGINUSER","actorDisplayName":"LOGINUSER","timestamp":1630657773,"message":"You created the conversation","messageParameters":{"actor":{"type":"user","id":"LOGINUSER","name":"LOGINUSER"}},"systemMessage":"conversation_created","messageType":"system","isReplyable":false,"referenceId":""},"sipEnabled":0,"actorType":"users","actorId":"LOGINUSER","attendeeId":135,"publishingPermissions":7,"canEnableSIP":false,"attendeePin":"","description":"","lastCommonReadMessage":3026,"listable":0,"callFlag":0}}}
09-03 10:31:11.107  9427  9477 I okhttp.OkHttpClient: <-- END HTTP (1363-byte body)
09-03 10:31:11.149  9427  9476 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/chat/to8rzpks?lastKnownMessageId=3026&includeLastKnown=1&limit=100&setReadMarker=1&timeout=0&lookIntoFuture=0
09-03 10:31:11.149  9427  9476 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:11.150  9427  9476 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:11.150  9427  9476 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:11.150  9427  9476 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:11.150  9427  9476 I okhttp.OkHttpClient: --> END GET
09-03 10:31:11.237  9427  9476 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/chat/to8rzpks?lastKnownMessageId=3026&includeLastKnown=1&limit=100&setReadMarker=1&timeout=0&lookIntoFuture=0 (84ms)
09-03 10:31:11.237  9427  9476 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:11.238  9427  9476 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:11 GMT
09-03 10:31:11.238  9427  9476 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:11.238  9427  9476 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:11.238  9427  9476 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:11.239  9427  9476 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:11.239  9427  9476 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:11.239  9427  9476 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:11.239  9427  9476 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:11.240  9427  9476 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:11.240  9427  9476 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:11.240  9427  9476 I okhttp.OkHttpClient: X-Chat-Last-Given: 3026
09-03 10:31:11.240  9427  9476 I okhttp.OkHttpClient: X-Chat-Last-Common-Read: 3026
09-03 10:31:11.241  9427  9476 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:11.241  9427  9476 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:11.241  9427  9476 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:11.241  9427  9476 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:11.242  9427  9476 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:11.244  9427  9476 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:11.246  9427  9476 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":[{"id":3026,"token":"to8rzpks","actorType":"users","actorId":"LOGINUSER","actorDisplayName":"LOGINUSER","timestamp":1630657773,"message":"You created the conversation","messageParameters":{"actor":{"type":"user","id":"LOGINUSER","name":"LOGINUSER"}},"systemMessage":"conversation_created","messageType":"system","isReplyable":false,"referenceId":""}]}}
09-03 10:31:11.247  9427  9476 I okhttp.OkHttpClient: <-- END HTTP (410-byte body)
09-03 10:31:11.325  9427  9480 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/chat/to8rzpks?lastCommonReadId=3026&lastKnownMessageId=3026&includeLastKnown=0&limit=100&setReadMarker=1&timeout=30&lookIntoFuture=1
09-03 10:31:11.326  9427  9480 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:11.326  9427  9480 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:11.326  9427  9480 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:11.326  9427  9480 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:11.326  9427  9480 I okhttp.OkHttpClient: --> END GET
09-03 10:31:11.403  9427  9484 I okhttp.OkHttpClient: --> GET https://serverurl.com/index.php/core/preview?fileId=LOGINUSER&x=461&y=461&a=1&mode=cover&forceIcon=1
09-03 10:31:11.404  9427  9484 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:11.405  9427  9484 I okhttp.OkHttpClient: Cache-Control: no-store
09-03 10:31:11.405  9427  9484 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:11.405  9427  9484 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:11.405  9427  9484 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:11.406  9427  9484 I okhttp.OkHttpClient: --> END GET
09-03 10:31:11.445  9427  9483 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/chat/to8rzpks?lastKnownMessageId=3026&includeLastKnown=0&limit=100&setReadMarker=1&timeout=30&lookIntoFuture=0
09-03 10:31:11.446  9427  9483 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:11.446  9427  9483 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:11.446  9427  9483 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:11.447  9427  9483 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:11.447  9427  9483 I okhttp.OkHttpClient: --> END GET
09-03 10:31:11.552  9427  9484 I okhttp.OkHttpClient: <-- 404 Not Found https://serverurl.com/index.php/core/preview?fileId=LOGINUSER&x=461&y=461&a=1&mode=cover&forceIcon=1 (145ms)
09-03 10:31:11.552  9427  9484 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:11.552  9427  9484 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:12 GMT
09-03 10:31:11.553  9427  9484 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:11.553  9427  9484 I okhttp.OkHttpClient: Content-Length: 2
09-03 10:31:11.553  9427  9484 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:11.553  9427  9484 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:11.553  9427  9484 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:11.554  9427  9484 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:11.554  9427  9484 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:11.554  9427  9484 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:11.554  9427  9484 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:11.555  9427  9484 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:11.556  9427  9484 I okhttp.OkHttpClient: []
09-03 10:31:11.556  9427  9484 I okhttp.OkHttpClient: <-- END HTTP (2-byte body)
09-03 10:31:11.578  9427  9483 I okhttp.OkHttpClient: <-- 304 Not Modified https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/chat/to8rzpks?lastKnownMessageId=3026&includeLastKnown=0&limit=100&setReadMarker=1&timeout=30&lookIntoFuture=0 (130ms)
09-03 10:31:11.579  9427  9483 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:11.579  9427  9483 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:12 GMT
09-03 10:31:11.579  9427  9483 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:11.579  9427  9483 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:11.579  9427  9483 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:11.580  9427  9483 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:11.580  9427  9483 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:11.580  9427  9483 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:11.580  9427  9483 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:11.581  9427  9483 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:11.581  9427  9483 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:11.581  9427  9483 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:11.581  9427  9483 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:11.582  9427  9483 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:11.582  9427  9483 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:11.582  9427  9483 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:11.582  9427  9483 I okhttp.OkHttpClient: <-- END HTTP
09-03 10:31:15.993  9427  9482 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks
09-03 10:31:15.994  9427  9482 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:15.994  9427  9482 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:15.996  9427  9482 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:15.999  9427  9482 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:16.000  9427  9482 I okhttp.OkHttpClient: --> END GET
09-03 10:31:16.136  9427  9482 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks (134ms)
09-03 10:31:16.136  9427  9482 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:16.137  9427  9482 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:16 GMT
09-03 10:31:16.138  9427  9482 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:16.138  9427  9482 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:16.139  9427  9482 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:16.142  9427  9482 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:16.143  9427  9482 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:16.144  9427  9482 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:16.144  9427  9482 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:16.147  9427  9482 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:16.153  9427  9482 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:16.156  9427  9482 I okhttp.OkHttpClient: X-Nextcloud-Talk-Hash: 8c57da5aec3e04194dcd5b48379c716e47c759f6
09-03 10:31:16.159  9427  9482 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:16.161  9427  9482 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:16.161  9427  9482 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:16.162  9427  9482 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:16.162  9427  9482 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:16.162  9427  9482 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:16.169  9427  9482 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"id":56,"token":"to8rzpks","type":1,"name":"CHATPARTNER","displayName":"CHATPARTNER","objectType":"","objectId":"","participantType":1,"participantFlags":0,"readOnly":0,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1630657773,"lastReadMessage":3026,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"canLeaveConversation":true,"canDeleteConversation":false,"notificationLevel":1,"lobbyState":0,"lobbyTimer":0,"lastPing":1630657872,"sessionId":"####SESSIONID####","lastMessage":{"id":3026,"token":"to8rzpks","actorType":"users","actorId":"LOGINUSER","actorDisplayName":"LOGINUSER","timestamp":1630657773,"message":"You created the conversation","messageParameters":{"actor":{"type":"user","id":"LOGINUSER","name":"LOGINUSER"}},"systemMessage":"conversation_created","messageType":"system","isReplyable":false,"referenceId":""},"sipEnabled":0,"actorType":"users","actorId":"LOGINUSER","attendeeId":135,"publishingPermissions":7,"canEnableSIP":false,"attendeePin":"","description":"","lastCommonReadMessage":3026,"listable":0,"callFlag":0}}}
09-03 10:31:16.170  9427  9482 I okhttp.OkHttpClient: <-- END HTTP (1360-byte body)
09-03 10:31:21.257  9427  9483 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks
09-03 10:31:21.263  9427  9483 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:21.265  9427  9483 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:21.265  9427  9483 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:21.266  9427  9483 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:21.266  9427  9483 I okhttp.OkHttpClient: --> END GET
09-03 10:31:21.365  9427  9483 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks (98ms)
09-03 10:31:21.366  9427  9483 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:21.367  9427  9483 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:21 GMT
09-03 10:31:21.367  9427  9483 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:21.368  9427  9483 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:21.368  9427  9483 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:21.369  9427  9483 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:21.369  9427  9483 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:21.370  9427  9483 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:21.370  9427  9483 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:21.374  9427  9483 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:21.374  9427  9483 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:21.375  9427  9483 I okhttp.OkHttpClient: X-Nextcloud-Talk-Hash: 8c57da5aec3e04194dcd5b48379c716e47c759f6
09-03 10:31:21.377  9427  9483 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:21.378  9427  9483 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:21.378  9427  9483 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:21.379  9427  9483 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:21.379  9427  9483 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:21.380  9427  9483 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:21.385  9427  9483 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"id":56,"token":"to8rzpks","type":1,"name":"CHATPARTNER","displayName":"CHATPARTNER","objectType":"","objectId":"","participantType":1,"participantFlags":0,"readOnly":0,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1630657773,"lastReadMessage":3026,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"canLeaveConversation":true,"canDeleteConversation":false,"notificationLevel":1,"lobbyState":0,"lobbyTimer":0,"lastPing":1630657872,"sessionId":"####SESSIONID####","lastMessage":{"id":3026,"token":"to8rzpks","actorType":"users","actorId":"LOGINUSER","actorDisplayName":"LOGINUSER","timestamp":1630657773,"message":"You created the conversation","messageParameters":{"actor":{"type":"user","id":"LOGINUSER","name":"LOGINUSER"}},"systemMessage":"conversation_created","messageType":"system","isReplyable":false,"referenceId":""},"sipEnabled":0,"actorType":"users","actorId":"LOGINUSER","attendeeId":135,"publishingPermissions":7,"canEnableSIP":false,"attendeePin":"","description":"","lastCommonReadMessage":3026,"listable":0,"callFlag":0}}}
09-03 10:31:21.385  9427  9483 I okhttp.OkHttpClient: <-- END HTTP (1360-byte body)
09-03 10:31:26.464  9427  9482 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks
09-03 10:31:26.466  9427  9482 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:26.467  9427  9482 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:26.473  9427  9482 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:26.474  9427  9482 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:26.474  9427  9482 I okhttp.OkHttpClient: --> END GET
09-03 10:31:26.583  9427  9482 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks (107ms)
09-03 10:31:26.584  9427  9482 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:26.584  9427  9482 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:27 GMT
09-03 10:31:26.584  9427  9482 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:26.584  9427  9482 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:26.585  9427  9482 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:26.585  9427  9482 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:26.585  9427  9482 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:26.585  9427  9482 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:26.586  9427  9482 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:26.586  9427  9482 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:26.586  9427  9482 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:26.586  9427  9482 I okhttp.OkHttpClient: X-Nextcloud-Talk-Hash: 8c57da5aec3e04194dcd5b48379c716e47c759f6
09-03 10:31:26.587  9427  9482 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:26.587  9427  9482 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:26.587  9427  9482 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:26.587  9427  9482 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:26.588  9427  9482 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:26.588  9427  9482 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:26.593  9427  9482 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"id":56,"token":"to8rzpks","type":1,"name":"CHATPARTNER","displayName":"CHATPARTNER","objectType":"","objectId":"","participantType":1,"participantFlags":0,"readOnly":0,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1630657773,"lastReadMessage":3026,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"canLeaveConversation":true,"canDeleteConversation":false,"notificationLevel":1,"lobbyState":0,"lobbyTimer":0,"lastPing":1630657872,"sessionId":"####SESSIONID####","lastMessage":{"id":3026,"token":"to8rzpks","actorType":"users","actorId":"LOGINUSER","actorDisplayName":"LOGINUSER","timestamp":1630657773,"message":"You created the conversation","messageParameters":{"actor":{"type":"user","id":"LOGINUSER","name":"LOGINUSER"}},"systemMessage":"conversation_created","messageType":"system","isReplyable":false,"referenceId":""},"sipEnabled":0,"actorType":"users","actorId":"LOGINUSER","attendeeId":135,"publishingPermissions":7,"canEnableSIP":false,"attendeePin":"","description":"","lastCommonReadMessage":3026,"listable":0,"callFlag":0}}}
09-03 10:31:26.594  9427  9482 I okhttp.OkHttpClient: <-- END HTTP (1360-byte body)
09-03 10:31:31.598  9427  9480 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/chat/to8rzpks?lastCommonReadId=3026&lastKnownMessageId=3026&includeLastKnown=0&limit=100&setReadMarker=1&timeout=30&lookIntoFuture=1 (20269ms)
09-03 10:31:31.599  9427  9480 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:31.600  9427  9480 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:32 GMT
09-03 10:31:31.600  9427  9480 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:31.601  9427  9480 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:31.604  9427  9480 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:31.604  9427  9480 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:31.605  9427  9480 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:31.605  9427  9480 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:31.605  9427  9480 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:31.606  9427  9480 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:31.606  9427  9480 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:31.606  9427  9480 I okhttp.OkHttpClient: X-Chat-Last-Given: 3027
09-03 10:31:31.607  9427  9480 I okhttp.OkHttpClient: X-Chat-Last-Common-Read: 3026
09-03 10:31:31.607  9427  9480 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:31.607  9427  9480 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:31.609  9427  9480 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:31.610  9427  9480 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:31.611  9427  9480 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:31.612  9427  9480 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:31.617  9427  9480 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":[{"id":3027,"token":"to8rzpks","actorType":"users","actorId":"CHATPARTNER","actorDisplayName":"CHATPARTNER","timestamp":1630657891,"message":"{file}","messageParameters":{"actor":{"type":"user","id":"CHATPARTNER","name":"CHATPARTNER"},"file":{"type":"file","id":"7235","name":"IMG_20210827_075925.jpg","size":1722193,"path":"Talk\/IMG_20210827_075925.jpg","link":"https:\/\/serverurl.com\/f\/7235","mimetype":"image\/jpeg","preview-available":"yes"}},"systemMessage":"","messageType":"comment","isReplyable":true,"referenceId":""}]}}
09-03 10:31:31.617  9427  9480 I okhttp.OkHttpClient: <-- END HTTP (580-byte body)
09-03 10:31:31.634  9427  9483 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks
09-03 10:31:31.635  9427  9483 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:31.635  9427  9483 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:31.636  9427  9483 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:31.636  9427  9483 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:31.636  9427  9483 I okhttp.OkHttpClient: --> END GET
09-03 10:31:31.674  9427  9482 I okhttp.OkHttpClient: --> GET https://serverurl.com/ocs/v2.php/apps/spreed/api/v1/chat/to8rzpks?lastCommonReadId=3026&lastKnownMessageId=3027&includeLastKnown=0&limit=100&setReadMarker=1&timeout=30&lookIntoFuture=1
09-03 10:31:31.679  9427  9482 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:31.680  9427  9482 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:31.680  9427  9482 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:31.680  9427  9482 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:31.681  9427  9482 I okhttp.OkHttpClient: --> END GET
09-03 10:31:31.771  9427  9484 I okhttp.OkHttpClient: --> GET https://serverurl.com/index.php/core/preview?fileId=CHATPARTNER&x=461&y=461&a=1&mode=cover&forceIcon=1
09-03 10:31:31.772  9427  9484 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:31.772  9427  9484 I okhttp.OkHttpClient: Cache-Control: no-store
09-03 10:31:31.772  9427  9477 I okhttp.OkHttpClient: --> PROPFIND https://serverurl.com/remote.php/dav/files/LOGINUSER/null
09-03 10:31:31.772  9427  9484 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:31.772  9427  9484 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:31.772  9427  9477 I okhttp.OkHttpClient: Content-Type: application/xml; charset=utf-8
09-03 10:31:31.772  9427  9484 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:31.773  9427  9484 I okhttp.OkHttpClient: --> END GET
09-03 10:31:31.773  9427  9477 I okhttp.OkHttpClient: Content-Length: 885
09-03 10:31:31.773  9427  9477 I okhttp.OkHttpClient: Depth: 0
09-03 10:31:31.773  9427  9477 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:31.773  9427  9477 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:31.774  9427  9477 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:31.775  9427  9477 I okhttp.OkHttpClient: <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><displayname /><getcontenttype /><getcontentlength /><getcontenttype /><getcontentlength /><getlastmodified /><creationdate /><getetag /><resourcetype /><n0:permissions xmlns:n0="http://owncloud.org/ns" /><n1:id xmlns:n1="http://owncloud.org/ns" /><n2:size xmlns:n2="http://owncloud.org/ns" /><n3:favorite xmlns:n3="http://owncloud.org/ns" /><n4:owner-id xmlns:n4="http://owncloud.org/ns" /><n5:owner-display-name xmlns:n5="http://owncloud.org/ns" /><n6:comments-unread xmlns:n6="http://owncloud.org/ns" /><n7:is-encrypted xmlns:n7="http://nextcloud.org/ns" /><n8:mount-type xmlns:n8="http://nextcloud.org/ns" /><n9:has-preview xmlns:n9="http://nextcloud.org/ns" /><n10:note xmlns:n10="http://nextcloud.org/ns" /></prop></propfind>
09-03 10:31:31.776  9427  9477 I okhttp.OkHttpClient: --> END PROPFIND (885-byte body)
09-03 10:31:31.784  9427  9483 I okhttp.OkHttpClient: <-- 200 OK https://serverurl.com/ocs/v2.php/apps/spreed/api/v4/room/to8rzpks (147ms)
09-03 10:31:31.789  9427  9483 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:31.789  9427  9483 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:32 GMT
09-03 10:31:31.790  9427  9483 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:31.790  9427  9483 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:31.790  9427  9483 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:31.790  9427  9483 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:31.791  9427  9483 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:31.791  9427  9483 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:31.791  9427  9483 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:31.791  9427  9483 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:31.792  9427  9483 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:31.792  9427  9483 I okhttp.OkHttpClient: X-Nextcloud-Talk-Hash: 8c57da5aec3e04194dcd5b48379c716e47c759f6
09-03 10:31:31.795  9427  9483 I okhttp.OkHttpClient: X-Content-Type-Options: nosniff
09-03 10:31:31.796  9427  9483 I okhttp.OkHttpClient: X-XSS-Protection: 1; mode=block
09-03 10:31:31.796  9427  9483 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:31.796  9427  9483 I okhttp.OkHttpClient: X-Download-Options: noopen
09-03 10:31:31.797  9427  9483 I okhttp.OkHttpClient: X-Permitted-Cross-Domain-Policies: none
09-03 10:31:31.797  9427  9483 I okhttp.OkHttpClient: Referrer-Policy: no-referrer
09-03 10:31:31.804  9427  9483 I okhttp.OkHttpClient: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"id":56,"token":"to8rzpks","type":1,"name":"CHATPARTNER","displayName":"CHATPARTNER","objectType":"","objectId":"","participantType":1,"participantFlags":0,"readOnly":0,"hasPassword":false,"hasCall":false,"canStartCall":true,"lastActivity":1630657891,"lastReadMessage":3026,"unreadMessages":0,"unreadMention":false,"isFavorite":false,"canLeaveConversation":true,"canDeleteConversation":false,"notificationLevel":1,"lobbyState":0,"lobbyTimer":0,"lastPing":1630657872,"sessionId":"####SESSIONID####","lastMessage":{"id":3027,"token":"to8rzpks","actorType":"users","actorId":"CHATPARTNER","actorDisplayName":"CHATPARTNER","timestamp":1630657891,"message":"{file}","messageParameters":{"actor":{"type":"user","id":"CHATPARTNER","name":"CHATPARTNER"},"file":{"type":"file","id":"7235","name":"IMG_20210827_075925.jpg","size":1722193,"path":"Talk\/IMG_20210827_075925.jpg","link":"https:\/\/serverurl.com\/f\/7235","mimetype":"image\/jpeg","preview-available":"yes"}},"systemMessage":"","messageType":"comment","isReplyable":true,"referenceId":""},"sipEnabled":0,"actorType":"users","actorId":"LOGINUSER","attendeeId":135,"publishingPermissions":7,"canEnableSIP":false,"attendeePin":"","description":"","lastCommonReadMessage":3026,"listable":0,"callFlag":0}}}
09-03 10:31:31.805  9427  9483 I okhttp.OkHttpClient: <-- END HTTP (1530-byte body)
09-03 10:31:31.821  9427  9560 I okhttp.OkHttpClient: --> GET https://serverurl.com/index.php/core/preview?fileId=LOGINUSER&x=461&y=461&a=1&mode=cover&forceIcon=1
09-03 10:31:31.822  9427  9560 I okhttp.OkHttpClient: Authorization: ██
09-03 10:31:31.822  9427  9560 I okhttp.OkHttpClient: Cache-Control: no-store
09-03 10:31:31.823  9427  9560 I okhttp.OkHttpClient: User-Agent: Mozilla/5.0 (Android) Nextcloud-Talk v1508
09-03 10:31:31.823  9427  9560 I okhttp.OkHttpClient: Accept: application/json
09-03 10:31:31.823  9427  9560 I okhttp.OkHttpClient: OCS-APIRequest: true
09-03 10:31:31.823  9427  9560 I okhttp.OkHttpClient: --> END GET
09-03 10:31:31.890  9427  9484 I okhttp.OkHttpClient: <-- 404 Not Found https://serverurl.com/index.php/core/preview?fileId=CHATPARTNER&x=461&y=461&a=1&mode=cover&forceIcon=1 (117ms)
09-03 10:31:31.891  9427  9484 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:31.892  9427  9484 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:32 GMT
09-03 10:31:31.892  9427  9484 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:31.893  9427  9484 I okhttp.OkHttpClient: Content-Length: 2
09-03 10:31:31.893  9427  9484 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:31.894  9427  9484 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:31.894  9427  9484 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:31.894  9427  9484 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:31.894  9427  9484 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:31.895  9427  9484 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:31.897  9427  9484 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:31.897  9427  9484 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:31.903  9427  9484 I okhttp.OkHttpClient: []
09-03 10:31:31.904  9427  9484 I okhttp.OkHttpClient: <-- END HTTP (2-byte body)
09-03 10:31:31.921  9427  9477 I okhttp.OkHttpClient: <-- 404 Not Found https://serverurl.com/remote.php/dav/files/LOGINUSER/null (145ms)
09-03 10:31:31.921  9427  9477 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:31.922  9427  9477 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:32 GMT
09-03 10:31:31.922  9427  9477 I okhttp.OkHttpClient: Content-Type: application/xml; charset=utf-8
09-03 10:31:31.922  9427  9477 I okhttp.OkHttpClient: Transfer-Encoding: chunked
09-03 10:31:31.922  9427  9477 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:31.923  9427  9477 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:31.923  9427  9477 I okhttp.OkHttpClient: Vary: Accept-Encoding
09-03 10:31:31.923  9427  9477 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:31.923  9427  9477 I okhttp.OkHttpClient: Cache-Control: no-store, no-cache, must-revalidate
09-03 10:31:31.923  9427  9477 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:31.923  9427  9477 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';
09-03 10:31:31.924  9427  9477 I okhttp.OkHttpClient: Vary: Brief,Prefer
09-03 10:31:31.924  9427  9477 I okhttp.OkHttpClient: DAV: 1, 3, extended-mkcol, access-control, calendarserver-principal-property-search, nc-calendar-search, nc-enable-birthday-calendar
09-03 10:31:31.926  9427  9477 I okhttp.OkHttpClient: <?xml version="1.0" encoding="utf-8"?>
09-03 10:31:31.926  9427  9477 I okhttp.OkHttpClient: <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
09-03 10:31:31.926  9427  9477 I okhttp.OkHttpClient:   <s:exception>Sabre\DAV\Exception\NotFound</s:exception>
09-03 10:31:31.926  9427  9477 I okhttp.OkHttpClient:   <s:message>File with name //null could not be located</s:message>
09-03 10:31:31.926  9427  9477 I okhttp.OkHttpClient: </d:error>
09-03 10:31:31.927  9427  9477 I okhttp.OkHttpClient: <-- END HTTP (234-byte body)
09-03 10:31:31.943  9427  9477 W         : Error reading remote path
09-03 10:31:31.944  9427  9477 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'okhttp3.HttpUrl at.bitfire.dav4jvm.Response.getHref()' on a null object reference
09-03 10:31:31.950  9427  9477 W System.err:    at com.nextcloud.talk.components.filebrowser.webdav.ReadFilesystemOperation.readRemotePath(ReadFilesystemOperation.java:98)
09-03 10:31:31.950  9427  9477 W System.err:    at com.nextcloud.talk.adapters.messages.MagicPreviewMessageViewHolder$1.onSuccess(MagicPreviewMessageViewHolder.java:568)
09-03 10:31:31.951  9427  9477 W System.err:    at com.nextcloud.talk.adapters.messages.MagicPreviewMessageViewHolder$1.onSuccess(MagicPreviewMessageViewHolder.java:560)
09-03 10:31:31.951  9427  9477 W System.err:    at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:81)
09-03 10:31:31.951  9427  9477 W System.err:    at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:608)
09-03 10:31:31.951  9427  9477 W System.err:    at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
09-03 10:31:31.952  9427  9477 W System.err:    at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
09-03 10:31:31.952  9427  9477 W System.err:    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09-03 10:31:31.952  9427  9477 W System.err:    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
09-03 10:31:31.952  9427  9477 W System.err:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-03 10:31:31.952  9427  9477 W System.err:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-03 10:31:31.952  9427  9477 W System.err:    at java.lang.Thread.run(Thread.java:923)
--------- beginning of crash
09-03 10:31:31.956  9427  9477 E AndroidRuntime: FATAL EXCEPTION: RxCachedThreadScheduler-2
09-03 10:31:31.956  9427  9477 E AndroidRuntime: Process: com.nextcloud.talk2.qa, PID: 9427
09-03 10:31:31.956  9427  9477 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'okhttp3.HttpUrl at.bitfire.dav4jvm.Response.getHref()' on a null object reference
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at com.nextcloud.talk.components.filebrowser.webdav.ReadFilesystemOperation.readRemotePath(ReadFilesystemOperation.java:98)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at com.nextcloud.talk.adapters.messages.MagicPreviewMessageViewHolder$1.onSuccess(MagicPreviewMessageViewHolder.java:568)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at com.nextcloud.talk.adapters.messages.MagicPreviewMessageViewHolder$1.onSuccess(MagicPreviewMessageViewHolder.java:560)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:81)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:608)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-03 10:31:31.956  9427  9477 E AndroidRuntime:    at java.lang.Thread.run(Thread.java:923)
09-03 10:31:31.962  1258  9561 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
09-03 10:31:31.962  9427  9560 I okhttp.OkHttpClient: <-- 404 Not Found https://serverurl.com/index.php/core/preview?fileId=LOGINUSER&x=461&y=461&a=1&mode=cover&forceIcon=1 (137ms)
09-03 10:31:31.962  9427  9560 I okhttp.OkHttpClient: Server: nginx/1.18.0
09-03 10:31:31.963  9427  9560 I okhttp.OkHttpClient: Date: Fri, 03 Sep 2021 08:31:32 GMT
09-03 10:31:31.963  1258  3774 W ActivityTaskManager:   Force finishing activity com.nextcloud.talk2.qa/com.nextcloud.talk.activities.MainActivity
09-03 10:31:31.963  9427  9560 I okhttp.OkHttpClient: Content-Type: application/json; charset=utf-8
09-03 10:31:31.965  9427  9560 I okhttp.OkHttpClient: Content-Length: 2
09-03 10:31:31.966  9427  9560 I okhttp.OkHttpClient: Connection: keep-alive
09-03 10:31:31.966  9427  9560 I okhttp.OkHttpClient: Keep-Alive: timeout=20
09-03 10:31:31.966  9427  9560 I okhttp.OkHttpClient: Expires: Thu, 19 Nov 1981 08:52:00 GMT
09-03 10:31:31.967  9427  9560 I okhttp.OkHttpClient: Pragma: no-cache
09-03 10:31:31.967  9427  9560 I okhttp.OkHttpClient: Cache-Control: no-cache, no-store, must-revalidate
09-03 10:31:31.967  9427  9560 I okhttp.OkHttpClient: Content-Security-Policy: default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
09-03 10:31:31.969  9427  9560 I okhttp.OkHttpClient: Feature-Policy: autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
09-03 10:31:31.971  9427  9560 I okhttp.OkHttpClient: X-Robots-Tag: none
09-03 10:31:31.973  9427  9560 I okhttp.OkHttpClient: []
09-03 10:31:31.973  9427  9560 I okhttp.OkHttpClient: <-- END HTTP (2-byte body)
09-03 10:31:31.983  9427  9477 I Process : Sending signal. PID: 9427 SIG: 9

I hope it helps and is the stuff you need.