Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick reply to talk notification throws an exception #73

Closed
0xf104a opened this issue Dec 25, 2023 · 0 comments
Closed

Quick reply to talk notification throws an exception #73

0xf104a opened this issue Dec 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@0xf104a
Copy link
Owner

0xf104a commented Dec 25, 2023

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)
@0xf104a 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 0xf104a added this to the 1.1-beta18 milestone Dec 25, 2023
@0xf104a 0xf104a self-assigned this Dec 25, 2023
0xf104a added a commit that referenced this issue Dec 25, 2023
@0xf104a 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
0xf104a added a commit that referenced this issue Mar 5, 2024
@0xf104a 0xf104a removed the test The issue is resolved, a testing is required label Mar 5, 2024
@0xf104a 0xf104a closed this as completed Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant