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

Attempt to invoke virtual method 'long com.owncloud.android.datamodel.OCFile.getParentId()' on a null object #13060

Closed
FungY911 opened this issue Jun 1, 2024 · 3 comments
Labels
bug needs info Waiting for info from user(s). Issues with this label will auto-stale. performance: NPE 🚫 NullPointerException / Null Pointer Exception stable-3.29

Comments

@FungY911
Copy link

FungY911 commented Jun 1, 2024

Cause of error

Exception in thread "Thread-39" java.lang.NullPointerException: Attempt to invoke virtual method 'long com.owncloud.android.datamodel.OCFile.getParentId()' on a null object reference
    at com.owncloud.android.operations.RefreshFolderOperation.synchronizeData(RefreshFolderOperation.java:458)
    at com.owncloud.android.operations.RefreshFolderOperation.fetchAndSyncRemoteFolder(RefreshFolderOperation.java:418)
    at com.owncloud.android.operations.RefreshFolderOperation.run(RefreshFolderOperation.java:247)
    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: 30290090
  • Build flavor: gplay

Device information

  • Brand: samsung
  • Device: a52q
  • Model: SM-A525F
  • Id: UP1A.231005.007
  • Product: a52qnseea

Firmware

  • SDK: 34
  • Release: 14
  • Incremental: A525FXXS6EXC9
@joshtrichards joshtrichards added stable-3.29 bug performance: NPE 🚫 NullPointerException / Null Pointer Exception labels Jun 13, 2024
@joshtrichards
Copy link
Member

Reproduction steps?

@joshtrichards
Copy link
Member

Looks similar to #10482, which also never provided us with enough context to look into, unfortunately.

@joshtrichards joshtrichards added the needs info Waiting for info from user(s). Issues with this label will auto-stale. label Jun 13, 2024
@joshtrichards joshtrichards changed the title Crash Attempt to invoke virtual method 'long com.owncloud.android.datamodel.OCFile.getParentId()' on a null object Jun 13, 2024
@joshtrichards
Copy link
Member

Fixed in #13084

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs info Waiting for info from user(s). Issues with this label will auto-stale. performance: NPE 🚫 NullPointerException / Null Pointer Exception stable-3.29
Projects
None yet
Development

No branches or pull requests

2 participants