You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
I recently performed a git clone of the this repo and then ran:
$ bin/hubot
I then get hit with this error.
[Tue Dec 02 2014 11:08:52 GMT-0600 (CST)] ERROR Unable to load /Users/username/Documents/tools/hubot-pf/node_modules/hubot-scripts/src/scripts/mongolab-brain: TypeError: Cannot call method 'indexOf' of undefined
at exports.parse (/Users/username/Documents/tools/hubot-pf/node_modules/mongodb/lib/mongodb/connection/url_parser.js:14:10)
at Function.MongoClient.connect (/Users/username/Documents/tools/hubot-pf/node_modules/mongodb/lib/mongodb/mongo_client.js:164:16)
at module.exports (/Users/username/Documents/tools/hubot-pf/node_modules/hubot-scripts/src/scripts/mongolab-brain.coffee:39:3, :43:24)
at Robot.loadFile (/Users/username/Documents/tools/hubot-pf/node_modules/hubot/src/robot.coffee:217:9, :163:24)
at Robot.loadHubotScripts (/Users/username/Documents/tools/hubot-pf/node_modules/hubot/src/robot.coffee:244:7, :193:28)
at Shell.loadScripts (/Users/username/Documents/tools/hubot-pf/node_modules/hubot/bin/hubot:105:11, :104:19)
at Shell.EventEmitter.emit (events.js:92:17)
at Shell.run (/Users/username/Documents/tools/hubot-pf/node_modules/hubot/src/adapters/shell.coffee:40:5, :84:12)
at Robot.run (/Users/username/Documents/tools/hubot-pf/node_modules/hubot/src/robot.coffee:437:5, :391:27)
at Object. (/Users/username/Documents/tools/hubot-pf/node_modules/hubot/bin/hubot:135:8, :146:11)
at Object. (/Users/username/Documents/tools/hubot-pf/node_modules/hubot/bin/hubot:5:1, :149:4)
at Module._compile (module.js:456:26)
Wondering if this is something on my end missing or something wrong with the repo? Any insight would be appreciated.
I recently performed a git clone of the this repo and then ran:
I then get hit with this error.
Wondering if this is something on my end missing or something wrong with the repo? Any insight would be appreciated.