User Profile
AcharyaTejaswi963
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Recently Developed BOT Is Not Working
Hello, I have developed a bot using Hubot framework and integrated with msteams. For this, I have used "BotFramework-Hubot" package and using several links in the online I could able to do this process.And the bot is working fine for several days. Don't know what happened it suddenly stopped working as expected from yesterday.Can someone please help me in sorting out this issue. Thanks, Acharya1.1KViews0likes0CommentsInput Message Contains Multiple lines
Hello, I am trying to copy paste a list of lines into msteams channel and this content is being to the Hubot framework in the backend. I am using "BotFramework-Hubot" for this flow and used several links available in the online. And I have upload my custom app into msteams which I have built. My requirement is, if I am giving a single line input in msteams channel then it is working fine.But if the input message contains "Enter" or multiple lines it is getting failed.So, can one please help me on sorting out this issue and provide me with the possible solutions. Thanks, Acharya1.2KViews0likes0CommentsGetting 400 Bad Request Error
Hi, I am trying to integrate Hubot with MS Teams and done with that stuff by following some useful links that are available.I have built a bot using hubot framework which is working fine in my local environment but after uploading the bot into a channel facing an error as mentioned below: ERROR Error: POST to 'https://smba.trafficmanager.net/amer/v3/conversations/19:6e011df0be3a4eb7934018bcf460370f@thread.skype;messageid=1580398789918/activities/1580398902263' failed: [400] Bad Request" I am using the following packages: "botbuilder": "^3.13.1", "hubot": "^2.19.0", "hubot-botframework": "^0.10.1", "hubot-conversation": "1.1.1", "hubot-diagnostics": "0.0.1", "hubot-health": "latest", "hubot-help": "^0.2.0", "hubot-hipchat": "^2.12.0-6", "hubot-redis-brain": "0.0.3", "hubot-rules": "^0.1.1", "hubot-scripts": "^2.17.2" Can anyone please help me as soon as possible. Thanks, AcharyaFacing 429 Error Now A Days
Hi, I am trying to integrate Hubot with MS Teams and done with that stuff by following some useful links that are available.I have built an application using hubot framework and was uploaded into a channel previously a few months ago and worked at that moment.So I have uploaded the same into some other channel recently and facing an error as mentioned below: ERROR Error: POST to 'https://smba.trafficmanager.net/amer/v3/conversations/19%3A6e011df0be3a4eb7934018bcf460370f%40thread.skype%3Bmessageid%3D1578941378382/activities/1578941378382' failed: [429] " at Request._callback (/opt/hip_bot/node_modules/botbuilder/lib/bots/ChatConnector.js:675:46) at Request.self.callback (/opt/hip_bot/node_modules/request/request.js:185:22) at Request.emit (events.js:210:5) at Request.<anonymous> (/opt/hip_bot/node_modules/request/request.js:1161:10) at Request.emit (events.js:210:5) at IncomingMessage.<anonymous> (/opt/hip_bot/node_modules/request/request.js:1083:12) at Object.onceWrapper (events.js:299:28) at IncomingMessage.emit (events.js:215:7) at endReadableNT (_stream_readable.js:1184:12) at processTicksAndRejections (internal/process/task_queues.js:80:21) In the recent days when I am trying to run the same app it is throwing the above mentioned error and as per my guess form the last line of the error it is found to be an 429 Error (Too Many Requests) and could anyone please help me on sorting this issue. Thanks, AcharyaSolved3.4KViews0likes9CommentsHubot MS Teams Bot Integrations
Hi, I am getting the error as "hubot-msteams: Restricting tenants to ['abcd-xyz-ghj-kjhasd-ajsdhkja234']" when I am trying to run a command in the msteam. I am trying to integrate hubot and ms-team so that I will develop the code in hubot framework and deploy the code into the msteam in which, if a user runs the command it has to show the output in msteam. It is working fine in the hubot framework but after deploying into the msteam it is showing the above error. And also getting one more error "ERROR Error: POST to 'https://smba.trafficmanager.net/amer/v3/conversations/a%3A1M1lNpDImF5Ouh8UMNodCXPZbsdS3onLY245Vm_MI92dKy2SqzuQk9LfPR0k5Ck41mFOr2N0hw_fwfBQc38yjjdAbXqCTP3EjDB2OUvEGGf6oGtGdetyrsxp-rW5gGTD3/activities/1575457422662' failed: [400] Bad Request". And also forget to mention I have followed the link "https://github.com/microsoft/BotFramework-Hubot". So previously deployed commands were working fine but when trying to add more commands recently it is not getting reflected in the ms teams custom developed bot/app. The Hubot framework versions which I am using are: "botbuilder": "^3.13.1", "hubot": "^2.19.0", "hubot-botframework": "^0.10.1", "hubot-conversation": "1.1.1", "hubot-diagnostics": "0.0.1", "hubot-health": "latest", "hubot-help": "^0.2.0", "hubot-hipchat": "^2.12.0-6", "hubot-redis-brain": "0.0.3", "hubot-rules": "^0.1.1", "hubot-scripts": "^2.17.2" Can someone please help me in fixing this.6.1KViews0likes1CommentHubot with MS teams Integrations Errors
Hi, I am facing an error " ERROR Error: POST to 'https://smba.trafficmanager.net/amer/v3/conversations/a%3A1M1lNpDImF5Ouh8UMNodCXPZbsdS3onLY245Vm_MI92dKy2SqzuQk9LfPR0k5Ck41mFOr2N0hw_fwfBQc38yjjdAbXqCTP3EjDB2OUvEGGf6oGtGdetyrsxp-rW5gGTD3/activities/1575457422662' failed: [400] Bad Request" when trying to see the reply in the ms teams custom developed app/bot. Here are the steps which I am trying. 1. I am using hubot framework for creating the bots and then registered previously in 2018 and added various python & coffee scripts in the hubot framework. 2. I have followed the link "https://github.com/microsoft/BotFramework-Hubot" previously and the added scripts were working fine at that time. 3. But when I am trying to add new scripts in the recent days it is throwing the above error as mentioned. 4. The previously existing scripts were working fine but now when I am trying to add new functionalities it is trowing the above mentioned error. The Hubot version which I am using are: "botbuilder": "^3.13.1", "hubot": "^2.19.0", "hubot-botframework": "^0.10.1", "hubot-conversation": "1.1.1", "hubot-diagnostics": "0.0.1", "hubot-health": "latest", "hubot-help": "^0.2.0", "hubot-hipchat": "^2.12.0-6", "hubot-redis-brain": "0.0.3", "hubot-rules": "^0.1.1", "hubot-scripts": "^2.17.2" and also tried with the below mentioned versions: "botbuilder": ">=3.5.0 <4.0.0", "botbuilder-teams": ">=0.2.1 <0.3.0", "parent-require": "^1.0.0", "hubot": "^2.19.0", "hubot-botframework": "^0.10.1", "hubot-conversation": "1.1.1", "hubot-diagnostics": "0.0.1", "hubot-health": "latest", "hubot-help": "^0.2.0", "hubot-hipchat": "^2.12.0-6", "hubot-redis-brain": "0.0.3", "hubot-rules": "^0.1.1", "hubot-scripts": "^2.17.2" Can someone please help me on fixing this. Thanks, Acharya1.1KViews0likes2Comments
Groups
Recent Blog Articles
No content to show