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
I'm getting pretty long streamed json messages of different struct. Errors like the following one happens quite often.
It's quite clear that there's redundant/empty space but it's very hard to locate it at the given position. Is it possible to elaborate on the error's position, e.g. if empty space, then give extra say 10 before and after characters to be easier searched for, or even better to jump to that position where the error is. Thank you for consideration.
The text was updated successfully, but these errors were encountered:
Thanks for the request. It's a good idea, but I don't generate the error message. I'm not sure if it has a particular structure or if it's just a string. If it's just a string then getting its position would be a bit hacky and inelegant. But if we could then maybe we could augment the error message ourselves to display surrounding text.
I'm getting pretty long streamed json messages of different struct. Errors like the following one happens quite often.
It's quite clear that there's redundant/empty space but it's very hard to locate it at the given position. Is it possible to elaborate on the error's position, e.g. if empty space, then give extra say 10 before and after characters to be easier searched for, or even better to jump to that position where the error is. Thank you for consideration.
The text was updated successfully, but these errors were encountered: