You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Sentry Issue: PYCROFT-6A
The text was updated successfully, but these errors were encountered: