Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

java.lang.NumberFormatException during SeedVault import #517

Closed
rajivshah3 opened this issue Oct 20, 2018 · 5 comments · Fixed by #569
Closed

java.lang.NumberFormatException during SeedVault import #517

rajivshah3 opened this issue Oct 20, 2018 · 5 comments · Fixed by #569
Labels
Bugsnag This issue is linked to an event in Bugsnag C - Mobile L - Has PR P - Android Platform - Specifically relates to Android T - Bug Type - Bug: Something isn't working

Comments

@rajivshah3
Copy link
Member

rajivshah3 commented Oct 20, 2018

Error in Trinity Mobile

java.lang.NumberFormatException in NavigationActivity
For input string: "raw:/storage/emulated/0/Download/SeedVault20180915-2112.kdbx"

View on Bugsnag

Stacktrace

Long.java:590 java.lang.Long.parseLong
Long.java:804 java.lang.Long.valueOf
PathResolver.java:43 com.RNFetchBlob.Utils.PathResolver.getRealPathFromURI
RNFetchBlobFS.java:1125 com.RNFetchBlob.RNFetchBlobFS.normalizePath
RNFetchBlobFS.java:154 com.RNFetchBlob.RNFetchBlobFS.readFile
RNFetchBlob.java:226 com.RNFetchBlob.RNFetchBlob$6.run
ThreadPoolExecutor.java:1162 java.util.concurrent.ThreadPoolExecutor.runWorker
ThreadPoolExecutor.java:636 java.util.concurrent.ThreadPoolExecutor$Worker.run
Thread.java:764 java.lang.Thread.run

View full stacktrace

Created by Rajiv Shah via Bugsnag

@rajivshah3 rajivshah3 added Bugsnag This issue is linked to an event in Bugsnag T - Bug Type - Bug: Something isn't working P - Android Platform - Specifically relates to Android C - Mobile L - Need to reproduce Lifecycle - Need to reproduce this issue labels Oct 20, 2018
@rajivshah3
Copy link
Member Author

This issue has been linked to an error in Bugsnag
java.lang.NumberFormatException in MainActivity

@mgeier63
Copy link
Contributor

mgeier63 commented Oct 31, 2018

FYI, this happens / is reproducible on Android >= 8, i.e. Oreo and Pie
see issue in rn-fetch-blob

Pull request for rn-fetch-blob module

Please adjust dependency for rn-fetch-blob once accepted and a new version released.

@rajivshah3
Copy link
Member Author

Nice find @mgeier63 , thanks so much! I'll keep an eye on your PR and update rn-fetch-blob once it's merged

@rajivshah3 rajivshah3 removed the L - Need to reproduce Lifecycle - Need to reproduce this issue label Oct 31, 2018
@rajivshah3
Copy link
Member Author

An error linked to this issue has been marked as fixed in Bugsnag
java.lang.NumberFormatException in MainActivity

@rajivshah3
Copy link
Member Author

An error linked to this issue has been marked as fixed in Bugsnag
java.lang.NumberFormatException in MainActivity

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bugsnag This issue is linked to an event in Bugsnag C - Mobile L - Has PR P - Android Platform - Specifically relates to Android T - Bug Type - Bug: Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants