I was testing out MongoHQ using MongoEngine but it seems that
everytime I query something, I get this error:
database error: unauthorized db:testdb lock type:-1
I've no problem adding new entries to the db.
My connection:
mongoengine.connect('testdb', username='testuser',
password='testpass', host='
flame.mongohq.com', port=27034)
I've tested with a local mongodb (taht req username and password), it
works fine.
I'm not sure if this has to do with MongoEngine, PyMongo or MongoHQ.
Any help would be greatly appreciated.