Results 74 comments of Guidone

Are you testing this locally or in a public available server? In development (locahost) you have to use ngrok to make the development box available outside. If you make a...

You should launch ngrok with ngrok http 127.0.0.1:1880 and your public address should be something like http://youraddress.ngrok.io/redbot/facebook Replace "youraddress" with what you get from the ngrok app https://github.com/guidone/node-red-contrib-chatbot/raw/master/docs/images/facebook-1.png

The port is the same of node-red, default is 1880 if not changed in settings.js

Hi @Dwarika-Patra I can give you a little help on this, I don't know your infrastructure and I've no access to it, I can really tell what is going wrong...

The endpoint was not ready yet, it's available in `0.18.6` (pushed right now)

Did you try restarting node-red?

Can you paste here the rest of the system console? There might be an error that prevent the nodes to be loaded

Sorry for the late answer, yes it could be a solution be it could also lead to potential memory leak. But basically all you want to do to use the...

Hi @ranrinc have you checked this? https://github.com/guidone/node-red-contrib-chatbot/wiki/Telegram-Receiver-node

Mmm strange, Telegram doesn't require any inbound connection in order to work, it just polls the Telegram's server. But if it works don't touch it :-) I'm going to publish...