ndk icon indicating copy to clipboard operation
ndk copied to clipboard

Malformed tags array causes the NDK to break with no error catching

Open mostafa-khaldi opened this issue 8 months ago • 0 comments

Whenever I open a subscription, I get this error, it is worth mentioning that the filter used is the following:

{
 "kinds": [16],
 "#k": ["30023"],
 "limit": 20
}

Also, after printing a bunch of returned event, I notice some of them contains the following values on the tags array: tags:[ [] , ["k", "30023"] ] the code broke because it has no exception for this issue Image

mostafa-khaldi avatar May 13 '25 09:05 mostafa-khaldi