Couldn't connect: not master
Brought to you by:
rsercano
Originally created by: mnowotka
Hi,
Thanks a lot for this app, it works great for my local server. However, when I'm trying to connect to the remote server I'm getting "Couldn't connect: not master". The same connection details work fine with other Mongo client GUI (Robomongo). What can be wrong here?

View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Ticket changed by: rsercano
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rsercano
Hello,
this happens when you are trying to connect a slavery server instead of master when replica set is installed. You would have a chance to fix this by providing master host in connection URL, with the slavery ones, but mongoclient version 1.0.0 doesn't support URL connections.
I'm now implementing this change, in version 1.1.0 you can use URL to connect your databases, furthermore, for an another release I'm planning to add advanced replica set support which will make connecting and browsing replicas much easier.
Related issues: [#50] and [#12]
Thanks for your contribution :)
Related
Tickets: #12
Tickets:
#50View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: mnowotka
Yes, the "advanced replica set support which will make connecting and browsing replicas much easier" is something that I'm after :) Is there any feature request issue I can subscribe to in order to get notified when this is implemented?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rsercano
You can add yourself as a watcher for [#12] and [#50], [#50] is planned for the next release and it will let you connect via URL as I said. This is kind-of not super but will do the job :)
Regards
Related
Tickets: #12
Tickets:
#50View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: mnowotka
OK, thanks!