howdyai / botkit-storage-mongo

A MongoDB storage driver for Botkit
MIT License
54 stars 42 forks source link

Error: No connection URI provided. #4

Closed RafaelCosman closed 8 years ago

RafaelCosman commented 8 years ago
var Botkit = require('../botkit');
var botkit_storage_mongo = require("botkit-storage-mongo")({mongoUri: "<uri removed for security reasons>"});

var controller = Botkit.slackbot({
  debug: false,
  storage: botkit_storage_mongo
});
/home/ubuntu/workspace/slack-bot-predict2/node_modules/monk/lib/manager.js:28
    throw Error('No connection URI provided.');
    ^

Error: No connection URI provided.
anonrig commented 8 years ago

Due to the cached and old version of botkit-storage-mongo there is an error. Waiting for @benbrown to bump the version.