The only hint of an error is in the Console for Safari or Web Console for Firefox. (I also cleared the browser caches)


node-red-contrib-* installs are done without "-g" (global)pi@emonpi:~/.node-red $ rpi-rw
Filesystem is unlocked - Write access
type ' rpi-ro ' to lock
pi@emonpi:~/.node-red $ sudo npm install node-red-contrib-nest
node-red-c...@0.1.9 node_modules/node-red-contrib-nest
└── req...@2.74.0 (aws-...@0.6.0, tunnel...@0.4.3, oauth...@0.8.2, foreve...@0.6.1, is-typ...@1.0.0, case...@0.11.0, string...@0.0.5, isst...@0.1.2, json-stri...@5.0.1, aw...@1.4.1, ext...@3.0.0, tough-...@2.3.1, node...@1.4.7, q...@6.2.1, combine...@1.0.5, mime-...@2.1.11, ha...@3.1.3, b...@1.1.2, http-si...@1.1.1, har-va...@2.0.6, form...@1.0.1)

Are you always taking the same settings / flows for your test?
--
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.
For more options, visit https://groups.google.com/d/optout.
Hi Nick,
Hi Nick,
Hi Nick,today I ran into the same situation as Jon.I cannot deploy anymore .. just from second to another... (If I remind me correctly, I just deleted a flow - the flow from the dashboard issue with the toggle button yesterday here out of this forum) ...It seems related to the dashboard: see attached screenshotI fixed the issue by just deleting the "Home" Tabs from the dashboard - I then could deploy the changes again.
BTW: is it possible to just copy/paste images here into the forum via clipboard and not by file attachement?
--
Sebastian, still not been able to reproduce here. In your screenshot, you can see the 'z' property of the node starting with "f73f90b...".It would be useful to know what you get if you run RED.nodes.workspace("f73...") in the console. Equally, what if you run RED.nodes.subflow("f73...");Nick
On 2 September 2016 at 12:07, Julian Knight <j.kni...@gmail.com> wrote:
Just to say that I've also had some very odd issues with Dashboard pages. I've not had the chance to put them together to raise an issue yet I'm afraid.In a nutshell, if I move cards around using the sidebar between tabs, they don't always actually move. Similarly deleting them from the sidebar often doesn't work either. They come back. I've not been sure whether that is related to having converted from UI v1?
On Friday, 2 September 2016 11:03:41 UTC+1, sebasti...@gmail.com wrote:Hi Nick,today I ran into the same situation as Jon.I cannot deploy anymore .. just from second to another... (If I remind me correctly, I just deleted a flow - the flow from the dashboard issue with the toggle button yesterday here out of this forum) ...It seems related to the dashboard: see attached screenshotI fixed the issue by just deleting the "Home" Tabs from the dashboard - I then could deploy the changes again.BTW: is it possible to just copy/paste images here into the forum via clipboard and not by file attachement?
--
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.


Object__defdirtyidnametypevalidzchanged?date?forecastio?icon?inputs?key?label?lat?lon?order?outputs?ports?time?units?users?x?y?Object Prototype__defineGetter____defineSetter____lookupGetter____lookupSetter__constructorhasOwnPropertyisPrototypeOfpropertyIsEnumerabletoLocaleStringtoStringvalueOf__proto__
Sep 1 20:13:53 emonpi Node-RED[451]: 1 Sep 20:13:53 - [info] Waiting for missing types to be registered:Sep 1 20:13:53 emonpi Node-RED[451]: 1 Sep 20:13:53 - [info] - nest-configSep 1 20:13:53 emonpi Node-RED[451]: 1 Sep 20:13:53 - [info] - nest request
--
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 unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
c (red.min.js:17)
(anonymous function) (red.min.js:17)
eachConfig (red.min.js:16)
e (red.min.js:17)
(anonymous function) (red.min.js:17)
dispatch (vendor.js:4)
r.handle (vendor.js:4)
Nevertheless I walked through the minimized code and it seems to be related to a subflow:
function c(a){var b="";if(a.z){var c=RED.nodes.workspace(a.z);c?b=c.label:(c=RED.nodes.subflow(a.z),b=c.name)
Checking a.z --> the subflow id gives the following:
RED.nodes.workspace("9abcbfc3.8821e")
undefined
RED.nodes.subflow("9abcbfc3.8821e")
undefinedFrom the global picture it looks to me as follows:
I pasted in a flow with dashboard component. The dashboard component contained a dashboard tab which was created afterwards.
Then on deletion of the flow the component was gone - thats fine.
But in the dashboard configuration --> the uitab related to the deleted flowtab was still there ...
So when I click on deploy the editor goes through the configuuration and at the dashboard configuration it seems to miss a related flowtab/subflow (which is clear, because I just deleted it before, right?)
Then, when I delete this configuration (the ui-tab from the dashboard configuration) ... deployment works again (which seems to obvious because no the dashboard confiugration crating the issue above is away).
...
So I looked more at the deletion process and why process button was not "red-coloured" after removal of the flow. And yes, on the console was an error message from the dashboard.
VM425:785 Uncaught TypeError: Cannot read property 'data' of undefinedFor further information see attached image.
As there is no exeption handling the removal process of the dashboard is not fully completed and I think this is why the deploy button is not redcolored...
And it may explain why there is some gargabe from the dashboard configuration...
BTW: Is it possible to install node-red without minification of RED.js etc. ? It could create more meaningful debug data and it would it make more easy to support you in analysis
If you need anything more, just let me know.
That's great ! As I am new to node.js / express I found this very interesting http://apmblog.dynatrace.com/2015/07/22/the-drastic-effects-of-omitting-node_env-in-your-express-js-applications/
That's great ! As I am new to node.js / express I found this very interesting http://apmblog.dynatrace.com/2015/07/22/the-drastic-effects-of-omitting-node_env-in-your-express-js-applications/One question though: This environment variable does not seems to work with node-red-dashboard. Is there a way to easy create a development version?
--
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.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+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 view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/03e463e2-0a51-467d-bd64-aab62ee6da4c%40googlegroups.com.