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

NullPointerException in RefreshFolderOperation due to null OCFile reference #13740

Open
andrewdnsw opened this issue Oct 8, 2024 · 2 comments
Assignees
Labels
bug performance: NPE 🚫 NullPointerException / Null Pointer Exception stable-3.29

Comments

@andrewdnsw
Copy link

Cause of error

Exception in thread "Thread-69" java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.owncloud.android.datamodel.OCFile.getRemotePath()' on a null object reference
    at com.owncloud.android.operations.RefreshFolderOperation.run(RefreshFolderOperation.java:237)
    at com.owncloud.android.lib.common.operations.RemoteOperation.run(RemoteOperation.java:387)
    at java.lang.Thread.run(Thread.java:1012)

App information

  • ID: com.nextcloud.client
  • Version: 30290290
  • Build flavor: gplay

Device information

  • Brand: samsung
  • Device: dm3q
  • Model: SM-S918B
  • Id: UP1A.231005.007
  • Product: dm3qxxx

Firmware

  • SDK: 34
  • Release: 14
  • Incremental: S918BXXS6CXG8
@alperozturk96
Copy link
Collaborator

Could you try with latest version?

@andrewdnsw
Copy link
Author

andrewdnsw commented Oct 9, 2024

I'll try it, thanks

Upd:

Cause of error

Exception in thread "Thread-27" java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.owncloud.android.datamodel.OCFile.getRemotePath()' on a null object reference
    at com.owncloud.android.operations.RefreshFolderOperation.run(RefreshFolderOperation.java:237)
    at com.owncloud.android.lib.common.operations.RemoteOperation.run(RemoteOperation.java:387)
    at java.lang.Thread.run(Thread.java:1012)

App information

  • ID: com.nextcloud.client
  • Version: 30300151
  • Build flavor: gplay

Device information

  • Brand: samsung
  • Device: dm3q
  • Model: SM-S918B
  • Id: UP1A.231005.007
  • Product: dm3qxxx

Firmware

  • SDK: 34
  • Release: 14
  • Incremental: S918BXXS6CXG8

@alperozturk96 alperozturk96 self-assigned this Oct 9, 2024
@alperozturk96 alperozturk96 linked a pull request Oct 9, 2024 that will close this issue
1 task
@alperozturk96 alperozturk96 changed the title Crash Crash on RefreshFolderOperation Oct 9, 2024
@joshtrichards joshtrichards added bug performance: NPE 🚫 NullPointerException / Null Pointer Exception stable-3.29 labels Oct 9, 2024
@alperozturk96 alperozturk96 changed the title Crash on RefreshFolderOperation NullPointerException in RefreshFolderOperation due to null OCFile reference Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug performance: NPE 🚫 NullPointerException / Null Pointer Exception stable-3.29
Projects
None yet
Development

No branches or pull requests

3 participants