-
Notifications
You must be signed in to change notification settings - Fork 159
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
Crash when using Authentication on Mongo 3 #200
Comments
Could you give the full crash report? |
Never debugged Mac applications before, hopefully this is what you're wanting! https://gist.github.com/dustinblackman/034663e58ded449b3c58 |
Perfect! |
Appreciate the super fast commit, thanks! :D |
Try again to get the latest version. It might be better now. |
Im actually still getting the crash on release 3.1b3. Its the same exact error as the gist above. |
If you build from the last commit, the crash error goes away but you get the SCRAM failure like in the screenshot above. |
Same issue with Mongo 3 |
Should be fixed in 3.1b4 |
can you explain me how you added the password to mongodb? |
Did you put "test" in the connection panel? |
I get the same error, and this is likely an issue with the driver. I had the same problem with the Python and PHP driver stating that it couldn't auth, until I did an upgrade and then everything was normal. |
Im also getting the same error above on the latest version. My user name and passwords were setup using Mongodb MMS system. I hope that helps. |
I don't have any issue with that test. Of course it doesn't work if I don't specify the database name, but with, it works. |
Ah, seems I've found the issue. All good on my end. My mistake! |
Ok, thanks for all 👍 , i will test with a clean install tonight :) |
Ok it's good with a clean install 👍 Thanks for all :) |
When attempting to connect to a Mongo 3 RC9 instance with Auth enabled, MongoHub 3.1 beta 3 will crash.
The text was updated successfully, but these errors were encountered: