-
Notifications
You must be signed in to change notification settings - Fork 39
Document Pls #4
Comments
You have set BOTBUILDER_APP_ID and BOTBUILDER_APP_PASSWORD as described in README.md, right? A related question: are you seeing your app ID echoed in the console at startup? Seeing no response in the test chat window on dev.botframework.com is consistent with the App ID/App Password not being set correctly. |
Hi @billbliss , Thank you for your response, Yes I have checked the AppID/Password, and the AppID is echoed in the console at startup. But nothing happens post that, there are no activities triggered. below is the code. BotBuilder = require 'botbuilder' LogPrefix = "hubot-botframework:" class BotFrameworkAdapter extends Adapter
exports.use = (robot) -> |
adding to my response... I am able to get response on the test window in dev.botframework.com but the adapter does not record any activities being triggered. |
|
You should remove the hubot-heroku-alive from your [
"hubot-diagnostics",
"hubot-help",
"hubot-pugme",
"hubot-maps",
"hubot-rules",
"hubot-shipit"
] |
@maxpert , Thanks for your response. I have removed heroku and redis from external-scripts.json; Below is the status when I run hubot with adapter. Nothing happens after this.. (even if I send messages using the test window in dev.botframework.com) |
Has been resolved. Issue with endpoint URL |
@maxpert
Hi,
Could you please provide the document where the integration is explained.
Tried connecting the adapter to https://botname.azurewebsites.net/api/messages. Getting status as adapter started, but no activities are received when a test chat is initialized at dev.botframework.com
Should there be any other configuration done?
Regards,
Ram
The text was updated successfully, but these errors were encountered: