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

Crashes when opening a folder #4286

Closed
AmrAlSayed0 opened this issue Nov 28, 2024 · 1 comment
Closed

Crashes when opening a folder #4286

AmrAlSayed0 opened this issue Nov 28, 2024 · 1 comment

Comments

@AmrAlSayed0
Copy link

Issue explanation (write below this line)

Crashes with this exception when opening a folder

Exception

  • App Name: File Manager
  • Package: com.filemanager.lnapp
  • Version: 3.5.97
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 10 - 29
  • Device: beryllium
  • Model: POCOPHONE F1
  • Product: beryllium
Crash log

java.lang.RuntimeException: An error occurred while executing doInBackground()
	at android.os.AsyncTask$4.done(AsyncTask.java:399)
	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:919)
Caused by: java.lang.NumberFormatException: For input string: "1732774532 | frc_1:153233709837:android:574404ccd17ba4551bee44_firebase_activate.json"
	at java.lang.Long.parseLong(Long.java:594)
	at java.lang.Long.parseLong(Long.java:636)
	at com.amaze.filemanager.filesystem.files.FileUtils.parseName(FileUtils.java:942)
	at com.amaze.filemanager.filesystem.root.ListFilesCommand.parseStringForHybridFile(ListFilesCommand.kt:222)
	at com.amaze.filemanager.filesystem.root.ListFilesCommand.listFiles(ListFilesCommand.kt:60)
	at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:265)
	at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:78)
	at android.os.AsyncTask$3.call(AsyncTask.java:378)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	... 3 more


@VishnuSanal
Copy link
Member

dupe #3359

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

No branches or pull requests

2 participants