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

Crash: NullPointerException: Attempt to read from field 'androidx.recyclerview.widget.RecyclerView com.owncloud.android.databinding.FileDetailsActivitiesFragmentBinding.list' on a null object reference #9351

Open
samkraju opened this issue Nov 23, 2021 · 0 comments
Labels
bug performance: NPE 🚫 NullPointerException / Null Pointer Exception

Comments

@samkraju
Copy link

samkraju commented Nov 23, 2021

************ CAUSE OF ERROR ************

java.lang.NullPointerException: Attempt to read from field 'androidx.recyclerview.widget.RecyclerView com.owncloud.android.databinding.FileDetailsActivitiesFragmentBinding.list' on a null object reference
	at com.owncloud.android.ui.fragment.FileDetailActivitiesFragment$1.onError(FileDetailActivitiesFragment.java:173)
	at com.owncloud.android.ui.fragment.FileDetailActivitiesFragment$SubmitCommentTask.onPostExecute(FileDetailActivitiesFragment.java:491)
	at com.owncloud.android.ui.fragment.FileDetailActivitiesFragment$SubmitCommentTask.onPostExecute(FileDetailActivitiesFragment.java:460)
	at android.os.AsyncTask.finish(AsyncTask.java:695)
	at android.os.AsyncTask.-wrap1(Unknown Source:0)
	at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:712)
	at android.os.Handler.dispatchMessage(Handler.java:105)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6710)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:770)

************ APP INFORMATION ************
ID: com.nextcloud.client
Version: 30180090
Build flavor: gplay

************ DEVICE INFORMATION ************
Brand: lge
Device: lucye
Model: LG-H870S
Id: OPR1.170623.032
Product: lucye_global_com

************ FIRMWARE ************
SDK: 26
Release: 8.0.0
Incremental: 1921419066e9f

@samkraju samkraju added the bug label Nov 23, 2021
@joshtrichards joshtrichards changed the title Nextcloud android app crash Crash: NullPointerException: Attempt to read from field 'androidx.recyclerview.widget.RecyclerView com.owncloud.android.databinding.FileDetailsActivitiesFragmentBinding.list' on a null object reference Oct 10, 2023
@joshtrichards joshtrichards added the performance: general/non-specific lag, ANR, etc and rarer exceptions/errors that don't have their own labels label Oct 16, 2023
@joshtrichards joshtrichards added performance: NPE 🚫 NullPointerException / Null Pointer Exception and removed performance: general/non-specific lag, ANR, etc and rarer exceptions/errors that don't have their own labels labels Dec 20, 2023
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
Projects
None yet
Development

No branches or pull requests

2 participants