-
Notifications
You must be signed in to change notification settings - Fork 243
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
rtm.start depreciated starting 2022/09/20 #304
Comments
Hi, maybe its just me, but I cannot get the /api/rtm.start method working at all. |
It looks like this lib no longer works. Any chance of a hotfix? |
Also hoping for this ^ . Didn't realize it was using rtm.start (api changed yesterday) - but it indeed appears to. |
I'm not opposed to accepting a PR that would resolve this, but I don't personally have any reason to fix it. I've also got a lot of things happening in my personal life, so this library isn't a priority for me at this time. |
If you do not need the Slack Real Time Messaging API specifically, I'd suggest switching over to soxtoby/SlackNet. Also: 1- You probably shouldn't be using a socket-based API if the Web API serves your purposes. |
Hi @Inumedia, I totally understand and will help unless anyone else is already on it. Sending my best regards and thanks for all your work on this lib to date. |
I think I have some success on getting it to work "somehow". All you needed to do is to comment out the body of The symptom is that this method is throwing a The cause is that Apparently, commenting out the body will lead to the fact that these properties are no longer initialized, so there might be downstream errors. But something is better than nothing. Now I got the messages from the To test this, make sure you create a classic slack app, the new granular permission version do not support rtm. Long term, I agree with @Vedattt, socket mode is the way to go. I don't know if I want to take the dependency on aspnet.core though, for me personally, the whole point of using a slack frontend is to avoid having to manage a listening socket myself. |
It looks like the rtm.start API method is depreciated in september of 2022, and will start returning a shortened response identical to rtm.connect. Are there plans to update the SlackClient to move over to rtm.connect and handle the new truncated response?
The text was updated successfully, but these errors were encountered: