On Tue, 12 Nov 2013 14:18:13 GMT, Sönke Ludwig wrote:

But maybe it's just the really old version of the server (1.4), which doesn't yet support the command. Can you try to use their repository with the latest version? I'd personally recommend that as the pre 2.0 versions have been pretty unsable in my experience.

Done that, fixed it. You are probably right with the version being old. If you want, I can help you tracking the bug with 1.4, or we can let it be and have it as resolved.

Btw... I had to write

serializeToJson(reply).toString()

your version did not work. I got the "Error: no property 'toJson' for type 'vibe.db.mongo.connection.Reply'". I have dmd 2.063.2 and vibe.d master;

Oh sorry, I sloppily assumed that reply was of type Bson.

No problem, I was not sure if it was an overlook or has to do something with e.g. UFCS in new dmd.

Thanks,
Drasha