Replies: 2 comments
-
Hi again,
Suddenly what I did I modified the line 410 to "const res = await teamsWebhookObj.send(msg); " , in the function sendTeams , of the file https://github.com/ptarmiganlabs/butler/blob/master/src/lib/msteams_notification.js , which allows the request to automatically retrieve the type of data sent which is json . and that solved the problem !. so can we consider this as a bug to fix in your code? thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Thx for reporting this and good that you got it working, but things should of course work out of the box too. Recent versions of Butler include some updates to how Teams notifications are done. Please try the latest version (as of today this is 9.1.2) and see if that works for you too. From what I can see things now work fine. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am currently involved in configuring Butler to send Teams notifications whenever a reload task fails on the QlikSense server.
However, during this process, an error occurs with the following details: Error: TEAMSNOTIF: Request failed with status code 500.
This is the configuration for teamsNotification:
And this is the teams template that i've used : https://github.com/ptarmiganlabs/butler/blob/master/src/config/teams_templates/failed-reload.handlebars
This is the output error:
I am now troubleshooting and looking for Help... Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions