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
Hello im trying to send a test message on my local machine to my slack channel but it fails silently.
I'm trying to run the following function send_msg in django shell but it fails silently. I have gotten a slack bot token setup, i have invited my bot to my #general channel. django_slack was added to INSTALLED_APPS.
Hello im trying to send a test message on my local machine to my slack channel but it fails silently.
I'm trying to run the following function
send_msg
in django shell but it fails silently. I have gotten a slack bot token setup, i have invited my bot to my#general
channel.django_slack
was added toINSTALLED_APPS
.I'm using:
Here is imy
message.slack
template.My settings for
TEMPLATES
Also i have noticed if I set
SLACK_TOKEN
to some invalid value, I dont get any error, it also fails silently.The text was updated successfully, but these errors were encountered: