-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't reply to messages #3
Comments
@austinhuang0131 our bot is running in production. Is that the log you're getting with your new changes? Did you follow all steps in the readme to configure the bot? |
I used restify for the middleware (Since I already have restify set up and I don't think restify and express can be together, i guess) var restify = require("restify");
var server = restify.createServer();
server.post('/api/messages', connector.listen());
server.post('/viber', viberChannel.listen()); |
In #2 I also added Webhook options into the setup (i.e. Your library will setWebhook instead of having us to manually set it). But it still doesn't work. |
@austinhuang0131 do you still need help on this setup? |
My Viber account (and my bot) is gone so I guess I can't do anything anymore |
Sorry to hear that... |
I mean also Viber says Public Accounts is now for big brands/celebrities only |
Action: Send any message to the bot (The bot is supposed to reply to every message)
Result: No reply
Might beIs actually a problem with viber-bot-node but they don't even have a issue section. I used restify for middleware though (Since botbuilder uses restify anyways).The text was updated successfully, but these errors were encountered: