Node-RED-Tello-Control icon indicating copy to clipboard operation
Node-RED-Tello-Control copied to clipboard

Node-Red dashboard has error to add ui nodes

Open Scotifer opened this issue 6 years ago • 1 comments

I have gone through tutorial and I am having problems with the Node-Red when I launch the dashboard. It says "Please add some ui nodes to your flow and redeploy". I have copied several solution flows that have plenty of buttons (after I tried to do it myself.) I'm at a loss.

Microsoft Windows [Version 10.0.16299.726] (c) 2017 Microsoft Corporation. All rights reserved.

C:\Users\scott.bowen>node-red -log 12 Jul 22:46:46 - [info]

Welcome to Node-RED

12 Jul 22:46:46 - [info] Node-RED version: v0.20.7 12 Jul 22:46:46 - [info] Node.js version: v10.16.0 12 Jul 22:46:46 - [info] Windows_NT 10.0.16299 x64 LE 12 Jul 22:46:47 - [info] Loading palette nodes 12 Jul 22:46:48 - [warn] rpi-gpio : Raspberry Pi specific node set inactive 12 Jul 22:46:48 - [info] Dashboard version 2.15.5 started at /ui 12 Jul 22:46:48 - [info] Settings file : \Users\scott.bowen.node-red\settings.js 12 Jul 22:46:48 - [info] Context store : 'default' [module=memory] 12 Jul 22:46:48 - [info] User directory : \Users\scott.bowen.node-red 12 Jul 22:46:48 - [warn] Projects disabled : editorTheme.projects.enabled=false 12 Jul 22:46:48 - [info] Flows file : \Users\scott.bowen.node-red\flows_SLC-WL-13310.json 12 Jul 22:46:48 - [info] Creating new flow file 12 Jul 22:46:48 - [warn]


Your flow credentials file is encrypted using a system-generated key.

If the system-generated key is lost for any reason, your credentials file will not be recoverable, you will have to delete it and re-enter your credentials.

You should set your own key using the 'credentialSecret' option in your settings file. Node-RED will then re-encrypt your credentials file using your chosen key the next time you deploy a change.

12 Jul 22:46:48 - [info] Starting flows 12 Jul 22:46:48 - [info] Started flows 12 Jul 22:46:48 - [info] Server now running at http://127.0.0.1:1880/ 12 Jul 22:49:01 - [info] Stopping flows 12 Jul 22:49:01 - [info] Stopped flows Terminate batch job (Y/N)? ^C C:\Users\scott.bowen>node-red-log 'node-red-log' is not recognized as an internal or external command, operable program or batch file.

C:\Users\scott.bowen>node-red -log 12 Jul 22:49:16 - [info]

Welcome to Node-RED

12 Jul 22:49:16 - [info] Node-RED version: v0.20.7 12 Jul 22:49:16 - [info] Node.js version: v10.16.0 12 Jul 22:49:16 - [info] Windows_NT 10.0.16299 x64 LE 12 Jul 22:49:17 - [info] Loading palette nodes 12 Jul 22:49:17 - [warn] rpi-gpio : Raspberry Pi specific node set inactive 12 Jul 22:49:18 - [info] Dashboard version 2.15.5 started at /ui 12 Jul 22:49:18 - [info] Settings file : \Users\scott.bowen.node-red\settings.js 12 Jul 22:49:18 - [info] Context store : 'default' [module=memory] 12 Jul 22:49:18 - [info] User directory : \Users\scott.bowen.node-red 12 Jul 22:49:18 - [warn] Projects disabled : editorTheme.projects.enabled=false 12 Jul 22:49:18 - [info] Flows file : \Users\scott.bowen.node-red\flows_SLC-WL-13310.json 12 Jul 22:49:18 - [info] Creating new flow file 12 Jul 22:49:18 - [warn]


Your flow credentials file is encrypted using a system-generated key.

If the system-generated key is lost for any reason, your credentials file will not be recoverable, you will have to delete it and re-enter your credentials.

You should set your own key using the 'credentialSecret' option in your settings file. Node-RED will then re-encrypt your credentials file using your chosen key the next time you deploy a change.

12 Jul 22:49:18 - [info] Starting flows 12 Jul 22:49:18 - [info] Started flows 12 Jul 22:49:18 - [info] Server now running at http://127.0.0.1:1880/

Scotifer avatar Jul 13 '19 05:07 Scotifer

I don't see any errors in the logs you posted. Dashboard version 2.15.5 is installed. If you imported the solution flows, they make use of the Node-RED Dashboard.

johnwalicki avatar Sep 04 '19 12:09 johnwalicki