serverless-slackbot icon indicating copy to clipboard operation
serverless-slackbot copied to clipboard

team list and test skills not working in channel

Open cmosetick opened this issue 10 years ago • 0 comments

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)

cmosetick avatar Jan 13 '16 17:01 cmosetick