Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
agdsn-sentry bot opened this issue Oct 4, 2023 · 0 comments
Open

Comments

@agdsn-sentry
Copy link

agdsn-sentry bot commented Oct 4, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants