Closed selfyguy closed 6 years ago
Hi @selfyguy what do you mean with "messages to Slack channel"?
The chatbot is only able to interact with the user connected to the chatbot, not a generic channel like #general Perhaps there's a way with Slack to mention a chatbot user from a channel, but I've never tested this
@guidone
Oh, by "channel" i meant, the slack bot app that i created. I used "channel" to refer to the medium of communication to the bot. The messages from Slack started working after a couple of hours. The initial messages were still lost though. I am having intermittent issues with Telegram where some messages are not received even after setting polling time to 10ms.
I suspect this maybe because of exact duplicate bot configurations (having exact key value to access the Telegram bot) - the one in the dropdown under "Bot configuration". It also shows up in the config node list pane as ununsed ones. Does each configuration spin up a polling instance?
Yes @selfyguy, each configuration starts a polling instance but only if it's used by some node. Keep an eye on the system console to check which instance is actually started.
In case there's a polling conflict you will see the warning in the console
I followed all of the steps in this: https://github.com/guidone/node-red-contrib-chatbot/wiki/Slack-Receiver-node
Initially messages were not coming through at all.
Now the following two messages show up in debug when I sent a single message "yess" in my slack bot app
But messages back to Slack channel are still not working
Here is the setup https://red-bot.slack.com/files/UCTDGFJ01/FCU8C7E7K/image.png