Waiting for missing types to be registered: ui_tab, ui_gauge

7,766 views
Skip to first unread message

Bruce Alport

unread,
Mar 12, 2017, 1:51:11 PM3/12/17
to Node-RED
Hi, 

I've just installed the latest Node-RED on a Ubuntu 16.0.2 VM.
I installed the node-red dashboard via the pallete manager and tried some simple examples but got the following error:

12 Mar 17:35:41 - [info] Node-RED version: v0.16.2
12 Mar 17:35:41 - [info] Node.js  version: v6.10.0
12 Mar 17:35:41 - [info] Linux 4.8.0-41-generic ia32 LE
X12 Mar 17:35:42 - [info] Loading palette nodes
12 Mar 17:35:43 - [info] Dashboard version 2.3.5 started at /ui
12 Mar 17:35:44 - [warn] ------------------------------------------------------
12 Mar 17:35:44 - [warn] [rpi-gpio] Info : Ignoring Raspberry Pi specific node
12 Mar 17:35:44 - [warn] ------------------------------------------------------
12 Mar 17:35:44 - [info] Settings file  : /home/bruce/.node-red/settings.js
12 Mar 17:35:44 - [info] User directory : /home/bruce/.node-red
12 Mar 17:35:44 - [info] Flows file     : /home/bruce/.node-red/stRT
12 Mar 17:35:44 - [info] Creating new flow file
12 Mar 17:35:44 - [info] Starting flows
12 Mar 17:35:44 - [info] Started flows
12 Mar 17:35:44 - [info] Server now running at http://127.0.0.1:1880/
12 Mar 17:37:09 - [info] Stopping flows
12 Mar 17:37:09 - [info] Stopped flows
12 Mar 17:37:09 - [info] Waiting for missing types to be registered:
12 Mar 17:37:09 - [info]  - ui_tab
12 Mar 17:37:09 - [info]  - ui_gauge

The flow was very simple:

[{"id":"b99aeb37.90e3c8","type":"tab","label":"Flow 1"},{"id":"955d5baa.16ab28","type":"inject","z":"b99aeb37.90e3c8","name":"","topic":"","payload":"12","payloadType":"num","repeat":"","crontab":"","once":false,"x":230,"y":920,"wires":[["7adcf133.f2fdd"]]},{"id":"7adcf133.f2fdd","type":"ui_gauge","z":"b99aeb37.90e3c8","name":"","group":"5851dfd7.3ec5d","order":0,"width":0,"height":0,"gtype":"gage","title":"Gauge","label":"units","format":"{{value}}","min":0,"max":10,"colors":["#00b500","#e6e600","#ca3838"],"x":420,"y":940,"wires":[]},{"id":"5851dfd7.3ec5d","type":"ui_group","z":"","name":"Home","tab":"a77ffeb3.56","disp":true,"width":"6"},{"id":"a77ffeb3.56","type":"ui_tab","z":"","name":"Home","icon":"dashboard"}]

I tried re-installing node again fron the command line as below, but no change:
 sudo npm install node-red-dashboard

I could find no reference to this problem when searching in Google, Any help would be be appreciated!

Dave C-J

unread,
Mar 12, 2017, 2:17:24 PM3/12/17
to node...@googlegroups.com
have you stopped and restarted Node-RED ? and refreshed the browser ?
Installing as sudo may have placed the files in a funny state or location.

To install manually
     cd ~/.node-red
     npm i node-red-dashboard

bruce alport

unread,
Mar 12, 2017, 2:29:30 PM3/12/17
to node...@googlegroups.com
Hi Dave,

Thanks for the quick response. Yes I did restart Node-Red each time. I've just tried another manual install using your example. but not change.

Bruce

--
http://nodered.org
 
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to a topic in the Google Groups "Node-RED" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-red/fnqwWdDcA7U/unsubscribe.
To unsubscribe from this group and all its topics, 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/CACXWFw%2BuNzQUoyVEzk2CnaRJr9wQ0RNSo3gi4idXSz9ZHBZCCw%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

Dave C-J

unread,
Mar 12, 2017, 4:42:11 PM3/12/17
to node...@googlegroups.com
ok - so something odd is going on... 

as it's a very simple flow ... would you mind actually if we cleaned it up totally (by deleting it) - and start over ?  Do you have any other nodes installed locally ?

    cd ~/.node-red
    rm stRT              <--- this seems to be the name of your flows file... from the log above
    cd node_modules
    rm -rf node-red-dashboard         <--- this will wipe out the dashboard nodes

restart node-red and check it's basically ok... 
stop and the
    cd ~/.node-red
    npm i node-red-dashboard

and then restart node-red

    

Bruce Alport

unread,
Mar 12, 2017, 5:01:58 PM3/12/17
to Node-RED
That's fixed it! Must have been a corrupt flow.

Thanks so much for you're help. 

