You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick reply sometimes throw an exception(probably cause of #64). See log below
2023-12-25 17:47:28.892 10980-11179 xtcloudservices com.polar.nextcloudservices W Accessing hidden method Landroid/app/ActivityThread;->currentApplication()Landroid/app/Application; (unsupported, reflection, allowed)
2023-12-25 17:47:28.892 10980-11179 System.err com.polar.nextcloudservices W com.nextcloud.android.sso.exceptions.NextcloudHttpRequestFailedException: Помилка HTTP запиту з таким статус-кодом HTTP: 404
2023-12-25 17:47:28.892 10980-11179 System.err com.polar.nextcloudservices W at com.nextcloud.android.sso.api.AidlNetworkRequest.performNetworkRequest(AidlNetworkRequest.java:228)
2023-12-25 17:47:28.892 10980-11179 System.err com.polar.nextcloudservices W at com.nextcloud.android.sso.api.NextcloudAPI.performNetworkRequest(NextcloudAPI.java:188)
2023-12-25 17:47:28.892 10980-11179 System.err com.polar.nextcloudservices W at com.polar.nextcloudservices.API.NextcloudSSOAPI.sendTalkReply(NextcloudSSOAPI.java:138)
2023-12-25 17:47:28.892 10980-11179 System.err com.polar.nextcloudservices W at com.polar.nextcloudservices.Notification.Processors.spreed.NextcloudTalkProcessor.lambda$onNotificationEvent$0(NextcloudTalkProcessor.java:267)
2023-12-25 17:47:28.892 10980-11179 System.err com.polar.nextcloudservices W at com.polar.nextcloudservices.Notification.Processors.spreed.NextcloudTalkProcessor$$ExternalSyntheticLambda0.run(Unknown Source:8)
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W at java.lang.Thread.run(Thread.java:1012)
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W Caused by: java.lang.IllegalStateException: <?xml version="1.0"?>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W <ocs>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W <meta>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W <status>failure</status>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W <statuscode>404</statuscode>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W <message>Invalid query, please check the syntax. API specifications are here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services.
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W </message>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W </meta>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W <data/>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W </ocs>
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W at com.nextcloud.android.sso.InputStreamBinder.processRequest(InputStreamBinder.java:386)
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W at com.nextcloud.android.sso.InputStreamBinder.performNextcloudRequestAndBodyStream(InputStreamBinder.java:171)
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W at com.nextcloud.android.sso.InputStreamBinder.performNextcloudRequest(InputStreamBinder.java:148)
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W at com.nextcloud.android.sso.aidl.IInputStreamService$Stub.onTransact(IInputStreamService.java:90)
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W at android.os.Binder.execTransactInternal(Binder.java:1311)
2023-12-25 17:47:28.893 10980-11179 System.err com.polar.nextcloudservices W at android.os.Binder.execTransact(Binder.java:1270)
The text was updated successfully, but these errors were encountered:
0xf104a
added
bug
Something isn't working
investigate
The issue requires investigation and currently can't be labeled as bug or feature request certainly
labels
Dec 25, 2023
0xf104a
added
test
The issue is resolved, a testing is required
and removed
investigate
The issue requires investigation and currently can't be labeled as bug or feature request certainly
labels
Jan 5, 2024
Quick reply sometimes throw an exception(probably cause of #64). See log below
The text was updated successfully, but these errors were encountered: