Open Telmo opened 9 years ago
Sorry you're having trouble. :( If you're willing to dig in a bit yourself, lita-slack uses faye-websocket under the hood. Adding additional debug logging to some of the WebSocket event callbacks may be helpful in figuring out what's going wrong.
Was running for over a week or two, and finally got something in the log:
2015-08-21T06:31:01.453312764Z [2015-08-21 06:31:01 UTC] DEBUG: presence_change event received from Slack and will be ignored.
2015-08-21T06:32:19.200219957Z [2015-08-21 06:32:19 UTC] DEBUG: team_migration_started event received from Slack and will be ignored.
2015-08-21T06:32:19.201050244Z [2015-08-21 06:32:19 UTC] DEBUG: presence_change event received from Slack and will be ignored.
2015-08-21T06:32:19.248781379Z [2015-08-21 06:32:19 UTC] INFO: Disconnected from Slack.
2015-08-21T06:32:19.249059287Z [2015-08-21 06:32:19 UTC] DEBUG: Closing connection to the Slack Real Time Messaging API
Is there some place in this plugin I would pass the config option to the websocket driver to encourage more verbosity?
I am having issues getting this plugin to work and setting the log level to debug is not displaying any information at all
lita wont stay connected to slack and I have no way of knowing why.