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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Error is thrown in certain cases where the send_messages function is called: EXCEPTION: Slack API call to im.open returned an error: method_deprecated.
Error is thrown in certain cases where the send_messages function is called:
EXCEPTION: Slack API call to im.open returned an error: method_deprecated.
Similar issue description can be found here: errbotio/errbot#1431
There is also a fix that can be ported to this repo (API update): errbotio/errbot#1432
response = self.api_call(
'im.open'
, data={'user'
: id_})->
response = self.api_call(
'conversations.open'
, data={'users'
: id_})The text was updated successfully, but these errors were encountered: