Skip to content

Pitfalls and Frequently Seen Errors

Jean Yang edited this page Aug 19, 2014 · 1 revision
  • Make sure you use the @jeeves annotation for classes and functions using Jeeves. If you are getting errors about missing attributes, it could be that you forgot to annotate something with @jeeves.
  • Do not nest @jeeves annotations. This should throw and error.
  • If you are using the Jelf web framework, make sure you are using JeevesModel and JeevesForeignKey and that you are using jeeves_id to access elements.
Clone this wiki locally