Exception: 'UNIQUE constraint failed #79
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Any ideas how to fix this? Keep getting the following error after login:
Exception caught: SQLite Error 19: 'UNIQUE constraint failed: users.username'.
StackTrace: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at OF_DL.Helpers.DBHelper.CreateUsersDB(Dictionary`2 users)
One of the creators you follow changed their username in a weird way, like deleting one account and renaming a second account to the name of the first one. Delete your users.db file in the main ofdl folder (or the config folder if using Docker).