Skip to content Skip to sidebar Skip to footer

Slack Api - Rtm_connect Error

When attempting to use the Slack API (Real Time Messaging) I get what seems to be a certification error. Any ideas why this is happening? Would love to get some feedback to point m

Solution 1:

If looks like this was a known issue with the websocket library that slack uses: https://github.com/slackapi/python-slackclient/issues/334.

Downgrading the websocket-client library to 0.47.0 solved the problem.

Post a Comment for "Slack Api - Rtm_connect Error"