NumberFormatException
See original GitHub issueFatal 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:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Need to look into this.
This should be fixed. Please check with 1.6. Re-open if the issue exists.