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

[BUG] NPE related to MainFileListViewModel #4065

Closed
jesmrec opened this issue Jun 12, 2023 · 5 comments · Fixed by #4241
Closed

[BUG] NPE related to MainFileListViewModel #4065

jesmrec opened this issue Jun 12, 2023 · 5 comments · Fixed by #4241

Comments

@jesmrec
Copy link
Collaborator

jesmrec commented Jun 12, 2023

Reported in Google Play Console

Exception java.lang.NullPointerException:
  at com.owncloud.android.presentation.files.filelist.MainFileListViewModel$manageBrowseUp$1.invokeSuspend (MainFileListViewModel.kt:232)
  at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
  at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:106)
  at kotlinx.coroutines.internal.LimitedDispatcher.run (LimitedDispatcher.kt:42)
  at kotlinx.coroutines.scheduling.TaskImpl.run (Tasks.kt:95)
  at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.kt:570)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.kt:750)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.kt:677)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.kt:664)
@marekchen
Copy link

Do you have any idea about this issue?
I have the same issue in my project.

@jesmrec
Copy link
Collaborator Author

jesmrec commented Aug 14, 2023

@marekchen no for the moment, we got the stacktrace from the console, but we lack of steps to reproduce. Do you have extra info about the problem?

@marekchen
Copy link

I only have firebase crash report.
Sorry about that.

@marekchen
Copy link

I think the crash reason is use !! operation.
You can check it.

@jesmrec
Copy link
Collaborator Author

jesmrec commented Aug 14, 2023

will check. Also, if you want to contribute with a potential fix, team will review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants