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.CreateDB(String folder)**
in some of my subscriptions, could anybody help me to fix this?
I tried to delete the users.db file, as I read in other place, and restarting, but it didn't fix it.
Hi,
I'm receiving this error:
**Exception caught: SQLite Error 19: 'UNIQUE constraint failed: medias.media_id, medias.api_type'.
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.CreateDB(String folder)**
in some of my subscriptions, could anybody help me to fix this?
I tried to delete the users.db file, as I read in other place, and restarting, but it didn't fix it.
Thanks.