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
My hubot is registered with bot services and I can correctly send a message to it and get a response:
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] INFO hubot-botframework-adapter: onBotEvents
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] INFO hubot-botframework-adapter: Handling activity Channel: webchat; type: message
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] INFO hubot-botframework-middleware: creating middleware...
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] INFO hubot-botframework-middleware: TextMiddleware toReceivable
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] DEBUG Message 'orly' matched regex //orly/i/; listener.options = { id: null }
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] DEBUG Executing listener callback for Message 'orly'
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] INFO hubot-botframework-adapter: send
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] INFO hubot-botframework-adapter: reply
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] INFO hubot-botframework-middleware: creating middleware...
[Thu Nov 08 2018 18:04:28 GMT+0000 (UTC)] INFO hubot-botframework-middleware: TextMiddleware toSendable
But after I add it to the Team and channel and send a message to the bot it tries to respond but no response is getting back to me:
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] INFO hubot-botframework-adapter: onBotEvents
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] INFO hubot-botframework-adapter: Handling activity Channel: msteams; type: message
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] INFO hubot-botframework-middleware: creating middleware...
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] INFO hubot-msteams: toReceivable
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] DEBUG Message 'Sparky orly' matched regex //orly/i/; listener.options = { id: null }
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] DEBUG Executing listener callback for Message 'Sparky orly'
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] INFO hubot-botframework-adapter: send
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] INFO hubot-botframework-adapter: reply
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] INFO hubot-botframework-middleware: creating middleware...
[Thu Nov 08 2018 18:05:48 GMT+0000 (UTC)] INFO hubot-msteams: toSendable
I had this working yesterday, then I changed the name of my hubot and it would never work again. I changed the name back but it still doesnt work. I tried making a new app in app studio and removing the old app and changing the id of the app and the version of the app. I don't have permissions to create a new bot so I couldnt try that. I don't know where to look to find what the error is, the channel page has no error for MS Teams except when I uninstall the app when it says I don't have permissions to do something. Can anyone help point me to what I can look at to troubleshoot this issue, its really hard to know what the issue is when I don't get an error anywhere. Thanks a lot!
My hubot is registered with bot services and I can correctly send a message to it and get a response:
But after I add it to the Team and channel and send a message to the bot it tries to respond but no response is getting back to me:
I had this working yesterday, then I changed the name of my hubot and it would never work again. I changed the name back but it still doesnt work. I tried making a new app in app studio and removing the old app and changing the id of the app and the version of the app. I don't have permissions to create a new bot so I couldnt try that. I don't know where to look to find what the error is, the channel page has no error for MS Teams except when I uninstall the app when it says I don't have permissions to do something. Can anyone help point me to what I can look at to troubleshoot this issue, its really hard to know what the issue is when I don't get an error anywhere. Thanks a lot!