You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fallback(message, senderID) {
log.debug("Unknown message", {
module: "botstack:fallback",
senderId: senderID,
message: message
});
//fb.reply(fb.textMessage("Ops, internal short circuit... Shutting
down... :("), senderID);* ----why does it happen that when this line is
active it loops constantly?*
};
This happens when Facebook sends messages that BotStackJS not yet able to handle correctly. Typically, this is a service message from facebook.
The text was updated successfully, but these errors were encountered:
Background...
This happens when Facebook sends messages that BotStackJS not yet able to handle correctly. Typically, this is a service message from facebook.
The text was updated successfully, but these errors were encountered: