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
while running the onMessage method I noticed that from time to time incoming messages throw an error like "java.lang.IllegalStateException: Expected a string but was BEGIN_ARRAY at line 1 column 7984 path $.data.leaf_cert.extensions." .
I did some debugging and found out that the error occurs when a CT-Log entry has the field under "leaf_cert" --> "extensions" --> "extra" that begins with an array. I've added a picture of an entry that produced an error:
CT-Log entries that don't contain this "extra" field get parsed normally. Here's the Stack-Trace:
Hi guys,
while running the onMessage method I noticed that from time to time incoming messages throw an error like
"java.lang.IllegalStateException: Expected a string but was BEGIN_ARRAY at line 1 column 7984 path $.data.leaf_cert.extensions."
.I did some debugging and found out that the error occurs when a CT-Log entry has the field under
"leaf_cert"
-->"extensions"
-->"extra"
that begins with an array. I've added a picture of an entry that produced an error:CT-Log entries that don't contain this "extra" field get parsed normally. Here's the Stack-Trace:
stacktrace.txt
The text was updated successfully, but these errors were encountered: