I'm testing the usage of the included skills "out-the-box" and two of them do not work correctly:
team_list.js and test_run.js
The issue for me seems to be that when the primary command is followed by anything other than null I get an error when calling the command from within my slack channel.
This is the error that is output in grey italics in the slack channel:
{"errorMessage":"Process exited before completing request"}
This is the code snippet that seems to be causing the issue for me when null is set to any other command.
SlackBot.addSkill('help', null, function(event, context, body, slackTeam)
I'm testing the usage of the included skills "out-the-box" and two of them do not work correctly:
team_list.jsandtest_run.jsThe issue for me seems to be that when the primary command is followed by anything other than
nullI get an error when calling the command from within my slack channel.This is the error that is output in grey italics in the slack channel:
{"errorMessage":"Process exited before completing request"}This is the code snippet that seems to be causing the issue for me when
nullis set to any other command.SlackBot.addSkill('help', null, function(event, context, body, slackTeam)