question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NumberFormatException

See original GitHub issue
Fatal Exception: java.lang.NumberFormatException: For input string: "raw:/storage/emulated/0/Download/2612078_L.jpg"
       at java.lang.Long.parseLong(Long.java:590)
       at java.lang.Long.valueOf(Long.java:804)
       at com.kbeanie.multipicker.core.threads.FileProcessorThread.getPathAndMimeType(FileProcessorThread.java:367)
       at com.kbeanie.multipicker.core.threads.FileProcessorThread.getAbsolutePathIfAvailable(FileProcessorThread.java:343)
       at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFile(FileProcessorThread.java:169)
       at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFiles(FileProcessorThread.java:105)
       at com.kbeanie.multipicker.core.threads.FileProcessorThread.run(FileProcessorThread.java:79)

Mostly issue for Android OS 8, library version 1.1.31

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
coomar2841commented, Jun 27, 2018

Need to look into this.

0reactions
coomar2841commented, Nov 16, 2018

This should be fixed. Please check with 1.6. Re-open if the issue exists.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NumberFormatException (Java Platform SE 7 )
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does...
Read more >
NumberFormatException in Java with Examples
The NumberFormatException occurs when an attempt is made to convert a string with improper format into a numeric value.
Read more >
NumberFormatException in Java - Javatpoint
The NumberFormatException is thrown when we try to convert a string into a numeric value such as float or integer, but the format...
Read more >
Understanding the NumberFormatException in Java - Baeldung
Java throws NumberFormatException – an unchecked exception – when it cannot convert a String to a number type.
Read more >
How to handle the NumberFormatException (unchecked) in ...
The NumberFormatException is an unchecked exception thrown by parseXXX() methods when they are unable to format (convert) a string into a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found