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
I'm getting the following error when attempting to connect to a replicaset under 1.3.20-alpha:
Error: URL must be in the format mongodb://user:pass@host:port/dbname
at Error (<anonymous>)
at exports.parse (.../node_modules/monq/node_modules/mongoskin/node_modules/mongodb/lib/mongodb/connection/url_parser.js:15:11)
at Function.MongoClient.connect (.../node_modules/monq/node_modules/mongoskin/node_modules/mongodb/lib/mongodb/mongo_client.js:167:16)
at SkinClass.SkinDb._open (.../node_modules/monq/node_modules/mongoskin/lib/db.js:36:25)
at SkinClass.open (.../node_modules/monq/node_modules/mongoskin/lib/utils.js:127:14)
at SkinClass.SkinCollection._open (.../node_modules/monq/node_modules/mongoskin/lib/collection.js:27:17)
at SkinClass.open (../node_modules/monq/node_modules/mongoskin/lib/utils.js:127:14)
at SkinClass.(anonymous function) [as ensureIndex] (.../node_modules/monq/node_modules/mongoskin/lib/utils.js:83:14)
I'm not using the connection string, but rather passing in the replica servers in a json object.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when attempting to connect to a replicaset under 1.3.20-alpha:
I'm not using the connection string, but rather passing in the replica servers in a json object.
The text was updated successfully, but these errors were encountered: