-
-
Notifications
You must be signed in to change notification settings - Fork 343
Description
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 ?