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
Auth request in SlackWebSocketSessionImpl#connectImpl for api/rtm.start is returning a 500, resulting in an IllegalStateException when the null response object can't be parsed by SlackJSONSessionStatusParser.
For enterprise grid accounts, Slack recommends using api/rtm.connect, which when tested is not throwing the 500.
The text was updated successfully, but these errors were encountered:
Auth request in
SlackWebSocketSessionImpl#connectImpl
forapi/rtm.start
is returning a 500, resulting in anIllegalStateException
when the null response object can't be parsed bySlackJSONSessionStatusParser
.For enterprise grid accounts, Slack recommends using
api/rtm.connect
, which when tested is not throwing the 500.The text was updated successfully, but these errors were encountered: