Steveorevo / node-red-contrib-actionflows

Provides a set of nodes to enable an extendable design pattern for flows.
45 stars 12 forks source link

Problems using ActionFlows #3

Closed gidoUninova closed 5 years ago

gidoUninova commented 5 years ago

Hi,

I've installed your node and imported the first basic flow. It seems that it doesn't work.

actionflows v2.0 node-red v0.19.4 node.js v8.12.0

Steveorevo commented 5 years ago

Hi gidoUninova, Thanks for your feedback. It sounds like you are having an issue. I've been using it recently with the same specs and it appears to be working fine. Let's see if we can diagnose your issue; can you provide the following:

gidoUninova commented 5 years ago

Hi Stephen,

I am using a windows virtual machine (windows 10) running on a MacOS host. The message that I receive whenever I try to run the basic flow (using the inject node button) is attached.

Cheers,

gido

From: "Stephen J. Carnam" notifications@github.com Reply-To: Steveorevo/node-red-contrib-actionflows reply@reply.github.com Date: Tuesday, 9 October 2018 at 19:52 To: Steveorevo/node-red-contrib-actionflows node-red-contrib-actionflows@noreply.github.com Cc: gidoUninova gido@uninova.pt, Author author@noreply.github.com Subject: Re: [Steveorevo/node-red-contrib-actionflows] Problems using ActionFlows (#3)

Hi gidoUninova, Thanks for your feedback. It sounds like you are having an issue. I've been using it recently with the same specs and it appears to be working fine. Let's see if we can diagnose your issue; can you provide the following:

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Steveorevo/node-red-contrib-actionflows/issues/3#issuecomment-428308169, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AG6AHIkbjWQqUXyw6EMye6nTKshr4w6Oks5ujPBXgaJpZM4XT5xZ.

Steveorevo commented 5 years ago

Oops. It looks like you are missing the attachment on this thread. Note: attachments via email probably doesn't work with GitHub. Please try again using your web browser and GitHub account to drag and drop the file in the comment reply window at:

https://github.com/Steveorevo/node-red-contrib-actionflows/issues/3#issuecomment-428312298
gidoUninova commented 5 years ago

the attachment :) virtualbox_windows 10 64 dev_09_10_2018_19_58_49

Steveorevo commented 5 years ago

This issue appears to be Windows related. I'll see if I can reproduce it.

gidoUninova commented 5 years ago

Actually I tried directly on my MAC and the error is the same (attached).

screen shot 2018-10-09 at 21 26 53
Steveorevo commented 5 years ago

Something appears a miss. I do not see this error on Mac or Pi; however you do appear to be on Node-RED 0.19.3 where as I am running 0.19.4 at least on Mac. However, I do not recall this issue during development (which ran under 0.19.X to 0.19.4).

screen shot 2018-10-09 at 1 36 25 pm
Steveorevo commented 5 years ago

Another notable item is that it appears to be erring out early within

/Users/admin/.node-red/node_modules/collections/shim-object.js

I do not have such a folder. This leads me to believe there is a conflict. Try the demo again with a clean .node-red folder. You can stop node-red and rename your current /Users/admin/.node-red to /Users/admin/.node-red-sav and restart Node-RED. A "clean" .node-red folder should be generated and you can install action flows and the demo script again. Please let me know if this does not resolve the issue.

gidoUninova commented 5 years ago

Yes, you are right. It seems a conflict. I were able to run the example by using a clean .node-red folder.

From: "Stephen J. Carnam" notifications@github.com Reply-To: Steveorevo/node-red-contrib-actionflows reply@reply.github.com Date: Tuesday, 9 October 2018 at 21:51 To: Steveorevo/node-red-contrib-actionflows node-red-contrib-actionflows@noreply.github.com Cc: gidoUninova gido@uninova.pt, Assign assign@noreply.github.com Subject: Re: [Steveorevo/node-red-contrib-actionflows] Problems using ActionFlows (#3)

Another notable item is that it appear that it appears to be erring out early within

/Users/admin/.node-red/node_modules/collections/shim-object.js

I do not have such a folder. This leads me to believe there is a conflict. Try the demo again with a clean .node-red folder. You can stop node-red and rename your current /Users/admin/.node-red to /Users/admin/.node-red-sav and restart Node-RED. A "clean" .node-red folder should be generated and you can install action flows and the demo script again. Please let me know if this does not resolve the issue.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/Steveorevo/node-red-contrib-actionflows/issues/3#issuecomment-428347070, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AG6AHFY6ESHi4NgluX6yBLayejNrKkuKks5ujQxXgaJpZM4XT5xZ.

Steveorevo commented 5 years ago

Do you happen to know the package that installed/is using collections/shim-object.js ? May want to contact the author to see if there is a resolution.