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
500 TypeError: Cannot read property 'interoperability' of undefined
at /Users/andrew/code/sparqles/node/app.js:46:63
at /Users/andrew/code/sparqles/node/mongodbprovider.js:157:19
at /Users/andrew/code/sparqles/node/mongodbprovider.js:16:17
at Db.collection (/Users/andrew/code/sparqles/node/node_modules/mongodb/lib/mongodb/db.js:534:27)
at MongoDBProvider.getCollection (/Users/andrew/code/sparqles/node/mongodbprovider.js:15:11)
at MongoDBProvider.getAMonths (/Users/andrew/code/sparqles/node/mongodbprovider.js:156:10)
at /Users/andrew/code/sparqles/node/app.js:44:27
at /Users/andrew/code/sparqles/node/mongodbprovider.js:144:19
at /Users/andrew/code/sparqles/node/mongodbprovider.js:16:17
at Db.collection (/Users/andrew/code/sparqles/node/node_modules/mongodb/lib/mongodb/db.js:534:27)
I managed to resolve that particular error by switching the mongo driver from 1.4.x to 2.0.x (given that I have mongodb 3.2.10), but there are more errors. I will make a PR for the fixed I made.
Trace:
Versions:
The text was updated successfully, but these errors were encountered: