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
This is actually a known issue — the only needed change is to URI encode it, I just haven't gotten around to it. You're welcome to submit a PR if you're up for it, but if not it'll probably be fixed sometime™ :)
Using a valid tag such as
id:<7862944
gives the following errorErr( UriParse( InvalidUri( InvalidUriChar, ), ), )
Example:
The error is fixed if you manually encode the
<
in the tag asid:%3c7862944
The text was updated successfully, but these errors were encountered: