-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Attempting to delete an account will result in a Internal Server Error. It attempts to pull from a nonexistent column from the leaderboard table.
Full error:
Jun 19 18:50:43 nexus-universe gunicorn[106908]: sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1054, "Unknown column 'leaderboard.time' in 'SELECT'")
Jun 19 18:50:43 nexus-universe gunicorn[106908]: [SQL: SELECT leaderboard.id AS leaderboard_id, leaderboard.game_id AS leaderboard_game_id, leaderboard.last_played AS leaderboard_last_played, leaderboard.character_id AS leaderboard_character_id, leaderboard.time AS leaderboard_time, leaderboard.score AS leaderboard_score
Jun 19 18:50:43 nexus-universe gunicorn[106908]: FROM leaderboard
Jun 19 18:50:43 nexus-universe gunicorn[106908]: WHERE leaderboard.character_id = %(character_id_1)s]
Jun 19 18:50:43 nexus-universe gunicorn[106908]: [parameters: {'character_id_1': 26163}]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels