Hi,
I want to use node, "@uhuru/node-red-contrib-omron-2jcie-bu-ble."
However, when I deploy simple flow consists of three nodes, inject- ble - debug,
error, such as "SyntaxError:Unexpected token u in JSON at position 0," happens
and flow does not work.
Environments:
Raspberry Pi 3
Raspberry Pi 3 OS Full(32 bit)
Node-RED v.1.3.4
Node.js V10.24.0
Linux 5.10.17-v7+ arm LE
Have you got the inject node to trigger automatically (at start or periodically). If it is then disable the automatic inject for the moment.
Does the error appear immediately you deploy or when you click the inject node?
Which node is generating the error? I you hover over the node id above the error in the debug pane it should highlight the node giving the error. If it doesn't appear to highlight anything then click on the node id and it should take you to the node.
The error appear immediately when deploy.
So clicking the inject node made nothing.
For verification,
I have made very simple flow consist of only ble node and deploy.
Then I also encountered
"SyntaxError:Unexpected token u in JSON at position 0."
There is only one node, ble node in the flow.