wsoula

Results 11 comments of wsoula

I only get one new line in the beginning saying message received: ``` ChatConnector: message received. [Thu Nov 08 2018 20:19:52 GMT+0000 (UTC)] INFO hubot-botframework-adapter: onBotEvents [Thu Nov 08 2018...

I added `NODE_DEBUG=botbuilder` and `DEBUG='*'` and I have this 404 in stderr which seems suspicious: ``` Thu, 08 Nov 2018 21:26:19 GMT connect:dispatcher query : /api/messages Thu, 08 Nov 2018...

Although I get the same thing going through the web chat and that returns a response: ``` Thu, 08 Nov 2018 21:29:49 GMT connect:dispatcher query : /api/messages Thu, 08 Nov...

When I use the webchat I get a message about it being sent: ``` ChatConnector: message received. [Thu Nov 08 2018 21:29:49 GMT+0000 (UTC)] INFO hubot-botframework-adapter: onBotEvents [Thu Nov 08...

Is it possible I'm running in to this issue where once you setup a bot service you can never change it again without creating a new bot? https://github.com/OfficeDev/BotBuilder-MicrosoftTeams/issues/103 I did...

Yeah I set that all up and the issue is something in the persistent brain from when I changed his name. I'm trying to find the offending entry in the...

Its something in here, when justReceivedResponse is set to true, which it is in my brain, it reads teamsResponse, if I remove justReceivedResponse then it works fine. If I just...

I am installing from master because I was hitting the dependency issue that was just fixed, so I had to clone and then fix the package.json to take care of...

Wont that have the same issue since botbuilder is locked to greater than 3.5.0 so it will get 4.0.0? https://github.com/Microsoft/BotFramework-Hubot/blob/v0.10.1/package.json#L19

Oh yeah that makes sense. I tested that and it does indeed fix the issue as well.