Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases Mongo Basics Getting Started With MongoDB Setting Up MongoDB

MongoDB blocking some of my key inputs

Greetings As the title says I have problems with my key input in mongodb. Installing it worked fine for me but once we were supposed to use "dp.post.insert({title: "horray!"}) I could not type the { and the }. My command prompt didnt accept the input and I simply received a short beep noise from my pc. This problem is only exclusive to mongodb once I cancel the program input works fine again for me. I tried out git bash and windows cmd and both had the same problem. Did I somehow set mongodb up wrong? Or is this simply a bug? Because then I rather should contact mongodb itself. Though I searched a bit and found noone else having input problems with mongodb.

Ken Alger
Ken Alger
Treehouse Teacher

You are doing this, or trying to anyway, inside the Mongo Shell, correct? And you have an active instance of a MongoDB server running or are connected to one?

Sorry I didnt see someone commented too it. Yes iam doing this inside the Mongo Shell and I do have an active instance of MongoDB running. I started the instance by starting mongod. Dont know if that counts as a MongoDB Server or just an instance of MongoDB.