-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Slackbot does not function and I see that No web socket url returned by Slack #188
Comments
"No web socket url returned by Slack. " is the returned in console I have created slackbot app and added slack token in application.properties |
No, that should be it. Just paste the token in application.properties file and make sure you have slack in active profiles like below:
|
I run into the same Issue, cloned, didn't make any changes except copying the bot token to the application.properties and removing the facebook profile (only slack is active). The App seems running and in the Log there is one Error The Bot doesn't seem to react to any messages (or anything as far as I can tell). The Bot token scopes are What I expected to happen is that I run the sample application and having the bot react to direct messages and to messages in the channel the bot is in that are in the form of "ab12ab" (as the javadoc on onReceiveMessage suggests). I don't see any activity in Slack or the log.
|
I newly created the slackbot token and git cloned the code
then I added the slackbot token in application properties file.
and made few changes in controller and service code
then started the slack bot app and even though slack app is started it doesnot function as intended.
below is the error I see in the console :
2020-09-28 23:53:07.507 ERROR 12828 --- [ main] me.ramswaroop.jbot.core.slack.Bot : No web socket url returned by Slack.
2020-09-28 23:53:07.625 INFO 12828 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-09-28 23:53:07.805 INFO 12828 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2020-09-28 23:53:07.808 INFO 12828 --- [ main] c.v.v.vrt.slackbot.SlackBotApplication : Started SlackBotApplication in 2.286 seconds (JVM running for 2.649)
Can you please help me debug this ?
The text was updated successfully, but these errors were encountered: