I am trying to connect to an authenticated MongoDB instance where I don't have access to the admin database. I don't know if I'm misusing the package or this is a bug related to my specific configurations.
This is the most simple code to reproduce this behavior:
I am trying to connect to an authenticated MongoDB instance where I don't have access to the admin database. I don't know if I'm misusing the package or this is a bug related to my specific configurations.
This is the most simple code to reproduce this behavior:
And this is the error:
I'm omitting the PyMongo stack trace for clarity. Any help would be appreciated.