Closed colinl closed 5 years ago
It seems this is not a problem with this node, as I have problems with other contrib ui widgets. Also it is specific to one profile with my browser so I am closing the issue.
Ah gotcha, thank you for the update :) where you able to resolve the issue or find the root?
Not solved so far. It is very odd, with the debugger I can see that, in the server, it gets as far as passing the widget setup to angular, but in the client initController is never called. Other built-in dashboard nodes work ok though, so there must be a difference in the interface between node-red and angular between the two. More investigation is required. I see apparently the same issue with the ui_lists contrib widget too. I will post back here if I manage to diagnose it further.
Great :)
If you haven't already it might be a good thing to also report and track in the Node-RED Github!
It has been discussed on the node-red discourse forum. As yet it is not clear whether it is a node-red bug (or at least deficiency) or if it is the browser confused by something silly in the profile data. I need to find the time to do some more investigating, but it isn't actually a big issue for me at the moment as I don't have a need for the widget, I was investigating a problem for someone else when I noticed it.
I am also facing the same issue, basically, we need to refresh the browser every time to see the status when you switch over from another side-menu item.
This issue is that the led is always grey, whatever you do, but only in one instance so far. If you can make it update the display be refreshing then it is not the same issue.
@colinl If you have time to can you outline in detail the order of what happens compared to the expected results to make sure it's understood what this issue is about? The @dhamukrish can decide if they need a separate issue created.
@yoiang I think perhaps you meant to address that to @dhamukrish. This issue is quite clear, when the issue occurs the led stays grey always. It does not show anything else whatever one does with refreshing or sending the node messages or whatever.
I can't get the node to show anything other than grey. I have configured a simple flow with two inject nodes injecting boolean true and false into the led node and nothing happens when I do the inject. Here is the flow:
Running on Ubuntu 18.10 the node red log shows nothing unusual on startup. Any suggestions will be gratefully received.