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
With version 3.3 (I suppose current master) I cannot insert documents (your tests are also failing). It works neither with maps nor with bson documents. See below.
Yes, this deployment is a Ubuntu 14.04 LTS so it has version 2.4.9 of mongodb-server. I was not aware that the mongo protocol had changed in later releases but I think it is good that there is a pull-request to support the legacy versions.
My problem was also though that the erlang service release had specified the dependency to the mongodb-erlang as using "master" which unfortunately also broke it as it was using the api module "mongo" rather than mc_worker_api module. So unfortunately my solution was to change the dependency to mongodb-erlang to version v0.7.4 to make it build which seems to work with this older mongodb version (and still has the mongo module). I hope the PR for legacy systems will pass until I have the time to update the service :)
Hi,
With version 3.3 (I suppose current master) I cannot insert documents (your tests are also failing). It works neither with maps nor with bson documents. See below.
/Stefan
The text was updated successfully, but these errors were encountered: