-
-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
Upstream :: SSOSingle-Sign-OnSingle-Sign-On
Description
Describe the bug
The context is same as #710 and I tried to cast all the magic on it.
Two important difference:
- this is a miui 12.5.1 which is a horribly convoluted trashcan of underquality chinese rubbish, what I mean is that it has the nasty habit to kill anyone in dark alleys of the OS
- all other NC apps works, including Deck which I suppose use the exact same method to access.
Apart from that there's nothing special, everyone's non-battery-optimised, full permission, etc etc.
To Reproduce
- open notes
- slide down to refresh
- get timeout and error
Expected behavior
Refreshing, no error.
Smartphone (please complete the following information):
App Version: 3.4.11
App Version Code: 3004011
App Flavor: fdroid
Files App Version Code: 30160190
OS Version: 4.19.113-perf-g2816d656bab3(V12.5.1.0.RJDEUXM)
OS API Level: 30
Device: apollo
Manufacturer: Xiaomi
Model (and Product): M2007J3SG (apollopro_eea)
Server
- Nextcloud version: 21.0.2
- Nextcloud Notes version (server app): 4.0.4
Stacktrace
java.lang.RuntimeException: com.nextcloud.android.sso.exceptions.NextcloudApiNotRespondingException: Nextcloud files app api is not responding. Please report this issue.
at io.reactivex.internal.util.ExceptionHelper.wrapOrThrow(ExceptionHelper.java:46)
at io.reactivex.internal.observers.BlockingMultiObserver.blockingGet(BlockingMultiObserver.java:93)
at io.reactivex.Maybe.blockingGet(Maybe.java:2321)
at io.reactivex.Observable.blockingSingle(Observable.java:5381)
at it.niedermann.owncloud.notes.persistence.NotesServerSyncTask.pullRemoteChanges(NotesServerSyncTask.java:219)
at it.niedermann.owncloud.notes.persistence.NotesServerSyncTask.run(NotesServerSyncTask.java:96)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Caused by: com.nextcloud.android.sso.exceptions.NextcloudApiNotRespondingException: Nextcloud files app api is not responding. Please report this issue.
at com.nextcloud.android.sso.api.AidlNetworkRequest.waitForApi(AidlNetworkRequest.java:147)
at com.nextcloud.android.sso.api.AidlNetworkRequest.performAidlNetworkRequestV2(AidlNetworkRequest.java:278)
at com.nextcloud.android.sso.api.AidlNetworkRequest.performNetworkRequestV2(AidlNetworkRequest.java:165)
at com.nextcloud.android.sso.api.NextcloudAPI.performNetworkRequestV2(NextcloudAPI.java:171)
at com.nextcloud.android.sso.api.NextcloudAPI.lambda$performRequestObservableV2$1$NextcloudAPI(NextcloudAPI.java:110)
at com.nextcloud.android.sso.api.-$$Lambda$NextcloudAPI$8WS9mapJbOYsPgbhBi25vBNYZqI.subscribe(Unknown Source:6)
at io.reactivex.internal.operators.observable.ObservableFromPublisher.subscribeActual(ObservableFromPublisher.java:31)
at io.reactivex.Observable.subscribe(Observable.java:12284)
at io.reactivex.internal.operators.observable.ObservableSingleMaybe.subscribeActual(ObservableSingleMaybe.java:31)
at io.reactivex.Maybe.subscribe(Maybe.java:4290)
at io.reactivex.Maybe.blockingGet(Maybe.java:2320)
... 8 more
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Upstream :: SSOSingle-Sign-OnSingle-Sign-On