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

Crash on data update #10

Open
richardmansfield opened this issue Feb 28, 2017 · 1 comment
Open

Crash on data update #10

richardmansfield opened this issue Feb 28, 2017 · 1 comment

Comments

@richardmansfield
Copy link

Since about 13 Feb, the app has crashed for me every time it tries to update. It also happens to a friend of mine, and it seems a few recent commenters over at google play have the same problem. Some logcat messages:

02-28 20:56:35.683  4739  4796 I ActivityManager: Start proc 31854:biz.shadowservices.DegreesToolbox/u0a67 for broadcast biz.shadowservices.DegreesToolbox/.UpdateReciever
02-28 20:56:36.814  4739 23894 D ConnectivityService: Returning unblocked NetworkInfo to uid=10067
02-28 20:56:37.874  4739  4784 I ActivityManager: Start proc 31876:biz.shadowservices.DegreesToolbox:exceptionReporter/u0a67 for service biz.shadowservices.DegreesToolbox/de.quist.app.errorreporter.ExceptionReportService
02-28 20:56:37.876 31854 31871 E AndroidRuntime: FATAL EXCEPTION: Thread-1
02-28 20:56:37.876 31854 31871 E AndroidRuntime: Process: biz.shadowservices.DegreesToolbox, PID: 31854
02-28 20:56:37.876 31854 31871 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.jsoup.nodes.Element.attr(java.lang.String)' on a null object reference
02-28 20:56:37.876 31854 31871 E AndroidRuntime:        at biz.shadowservices.DegreesToolbox.DataFetcher.updateData(DataFetcher.java:193)
02-28 20:56:37.876 31854 31871 E AndroidRuntime:        at biz.shadowservices.DegreesToolbox.UpdateWidgetService.run(UpdateWidgetService.java:117)
02-28 20:56:37.876 31854 31871 E AndroidRuntime:        at java.lang.Thread.run(Thread.java:761)

02-28 21:57:21.940  4739  5193 I ActivityManager: Start proc 4166:biz.shadowservices.DegreesToolbox:exceptionReporter/u0a67 for service biz.shadowservices.DegreesToolbox/de.quist.app.errorreporter.ExceptionReportService
02-28 21:57:21.943  4135  4163 E AndroidRuntime: FATAL EXCEPTION: Thread-1
02-28 21:57:21.943  4135  4163 E AndroidRuntime: Process: biz.shadowservices.DegreesToolbox, PID: 4135
02-28 21:57:21.943  4135  4163 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.jsoup.nodes.Element.attr(java.lang.String)' on a null object reference
02-28 21:57:21.943  4135  4163 E AndroidRuntime: 	at biz.shadowservices.DegreesToolbox.DataFetcher.updateData(DataFetcher.java:193)
02-28 21:57:21.943  4135  4163 E AndroidRuntime: 	at biz.shadowservices.DegreesToolbox.UpdateWidgetService.run(UpdateWidgetService.java:117)
02-28 21:57:21.943  4135  4163 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:761)
02-28 21:57:21.946  4739  8265 W ActivityManager:   Force finishing activity biz.shadowservices.DegreesToolbox/.MainActivity
@MadAsKiwi
Copy link

Sorry for speaking out of turn, but I would say that this is directly related to the system failures at 2dm.

Jordan, if you are still developing this app, if possible, could you add a timeout that stops the app from trying to contact the 2dm system to try and stop this from happening? If you need a tester (once 2dm's systems are back up), please let me know and I will be happy to help

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