windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
262 stars 116 forks source link

Command nodes not functioning simultaneously #185

Closed moshed closed 3 years ago

moshed commented 3 years ago

I currently have 3 command nodes set up and they all work... ish. When I edit any part of the flow related the command node (ie the command node itself, the function that sets the proper text, or the sender node) and deploy. all the rest of the commands stop working.

A workaround I've noticed is that I make a change to all the command nodes and then deploy and all 3 work. see attached video file

Screen Recording 2021-06-11 at 2.24.07 AM.mov.zip

samuelcanadi commented 3 years ago

I have similar problems. If I change anything on the command nodes the others stop working randomly.

windkh commented 3 years ago

Did you do a full deploy or a partial one?

samuelcanadi commented 3 years ago

Partial (changed nodes)

samuelcanadi commented 3 years ago

When I do a full deploy all commands work fine. Is that the only way to do?

windkh commented 3 years ago

Yes