Bruce

Dave C-J

unread,
Mar 12, 2017, 5:03:18 PM3/12/17
to node...@googlegroups.com
well - it wasn't in the export you sent... but yes... aaaargh... frustrating...  ah well - Happy Sunday.

abu...@al.co.za

unread,
Mar 28, 2017, 2:58:44 PM3/28/17
to Node-RED
please help having this issue



28 Mar 20:45:31 - [info] Node-RED version: v0.16.2
28 Mar 20:45:31 - [info] Node.js  version: v7.7.4
28 Mar 20:45:31 - [info] Linux 4.4.13-200.fc22.x86_64 x64 LE
28 Mar 20:45:31 - [info] Loading palette nodes
28 Mar 20:45:33 - [warn] ------------------------------------------------------
28 Mar 20:45:33 - [warn] [rpi-gpio] Info : Ignoring Raspberry Pi specific node
28 Mar 20:45:33 - [warn] [amazon s3] Error: aws-config already registered
28 Mar 20:45:33 - [warn] ------------------------------------------------------
28 Mar 20:45:33 - [info] Settings file  : /home/paul/.node-red/settings.js
28 Mar 20:45:33 - [info] User directory : /home/paul/.node-red
28 Mar 20:45:33 - [info] Flows file     : /home/paul/.node-red/flows_localhost.localdomain.json
28 Mar 20:45:33 - [info] Server now running at http://127.0.0.1:1880/
28 Mar 20:45:33 - [info] Waiting for missing types to be registered:
28 Mar 20:45:33 - [info]  - aws-config
28 Mar 20:45:33 - [info]  - amazon s3
28 Mar 20:47:14 - [info] Stopping flows
28 Mar 20:47:14 - [info] Stopped flows
28 Mar 20:47:14 - [info] Waiting for missing types to be registered:
28 Mar 20:47:14 - [info]  - aws-config
28 Mar 20:47:14 - [info]  - amazon s3
28 Mar 20:48:13 - [info] Stopping flows
28 Mar 20:48:13 - [info] Stopped flows
28 Mar 20:48:13 - [info] Waiting for missing types to be registered:
28 Mar 20:48:13 - [info]  - aws-config
28 Mar 20:48:13 - [info]  - amazon s3
28 Mar 20:48:49 - [info] Stopping flows
28 Mar 20:48:49 - [info] Stopped flows
28 Mar 20:48:49 - [info] Waiting for missing types to be registered:
28 Mar 20:48:49 - [info]  - aws-config
28 Mar 20:48:49 - [info]  - amazon s3

Nick O'Leary

unread,
Mar 28, 2017, 3:24:01 PM3/28/17
to Node-RED Mailing List
Hi Abulele,

the clue in your log is the following line:
     Error: aws-config already registered

That suggests you've installed two different AWS node modules that both provide an aws-config node type - that clash is preventing one of the modules from being loaded - leading to your missing node types.

It looks like your flow is actively trying to use S3 related nodes - so go find what other AWS-related node module you've installed and remove it, then restart.

Nick

Kindest regards,
 
Abulele Mgxabayi
 
Autumn Leaf IT
A subsidiary of Obsidian
Email: abu...@al.co.za http://www.al.co.za/
Mobile: +27 83 899 0620 Facebook: http://www.facebook.com/AutumnLeafIT
Office: +27 21 949 4080 Twitter: http://www.twitter.com/AutumnLeafIT
Fax: 086 682 9198 4 Havenga Street, Upper-Oakdale, Bellville, 7530
  PO Box 6294, Tygervalley, 7536

Disclaimer

The information contained in this communication from abu...@al.co.za is confidential and may be legally privileged. It is intended solely for use by node...@googlegroups.com and others authorized to receive it. If you are not node...@googlegroups.com you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

--
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.

abu...@al.co.za

unread,
Mar 28, 2017, 3:51:01 PM3/28/17
to Node-RED
hi Nick,

is it possible for me to use the same access id in different pcs ?
i have my own PC and work Pc and installed node-red in both

THANKS
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.

Nick O'Leary

unread,
Mar 28, 2017, 4:18:25 PM3/28/17
to Node-RED Mailing List
Hi,

I'm not sure I understand your question.

You have installed two different aws-related npm modules that conflict with each other. You need to decide which one you want to use and uninstall the other one.

Nick

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.

abu...@al.co.za

unread,
Mar 28, 2017, 4:36:57 PM3/28/17
to Node-RED
thats my issue is solved

amir shoushtari

unread,
May 5, 2017, 6:40:03 AM5/5/17
to Node-RED
Hi,
hope you doing great,

I recently started to use node-red and I am not professional. I just want to simulate some slider and bottoms in node red. but I have this following error in my virtual machine. Hope you can help me.
err.jpg
Reply all
Reply to author
Forward
0 new messages