# While updating my machines

**URL:** https://discourse.nodered.org/t/while-updating-my-machines/4518
**Category:** General
**Created:** [3 November 2018 02:22 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518 "2018-11-03T02:22:11Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Trying\_to\_learn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/trying_to_learn/32/28400_2.png) [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)
#### Post date: [3 November 2018 02:22 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518/1 "2018-11-03T02:22:11Z")

</div>

I was going through my ten or so RPI's and updating them to the latest and greatest versions.

I know there can be problems doing that, but I believe it is sometimes better to stay up to date than not.

So: I got this when looking through my list of installed nodes.

It isn't clear to me what is means.

Something about the filter is already being used. But by whom?

Doing a flow search I don't get any matches, so I am asking for a bit of help with what is happening here.

Thanks in advance.

(Also, sorry, but as it also falls under the "while updating machines"........)

The RBE node is also not wanting to update on machines.

See second picture.  
Something about it is not locally installed. Huh?  
It is in the list to the left of the screen.

 ![Screenshot%20from%202018-11-03%2013-15-26](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/e/e1cdc1028333f40acc18d79ed58080445bc9f89c.png)

 ![Screenshot%20from%202018-11-03%2013-21-05](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/0/08e162468269537c187f512bd6bdd6583ebc81f1.png)

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [3 November 2018 07:17 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518/2 "2018-11-03T07:17:50Z")

</div>

and if you search this forum for “not locally installed” you will find this post [Help with "Module not locally installed.."](https://discourse.nodered.org/t/help-with-module-not-locally-installed/63/11?u=ukmoose)

---

<div class="post-metadata">

### Author: ![Trying\_to\_learn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/trying_to_learn/32/28400_2.png) [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)
#### Post date: [3 November 2018 19:47 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518/3 "2018-11-03T19:47:22Z")

</div>

Thanks.

So I am guessing the first problem can also be addressed in the same way?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [3 November 2018 21:00 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518/4 "2018-11-03T21:00:59Z")

</div>

> [@Trying\_to\_learn](#):
>
> So: I got this when looking through my list of installed nodes.
> 
> It isn't clear to me what is means.

What exactly are you referring to? Ah, I see the 'Type already registered' message - is that what you mean?

That means you have installed two different modules that both provide a node called 'filter'. Node types must be unique. Looking at that screenshot, I can see you have `node-red-contrib-filter` and `node-red-contrib-filter-else` installed - they both provide a node called `filter` so you can't have them both installed at the same time. You'll need to uninstall one of them and restart Node-RED.

---

<div class="post-metadata">

### Author: ![Trying\_to\_learn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/trying_to_learn/32/28400_2.png) [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)
#### Post date: [3 November 2018 21:04 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518/5 "2018-11-03T21:04:20Z")

</div>

Thanks.

I probably should have seen that and worked it out.

Silly me thought that if the nodes are in the library any name conflicts would have been seen there.  
(no blame.)

Shall uninstall one of them soon.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [3 November 2018 21:18 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518/6 "2018-11-03T21:18:34Z")

</div>

> [@Trying\_to\_learn](#):
>
> Silly me thought that if the nodes are in the library any name conflicts would have been seen there

It is like a library in the book sense, so just a selection of nodes. You don't get a warning in a library if two books happen to have characters of the same name in them, but if you try to read them both at once you will get confused.

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [3 November 2018 21:21 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518/7 "2018-11-03T21:21:28Z")

</div>

> [@Trying\_to\_learn](#):
>
> Silly me thought that if the nodes are in the library any name conflicts would have been seen there.  
> (no blame.)

It is perfectly reasonable to expect Node-RED to do more to warn about you before you install something that could cause a conflict. The main issue is we don't quite have the right information in the right places to know about the potential conflict before you hit the install button.

It's something we want to fix, but there's lots of things we want to fix.

---

<div class="post-metadata">

### Author: ![Trying\_to\_learn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/trying_to_learn/32/28400_2.png) [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)
#### Post date: [3 November 2018 21:23 UTC](https://discourse.nodered.org/t/while-updating-my-machines/4518/8 "2018-11-03T21:23:45Z")

</div>

Thanks.

I was just wanting to check with someone who KNOWS what is going on rather than make a guess and ..... well you get what I mean.

I fully appreciate the difficult of tracking node names and looking for conflicts especially on the scale of NR.

And I guess it is bound to happen.

So long as it is understood.

Again: thanks.
