Joaquin

Results 9 comments of Joaquin

How can I know it's an authentication issue ? `client = yield ConnectionPool(mongodb_uri)` goes ok without error, it only gets stuck on `doc = yield test.find_one()` and start spitting the...

Great ! Thanks for your amazingly fast response. I'll try to capture more error messages on this first call (NB: the authentication and all connection parameters are embedded in the...

As I thought that the error might be in the parsing of the uri, I directly called `client.authenticate(dbname, username, password)` but it did work either.... Also I wasn't able to...

Woaw super cool :-) I'll test that tomorrow, 11pm in my timezone rn On Thu, Apr 2, 2020 at 9:06 PM Ilya Skriblovsky wrote: > Hello, Joaquin, > > Could...

Hi Ilya, (sorry for the delay I had a family issue) I am bit noob in git and I didn't find the branch with the commit to test. I can...

Oh thanks, I was looking in the wrong place... Ok, I installed it --> python setup.py install --user I try the same experiment, and I get the same error message:...

Ok, now it works, your code gave me the indication of where the problem was: I've added `ssl_context_factory=ClientContextFactory()` to the `ConnectionPool` call, and then went on passing the authentication data...

You are right, with the PyPI version the data arrive in the wrong form. And yes my bad: You did mention `ssl_context_factory` in the post above. Hey, everything is solved...

Mmmh, I've never done that before... It would be a first time... I am not understanding half of the code... But it works ! (it seems at least)