-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Sentry Issue: GENLAB-1Y
NumericValueOutOfRange: value "578094500011955" is out of range for type integer
File "django/db/backends/utils.py", line 105, in _execute
return self.cursor.execute(sql, params)
File "psycopg/cursor.py", line 97, in execute
raise ex.with_traceback(None)
DataError: value "578094500011955" is out of range for type integer
(83 additional frame(s) were not displayed)
...
File "django/db/backends/utils.py", line 92, in _execute_with_wrappers
return executor(sql, params, many, context)
File "django/db/backends/utils.py", line 100, in _execute
with self.db.wrap_database_errors:
File "django/db/utils.py", line 91, in __exit__
raise dj_exc_value.with_traceback(traceback) from exc_value
File "django/db/backends/utils.py", line 105, in _execute
return self.cursor.execute(sql, params)
File "psycopg/cursor.py", line 97, in execute
raise ex.with_traceback(None)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working