sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
846 stars 70 forks source link

Exception caught: SQLite Error 19 #583

Open djmarioka opened 1 month ago

djmarioka commented 1 month ago

Hi,

I'm receiving this error:

**Exception caught: SQLite Error 19: 'UNIQUE constraint failed: medias.media_id, medias.api_type'.

                                                                                            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)**

image

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.