pycroft icon indicating copy to clipboard operation
pycroft copied to clipboard

DataError: (psycopg2.errors.NumericValueOutOfRange) integer out of range

Open agdsn-sentry[bot] opened this issue 2 years ago • 0 comments

Sentry Issue: PYCROFT-6A

NumericValueOutOfRange: integer out of range

  File "sqlalchemy/engine/base.py", line 1965, in _exec_single_context
    self.dialect.do_execute(
  File "sqlalchemy/engine/default.py", line 921, in do_execute
    cursor.execute(statement, parameters)

DataError: (psycopg2.errors.NumericValueOutOfRange) integer out of range

[SQL: UPDATE "user" SET swdd_person_id=%(swdd_person_id)s WHERE "user".id = %(user_id)s]
[parameters: {'swdd_person_id': 3340001361, 'user_id': 35973}]
(Background on this error at: https://sqlalche.me/e/20/9h9h)
(24 additional frame(s) were not displayed)
...
  File "<string>", line 2, in commit
    # Copyright (C) 2005-2023 the SQLAlchemy authors and contributors
  File "<string>", line 2, in _prepare_impl
    # Copyright (C) 2005-2023 the SQLAlchemy authors and contributors

agdsn-sentry[bot] avatar Oct 04 '23 16:10 agdsn-sentry[bot]