Skip to content
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

try.mongodb.org is broken #6

Open
paulbatum opened this issue May 31, 2012 · 2 comments
Open

try.mongodb.org is broken #6

paulbatum opened this issue May 31, 2012 · 2 comments

Comments

@paulbatum
Copy link

  1. Navigate to try.mongodb.org
  2. Enter: db.scores.save( {a: 99})
  3. Result: OK
  4. Enter db.scores.find()

Expected result: [ { "a" : 99, "_id" : { "$oid" : "4fa9c75bcc93742e0d06bd8d" } }]
Actual result: [ ]

@TylerBrock
Copy link

Hey paul, can I ask what browser + browser version you are using?

I just tried to reproduce and I was unable to do so using the latest version of Chrome.

@paulbatum
Copy link
Author

I actually observed the same problems on mongodb.org (I assume most of the
implementation is the same but I did note that the version of the shell is
different between try.mongodb.org and the shell on mongodb.org).

I tried in Chrome, Firefox and IE and they were all failing.

But now everything is working fine. The issue seems to be temporary. If it
happens again I'll capture logs using the chrome network console and reopen
the issue.

On Thu, May 31, 2012 at 12:30 PM, Tyler Brock <
[email protected]

wrote:

Hey paul, can I ask what browser + browser version you are using?

I just tried to reproduce and I was unable to do so using the latest
version of Chrome.


Reply to this email directly or view it on GitHub:
#6 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants