-
Notifications
You must be signed in to change notification settings - Fork 163
Still not able to connect to MongoHQ hosted databases after 2.3.0 #100
Comments
Do you have special characters in any of the DSN chunks that need to be URI escaped? |
not really... my username an password are all alphanumeric standard chars... |
I seem to have the same problem with mongolab.com, like if tries to get admin access |
Is it possible you're running into the same issue as Meteor hosted mongo instances have? See #102 |
@bobthecow don't think so, the password is static |
Same issue here (MongoLab), was just working fine in 2.3.0 mere minutes ago. |
@jcurtis So v2.3.0 was working with MongoLab, and now it's not? Or now v2.3.1 isn't? |
Yes v2.3.0 was working with MongoLab, then I did a Bonus: I downgraded Geng to v2.3.0 and there are still authentication errors leading me to believe it's a problem with one of the dependencies I updated. |
@jcurtis That's great to know. Do you happen to still have that terminal window open so you can see what updated? Do you mind checking what versions of
|
Looks like they we're all updated when I did the upgrade. |
Thanks. I'll dig into this when I get a minute. |
This works:
This works:
... so the latest versions of all dependencies besides bson and mongo work just fine. This works:
And that's the latest version of every gem except This works:
But this fails!
So something changed in v1.8.4 of the Thanks for pointing me in this direction, @jcurtis I'll keep digging :) |
The result of the Mongo uri parser changing unexpectedly in Hooray SemVer! I'm releasing a workaround in |
|
Sorry for the issues here guys. This read-only method on MongoClient is actually not documented publicly and was intended primarily for internal use which is why we mistakenly made the change in that version, but the fact that it's not marked private makes that all a moot point. It shouldn't have happend. :-/ |
@jcurtis Thank you :) @brandonblack No worries, this sort of thing happens. Thanks for everything you and the rest of the driver team do. |
Hi,
I have a MongoHQ hosted database (MongoDB 2.4.1) (large) and I still can't connect using the standard dsn:
user:pass@server:port/database
I always get the following error:
Connections error: unauthorized
I have also tried adding the mongodb:// prefix to the URI but it changes nothing.
I have bson_ext installed and I'm running the latest 2.3.0 on Mac OS X 10.8.3
The text was updated successfully, but these errors were encountered: