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

Failed to list files at given content uri path #2888

Closed
amaze-issue-automation bot opened this issue Oct 10, 2021 · 1 comment
Closed

Failed to list files at given content uri path #2888

amaze-issue-automation bot opened this issue Oct 10, 2021 · 1 comment
Labels
Area-USB For USB (OTG storage) Crash-NullPointerException From-telegram Issue reported through telegram channel Issue-Bug Related unexpected behavior or something worth investigating.

Comments

@amaze-issue-automation
Copy link

Issue explanation (write below this line)

Exception

  • App Name: Amaze
  • Package: com.amaze.filemanager
  • Version: 3.6.3
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 11 - 30
  • Device: OnePlus7Pro
  • Model: GM1913
  • Product: OnePlus7Pro_EEA
Crash log

java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:415)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Caused by: java.lang.NullPointerException
at com.amaze.filemanager.utils.OTGUtil.getDocumentFiles(OTGUtil.kt:113)
at com.amaze.filemanager.filesystem.HybridFile.forEachChildrenFile(HybridFile.java:880)
at com.amaze.filemanager.asynchronous.asynctasks.PrepareCopyTask.checkConflicts(PrepareCopyTask.java:160)
at com.amaze.filemanager.asynchronous.asynctasks.PrepareCopyTask.access$400(PrepareCopyTask.java:69)
at com.amaze.filemanager.asynchronous.asynctasks.PrepareCopyTask$CopyNode.(PrepareCopyTask.java:371)
at com.amaze.filemanager.asynchronous.asynctasks.PrepareCopyTask.doInBackground(PrepareCopyTask.java:152)
at com.amaze.filemanager.asynchronous.asynctasks.PrepareCopyTask.doInBackground(PrepareCopyTask.java:69)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more


Reporter: None

@amaze-issue-automation amaze-issue-automation bot added the From-telegram Issue reported through telegram channel label Oct 10, 2021
@VishalNehra VishalNehra changed the title Crash reported by None Failed to list files at given content uri path Oct 10, 2021
@EmmanuelMess EmmanuelMess added Issue-Bug Related unexpected behavior or something worth investigating. Area-FileOperations Related to file operations (e.g. moving, copying, renaming). Area-USB For USB (OTG storage) and removed Area-FileOperations Related to file operations (e.g. moving, copying, renaming). labels Oct 11, 2021
@TranceLove
Copy link
Collaborator

Possibly fixed with #3534. Closing it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-USB For USB (OTG storage) Crash-NullPointerException From-telegram Issue reported through telegram channel Issue-Bug Related unexpected behavior or something worth investigating.
Projects
None yet
Development

No branches or pull requests

3 participants