Open nicolaschiong opened 7 years ago
I'm having the same problem, I think it's because in SlackDao.class it connects to the RTM with the following line:
ResponseEntity<RTM> response = restTemplate.getForEntity(rtmUrl, RTM.class, slackToken);
Which does a GET request, but the Slack API has been updated and only accepts POST requests. I am planning on fixing this locally for myself, but will create a pull request if it works.
@ajohnsonz were you able to fix this?
Hi @mndominguez yeah I got it working for me - but I made a ton of changes in one go and was never 100% sure exactly what bit fixed it for me. You can see my changes here:
https://github.com/rampatra/jbot/pull/80/commits
Hopefully it points you in the right direction!
Hello, I've been stuck with this error for days.
It seems that the WebSocketSession is null.