Skip to content

Instantly share code, notes, and snippets.

@prometheanfire
Created February 27, 2019 18:13
Show Gist options
  • Save prometheanfire/ddc4e91b285285f1221ed0d68743e42e to your computer and use it in GitHub Desktop.
Save prometheanfire/ddc4e91b285285f1221ed0d68743e42e to your computer and use it in GitHub Desktop.
500: POST /api/v1/worklists/567/filters: (pymysql.err.IntegrityError) (1048, u"Column 'title' cannot be null") [SQL: u'INSERT INTO filter_criteria (created_at, updated_at, title, value, field, negative, filter_id) VALUES (%(created_at)s, %(updated_at)s, %(title)s, %(value)s, %(field)s, %(negative)s, %(filter_id)s)'] [parameters: {'title': None, 'created_at': datetime.datetime(2019, 2, 27, 18, 12, 59, 211320), 'negative': 1, 'value': None, 'updated_at': None, 'field': None, 'filter_id': 483}] (Background on this error at: http://sqlalche.me/e/gkpj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment