-
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
Get Index button does nothing with Mongo 3 #199
Comments
+1, problem confirmed |
any messages in the log window? |
no, it remains empty... |
I can't reproduce the issue. |
I use production 3.0.1 (mongodb) and have this issue as well using beta 4 and master branch compiles. I also can't open documents when double clicking on them but I'll find a proper issue to report that. |
thank. I need at least an error message (in the console of OS X, or somewhere else). Or I need a way to add a document like that in my own collection. Or I need a server where I can connect to reproduce this issue. |
My knowledge of xcode so far and programming on OSX in general is just opening the project and pressing build. I tried attaching to process as well as pressing the "play" button but nothing appears in the console at the lower right. Is there something I should do differently to get console output? |
Actually, since I upgraded to 3.0.1 and using MongoHub 3.1b4, I do not have the issue anymore ! Are you sure @Icehunter to have the problem with that configuration ? I had it before, but it seems solved in my case... |
@MRigal Not quite sure. When I download the tagged source at 3.1b4 or I go through master it always asks me to update the project because of some config issues. I have Yosemite and the latest xcode/updates. When I build it after that there's no issues I can see so far other than dealing with indexes/opening a document into the edit view. It also doesn't pipe any errors to the console but this is the first project I've ever built with xcode as I mostly build c# desktop applications and node services. |
Can you try with 3.1.3? |
It fixes the issue of not being able to open a document and save/delete but getting the indexes still fails. I also deleted the app/preferences/plists along with the git folder and recloned; but I still have the same issue. |
It is actually fixed in my case since 3.1.3
|
Should be fixed in 3.1.4. I let you close this issue if it works for you. |
I don't know who is "you", but it also works in 3.1.4 for me |
Mostly the owner of the issue (to close the bug), and anyone who still had the issue with 3.1.3 :) |
When you open a collection, click the index tab above query box, and then hit Get Index returns no data in Mongo 3.0.0-RC8 even though the index's are reported in the stats window. This is with MongoHub 3.1b3.
The text was updated successfully, but these errors were encountered: