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
When the script log contains back slash \ this will result in error messages when creating Slack or Teams formatted messages (i.e. messages using the handlebars template files). Email messages are not affected.
The effect is that no Teams or Slack message is sent. Instead an error is shown in the Butler console log.
Slack and Teams messages with basic formatting are not affected, as they don't use the handlebars templates.
There is a risk that other "special" characters also cause this problem. So far only the \ character has been confirmed to cause this problem though.
Expected Behavior
Butler should be able to send nicely formatted messages to Teams and Slack, including the script log of the failed/aborted reload if so desired.
To Reproduce
No response
The text was updated successfully, but these errors were encountered:
What version of Butler are you using?
8.1.0
What version of Node.js are you using? Not applicable if you use the standalone version of Butler.
16.15.0
What command did you use to start Butler?
node butler.js -c ./config/production.yaml --loglevel debug
What operating system are you using?
macOS
What CPU architecture are you using?
x86_64
What Qlik Sense versions are you using?
2022-May
Describe the Bug
When the script log contains back slash
\
this will result in error messages when creating Slack or Teams formatted messages (i.e. messages using the handlebars template files). Email messages are not affected.The effect is that no Teams or Slack message is sent. Instead an error is shown in the Butler console log.
Slack and Teams messages with basic formatting are not affected, as they don't use the handlebars templates.
There is a risk that other "special" characters also cause this problem. So far only the
\
character has been confirmed to cause this problem though.Expected Behavior
Butler should be able to send nicely formatted messages to Teams and Slack, including the script log of the failed/aborted reload if so desired.
To Reproduce
No response
The text was updated successfully, but these errors were encountered: