Skip to content

KeyError _etag #22

@paulocheque

Description

@paulocheque

I am getting this exception with a simple code. It breaks the /person endpoint and all of other endpoints I receive a 404 error.

screen shot 2015-09-14 at 5 22 28 pm

Using:

  • eve 0.5.3 or in-dev

  • eve-Mongoengine 0.0.9

    class Person(mongoengine.Document):
    name = mongoengine.StringField()
    age = mongoengine.IntField()

    app = Eve()
    ext = EveMongoengine(app)
    ext.add_model(Person)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions