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
When passing a link () that has at least one “=” in the url attribute, the tak node provides the following error.
{"message":"Could not encode TAK payload.","exception":"Error: Invalid character in entity name\nLine: 0\nColumn: 426\nChar: ="}
One way to work around it is to use encodeURIComponent(url) to pass the JSON object through the node and after passing through the tak node's output 1, use a change node to convert the ASCII values back to text before it passes through a tcp out node.
The text was updated successfully, but these errors were encountered:
When passing a link () that has at least one “=” in the url attribute, the
tak
node provides the following error.One way to work around it is to use
encodeURIComponent(url)
to pass the JSON object through the node and after passing through thetak
node's output 1, use a change node to convert the ASCII values back to text before it passes through atcp out
node.The text was updated successfully, but these errors were encountered: