-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-red-node-ui-table dashboard rendering error other controls dont render #74
Comments
I removed all my other code so only the minimalist flows also does the same |
Having the same issue, removing node-red-node-ui-table from my palette restores functionality, so I know its the cause. I have not idea on how to make it work or why its happening though. |
Can you please post a 2 sample flows. 1 where it works, 1 where it doesnt. Also, when it does not work, could you look in the browsers console (devtools) and let us know what errors (if any) there are? Thank you. |
@Steve-Mcl Don´t know if that does you any good, but if i do reintroduce the table node to my flow I´ll save it and post here along with the error logs as requested. |
It´s a new day, and I´m at it again. I have another template based solution for my table needs, but would very much like the sorting functions and look of the ui-table node, so here we go again. The flow i´ve included below is a simple test space, but works just as well as in the rest of the project when I use my template node, when swapping that with the table node however, nothing happens. Browser (Chrome) console is logging one warning: EDIT: Got the table node to work, same flow as before, just restarted Node-Red (not just the flow, the entire program) but now the old issue returned, all other dashboard elements are missing, Seems I can have the table node or the rest of the dashboard, but not both at the same time. |
Hi I spent alot of time on this what I noticed it occurs on windows installations and occurs when the --userDir is set call pm2 start C:\Users\Alain\AppData\Roaming\npm\node_modules\node-red\red.js --name node-red-1880 --node-args="--max-old-space-size=128" -- -v --port 1880 --title node-red-1880 --userDir c:\node-red\1880 --settings c:\node-red\1880\settings_1880.js flows_1880.json If we remove the --userDir so the node modules load from the standard installation every thing works well The idea of using different --userDir paths is to have multiple instances running with their own node modules in essence creating a sandbox per instance and different versions of the same node module can be tested on the same machine this caused the following i believe the problem is with the web socket websocket.js:54 WebSocket connection to 'ws://127.0.0.1:1880/ui/socket.io/?EIO=4&transport=websocket&sid=2mAXxihdAXJLtPBFAAAA' failed: |
This comment was marked as outdated.
This comment was marked as outdated.
@StoneColdRepins The exported flow you posted is giving me errors when I attempt to import it, and I´m not sure what it is? Did you mean to post an example of something? |
This call i make from a command prompt using pm2 as a manger call pm2 start C:\Users\Alain\AppData\Roaming\npm\node_modules\node-red\red.js --name node-red-1880 --node-args="--max-old-space-size=128" -- -v --port 1880 --title node-red-1880 --userDir c:\node-red\1880 --settings c:\node-red\1880\settings_1880.js flows_1880.json if i execute without the --userDir parameter the tabulator renders call pm2 start C:\Users\Alain\AppData\Roaming\npm\node_modules\node-red\red.js --name node-red-1880 --node-args="--max-old-space-size=128" -- -v --port 1880 --title node-red-1880 --settings c:\node-red\1880\settings_1880.js flows_1880.json the only difference from a google debugger is there is no WebSocket error and as such my assumption is made |
@AutoTwisty how are you starting node red @Steve-Mcl do you have any insight |
I see, I opened the example flow that you showed and have the same issue with that. To clearify, I don´t have any issues with the table not rendering, but as soon as I have a table in any flow, all other non-table ui elements stop rendering. |
kewl, it would be great if this could be resolved for you possibly reload nodejs and node-red as you are running from the default installation folder it may also be an idea to use pm2 as its monit command make watching the logs simplified and seeing memory utilization and processor resources |
Which node are you reporting an issue on?
node-red-node-ui-table
What are the steps to reproduce?
flows.json.txt
package.json.txt
What happens?
when the ui-table is added to the dashboard, all the other dashboard controls don't show
What do you expect to happen?
all the other dashboard controls should show
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: