mpcjanssen / simpletask-android

GNU General Public License v3.0
547 stars 128 forks source link

"Loading of todo file failed" repeated pop notification #1133

Closed jason-mehmel closed 3 years ago

jason-mehmel commented 3 years ago

Recently I've been getting this popup notification. (It doesn't sit in my notification bar, it's just in a bubble at the bottom of the screen)

Yesterday I did have an issue recently where Simpletask was creating conflicted copies of my todo.txt file, but it did sync eventually.

I am having pretty consistent syncing problems today.

Currently using the 10.9.0, migrated from an older phone so I didn't get it as a fresh download from the Play Store.

Do I have any other options than getting the Cloudless version from Fdroid? (I'm not opposed to it, I just like the Dropbox experience!)

Phone: Google Pixel 4a OS: Android 11

jason-mehmel commented 3 years ago

Update: I downloaded the 10.9.3 Dropbox release from the artifacts link and it seems to be working. (The Cloudless from Fdroid was giving me trouble, with the sync program I was using and not Simpletask.)

Request: Can we link the artifacts folder to the release area, or something in the main github area to it's easy to find?

boydthomson commented 2 years ago

I have been getting the same error on my Pixel 3 running Android 12. Using the 10.9.3 release did not change anything :-(

Here is my debuglog:

05-03 22:18:07.439 27654 27910 I FileDialog: File list from /Documents/gtd loaded 05-03 22:18:11.823 27654 27654 I FileDialog: Selected entry todo.txt, folder: false 05-03 22:18:11.824 27654 27654 I Config : Updating todoList cache with null tasks 05-03 22:18:11.824 27654 27654 I TodoApplication: Loading todolist 05-03 22:18:11.824 27654 27654 I FSQ : -> Reload 05-03 22:18:11.825 27654 27869 I FSQ : <- Reload 05-03 22:18:11.825 27654 27869 D TodoList: Reload: from file switch 05-03 22:18:11.825 27654 27869 I FSQ : -> Verify token 05-03 22:18:11.825 27654 27853 I FSQ : <- Verify token 05-03 22:18:11.825 27654 27869 D TodoList: Executing reloadaction 05-03 22:18:11.825 27654 27869 I Util : Sending file sync start broadcast 05-03 22:18:11.837 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a12eb70 (AlertController$RecycleListView) with handle 0x762a1167c0 05-03 22:18:11.985 27654 27869 I TodoList: Remote version is different, sync 05-03 22:18:11.985 27654 27869 I FileStore: Loading file from Dropbox: /Documents/gtd/todo.txt 05-03 22:18:11.985 27654 27869 I FSQ : -> Verify token 05-03 22:18:11.985 27654 27678 I FSQ : <- Verify token 05-03 22:18:12.118 27654 27853 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:18:12.204 27654 27869 E TodoList: TodoList load failed: /Documents/gtd/todo.txt 05-03 22:18:12.204 27654 27869 E TodoList: com.dropbox.core.NetworkIOException: Read error: ssl=0x769a05c3d8: Failure in SSL library, usually a protocol error 05-03 22:18:12.204 27654 27869 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba032098:0x00000001) 05-03 22:18:12.204 27654 27869 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:245) 05-03 22:18:12.204 27654 27869 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:157) 05-03 22:18:12.204 27654 27869 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:152) 05-03 22:18:12.204 27654 27869 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:284) 05-03 22:18:12.204 27654 27869 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.downloadStyle(DbxRawClientV2.java:152) 05-03 22:18:12.204 27654 27869 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:896) 05-03 22:18:12.204 27654 27869 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:925) 05-03 22:18:12.204 27654 27869 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.loadTasksFromFile(FileStore.kt:96) 05-03 22:18:12.204 27654 27869 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:259) 05-03 22:18:12.204 27654 27869 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:25) 05-03 22:18:12.204 27654 27869 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:243) 05-03 22:18:12.204 27654 27869 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:25) 05-03 22:18:12.204 27654 27869 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:16) 05-03 22:18:12.204 27654 27869 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:9) 05-03 22:18:12.204 27654 27869 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:143) 05-03 22:18:12.204 27654 27869 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 05-03 22:18:12.204 27654 27869 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 05-03 22:18:12.204 27654 27869 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 05-03 22:18:12.204 27654 27869 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 05-03 22:18:12.204 27654 27869 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 05-03 22:18:12.204 27654 27869 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 05-03 22:18:12.204 27654 27869 E TodoList: at java.lang.Thread.run(Thread.java:920) 05-03 22:18:12.204 27654 27869 E TodoList: Caused by: javax.net.ssl.SSLHandshakeException: Read error: ssl=0x769a05c3d8: Failure in SSL library, usually a protocol error 05-03 22:18:12.204 27654 27869 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba032098:0x00000001) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:363) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngine.convertException(ConscryptEngine.java:1134) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:919) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:747) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:712) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:858) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.access$100(ConscryptEngineSocket.java:731) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.doHandshake(ConscryptEngineSocket.java:241) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.startHandshake(ConscryptEngineSocket.java:220) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:186) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:128) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:97) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:465) 05-03 22:18:12.204 27654 27869 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:131) 05-03 22:18:12.205 27654 27869 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:262) 05-03 22:18:12.205 27654 27869 E TodoList: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:219) 05-03 22:18:12.205 27654 27869 E TodoList: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:30) 05-03 22:18:12.205 27654 27869 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.getOutputStream(StandardHttpRequestor.java:123) 05-03 22:18:12.205 27654 27869 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.access$000(StandardHttpRequestor.java:28) 05-03 22:18:12.205 27654 27869 E TodoList: at com.dropbox.core.http.StandardHttpRequestor$Uploader.(StandardHttpRequestor.java:133) 05-03 22:18:12.205 27654 27869 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:72) 05-03 22:18:12.205 27654 27869 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:28) 05-03 22:18:12.205 27654 27869 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:237) 05-03 22:18:12.205 27654 27869 E TodoList: ... 21 more 05-03 22:18:12.205 27654 27869 E TodoList: Caused by: javax.net.ssl.SSLProtocolException: Read error: ssl=0x769a05c3d8: Failure in SSL library, usually a protocol error 05-03 22:18:12.205 27654 27869 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba032098:0x00000001) 05-03 22:18:12.205 27654 27869 E TodoList: at com.android.org.conscrypt.NativeCrypto.ENGINE_SSL_read_direct(Native Method) 05-03 22:18:12.205 27654 27869 E TodoList: at com.android.org.conscrypt.NativeSsl.readDirectByteBuffer(NativeSsl.java:569) 05-03 22:18:12.205 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextDataDirect(ConscryptEngine.java:1095) 05-03 22:18:12.205 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextData(ConscryptEngine.java:1079) 05-03 22:18:12.205 27654 27869 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:876) 05-03 22:18:12.205 27654 27869 E TodoList: ... 46 more 05-03 22:18:12.205 27654 27869 I TodoList: TodoList loaded from filestore 05-03 22:18:12.205 27654 27869 I Util : Sending file sync done changed broadcast 05-03 22:18:12.210 27654 27678 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:18:15.237 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:15.237 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:15.237 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:15.238 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:15.238 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:15.238 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:15.238 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:15.239 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:15.239 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:16.243 27654 27654 I Simpletask: onMenuItemSelected: 2131296671 05-03 22:18:16.316 27654 27654 I Preferences: Registering broadcast receiver 05-03 22:18:16.318 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:18:16.365 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:16.366 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:16.366 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:16.366 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:16.366 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:16.366 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:16.366 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:16.580 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a152860 (MenuPopupWindow$MenuDropDownListView) with handle 0x762a108c60 05-03 22:18:18.658 27654 27654 I FlavourPrefFragment: Logging out from Dropbox 05-03 22:18:18.723 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:23.521 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a1ae420 (RippleDrawable) with handle 0x762a11f1f0 05-03 22:18:23.539 27654 27654 I Simpletask: Logging out from Dropbox 05-03 22:18:23.553 27654 27654 I FSQ : -> Logout 05-03 22:18:23.554 27654 27872 I FSQ : <- Logout 05-03 22:18:23.597 27654 27654 D LeakCanary: Watching instance of androidx.lifecycle.ReportFragment with key 559b987d-4a8f-431b-9ef6-4b6e374d153b 05-03 22:18:23.598 27654 27654 D LeakCanary: Watching instance of nl.mpcjanssen.simpletask.Simpletask with key 210b5a16-9529-4c3b-be61-8c527f64b92c 05-03 22:18:23.971 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:18:24.497 27654 27654 D LeakCanary: Watching instance of android.widget.LinearLayout with key c564dd9f-6c33-4da0-a8d0-163fa852c9c0 05-03 22:18:24.498 27654 27654 D LeakCanary: Watching instance of nl.mpcjanssen.simpletask.FlavourPrefFragment with key 2431cb1a-c1a2-4d8f-82ec-1a2dcf5ac127 05-03 22:18:24.499 27654 27654 D LeakCanary: Watching instance of nl.mpcjanssen.simpletask.Preferences with key 2939d113-e44d-4082-a8b7-a4c7baf68ac2 05-03 22:18:25.304 27654 27654 I Config : Updating todoList cache with null tasks 05-03 22:18:25.335 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:18:25.349 27654 27654 D com.dropbox.core.android.AuthActivity: running startActivity in handler 05-03 22:18:25.906 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a1b64e0 (RippleDrawable) with handle 0x762a0f7a10 05-03 22:18:28.639 27654 27654 D LeakCanary: Already scheduled retained check, ignoring (found new object retained) 05-03 22:18:28.639 27654 27654 D LeakCanary: Already scheduled retained check, ignoring (found new object retained) 05-03 22:18:29.510 27654 27654 D LeakCanary: Already scheduled retained check, ignoring (found new object retained) 05-03 22:18:29.510 27654 27654 D LeakCanary: Already scheduled retained check, ignoring (found new object retained) 05-03 22:18:29.511 27654 27654 D LeakCanary: Already scheduled retained check, ignoring (found new object retained) 05-03 22:18:30.961 27654 27672 D LeakCanary: Checking retained object because app became invisible 05-03 22:18:30.962 27654 27672 I dotxtholo.debu: Waiting for a blocking GC Explicit 05-03 22:18:31.091 27654 27672 I dotxtholo.debu: WaitForGcToComplete blocked Explicit on CollectorTransition for 128.944ms 05-03 22:18:31.166 27654 27672 I dotxtholo.debu: Explicit concurrent copying GC freed 200(19KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 7935KB/15MB, paused 62us,103us total 74.592ms 05-03 22:18:31.296 27654 27672 D LeakCanary: No retained objects 05-03 22:18:37.646 27654 27654 I Config : Updating todoList cache with null tasks 05-03 22:18:37.646 27654 27654 I Util : Sending file changed broadcast 05-03 22:18:37.658 27654 27668 I OpenGLRenderer: Davey! duration=12296ms; Flags=1, FrameTimelineVsyncId=110167, IntendedVsync=2170454442165, Vsync=2170454442165, InputEventId=0, HandleInputStart=2170470527988, AnimationStart=2170470530123, PerformTraversalsStart=2170470783925, DrawStart=2170478950176, FrameDeadline=2170487775497, FrameInterval=2170470518977, FrameStartTime=16666666, SyncQueued=2170479233822, SyncStart=2170479419916, IssueDrawCommandsStart=2170479470176, SwapBuffers=2170480489135, FrameCompleted=2182750773638, DequeueBufferDuration=489167, QueueBufferDuration=341198, GpuCompleted=2182750773638, SwapBuffersCompleted=2170481250697, DisplayPresentTime=0, 05-03 22:18:37.667 27654 27654 I TodoApplication: Received broadcast FILE_SYNC 05-03 22:18:37.667 27654 27654 I TodoApplication: Loading todolist 05-03 22:18:37.667 27654 27654 I FSQ : -> Reload 05-03 22:18:37.667 27654 27868 I FSQ : <- Reload 05-03 22:18:37.667 27654 27868 D TodoList: Reload: From BROADCAST_FILE_SYNC 05-03 22:18:37.667 27654 27868 I FSQ : -> Verify token 05-03 22:18:37.668 27654 27856 I FSQ : <- Verify token 05-03 22:18:37.668 27654 27868 D TodoList: Executing reloadaction 05-03 22:18:37.668 27654 27868 I Util : Sending file sync start broadcast 05-03 22:18:37.690 27654 27654 I Simpletask: onCreate 05-03 22:18:37.719 27654 27654 I FSQ : -> Verify token 05-03 22:18:37.720 27654 27892 I FSQ : <- Verify token 05-03 22:18:37.723 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:18:37.724 27654 27654 I Simpletask: onResume 05-03 22:18:37.724 27654 27654 I FSQ : -> Reload 05-03 22:18:37.724 27654 27654 I Simpletask: onResume -> handleIntent 05-03 22:18:37.724 27654 27654 I FSQ : -> Verify token 05-03 22:18:37.725 27654 27893 I FSQ : <- Reload 05-03 22:18:37.725 27654 27893 D TodoList: Reload: Main activity resume 05-03 22:18:37.725 27654 27893 I FSQ : -> Verify token 05-03 22:18:37.725 27654 27894 I FSQ : <- Verify token 05-03 22:18:37.725 27654 27893 D TodoList: Executing reloadaction 05-03 22:18:37.725 27654 27893 I Util : Sending file sync start broadcast 05-03 22:18:37.726 27654 27654 I Simpletask: handleIntent: from m_prefs state 05-03 22:18:37.726 27654 27867 I FSQ : <- Verify token 05-03 22:18:37.726 27654 27654 I TaskAdapter: Text size = 14.0 05-03 22:18:37.727 27654 27654 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@a6347cc 05-03 22:18:37.727 27654 27654 D TodoList: Getting sorted and filtered tasks 05-03 22:18:37.729 27654 27654 D TodoList: Sorting and filtering tasks took 2 ms 05-03 22:18:37.729 27654 27654 I TaskAdapter: Restoring scroll offset 0, 0 05-03 22:18:37.729 27654 27654 I Simpletask: onResume <- handleIntent 05-03 22:18:37.729 27654 27654 D Event : update UI for event RESUME 05-03 22:18:37.730 27654 27654 D Simpletask: Update applyFilter bar 05-03 22:18:37.731 27654 27654 D Simpletask: Update applyFilter bar 05-03 22:18:37.813 27654 27868 W System.err: com.dropbox.core.v2.files.GetMetadataErrorException: Exception in 2/files/get_metadata: {".tag":"path","path":"not_found"} 05-03 22:18:37.813 27654 27868 W System.err: at com.dropbox.core.v2.files.DbxUserFilesRequests.getMetadata(DbxUserFilesRequests.java:1065) 05-03 22:18:37.813 27654 27868 W System.err: at com.dropbox.core.v2.files.DbxUserFilesRequests.getMetadata(DbxUserFilesRequests.java:1087) 05-03 22:18:37.813 27654 27868 W System.err: at nl.mpcjanssen.simpletask.remote.FileStore.needSync(FileStore.kt:113) 05-03 22:18:37.813 27654 27868 W System.err: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:255) 05-03 22:18:37.813 27654 27868 W System.err: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:25) 05-03 22:18:37.813 27654 27868 W System.err: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:243) 05-03 22:18:37.813 27654 27868 W System.err: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:25) 05-03 22:18:37.813 27654 27868 W System.err: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:16) 05-03 22:18:37.813 27654 27868 W System.err: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:9) 05-03 22:18:37.813 27654 27868 W System.err: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:143) 05-03 22:18:37.813 27654 27868 W System.err: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 05-03 22:18:37.813 27654 27868 W System.err: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 05-03 22:18:37.813 27654 27868 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 05-03 22:18:37.813 27654 27868 W System.err: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 05-03 22:18:37.813 27654 27868 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 05-03 22:18:37.813 27654 27868 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 05-03 22:18:37.813 27654 27868 W System.err: at java.lang.Thread.run(Thread.java:920) 05-03 22:18:37.822 27654 27654 I Simpletask: Recreating options menu 05-03 22:18:37.822 27654 27654 D Simpletask: Handle mode 05-03 22:18:37.858 27654 27893 W System.err: com.dropbox.core.v2.files.GetMetadataErrorException: Exception in 2/files/get_metadata: {".tag":"path","path":"not_found"} 05-03 22:18:37.859 27654 27893 W System.err: at com.dropbox.core.v2.files.DbxUserFilesRequests.getMetadata(DbxUserFilesRequests.java:1065) 05-03 22:18:37.859 27654 27893 W System.err: at com.dropbox.core.v2.files.DbxUserFilesRequests.getMetadata(DbxUserFilesRequests.java:1087) 05-03 22:18:37.859 27654 27893 W System.err: at nl.mpcjanssen.simpletask.remote.FileStore.needSync(FileStore.kt:113) 05-03 22:18:37.859 27654 27893 W System.err: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:255) 05-03 22:18:37.859 27654 27893 W System.err: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:25) 05-03 22:18:37.859 27654 27893 W System.err: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:243) 05-03 22:18:37.859 27654 27893 W System.err: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:25) 05-03 22:18:37.859 27654 27893 W System.err: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:16) 05-03 22:18:37.859 27654 27893 W System.err: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:9) 05-03 22:18:37.859 27654 27893 W System.err: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:143) 05-03 22:18:37.859 27654 27893 W System.err: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 05-03 22:18:37.859 27654 27893 W System.err: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 05-03 22:18:37.859 27654 27893 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 05-03 22:18:37.859 27654 27893 W System.err: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 05-03 22:18:37.859 27654 27893 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 05-03 22:18:37.859 27654 27893 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 05-03 22:18:37.859 27654 27893 W System.err: at java.lang.Thread.run(Thread.java:920) 05-03 22:18:37.875 27654 27654 D LeakCanary: Watching instance of androidx.lifecycle.ReportFragment with key 5650945f-7bfd-4899-8a60-baf60a925118 05-03 22:18:37.876 27654 27654 D LeakCanary: Watching instance of nl.mpcjanssen.simpletask.remote.LoginScreen with key a55b8aa7-a84b-45b6-adfb-d2d7bb4137ee 05-03 22:18:37.884 27654 27654 D LeakCanary: Watching instance of com.dropbox.core.android.AuthActivity with key c9468d3b-27df-4e3a-8e52-7575270ade87 05-03 22:18:37.960 27654 27856 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:18:37.997 27654 27894 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:18:38.001 27654 27892 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:18:38.129 27654 27867 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:18:42.011 27654 27654 D Simpletask: Handle mode 05-03 22:18:42.452 27654 27654 I Simpletask: Recreating options menu 05-03 22:18:42.452 27654 27654 D Simpletask: Handle mode 05-03 22:18:42.876 27654 27672 D LeakCanary: Checking retained object because found new object retained 05-03 22:18:42.884 27654 27654 D LeakCanary: Already scheduled retained check, ignoring (found new object retained) 05-03 22:18:42.901 27654 27672 I dotxtholo.debu: Explicit concurrent copying GC freed 66931(3368KB) AllocSpace objects, 21(484KB) LOS objects, 80% free, 6094KB/29MB, paused 40us,31us total 24.118ms 05-03 22:18:43.002 27654 27672 D LeakCanary: No retained objects 05-03 22:18:43.003 27654 27672 D LeakCanary: Checking retained object because found new object retained 05-03 22:18:43.003 27654 27672 D LeakCanary: No retained objects 05-03 22:18:43.828 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:43.828 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:43.828 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:43.828 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:43.829 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:43.829 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:43.829 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:43.829 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:43.829 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:18:44.904 27654 27654 I Simpletask: onMenuItemSelected: 2131296651 05-03 22:18:45.055 27654 28016 I FileDialog: File list from / loaded 05-03 22:18:45.240 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a03a7e0 (MenuPopupWindow$MenuDropDownListView) with handle 0x762a108540 05-03 22:18:48.991 27654 27654 I FileDialog: Selected entry todo, folder: true 05-03 22:18:48.996 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a187a20 (AlertController$RecycleListView) with handle 0x762a0b32e0 05-03 22:18:49.006 27654 27654 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 05-03 22:18:49.178 27654 28019 I FileDialog: File list from /todo loaded 05-03 22:18:51.508 27654 27654 I FileDialog: Selected entry todo.txt, folder: false 05-03 22:18:51.509 27654 27654 I Config : Updating todoList cache with null tasks 05-03 22:18:51.509 27654 27654 I TodoApplication: Loading todolist 05-03 22:18:51.509 27654 27654 I FSQ : -> Reload 05-03 22:18:51.510 27654 27873 I FSQ : <- Reload 05-03 22:18:51.510 27654 27873 D TodoList: Reload: from file switch 05-03 22:18:51.510 27654 27873 I FSQ : -> Verify token 05-03 22:18:51.510 27654 27873 D TodoList: Executing reloadaction 05-03 22:18:51.510 27654 27873 I Util : Sending file sync start broadcast 05-03 22:18:51.510 27654 27854 I FSQ : <- Verify token 05-03 22:18:51.514 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a16b780 (AlertController$RecycleListView) with handle 0x762a117180 05-03 22:18:51.521 27654 27654 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 05-03 22:18:51.667 27654 27873 I TodoList: Remote version is different, sync 05-03 22:18:51.667 27654 27873 I FileStore: Loading file from Dropbox: /todo/todo.txt 05-03 22:18:51.667 27654 27873 I FSQ : -> Verify token 05-03 22:18:51.667 27654 27949 I FSQ : <- Verify token 05-03 22:18:51.790 27654 27854 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:18:51.953 27654 27949 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:18:52.076 27654 27873 E TodoList: TodoList load failed: /todo/todo.txt 05-03 22:18:52.076 27654 27873 E TodoList: com.dropbox.core.NetworkIOException: Read error: ssl=0x769a054758: Failure in SSL library, usually a protocol error 05-03 22:18:52.076 27654 27873 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba025978:0x00000001) 05-03 22:18:52.076 27654 27873 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:245) 05-03 22:18:52.076 27654 27873 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:157) 05-03 22:18:52.076 27654 27873 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:152) 05-03 22:18:52.076 27654 27873 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:284) 05-03 22:18:52.076 27654 27873 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.downloadStyle(DbxRawClientV2.java:152) 05-03 22:18:52.076 27654 27873 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:896) 05-03 22:18:52.076 27654 27873 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:925) 05-03 22:18:52.076 27654 27873 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.loadTasksFromFile(FileStore.kt:96) 05-03 22:18:52.076 27654 27873 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:259) 05-03 22:18:52.076 27654 27873 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:25) 05-03 22:18:52.076 27654 27873 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:243) 05-03 22:18:52.076 27654 27873 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:25) 05-03 22:18:52.076 27654 27873 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:16) 05-03 22:18:52.076 27654 27873 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:9) 05-03 22:18:52.076 27654 27873 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:143) 05-03 22:18:52.076 27654 27873 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 05-03 22:18:52.076 27654 27873 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 05-03 22:18:52.076 27654 27873 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 05-03 22:18:52.076 27654 27873 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 05-03 22:18:52.076 27654 27873 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 05-03 22:18:52.076 27654 27873 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 05-03 22:18:52.076 27654 27873 E TodoList: at java.lang.Thread.run(Thread.java:920) 05-03 22:18:52.076 27654 27873 E TodoList: Caused by: javax.net.ssl.SSLHandshakeException: Read error: ssl=0x769a054758: Failure in SSL library, usually a protocol error 05-03 22:18:52.076 27654 27873 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba025978:0x00000001) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:363) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngine.convertException(ConscryptEngine.java:1134) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:919) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:747) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:712) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:858) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.access$100(ConscryptEngineSocket.java:731) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.doHandshake(ConscryptEngineSocket.java:241) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.startHandshake(ConscryptEngineSocket.java:220) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:186) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:128) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:97) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:465) 05-03 22:18:52.076 27654 27873 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:131) 05-03 22:18:52.077 27654 27873 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:262) 05-03 22:18:52.077 27654 27873 E TodoList: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:219) 05-03 22:18:52.077 27654 27873 E TodoList: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:30) 05-03 22:18:52.077 27654 27873 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.getOutputStream(StandardHttpRequestor.java:123) 05-03 22:18:52.077 27654 27873 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.access$000(StandardHttpRequestor.java:28) 05-03 22:18:52.077 27654 27873 E TodoList: at com.dropbox.core.http.StandardHttpRequestor$Uploader.(StandardHttpRequestor.java:133) 05-03 22:18:52.077 27654 27873 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:72) 05-03 22:18:52.077 27654 27873 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:28) 05-03 22:18:52.077 27654 27873 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:237) 05-03 22:18:52.077 27654 27873 E TodoList: ... 21 more 05-03 22:18:52.077 27654 27873 E TodoList: Caused by: javax.net.ssl.SSLProtocolException: Read error: ssl=0x769a054758: Failure in SSL library, usually a protocol error 05-03 22:18:52.077 27654 27873 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba025978:0x00000001) 05-03 22:18:52.077 27654 27873 E TodoList: at com.android.org.conscrypt.NativeCrypto.ENGINE_SSL_read_direct(Native Method) 05-03 22:18:52.077 27654 27873 E TodoList: at com.android.org.conscrypt.NativeSsl.readDirectByteBuffer(NativeSsl.java:569) 05-03 22:18:52.077 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextDataDirect(ConscryptEngine.java:1095) 05-03 22:18:52.077 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextData(ConscryptEngine.java:1079) 05-03 22:18:52.077 27654 27873 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:876) 05-03 22:18:52.077 27654 27873 E TodoList: ... 46 more 05-03 22:18:52.077 27654 27873 I TodoList: TodoList loaded from filestore 05-03 22:18:52.077 27654 27873 I Util : Sending file sync done changed broadcast 05-03 22:18:54.846 27654 27654 D Simpletask: Handle mode 05-03 22:18:55.589 27654 27654 D LeakCanary: Watching instance of androidx.lifecycle.ReportFragment with key 49eed58f-6709-4ca4-a163-e9c9776ef695 05-03 22:18:55.592 27654 27654 D LeakCanary: Watching instance of nl.mpcjanssen.simpletask.Simpletask with key ed5f4a2a-de01-4955-8d0c-01e835538bee 05-03 22:19:00.609 27654 27672 D LeakCanary: Checking retained object because app became invisible 05-03 22:19:00.609 27654 27672 D LeakCanary: No retained objects 05-03 22:19:02.357 27654 27654 I FSQ : -> Verify token 05-03 22:19:02.358 27654 27948 I FSQ : <- Verify token 05-03 22:19:02.378 27654 27654 I Simpletask: onCreate 05-03 22:19:02.402 27654 27654 I FSQ : -> Verify token 05-03 22:19:02.402 27654 27950 I FSQ : <- Verify token 05-03 22:19:02.404 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:19:02.405 27654 27654 I Simpletask: onResume 05-03 22:19:02.405 27654 27654 I FSQ : -> Reload 05-03 22:19:02.405 27654 27654 I Simpletask: onResume -> handleIntent 05-03 22:19:02.405 27654 27654 I FSQ : -> Verify token 05-03 22:19:02.405 27654 27853 I FSQ : <- Reload 05-03 22:19:02.405 27654 27853 D TodoList: Reload: Main activity resume 05-03 22:19:02.405 27654 27853 I FSQ : -> Verify token 05-03 22:19:02.405 27654 27869 I FSQ : <- Verify token 05-03 22:19:02.406 27654 27853 D TodoList: Executing reloadaction 05-03 22:19:02.406 27654 27853 I Util : Sending file sync start broadcast 05-03 22:19:02.406 27654 27678 I FSQ : <- Verify token 05-03 22:19:02.406 27654 27654 I Simpletask: handleIntent: from m_prefs state 05-03 22:19:02.407 27654 27654 I TaskAdapter: Text size = 14.0 05-03 22:19:02.407 27654 27654 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@a6347cc 05-03 22:19:02.407 27654 27654 D TodoList: Getting sorted and filtered tasks 05-03 22:19:02.409 27654 27654 D TodoList: Sorting and filtering tasks took 2 ms 05-03 22:19:02.409 27654 27654 I TaskAdapter: Restoring scroll offset 0, 0 05-03 22:19:02.410 27654 27654 I Simpletask: onResume <- handleIntent 05-03 22:19:02.410 27654 27654 D Event : update UI for event RESUME 05-03 22:19:02.410 27654 27654 D Simpletask: Update applyFilter bar 05-03 22:19:02.412 27654 27654 D Simpletask: Update applyFilter bar 05-03 22:19:02.475 27654 27654 I Simpletask: Recreating options menu 05-03 22:19:02.475 27654 27654 D Simpletask: Handle mode 05-03 22:19:02.551 27654 27853 I TodoList: Remote version is different, sync 05-03 22:19:02.551 27654 27853 I FileStore: Loading file from Dropbox: /todo/todo.txt 05-03 22:19:02.551 27654 27853 I FSQ : -> Verify token 05-03 22:19:02.551 27654 27960 I FSQ : <- Verify token 05-03 22:19:02.641 27654 27950 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:19:02.644 27654 27948 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:19:02.649 27654 27869 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:19:02.661 27654 27678 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:19:02.698 27654 27853 E TodoList: TodoList load failed: /todo/todo.txt 05-03 22:19:02.698 27654 27853 E TodoList: com.dropbox.core.NetworkIOException: Read error: ssl=0x769a010e98: Failure in SSL library, usually a protocol error 05-03 22:19:02.698 27654 27853 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba0319d8:0x00000001) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:245) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:157) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:152) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:284) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.downloadStyle(DbxRawClientV2.java:152) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:896) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:925) 05-03 22:19:02.698 27654 27853 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.loadTasksFromFile(FileStore.kt:96) 05-03 22:19:02.698 27654 27853 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:259) 05-03 22:19:02.698 27654 27853 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:25) 05-03 22:19:02.698 27654 27853 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:243) 05-03 22:19:02.698 27654 27853 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:25) 05-03 22:19:02.698 27654 27853 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:16) 05-03 22:19:02.698 27654 27853 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:9) 05-03 22:19:02.698 27654 27853 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:143) 05-03 22:19:02.698 27654 27853 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 05-03 22:19:02.698 27654 27853 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 05-03 22:19:02.698 27654 27853 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 05-03 22:19:02.698 27654 27853 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 05-03 22:19:02.698 27654 27853 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 05-03 22:19:02.698 27654 27853 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 05-03 22:19:02.698 27654 27853 E TodoList: at java.lang.Thread.run(Thread.java:920) 05-03 22:19:02.698 27654 27853 E TodoList: Caused by: javax.net.ssl.SSLHandshakeException: Read error: ssl=0x769a010e98: Failure in SSL library, usually a protocol error 05-03 22:19:02.698 27654 27853 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba0319d8:0x00000001) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:363) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngine.convertException(ConscryptEngine.java:1134) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:919) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:747) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:712) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:858) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.access$100(ConscryptEngineSocket.java:731) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.doHandshake(ConscryptEngineSocket.java:241) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.startHandshake(ConscryptEngineSocket.java:220) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:186) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:128) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:97) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:465) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:131) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:262) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:219) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:30) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.getOutputStream(StandardHttpRequestor.java:123) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.access$000(StandardHttpRequestor.java:28) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.http.StandardHttpRequestor$Uploader.(StandardHttpRequestor.java:133) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:72) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:28) 05-03 22:19:02.698 27654 27853 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:237) 05-03 22:19:02.698 27654 27853 E TodoList: ... 21 more 05-03 22:19:02.698 27654 27853 E TodoList: Caused by: javax.net.ssl.SSLProtocolException: Read error: ssl=0x769a010e98: Failure in SSL library, usually a protocol error 05-03 22:19:02.698 27654 27853 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba0319d8:0x00000001) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.NativeCrypto.ENGINE_SSL_read_direct(Native Method) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.NativeSsl.readDirectByteBuffer(NativeSsl.java:569) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextDataDirect(ConscryptEngine.java:1095) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextData(ConscryptEngine.java:1079) 05-03 22:19:02.698 27654 27853 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:876) 05-03 22:19:02.698 27654 27853 E TodoList: ... 46 more 05-03 22:19:02.698 27654 27853 I TodoList: TodoList loaded from filestore 05-03 22:19:02.698 27654 27853 I Util : Sending file sync done changed broadcast 05-03 22:19:02.739 27654 27654 D LeakCanary: Watching instance of androidx.lifecycle.ReportFragment with key 40158eb3-bbba-4908-ae30-c74419d208fe 05-03 22:19:02.740 27654 27654 D LeakCanary: Watching instance of nl.mpcjanssen.simpletask.remote.LoginScreen with key d2e40d6e-5938-4b3a-a96c-c9eb35fdb4b9 05-03 22:19:02.741 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:19:02.938 27654 27960 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:19:03.613 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:03.613 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:03.613 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:03.613 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:03.613 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:03.613 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:03.614 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:03.614 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:03.614 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:07.730 27654 27654 I Simpletask: onMenuItemSelected: 2131296671 05-03 22:19:07.752 27654 27672 D LeakCanary: Checking retained object because found new object retained 05-03 22:19:07.774 27654 27672 I dotxtholo.debu: Explicit concurrent copying GC freed 47407(2459KB) AllocSpace objects, 11(220KB) LOS objects, 79% free, 6230KB/30MB, paused 67us,29us total 21.836ms 05-03 22:19:07.790 27654 27654 I Preferences: Registering broadcast receiver 05-03 22:19:07.792 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:19:07.831 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:07.831 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:07.831 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:07.831 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:07.831 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:07.832 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:07.832 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:19:07.874 27654 27672 D LeakCanary: No retained objects 05-03 22:19:07.875 27654 27672 D LeakCanary: Checking retained object because found new object retained 05-03 22:19:07.875 27654 27672 D LeakCanary: No retained objects 05-03 22:19:08.079 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a1bb220 (MenuPopupWindow$MenuDropDownListView) with handle 0x762a11f880 05-03 22:20:31.855 27654 27654 I Simpletask: onResume 05-03 22:20:31.855 27654 27654 I FSQ : -> Reload 05-03 22:20:31.855 27654 27654 I Simpletask: onResume -> handleIntent 05-03 22:20:31.855 27654 27654 I FSQ : -> Verify token 05-03 22:20:31.855 27654 27872 I FSQ : <- Reload 05-03 22:20:31.855 27654 27872 D TodoList: Reload: Main activity resume 05-03 22:20:31.855 27654 27872 I FSQ : -> Verify token 05-03 22:20:31.855 27654 27868 I FSQ : <- Verify token 05-03 22:20:31.855 27654 27872 D TodoList: Executing reloadaction 05-03 22:20:31.855 27654 27872 I Util : Sending file sync start broadcast 05-03 22:20:31.855 27654 27893 I FSQ : <- Verify token 05-03 22:20:31.856 27654 27654 I Simpletask: handleIntent: from m_prefs state 05-03 22:20:31.858 27654 27654 I TaskAdapter: Text size = 14.0 05-03 22:20:31.858 27654 27654 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@a6347cc 05-03 22:20:31.858 27654 27654 D TodoList: Getting sorted and filtered tasks 05-03 22:20:31.860 27654 27654 D TodoList: Sorting and filtering tasks took 2 ms 05-03 22:20:31.861 27654 27654 I TaskAdapter: Restoring scroll offset 0, 0 05-03 22:20:31.861 27654 27654 I Simpletask: onResume <- handleIntent 05-03 22:20:31.861 27654 27654 D Event : update UI for event RESUME 05-03 22:20:31.862 27654 27654 D Simpletask: Update applyFilter bar 05-03 22:20:31.863 27654 27654 D Simpletask: Update applyFilter bar 05-03 22:20:32.204 27654 27872 I TodoList: Remote version is different, sync 05-03 22:20:32.204 27654 27872 I FileStore: Loading file from Dropbox: /todo/todo.txt 05-03 22:20:32.204 27654 27872 I FSQ : -> Verify token 05-03 22:20:32.204 27654 27856 I FSQ : <- Verify token 05-03 22:20:32.299 27654 27868 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:20:32.299 27654 27893 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:20:32.331 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a03b4c0 (RippleDrawable) with handle 0x762a0deff0 05-03 22:20:32.342 27654 27654 D LeakCanary: Watching instance of nl.mpcjanssen.simpletask.Preferences with key 8a8ee8ea-d8f6-4f6d-981d-06fd5977d236 05-03 22:20:32.539 27654 27872 E TodoList: TodoList load failed: /todo/todo.txt 05-03 22:20:32.539 27654 27872 E TodoList: com.dropbox.core.NetworkIOException: Read error: ssl=0x769a08b058: Failure in SSL library, usually a protocol error 05-03 22:20:32.539 27654 27872 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba037078:0x00000001) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:245) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:157) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:152) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:284) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.downloadStyle(DbxRawClientV2.java:152) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:896) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:925) 05-03 22:20:32.539 27654 27872 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.loadTasksFromFile(FileStore.kt:96) 05-03 22:20:32.539 27654 27872 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:259) 05-03 22:20:32.539 27654 27872 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:25) 05-03 22:20:32.539 27654 27872 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:243) 05-03 22:20:32.539 27654 27872 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:25) 05-03 22:20:32.539 27654 27872 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:16) 05-03 22:20:32.539 27654 27872 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:9) 05-03 22:20:32.539 27654 27872 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:143) 05-03 22:20:32.539 27654 27872 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 05-03 22:20:32.539 27654 27872 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 05-03 22:20:32.539 27654 27872 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 05-03 22:20:32.539 27654 27872 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 05-03 22:20:32.539 27654 27872 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 05-03 22:20:32.539 27654 27872 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 05-03 22:20:32.539 27654 27872 E TodoList: at java.lang.Thread.run(Thread.java:920) 05-03 22:20:32.539 27654 27872 E TodoList: Caused by: javax.net.ssl.SSLHandshakeException: Read error: ssl=0x769a08b058: Failure in SSL library, usually a protocol error 05-03 22:20:32.539 27654 27872 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba037078:0x00000001) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:363) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngine.convertException(ConscryptEngine.java:1134) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:919) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:747) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:712) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:858) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.access$100(ConscryptEngineSocket.java:731) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.doHandshake(ConscryptEngineSocket.java:241) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.startHandshake(ConscryptEngineSocket.java:220) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:186) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:128) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:97) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:465) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:131) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:262) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:219) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:30) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.getOutputStream(StandardHttpRequestor.java:123) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.access$000(StandardHttpRequestor.java:28) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.http.StandardHttpRequestor$Uploader.(StandardHttpRequestor.java:133) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:72) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:28) 05-03 22:20:32.539 27654 27872 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:237) 05-03 22:20:32.539 27654 27872 E TodoList: ... 21 more 05-03 22:20:32.539 27654 27872 E TodoList: Caused by: javax.net.ssl.SSLProtocolException: Read error: ssl=0x769a08b058: Failure in SSL library, usually a protocol error 05-03 22:20:32.539 27654 27872 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba037078:0x00000001) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.NativeCrypto.ENGINE_SSL_read_direct(Native Method) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.NativeSsl.readDirectByteBuffer(NativeSsl.java:569) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextDataDirect(ConscryptEngine.java:1095) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextData(ConscryptEngine.java:1079) 05-03 22:20:32.539 27654 27872 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:876) 05-03 22:20:32.539 27654 27872 E TodoList: ... 46 more 05-03 22:20:32.539 27654 27872 I TodoList: TodoList loaded from filestore 05-03 22:20:32.539 27654 27872 I Util : Sending file sync done changed broadcast 05-03 22:20:32.776 27654 27856 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:20:34.557 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:34.557 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:34.557 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:34.558 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:34.558 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:34.558 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:34.558 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:34.558 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:34.558 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:20:36.849 27654 27654 I Simpletask: onMenuItemSelected: 2131296756 05-03 22:20:36.850 27654 27654 I Util : Sending file changed broadcast 05-03 22:20:36.884 27654 27654 I TodoApplication: Received broadcast FILE_SYNC 05-03 22:20:36.885 27654 27654 I TodoApplication: Loading todolist 05-03 22:20:36.885 27654 27654 I FSQ : -> Reload 05-03 22:20:36.887 27654 27894 I FSQ : <- Reload 05-03 22:20:36.887 27654 27894 D TodoList: Reload: From BROADCAST_FILE_SYNC 05-03 22:20:36.888 27654 27894 I FSQ : -> Verify token 05-03 22:20:36.888 27654 27894 D TodoList: Executing reloadaction 05-03 22:20:36.888 27654 27892 I FSQ : <- Verify token 05-03 22:20:36.888 27654 27894 I Util : Sending file sync start broadcast 05-03 22:20:37.057 27654 27894 I TodoList: Remote version is different, sync 05-03 22:20:37.057 27654 27894 I FileStore: Loading file from Dropbox: /todo/todo.txt 05-03 22:20:37.057 27654 27894 I FSQ : -> Verify token 05-03 22:20:37.057 27654 27867 I FSQ : <- Verify token 05-03 22:20:37.200 27654 27892 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:20:37.216 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a1798d0 (MenuPopupWindow$MenuDropDownListView) with handle 0x762a10a580 05-03 22:20:37.226 27654 27894 E TodoList: TodoList load failed: /todo/todo.txt 05-03 22:20:37.226 27654 27894 E TodoList: com.dropbox.core.NetworkIOException: Read error: ssl=0x769a04cf58: Failure in SSL library, usually a protocol error 05-03 22:20:37.226 27654 27894 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba02c9f8:0x00000001) 05-03 22:20:37.226 27654 27894 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:245) 05-03 22:20:37.226 27654 27894 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:157) 05-03 22:20:37.226 27654 27894 E TodoList: at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:152) 05-03 22:20:37.226 27654 27894 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:284) 05-03 22:20:37.226 27654 27894 E TodoList: at com.dropbox.core.v2.DbxRawClientV2.downloadStyle(DbxRawClientV2.java:152) 05-03 22:20:37.226 27654 27894 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:896) 05-03 22:20:37.226 27654 27894 E TodoList: at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:925) 05-03 22:20:37.226 27654 27894 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.loadTasksFromFile(FileStore.kt:96) 05-03 22:20:37.226 27654 27894 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:259) 05-03 22:20:37.226 27654 27894 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:25) 05-03 22:20:37.226 27654 27894 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:243) 05-03 22:20:37.226 27654 27894 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:25) 05-03 22:20:37.226 27654 27894 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:16) 05-03 22:20:37.226 27654 27894 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:9) 05-03 22:20:37.226 27654 27894 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:143) 05-03 22:20:37.226 27654 27894 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 05-03 22:20:37.226 27654 27894 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 05-03 22:20:37.226 27654 27894 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 05-03 22:20:37.226 27654 27894 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 05-03 22:20:37.226 27654 27894 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 05-03 22:20:37.226 27654 27894 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 05-03 22:20:37.226 27654 27894 E TodoList: at java.lang.Thread.run(Thread.java:920) 05-03 22:20:37.226 27654 27894 E TodoList: Caused by: javax.net.ssl.SSLHandshakeException: Read error: ssl=0x769a04cf58: Failure in SSL library, usually a protocol error 05-03 22:20:37.226 27654 27894 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba02c9f8:0x00000001) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:363) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngine.convertException(ConscryptEngine.java:1134) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:919) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:747) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:712) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:858) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.access$100(ConscryptEngineSocket.java:731) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.doHandshake(ConscryptEngineSocket.java:241) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngineSocket.startHandshake(ConscryptEngineSocket.java:220) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:186) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:128) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:97) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:465) 05-03 22:20:37.226 27654 27894 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:131) 05-03 22:20:37.227 27654 27894 E TodoList: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:262) 05-03 22:20:37.227 27654 27894 E TodoList: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:219) 05-03 22:20:37.227 27654 27894 E TodoList: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:30) 05-03 22:20:37.227 27654 27894 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.getOutputStream(StandardHttpRequestor.java:123) 05-03 22:20:37.227 27654 27894 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.access$000(StandardHttpRequestor.java:28) 05-03 22:20:37.227 27654 27894 E TodoList: at com.dropbox.core.http.StandardHttpRequestor$Uploader.(StandardHttpRequestor.java:133) 05-03 22:20:37.227 27654 27894 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:72) 05-03 22:20:37.227 27654 27894 E TodoList: at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:28) 05-03 22:20:37.227 27654 27894 E TodoList: at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:237) 05-03 22:20:37.227 27654 27894 E TodoList: ... 21 more 05-03 22:20:37.227 27654 27894 E TodoList: Caused by: javax.net.ssl.SSLProtocolException: Read error: ssl=0x769a04cf58: Failure in SSL library, usually a protocol error 05-03 22:20:37.227 27654 27894 E TodoList: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/tls_record.cc:594 0x76ba02c9f8:0x00000001) 05-03 22:20:37.227 27654 27894 E TodoList: at com.android.org.conscrypt.NativeCrypto.ENGINE_SSL_read_direct(Native Method) 05-03 22:20:37.227 27654 27894 E TodoList: at com.android.org.conscrypt.NativeSsl.readDirectByteBuffer(NativeSsl.java:569) 05-03 22:20:37.227 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextDataDirect(ConscryptEngine.java:1095) 05-03 22:20:37.227 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngine.readPlaintextData(ConscryptEngine.java:1079) 05-03 22:20:37.227 27654 27894 E TodoList: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:876) 05-03 22:20:37.227 27654 27894 E TodoList: ... 46 more 05-03 22:20:37.227 27654 27894 I TodoList: TodoList loaded from filestore 05-03 22:20:37.227 27654 27894 I Util : Sending file sync done changed broadcast 05-03 22:20:37.297 27654 27867 D FileStore: Authenticated for dropbox@dyob.ca 05-03 22:20:37.345 27654 27672 D LeakCanary: Checking retained object because found new object retained 05-03 22:20:37.373 27654 27672 I dotxtholo.debu: Explicit concurrent copying GC freed 42421(2283KB) AllocSpace objects, 9(180KB) LOS objects, 78% free, 6808KB/30MB, paused 55us,35us total 27.652ms 05-03 22:20:37.476 27654 27672 D LeakCanary: No retained objects 05-03 22:21:43.746 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:43.746 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:43.746 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:43.746 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:43.746 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:43.747 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:43.747 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:43.747 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:43.747 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:45.684 27654 27654 I Simpletask: onMenuItemSelected: 2131296671 05-03 22:21:45.727 27654 27654 I Preferences: Registering broadcast receiver 05-03 22:21:45.729 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:21:45.768 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:45.768 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:45.768 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:45.768 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:45.769 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:45.769 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:45.769 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:46.019 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a16d140 (MenuPopupWindow$MenuDropDownListView) with handle 0x762a10e000 05-03 22:21:53.693 27654 27654 D InsetsController: show(ime(), fromIme=false) 05-03 22:21:53.743 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:53.743 27654 27654 D CompatibilityChangeReporter: Compat change id reported: 163400105; UID 10399; state: DISABLED 05-03 22:21:53.744 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:21:53.756 27654 27654 I AssistStructure: Flattened final assist data: 8596 bytes, containing 2 windows, 63 views 05-03 22:21:53.798 27654 27654 D InputMethodManager: showSoftInput() view=android.widget.EditText{80b2798 VFED..CL. .F...... 55,55-881,179 #1020003 android:id/edit aid=1073741937} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API 05-03 22:21:53.979 27654 27654 D InsetsController: show(ime(), fromIme=true) 05-03 22:21:56.420 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a0ab8d0 (RippleDrawable) with handle 0x762a0a6e90 05-03 22:22:17.224 27654 27672 D LeakCanary: Checking retained object because app became invisible 05-03 22:22:17.224 27654 27672 D LeakCanary: No retained objects 05-03 22:24:26.657 27654 27654 D InsetsController: show(ime(), fromIme=false) 05-03 22:24:26.702 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:24:26.703 27654 27654 W TextView: onProvideContentCaptureStructure(): calling assumeLayout() 05-03 22:24:26.747 27654 27654 D InputMethodManager: showSoftInput() view=android.widget.EditText{80b2798 VFED..CL. .F...... 55,55-881,179 #1020003 android:id/edit aid=1073741937} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API 05-03 22:24:26.787 27654 27654 D InsetsController: show(ime(), fromIme=true) 05-03 22:24:28.336 27654 27654 D InputMethodManager: showSoftInput() view=android.widget.EditText{80b2798 VFED..CL. .F.P..ID 55,55-881,179 #1020003 android:id/edit aid=1073741937} flags=0 reason=SHOW_SOFT_INPUT 05-03 22:24:28.374 27654 27654 D InsetsController: show(ime(), fromIme=true) 05-03 22:24:30.843 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a1873b0 (RippleDrawable) with handle 0x762a10b6c0 05-03 22:24:33.120 27654 27654 I ContentCaptureHelper: Setting logging level to OFF 05-03 22:24:33.650 27654 27675 D OpenGLRenderer: endAllActiveAnimators on 0x771a10c1d0 (ListView) with handle 0x762a10eed0

mpcjanssen commented 2 years ago

@boydthomson try with https://mpcjanssen.nl/artifacts/master/app-dropbox-release.apk

a-ross commented 2 years ago

I had the same problem. Thank you for posting this link. And thank you for the past two years of helping me be organized.