Hi, I've got this error:
4 Feb 23:33:22 - [error] [json:b264dcc6.df51c] Unexpected token } in JSON at position 65
In the debug tab I can't click on the node as usual.
My HW/SW: pi 3, Raspbian stretch 4.9.59-v7+, node.js v8.9.4, node-red v0.18.1
Is there a way to find the error source?
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/d717a26b-2655-41d0-9133-eb95f010d631%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for the quick reply.Ok I have to go through all my JSON nodes, because I have no idea which one doesn't work properly.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/9ddeb67f-4d37-452a-ac3c-7ae882576d4c%40googlegroups.com.
When you hover over the debug message, the corresponding node is highlighted. Also, if you click the node id in the top right corner of the debug message, it will ensure the corresponding node is visible if its on a different tab.
On 5 February 2018 at 14:00, cflurin <fluri...@gmail.com> wrote:
Thanks for the quick reply.Ok I have to go through all my JSON nodes, because I have no idea which one doesn't work properly.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/6e45d7c3-2775-469d-a9ce-43585c6f6dcf%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/6e45d7c3-2775-469d-a9ce-43585c6f6dcf%40googlegroups.com.
My HW/SW: pi 3, Raspbian stretch 4.9.59-v7+, node.js v8.9.4, node-red v0.18.1
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/4d1477e0-fbe8-4dbf-9590-3f950286c8a8%40googlegroups.com.
Ok... and what version of node-red are you using?
Do you have subflows? That would be one reason for it not showing up in search.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/06338678-daa9-4a81-9be9-6df459c4f046%40googlegroups.com.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/CACXWFwJ%2B-rcGLu-i%3DkZJTbLRD_PO_cyqVaM%3DJDXS2axjOLN51g%40mail.gmail.com.
24 Jan 16:39:16 - [error] [json:2fe01090.5365e] Unexpected token } in JSON at position 65
27 Jan 09:19:19 - [error] [json:271c3743.316648] Unexpected token } in JSON at position 65
4 Feb 23:33:22 - [error] [json:b264dcc6.df51c] Unexpected token } in JSON at position 65
> Hacky way...No. That won't work. The node reporting the error is inside a Subflow. The ID is generated at runtime as the instance of the subflow is created. That ID will not appear in the flow file.Nick
On 5 February 2018 at 16:32, Dave C-J <dce...@gmail.com> wrote:
Hacky way...stop Node-REDmanually edit your flow_ file search for the node id b264dcc6.df51cwithin that "node" find the name: field and insert something unique... "BOO"restart Node-RED... reload - then dig around for the Node with BOO on it...add a debug node alongside to report the incoming msg - etc
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
{"name":"dining_temp","characteristic":"CurrentTemperature","value":}