cbitstech / Purple-Robot

Sensing and automation platform for Android.
Other
38 stars 19 forks source link

Attempt to invoke virtual method 'boolean edu.northwestern.cbits.purple_robot_manager.probes.devices.PebbleProbe.isEnabled(android.content.Context)' on a null object reference #271

Closed ericcf closed 9 years ago

ericcf commented 9 years ago

Here's the full log data:

{
  "package": "edu.northwestern.cbits.purple_robot_manager",
  "version": "1.6.8",
  "event_type": "pr_app_crashed",
  "timestamp": 1439484390,
  "version_code": 10608,
  "os_version": "5.1.1",
  "message": "Attempt to invoke virtual method 'boolean edu.northwestern.cbits.purple_robot_manager.probes.devices.PebbleProbe.isEnabled(android.content.Context)' on a null object reference",
  "user_id": "10da6be54667e32e48593089ea6a016a",
  "os": "android",
  "content_object": {
    "package": "edu.northwestern.cbits.purple_robot_manager",
    "version": "1.6.8",
    "event_type": "pr_app_crashed",
    "timestamp": 1439484390,
    "version_code": 10608,
    "os_version": "5.1.1",
    "message": "Attempt to invoke virtual method 'boolean edu.northwestern.cbits.purple_robot_manager.probes.devices.PebbleProbe.isEnabled(android.content.Context)' on a null object reference",
    "user_id": "10da6be54667e32e48593089ea6a016a",
    "os": "android"
  }
}
audaciouscode commented 9 years ago

Test this against a newer version of PR to see if the problem still occurs.

ericcf commented 9 years ago

This problem seems to have been fixed in a later version.