-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoClient causes pymongo ServerSelectionTimeoutError error #63
Comments
I could fix it by installing mongo for ARCH. You can close the issue. |
It could be something Ubuntu version not playing nice with Arch. I have no idea unfortunately. It's good to hear that you have a workaround. |
Hey @ekarademir @yCobanoglu I am also getting the same error since yesterday, earlier it was running without an issue. I have the following env variables:
with any thoughts on this? why it could have popped up. Context: OS: Ubuntu 20.04.5 |
Same here since pymongo-inmemory 0.3.1
I get
Works fine with pymongo-inmemory 0.3.0 OS : Apple M1 - macOSVentura 13.4 |
Describe the bug
pymongo.errors.ServerSelectionTimeoutError: 127.0.0.1:27017: [Errno 111] Connection refused.
This used to work in the past due to (probably ?!) System update suddenly stopped working.
For generic linux with version 4 everything works as expected.
To Reproduce
Steps to reproduce the behavior:
Packages needed: pytest==7.2.0, pymongo==4.3.3
ENV Variables:
PYMONGOIM__MONGO_VERSION=4.4;
PYMONGOIM__OPERATING_SYSTEM=ubuntu;
PYMONGOIM__OS_VERSION=20
Context:
The text was updated successfully, but these errors were encountered: