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

i alredy build the app but the app keeps crashing after runing from AS #5

Open
tronbiniyam opened this issue Mar 27, 2020 · 1 comment

Comments

@tronbiniyam
Copy link

this is the log i got from my phone
E/AsyncHttpRH: User-space exception detected!
java.lang.NumberFormatException: For input string: "2020-03-26 23:48:35"
at java.lang.Integer.parseInt(Integer.java:608)
at java.lang.Integer.parseInt(Integer.java:643)
at com.dineshneupane.ncovidroid.ui.home.HomeFragment$2.onSuccess(HomeFragment.java:139)
at com.loopj.android.http.AsyncHttpResponseHandler.handleMessage(AsyncHttpResponseHandler.java:354)
at com.loopj.android.http.AsyncHttpResponseHandler$ResponderHandler.handleMessage(AsyncHttpResponseHandler.java:513)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

@DineshNeupane
Copy link
Owner

This is happening because the data source has changed the format of data in which it is provided. Can you please fork the project and correct the issues that would be great. the data source is here: https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports

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