Closed ozett closed 4 years ago
Normally you should not get this warning. But that could gappen when you do not a full deploy. You can ignore this message
i get this "registered twice" notification after importing example-flows from your github (as the links to the examples on npm-site are broken).
i.e. this: https://github.com/windkh/node-red-contrib-telegrambot/blob/master/examples/inlinekeyboard.json
if i import it, and aply changes, i get "registered twice" notification . if i than go into the bot-config and change only the name, and save this, than the message is cleared and goes away. (i also delete the imported heinzbot and any other bot-config, just leave my own bot-api in)
it seems to me, that duplicating a command-node has the same effect. if i change the name and save the one and only bot i have, the duplicate information is gone. no error anymore
unsolved before: https://github.com/windkh/node-red-contrib-telegrambot/issues/67
.... the warning clearly states that this can be ignored. I will remove the log as it only causes confusion
cant we find the duplicate? i will search as much as i can? 😃
my impression it, it comes from copying telegram-nodes or importing telegram-flows...
When a node is created it registers itself at the config node. The config node issues the warning when a node registers itself twice. That happens when you do not fully redeploy.
removed warning
i use one telegrambot, but i use one node with the bot-config in the upper half of my flows-page, and another node with the same bot-config further down. gives my flow-page more structure. better readable. but so i have the same bot as two nodes on my flow page.
and get a notification message. looks like a error-warning. can i get rid of this? is there a better way to configure this?