-
Notifications
You must be signed in to change notification settings - Fork 156
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
Can't get it to work - (UndefinedFunctionError) function :invalid_message.exception/1 is undefined #186
Comments
Can you please show the supervisor where you are starting mongo? |
|
And here is a traceback when I start Mongo in iex. using
|
The |
You have a mismatch on which pooling mechanism you are trying to use. You are starting this driver with #175 is a conversation surrounding this issue. |
Ok, specifying pool did the trick ... thanks |
I have Mongo defined under supervisor based on docs. Now any operation (Mongo.find, Mongod.insert_one etc. ) raises the same error as below. Any idea whats wrong here? (Elixir 1.5.3 on windows)
The text was updated successfully, but these errors were encountered: