You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node...@googlegroups.com
Having got node-red-contrib-uibuilder going on an machine running
Ubuntu I installed it on a pi running raspbian jessie (which is
running node-red already) and setup a flow and uibuilder html, css and
js files as on the other machine. When I restart node-red I see no
problems in the log but in the browser console I see
The ip address is that of the pi. Browser is on another machine.
Not what to do about that.
Node red 0.16.1
node.js 6.11.3
uibuilder 0.3.1
npm 3.10.10
In the log I see
UI Builder - Version 0.3.1 started at /uibuilder
UI Builder - Local file overrides at /home/xxx/.node-red/uibuilder/uibuilder
Colin
Julian Knight
unread,
Sep 14, 2017, 12:40:24 PM9/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED
The last error is due to the 2nd error. But not sure what is causing the 1st 2. Need to do some reading. Couple of likely looking posts from a quick Google search but different causes neither of which seem that likely. Might take a day or two before I can look.
Colin Law
unread,
Sep 14, 2017, 4:05:00 PM9/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node...@googlegroups.com
Googling suggests that error can occur if the file is not found. On
the working machine I see (from .node-red)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node...@googlegroups.com
I copied from the working pc the folders
./node_modules/node-red-contrib-uibuilder/node_modules/normalize.css
and
./node_modules/node-red-contrib-uibuilder/node_modules/jquery
to the same place on the pi and now all is working.
So it seems the problem is that they are in the wrong place for some reason.
Colin
Dave C-J
unread,
Sep 14, 2017, 5:08:00 PM9/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node...@googlegroups.com
Good old npm. It does try to flatten the directory tree if possible. But not always. I'm never sure when and which way it will go.
--
Sent from phone.
Julian Knight
unread,
Sep 15, 2017, 3:39:34 AM9/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Node-RED
Thanks, well spotted - hmm, I'll need to take a look at the code to see if I can handle both cases. The point is that it should work in both cases really as both are valid.
I will add an issue so I don't forget to fix it. Somehow!