-
Notifications
You must be signed in to change notification settings - Fork 37
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
TypeError: Cannot read property 'toString' of null when running mongodb 4.2 #47
Comments
@m-weeks I'm encountering the exact same issue as you. Just wondering if manage to resolve it? Actually, I've resolved it. I think the error is related to this. I took the advice below:
and installed mongodb 4.2.6 and used |
I think this is a case where either the download failed or the process was unable to run. We should improve this error message. |
@vkarpov15 I tested it and the link to download has changed, I forked the project to debug it and I fixed. I could send a pull a request. Btw I've been having the same issue with the version 4.4.1 |
Now that #46 is fixed I figured I would try this with v0.7.3, but the issue still exists |
I wouldn't say this is a fix, I don't want to install mongdb to my machine which is why i am using run-rs in the first place. it fails to start on versions 4.2 or higher, i stopped at 4.1.1 |
|
Thanks @vorticalbox I was able to change my |
Not sure if this is fixed in 0.7.0, as that version gives me another error (same as #46).
I am running version 0.6.2 in a docker container, which works fine when running mongodb 4.0 but not 4.2.
My dockerfile looks like the following:
And the output of my container is the following:
The text was updated successfully, but these errors were encountered: