-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slack sensor - TypeError: expected string or buffer #50
Comments
Code is here: stackstorm-slack/sensors/slack_sensor.py Line 260 in 9a606a8
The result from This may happen if there was an error when trying to run |
Thanks for your tips. I've printed So this line: stackstorm-slack/sensors/slack_sensor.py Line 260 in 9a606a8
needs to be deleted. I've commented it out and sensor is working fine now :) |
Hi, im trying to use the sensor, but i don't know why st2 don't exec the trigger, do you have any idea of how to config the slack pack ? |
confirmed you need to remove / comment out line 260 in slack_sensor.py, or the sensor will bug out |
I'm getting this error while activating sensor/trigger for slack messages. Am I missing something to be configured? I can successfully invoke services like post_message, channels.list, users.list, etc.
The text was updated successfully, but these errors were encountered: