You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'int com.getpebble.android.kit.util.PebbleTuple$TupleType.ordinal()' on a null object reference
at com.getpebble.android.kit.util.PebbleDictionary.fromJson(PebbleDictionary.java:320)
at com.getpebble.android.kit.PebbleKit$PebbleDataReceiver.onReceive(PebbleKit.java:552)
at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:885)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:224)
at android.app.ActivityThread.main(ActivityThread.java:5526)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
The text was updated successfully, but these errors were encountered:
Ok, may i ask why the crash happened and how can i reproduce it? i just wanna make sure the problem is not caused from our side and verify this issue is surely fixed.
The crash was seen in some Locales (e.g. Turkish) due to a fault in processing inbound messages from the watch, because of Locale-specific String processing inside the PebbleKit library
jay3
added a commit
to jay3/Ventoo-AndroidApp
that referenced
this issue
Aug 23, 2017
Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'int com.getpebble.android.kit.util.PebbleTuple$TupleType.ordinal()' on a null object reference
at com.getpebble.android.kit.util.PebbleDictionary.fromJson(PebbleDictionary.java:320)
at com.getpebble.android.kit.PebbleKit$PebbleDataReceiver.onReceive(PebbleKit.java:552)
at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:885)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:224)
at android.app.ActivityThread.main(ActivityThread.java:5526)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
The text was updated successfully, but these errors were encountered: