android icon indicating copy to clipboard operation
android copied to clipboard

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

Open FungY911 opened this issue 1 year ago • 2 comments

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

FungY911 avatar Jun 01 '24 17:06 FungY911

Reproduction steps?

joshtrichards avatar Jun 13 '24 13:06 joshtrichards

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

joshtrichards avatar Jun 13 '24 13:06 joshtrichards

Fixed in #13084

joshtrichards avatar Jul 05 '24 17:07 joshtrichards