Skip to content

Instantly share code, notes, and snippets.

@afoninsky
Created January 28, 2019 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afoninsky/a1c2acf906230f8f5a0df76dff2aca72 to your computer and use it in GitHub Desktop.
Save afoninsky/a1c2acf906230f8f5a0df76dff2aca72 to your computer and use it in GitHub Desktop.
[Mon Jan 28 2019 16:10:02 GMT+0000 (Coordinated Universal Time)] INFO Connected to Slack RTM
Mon, 28 Jan 2019 16:19:04 GMT body-parser deprecated undefined extended: provide extended option at node_modules/hubot/src/robot.js:445:21
[Mon Jan 28 2019 16:19:04 GMT+0000 (Coordinated Universal Time)] DEBUG Loading adapter slack
[Mon Jan 28 2019 16:19:05 GMT+0000 (Coordinated Universal Time)] INFO hubot-slack adapter v4.5.5
warn: SlackDataStore is deprecated and will be removed in the next major version. See project documentation for a migration guide.
warn: SlackDataStore is deprecated and will be removed in the next major version. See project documentation for a migration guide.
[Mon Jan 28 2019 16:19:05 GMT+0000 (Coordinated Universal Time)] DEBUG RtmClient initialized with options: undefined
[Mon Jan 28 2019 16:19:05 GMT+0000 (Coordinated Universal Time)] DEBUG RtmClient#start() with options: {}
[Mon Jan 28 2019 16:19:06 GMT+0000 (Coordinated Universal Time)] DEBUG SlackBot#authenticated() Found self in RTM start data
[Mon Jan 28 2019 16:19:06 GMT+0000 (Coordinated Universal Time)] INFO Logged in as @hubot in workspace paukan
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] INFO Connected to Slack RTM
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] DEBUG Loading scripts from /opt/stackstorm/chatops/scripts
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] DEBUG Loading scripts from /opt/stackstorm/chatops/src/scripts
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] DEBUG Loading external-scripts from npm packages
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] INFO Requesting a token...
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] DEBUG Using slack post data handler.
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] DEBUG Parsing help for /opt/stackstorm/chatops/node_modules/hubot-stackstorm/scripts/stackstorm.js
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] DEBUG Parsing help for /opt/stackstorm/chatops/node_modules/hubot-help/src/help.coffee
[Mon Jan 28 2019 16:19:08 GMT+0000 (Coordinated Universal Time)] ERROR Failed to authenticate: Invalid or missing credentials
(node:951) UnhandledPromiseRejectionWarning: #<Object>
(node:951) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:951) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[Mon Jan 28 2019 16:19:23 GMT+0000 (Coordinated Universal Time)] DEBUG Received text message in channel: C1ENH2V2A, from: U1ENQNCR5 (human)
[Mon Jan 28 2019 16:19:24 GMT+0000 (Coordinated Universal Time)] DEBUG Message '!run date on localhost' matched regex //^\s*[@]?(?:hubot[:,]?|![:,]?)\s*(?:([\s\S]+?)$)/i/; listener.options = { id: null }
[Mon Jan 28 2019 16:19:24 GMT+0000 (Coordinated Universal Time)] DEBUG Executing listener callback for Message '!run date on localhost'
[Mon Jan 28 2019 16:20:31 GMT+0000 (Coordinated Universal Time)] DEBUG Received text message in channel: C1ENH2V2A, from: U1ENQNCR5 (human)
[Mon Jan 28 2019 16:20:31 GMT+0000 (Coordinated Universal Time)] DEBUG Message '!st2 list actions' matched regex //^\s*[@]?(?:hubot[:,]?|![:,]?)\s*(?:([\s\S]+?)$)/i/; listener.options = { id: null }
[Mon Jan 28 2019 16:20:31 GMT+0000 (Coordinated Universal Time)] DEBUG Executing listener callback for Message '!st2 list actions'
[Mon Jan 28 2019 16:20:37 GMT+0000 (Coordinated Universal Time)] DEBUG Received text message in channel: C1ENH2V2A, from: U1ENQNCR5 (human)
[Mon Jan 28 2019 16:20:37 GMT+0000 (Coordinated Universal Time)] DEBUG Message '!help' matched regex //^\s*[@]?(?:hubot[:,]?|![:,]?)\s*(?:([\s\S]+?)$)/i/; listener.options = { id: null }
[Mon Jan 28 2019 16:20:37 GMT+0000 (Coordinated Universal Time)] DEBUG Executing listener callback for Message '!help'
[Mon Jan 28 2019 16:20:37 GMT+0000 (Coordinated Universal Time)] DEBUG Message '!help' matched regex //^\s*[@]?(?:hubot[:,]?|![:,]?)\s*(?:help(?:\s+(.*))?$)/i/; listener.options = { id: null }
[Mon Jan 28 2019 16:20:37 GMT+0000 (Coordinated Universal Time)] DEBUG Executing listener callback for Message '!help'
[Mon Jan 28 2019 16:20:37 GMT+0000 (Coordinated Universal Time)] DEBUG SlackClient#send() room: C1ENH2V2A, message: !help - Displays all of the help commands that this bot knows about.
!help <query> - Displays all help commands that match <query>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment