Description
Sentry Url: https://sentry.io/share/issue/b392449ada9e45049409392eb4c502af/
User Count: 164
Count: 428
First Release: 19.9-rc-2
First Seen: 2022-05-22T15:53:57.358000Z
Last Seen: 2022-06-30T09:16:32Z
24 Hours: 22
30 Days: 429
RuntimeException: JSON Parse error: Unexpected end of input
SyntaxError: JSON Parse error: Unexpected end of input
at com.swmansion.reanimated.AndroidErrorHandler.raise(AndroidErrorHandler.java:6)
at com.swmansion.reanimated.Scheduler.triggerUI(Scheduler.java)
at com.swmansion.reanimated.Scheduler$1.run(Scheduler.java:24)
at com.swmansion.reanimated.Scheduler$2.runGuarded(Scheduler.java:43)
at com.facebook.react.bridge.GuardedRunnable.run(GuardedRunnable.java:31)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:236)
at android.app.ActivityThread.main(ActivityThread.java:7889)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:600)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)
Seems to be related to the reanimated library again (cc @fluiddot ?), yet it's apparently also appearing in 20.1-rc-*
and 20.2-rc-1
(while I think we updated the lib recently).
PS: Reporting here in WPAndroid repo rather than gutenberg-mobile, because (1) I couldn't find a similar "JSON Parse error" in Sentry for WPiOS and (2) I think the groundskeeper (cc @twstokes) mostly triage issues in WPiOS/WPAndroid but they might not think to look and triage issues in gutenberg-mobile, so decided to report it here for visibility after all. Let me know if you prefer I do otherwise for cases like this in the future.