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
Shortly after installing commit bb21c37 in production (which involved wiping and reconstructing the database), the
api.log file in production contained
{"event": "Exception on /api/get_oeis_name_and_values/A000040 [GET]", "exc_info": ["<class 'sqlalchemy.exc
.IntegrityError'>", "IntegrityError('(psycopg2.errors.UniqueViolation) duplicate key value violates unique
constraint \"sequences_pkey\"\\nDETAIL: Key (id)=(A000040) already exists.\\n')", "<traceback object at
0x7f9b57d46800>"], "timestamp": "2024-07-20T12:58:48.065590"}
{"event": "Exception on /api/get_oeis_name_and_values/A000040 [GET]", "exc_info": ["<class 'sqlalchemy.exc
.IntegrityError'>", "IntegrityError('(psycopg2.errors.UniqueViolation) duplicate key value violates unique
constraint \"sequences_pkey\"\\nDETAIL: Key (id)=(A000040) already exists.\\n')", "<traceback object at
0x7f9b581ded40>"], "timestamp": "2024-07-20T12:58:48.065967"}
Maybe this is a transient condition, but even if so, these look like exceptions that should not be ocurring...
The text was updated successfully, but these errors were encountered:
Shortly after installing commit bb21c37 in production (which involved wiping and reconstructing the database), the
api.log file in production contained
Maybe this is a transient condition, but even if so, these look like exceptions that should not be ocurring...
The text was updated successfully, but these errors were encountered: