2023-12-08 12:58:55.6|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-08 12:58:55.7|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 12:58:55.8|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 12:58:56.2|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 12:58:56.3|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {a2337d3b-d76a-4564-b604-349b5106e875} may be persisted to storage in unencrypted form. 2023-12-08 12:58:57.1|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-08 12:58:57.5|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating 2023-12-08 12:58:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:58:57.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo 2023-12-08 12:58:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL) 2023-12-08 12:58:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0795092s 2023-12-08 12:58:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:58:57.7|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated 2023-12-08 12:58:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1511597s 2023-12-08 12:58:57.8|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating 2023-12-08 12:58:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:58:57.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version) 2023-12-08 12:58:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2023-12-08 12:58:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126684s 2023-12-08 12:58:57.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2023-12-08 12:58:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002208s 2023-12-08 12:58:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime 2023-12-08 12:58:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME 2023-12-08 12:58:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0424697s 2023-12-08 12:58:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:58:58.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated 2023-12-08 12:58:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0860163s 2023-12-08 12:58:58.0|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating 2023-12-08 12:58:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:58:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2023-12-08 12:58:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.34E-05s 2023-12-08 12:58:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String 2023-12-08 12:58:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT 2023-12-08 12:58:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121565s 2023-12-08 12:58:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:58:58.1|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated 2023-12-08 12:58:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0535308s 2023-12-08 12:58:58.1|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating 2023-12-08 12:58:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:58:58.2|Info|InitialSetup|Starting migration of Main DB to 1 2023-12-08 12:58:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config 2023-12-08 12:58:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Config" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Key" TEXT NOT NULL, "Value" TEXT NOT NULL) 2023-12-08 12:58:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0062821s 2023-12-08 12:58:58.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key) 2023-12-08 12:58:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC) 2023-12-08 12:58:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119729s 2023-12-08 12:58:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RootFolders 2023-12-08 12:58:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "RootFolders" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL) 2023-12-08 12:58:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0117892s 2023-12-08 12:58:58.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex RootFolders (Path) 2023-12-08 12:58:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_RootFolders_Path" ON "RootFolders" ("Path" ASC) 2023-12-08 12:58:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0193104s 2023-12-08 12:58:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Series 2023-12-08 12:58:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "TvRageId" INTEGER NOT NULL, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "AirTime" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "SeasonFolder" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "SeriesType" INTEGER NOT NULL, "Network" TEXT, "UseSceneNumbering" INTEGER NOT NULL, "FirstAired" DATETIME, "NextAiring" DATETIME, "Year" INTEGER, "Seasons" TEXT, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "SortTitle" TEXT, "ProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "TvMazeId" INTEGER NOT NULL DEFAULT 0) 2023-12-08 12:58:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0138148s 2023-12-08 12:58:58.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TvdbId) 2023-12-08 12:58:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC) 2023-12-08 12:58:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1095115s 2023-12-08 12:58:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Movies 2023-12-08 12:58:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT NOT NULL, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT) 2023-12-08 12:58:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0150405s 2023-12-08 12:58:58.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (ImdbId) 2023-12-08 12:58:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:58:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0948619s 2023-12-08 12:58:58.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TitleSlug) 2023-12-08 12:58:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:58:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124469s 2023-12-08 12:58:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Episodes 2023-12-08 12:58:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Episodes" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeNumber" INTEGER NOT NULL, "Title" TEXT, "Overview" TEXT, "EpisodeFileId" INTEGER, "AirDate" TEXT, "AirDateUtc" DATETIME, "AbsoluteEpisodeNumber" INTEGER, "SceneAbsoluteEpisodeNumber" INTEGER, "SceneSeasonNumber" INTEGER, "SceneEpisodeNumber" INTEGER, "Monitored" INTEGER, "Ratings" TEXT, "Images" TEXT, "UnverifiedSceneNumbering" INTEGER NOT NULL DEFAULT 0) 2023-12-08 12:58:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0159343s 2023-12-08 12:58:58.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable EpisodeFiles 2023-12-08 12:58:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "EpisodeFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SeasonNumber" INTEGER NOT NULL, "SceneName" TEXT, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "RelativePath" TEXT) 2023-12-08 12:58:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0642022s 2023-12-08 12:58:59.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History 2023-12-08 12:58:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EpisodeId" INTEGER NOT NULL, "SeriesId" INTEGER NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT) 2023-12-08 12:58:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0135297s 2023-12-08 12:58:59.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId) 2023-12-08 12:58:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC) 2023-12-08 12:58:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123755s 2023-12-08 12:58:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications 2023-12-08 12:58:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Notifications" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "OnGrab" INTEGER NOT NULL, "OnDownload" INTEGER NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL) 2023-12-08 12:58:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1069203s 2023-12-08 12:58:59.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks 2023-12-08 12:58:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL) 2023-12-08 12:58:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0129911s 2023-12-08 12:58:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName) 2023-12-08 12:58:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2023-12-08 12:58:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.016044s 2023-12-08 12:58:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers 2023-12-08 12:58:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableSearch" INTEGER) 2023-12-08 12:58:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0203391s 2023-12-08 12:58:59.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name) 2023-12-08 12:58:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2023-12-08 12:58:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0137952s 2023-12-08 12:58:59.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Profiles 2023-12-08 12:58:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER) 2023-12-08 12:58:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0865342s 2023-12-08 12:58:59.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Profiles (Name) 2023-12-08 12:58:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC) 2023-12-08 12:58:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123737s 2023-12-08 12:58:59.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Profiles" SET "Language" = 1 2023-12-08 12:58:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "Language" = 1 2023-12-08 12:58:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0117882s 2023-12-08 12:58:59.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SceneMappings 2023-12-08 12:58:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SceneMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL, "SeasonNumber" INTEGER, "SearchTerm" TEXT NOT NULL, "ParseTerm" TEXT NOT NULL, "Title" TEXT, "Type" TEXT, "SceneSeasonNumber" INTEGER) 2023-12-08 12:58:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1082417s 2023-12-08 12:58:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NamingConfig 2023-12-08 12:59:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "RenameEpisodes" INTEGER, "StandardEpisodeFormat" TEXT, "DailyEpisodeFormat" TEXT, "SeriesFolderFormat" TEXT, "SeasonFolderFormat" TEXT, "AnimeEpisodeFormat" TEXT, "ReplaceIllegalCharacters" INTEGER NOT NULL DEFAULT 1) 2023-12-08 12:59:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0144469s 2023-12-08 12:59:00.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Blacklist 2023-12-08 12:59:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "EpisodeIds" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT) 2023-12-08 12:59:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0145145s 2023-12-08 12:59:00.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualityDefinitions 2023-12-08 12:59:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityDefinitions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" NUMERIC) 2023-12-08 12:59:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.013402s 2023-12-08 12:59:00.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Quality) 2023-12-08 12:59:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC) 2023-12-08 12:59:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127449s 2023-12-08 12:59:00.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Title) 2023-12-08 12:59:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC) 2023-12-08 12:59:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0199218s 2023-12-08 12:59:00.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Metadata 2023-12-08 12:59:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Metadata" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL) 2023-12-08 12:59:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085947s 2023-12-08 12:59:00.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles 2023-12-08 12:59:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "SeasonNumber" INTEGER, "EpisodeFileId" INTEGER, "Added" DATETIME, "Extension" TEXT NOT NULL, "Hash" TEXT) 2023-12-08 12:59:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0206458s 2023-12-08 12:59:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients 2023-12-08 12:59:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClients" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL) 2023-12-08 12:59:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0885698s 2023-12-08 12:59:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable PendingReleases 2023-12-08 12:59:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL DEFAULT 0, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "ParsedEpisodeInfo" TEXT NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL DEFAULT 0) 2023-12-08 12:59:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0136385s 2023-12-08 12:59:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RemotePathMappings 2023-12-08 12:59:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "RemotePathMappings" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Host" TEXT NOT NULL, "RemotePath" TEXT NOT NULL, "LocalPath" TEXT NOT NULL) 2023-12-08 12:59:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123946s 2023-12-08 12:59:00.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags 2023-12-08 12:59:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL) 2023-12-08 12:59:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.012196s 2023-12-08 12:59:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label) 2023-12-08 12:59:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC) 2023-12-08 12:59:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0141946s 2023-12-08 12:59:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Restrictions 2023-12-08 12:59:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Restrictions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Preferred" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL) 2023-12-08 12:59:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121658s 2023-12-08 12:59:00.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DelayProfiles 2023-12-08 12:59:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DelayProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EnableUsenet" INTEGER NOT NULL, "EnableTorrent" INTEGER NOT NULL, "PreferredProtocol" INTEGER NOT NULL, "UsenetDelay" INTEGER NOT NULL, "TorrentDelay" INTEGER NOT NULL, "Order" INTEGER NOT NULL, "Tags" TEXT NOT NULL) 2023-12-08 12:59:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127074s 2023-12-08 12:59:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DelayProfiles" ("EnableUsenet", "EnableTorrent", "PreferredProtocol", "UsenetDelay", "TorrentDelay", "Order", "Tags") VALUES (1, 1, 1, 0, 0, 2147483647, '[]') 2023-12-08 12:59:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users 2023-12-08 12:59:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Users" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Identifier" TEXT NOT NULL, "Username" TEXT NOT NULL, "Password" TEXT NOT NULL) 2023-12-08 12:59:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125734s 2023-12-08 12:59:00.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier) 2023-12-08 12:59:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC) 2023-12-08 12:59:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0086188s 2023-12-08 12:59:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username) 2023-12-08 12:59:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC) 2023-12-08 12:59:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127446s 2023-12-08 12:59:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands 2023-12-08 12:59:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL) 2023-12-08 12:59:00.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0092996s 2023-12-08 12:59:00.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus 2023-12-08 12:59:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT) 2023-12-08 12:59:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0141901s 2023-12-08 12:59:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (IndexerId) 2023-12-08 12:59:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_IndexerId" ON "IndexerStatus" ("IndexerId" ASC) 2023-12-08 12:59:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0116471s 2023-12-08 12:59:01.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles 2023-12-08 12:59:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL) 2023-12-08 12:59:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121184s 2023-12-08 12:59:01.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SubtitleFiles 2023-12-08 12:59:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "SeasonNumber" INTEGER NOT NULL, "EpisodeFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL) 2023-12-08 12:59:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090945s 2023-12-08 12:59:01.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date) 2023-12-08 12:59:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC) 2023-12-08 12:59:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119503s 2023-12-08 12:59:01.2|Info|FluentMigrator.Runner.MigrationRunner|-> 1 Insert operations completed in 00:00:00.0188265 taking an average of 00:00:00.0188265 2023-12-08 12:59:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2023-12-08T19:59:01', 'InitialSetup') 2023-12-08 12:59:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:01.2|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated 2023-12-08 12:59:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0971661s 2023-12-08 12:59:01.3|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrating 2023-12-08 12:59:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:01.3|Info|add_moviefiles_table|Starting migration of Main DB to 104 2023-12-08 12:59:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MovieFiles 2023-12-08 12:59:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Path" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT) 2023-12-08 12:59:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125711s 2023-12-08 12:59:01.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieFiles (Path) 2023-12-08 12:59:01.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieFiles_Path" ON "MovieFiles" ("Path" ASC) 2023-12-08 12:59:01.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010816s 2023-12-08 12:59:01.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:01.4|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-06s 2023-12-08 12:59:01.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MovieFileId Int32 2023-12-08 12:59:01.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MovieFileId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:01.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128997s 2023-12-08 12:59:01.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2023-12-08T19:59:01', 'add_moviefiles_table') 2023-12-08 12:59:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:01.5|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrated 2023-12-08 12:59:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0941219s 2023-12-08 12:59:01.5|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrating 2023-12-08 12:59:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:01.6|Info|fix_history_movieId|Starting migration of Main DB to 105 2023-12-08 12:59:01.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History 2023-12-08 12:59:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s 2023-12-08 12:59:01.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History MovieId Int32 2023-12-08 12:59:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "MovieId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:01.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0131455s 2023-12-08 12:59:01.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2023-12-08T19:59:01', 'fix_history_movieId') 2023-12-08 12:59:01.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:01.7|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrated 2023-12-08 12:59:01.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0767445s 2023-12-08 12:59:01.7|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrating 2023-12-08 12:59:01.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:01.8|Info|add_tmdb_stuff|Starting migration of Main DB to 106 2023-12-08 12:59:01.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:01.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s 2023-12-08 12:59:01.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies TmdbId Int32 2023-12-08 12:59:01.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "TmdbId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:01.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0141071s 2023-12-08 12:59:01.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:01.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:01.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Website String 2023-12-08 12:59:01.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Website" TEXT 2023-12-08 12:59:01.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130017s 2023-12-08 12:59:01.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:01.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s 2023-12-08 12:59:01.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies ImdbId String 2023-12-08 12:59:01.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT) 2023-12-08 12:59:01.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Actors", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Actors", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website" FROM "Movies" 2023-12-08 12:59:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:02.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1082407s 2023-12-08 12:59:02.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:02.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2023-12-08 12:59:02.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies AlternativeTitles String 2023-12-08 12:59:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "AlternativeTitles" TEXT 2023-12-08 12:59:02.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0230388s 2023-12-08 12:59:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2023-12-08T19:59:02', 'add_tmdb_stuff') 2023-12-08 12:59:02.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:02.2|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrated 2023-12-08 12:59:02.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1121508s 2023-12-08 12:59:02.2|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrating 2023-12-08 12:59:02.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:02.2|Info|fix_movie_files|Starting migration of Main DB to 107 2023-12-08 12:59:02.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles 2023-12-08 12:59:02.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s 2023-12-08 12:59:02.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles Path String 2023-12-08 12:59:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Path" TEXT, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT) 2023-12-08 12:59:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieFiles_temp" ("Id", "MovieId", "Path", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath") SELECT "Id", "MovieId", "Path", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath" FROM "MovieFiles" 2023-12-08 12:59:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles" 2023-12-08 12:59:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles" 2023-12-08 12:59:02.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieFiles_Path" ON "MovieFiles" ("Path" ASC) 2023-12-08 12:59:02.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1440914s 2023-12-08 12:59:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2023-12-08T19:59:02', 'fix_movie_files') 2023-12-08 12:59:02.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:02.7|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrated 2023-12-08 12:59:02.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.4210944s 2023-12-08 12:59:02.7|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrating 2023-12-08 12:59:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:02.8|Info|update_schedule_intervale|Starting migration of Main DB to 108 2023-12-08 12:59:02.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks 2023-12-08 12:59:02.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:02.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks Interval Double 2023-12-08 12:59:02.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL) 2023-12-08 12:59:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution") SELECT "Id", "TypeName", "Interval", "LastExecution" FROM "ScheduledTasks" 2023-12-08 12:59:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks" 2023-12-08 12:59:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks" 2023-12-08 12:59:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2023-12-08 12:59:02.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0707555s 2023-12-08 12:59:02.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "ScheduledTasks" SET "Interval" = 0.25 WHERE "TypeName" = 'NzbDrone.Core.Download.CheckForFinishedDownloadCommand' 2023-12-08 12:59:02.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ScheduledTasks" SET "Interval" = 0.25 WHERE "TypeName" = 'NzbDrone.Core.Download.CheckForFinishedDownloadCommand' 2023-12-08 12:59:02.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127048s 2023-12-08 12:59:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2023-12-08T19:59:03', 'update_schedule_intervale') 2023-12-08 12:59:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:03.0|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrated 2023-12-08 12:59:03.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0797728s 2023-12-08 12:59:03.0|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrating 2023-12-08 12:59:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:03.1|Info|add_movie_formats_to_naming_config|Starting migration of Main DB to 109 2023-12-08 12:59:03.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig 2023-12-08 12:59:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:03.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig StandardMovieFormat String 2023-12-08 12:59:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "StandardMovieFormat" TEXT 2023-12-08 12:59:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0133107s 2023-12-08 12:59:03.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig 2023-12-08 12:59:03.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:03.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig MovieFolderFormat String 2023-12-08 12:59:03.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "MovieFolderFormat" TEXT 2023-12-08 12:59:03.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0141772s 2023-12-08 12:59:03.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:03.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:03.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.020693s 2023-12-08 12:59:03.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2023-12-08T19:59:03', 'add_movie_formats_to_naming_config') 2023-12-08 12:59:03.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:03.3|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrated 2023-12-08 12:59:03.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0786518s 2023-12-08 12:59:03.3|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrating 2023-12-08 12:59:03.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:03.4|Info|add_phyiscal_release|Starting migration of Main DB to 110 2023-12-08 12:59:03.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:03.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:03.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PhysicalRelease DateTime 2023-12-08 12:59:03.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PhysicalRelease" DATETIME 2023-12-08 12:59:03.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064602s 2023-12-08 12:59:03.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2023-12-08T19:59:03', 'add_phyiscal_release') 2023-12-08 12:59:03.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:03.5|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrated 2023-12-08 12:59:03.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0515199s 2023-12-08 12:59:03.5|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrating 2023-12-08 12:59:03.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:03.5|Info|remove_bitmetv|Starting migration of Main DB to 111 2023-12-08 12:59:03.5|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:03.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BitMeTv' 2023-12-08 12:59:03.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0160259s 2023-12-08 12:59:03.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2023-12-08T19:59:03', 'remove_bitmetv') 2023-12-08 12:59:03.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:03.6|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrated 2023-12-08 12:59:03.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0906113s 2023-12-08 12:59:03.7|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrating 2023-12-08 12:59:03.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:03.7|Info|remove_torrentleech|Starting migration of Main DB to 112 2023-12-08 12:59:03.7|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:03.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Torrentleech' 2023-12-08 12:59:03.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124393s 2023-12-08 12:59:03.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2023-12-08T19:59:03', 'remove_torrentleech') 2023-12-08 12:59:03.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:03.8|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrated 2023-12-08 12:59:03.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0776888s 2023-12-08 12:59:03.8|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrating 2023-12-08 12:59:03.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:03.9|Info|remove_broadcasthenet|Starting migration of Main DB to 113 2023-12-08 12:59:03.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:03.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BroadcastheNet' 2023-12-08 12:59:03.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121362s 2023-12-08 12:59:03.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2023-12-08T19:59:03', 'remove_broadcasthenet') 2023-12-08 12:59:03.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:04.0|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrated 2023-12-08 12:59:04.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0632452s 2023-12-08 12:59:04.0|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrating 2023-12-08 12:59:04.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:04.0|Info|remove_fanzub|Starting migration of Main DB to 114 2023-12-08 12:59:04.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:04.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Fanzub' 2023-12-08 12:59:04.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124971s 2023-12-08 12:59:04.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2023-12-08T19:59:04', 'remove_fanzub') 2023-12-08 12:59:04.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:04.1|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrated 2023-12-08 12:59:04.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0727214s 2023-12-08 12:59:04.2|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrating 2023-12-08 12:59:04.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:04.2|Info|update_movie_sorttitle|Starting migration of Main DB to 115 2023-12-08 12:59:04.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:04.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:04.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126641s 2023-12-08 12:59:04.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2023-12-08T19:59:04', 'update_movie_sorttitle') 2023-12-08 12:59:04.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:04.3|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrated 2023-12-08 12:59:04.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0702319s 2023-12-08 12:59:04.3|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrating 2023-12-08 12:59:04.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:04.4|Info|update_movie_sorttitle_again|Starting migration of Main DB to 116 2023-12-08 12:59:04.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:04.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:04.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0148794s 2023-12-08 12:59:04.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2023-12-08T19:59:04', 'update_movie_sorttitle_again') 2023-12-08 12:59:04.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:04.5|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrated 2023-12-08 12:59:04.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0750346s 2023-12-08 12:59:04.5|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrating 2023-12-08 12:59:04.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:04.5|Info|update_movie_file|Starting migration of Main DB to 117 2023-12-08 12:59:04.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles Edition String 2023-12-08 12:59:04.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "Edition" TEXT 2023-12-08 12:59:04.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127749s 2023-12-08 12:59:04.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2023-12-08T19:59:04', 'update_movie_file') 2023-12-08 12:59:04.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:04.6|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrated 2023-12-08 12:59:04.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0694998s 2023-12-08 12:59:04.6|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrating 2023-12-08 12:59:04.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:04.7|Info|update_movie_slug|Starting migration of Main DB to 118 2023-12-08 12:59:04.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:04.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:04.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128883s 2023-12-08 12:59:04.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2023-12-08T19:59:04', 'update_movie_slug') 2023-12-08 12:59:04.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:04.8|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrated 2023-12-08 12:59:04.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0777533s 2023-12-08 12:59:04.8|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrating 2023-12-08 12:59:04.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:04.9|Info|add_youtube_trailer_id|Starting migration of Main DB to 119 2023-12-08 12:59:04.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:04.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s 2023-12-08 12:59:04.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies YouTubeTrailerId String 2023-12-08 12:59:04.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "YouTubeTrailerId" TEXT 2023-12-08 12:59:04.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.01304s 2023-12-08 12:59:04.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2023-12-08T19:59:04', 'add_youtube_trailer_id') 2023-12-08 12:59:04.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:05.0|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrated 2023-12-08 12:59:05.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.062163s 2023-12-08 12:59:05.0|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrating 2023-12-08 12:59:05.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:05.0|Info|add_studio|Starting migration of Main DB to 120 2023-12-08 12:59:05.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:05.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s 2023-12-08 12:59:05.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Studio String 2023-12-08 12:59:05.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Studio" TEXT 2023-12-08 12:59:05.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0136975s 2023-12-08 12:59:05.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2023-12-08T19:59:05', 'add_studio') 2023-12-08 12:59:05.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:05.2|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrated 2023-12-08 12:59:05.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0949131s 2023-12-08 12:59:05.2|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrating 2023-12-08 12:59:05.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:05.2|Info|update_filedate_config|Starting migration of Main DB to 121 2023-12-08 12:59:05.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:05.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:05.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0132887s 2023-12-08 12:59:05.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2023-12-08T19:59:05', 'update_filedate_config') 2023-12-08 12:59:05.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:05.3|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrated 2023-12-08 12:59:05.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0703869s 2023-12-08 12:59:05.3|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrating 2023-12-08 12:59:05.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:05.4|Info|add_movieid_to_blacklist|Starting migration of Main DB to 122 2023-12-08 12:59:05.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist 2023-12-08 12:59:05.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:05.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist MovieId Int32 2023-12-08 12:59:05.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "MovieId" INTEGER DEFAULT 0 2023-12-08 12:59:05.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0135327s 2023-12-08 12:59:05.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist 2023-12-08 12:59:05.5|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:05.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blacklist SeriesId Int32 2023-12-08 12:59:05.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER, "EpisodeIds" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER) 2023-12-08 12:59:05.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blacklist_temp" ("Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId") SELECT "Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId" FROM "Blacklist" 2023-12-08 12:59:05.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist" 2023-12-08 12:59:05.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist" 2023-12-08 12:59:05.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0470012s 2023-12-08 12:59:05.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist 2023-12-08 12:59:05.6|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s 2023-12-08 12:59:05.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blacklist EpisodeIds String 2023-12-08 12:59:05.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER, "EpisodeIds" TEXT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER) 2023-12-08 12:59:05.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blacklist_temp" ("Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId") SELECT "Id", "SeriesId", "EpisodeIds", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId" FROM "Blacklist" 2023-12-08 12:59:05.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist" 2023-12-08 12:59:05.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist" 2023-12-08 12:59:05.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0405628s 2023-12-08 12:59:05.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2023-12-08T19:59:05', 'add_movieid_to_blacklist') 2023-12-08 12:59:05.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:05.7|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrated 2023-12-08 12:59:05.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1106813s 2023-12-08 12:59:05.7|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrating 2023-12-08 12:59:05.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:05.8|Info|create_netimport_table|Starting migration of Main DB to 123 2023-12-08 12:59:05.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NetImport 2023-12-08 12:59:05.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NetImport" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL) 2023-12-08 12:59:05.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127513s 2023-12-08 12:59:05.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NetImport (Name) 2023-12-08 12:59:05.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "NetImport" ("Name" ASC) 2023-12-08 12:59:05.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124038s 2023-12-08 12:59:05.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2023-12-08T19:59:05', 'create_netimport_table') 2023-12-08 12:59:05.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:05.9|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrated 2023-12-08 12:59:05.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0695421s 2023-12-08 12:59:05.9|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrating 2023-12-08 12:59:05.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:06.0|Info|add_preferred_tags_to_profile|Starting migration of Main DB to 124 2023-12-08 12:59:06.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles 2023-12-08 12:59:06.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:06.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles PreferredTags String 2023-12-08 12:59:06.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "PreferredTags" TEXT 2023-12-08 12:59:06.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.012184s 2023-12-08 12:59:06.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2023-12-08T19:59:06', 'add_preferred_tags_to_profile') 2023-12-08 12:59:06.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:06.1|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrated 2023-12-08 12:59:06.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0674424s 2023-12-08 12:59:06.1|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrating 2023-12-08 12:59:06.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:06.1|Info|fix_imdb_unique|Starting migration of Main DB to 125 2023-12-08 12:59:06.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:06.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:06.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120565s 2023-12-08 12:59:06.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2023-12-08T19:59:06', 'fix_imdb_unique') 2023-12-08 12:59:06.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:06.2|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrated 2023-12-08 12:59:06.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0708325s 2023-12-08 12:59:06.3|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrating 2023-12-08 12:59:06.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:06.3|Info|update_qualities_and_profiles|Starting migration of Main DB to 126 2023-12-08 12:59:06.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:06.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:06.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0213516s 2023-12-08 12:59:06.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2023-12-08T19:59:06', 'update_qualities_and_profiles') 2023-12-08 12:59:06.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:06.4|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrated 2023-12-08 12:59:06.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0804679s 2023-12-08 12:59:06.4|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrating 2023-12-08 12:59:06.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:06.5|Info|remove_wombles|Starting migration of Main DB to 127 2023-12-08 12:59:06.5|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:06.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Wombles' 2023-12-08 12:59:06.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121667s 2023-12-08 12:59:06.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2023-12-08T19:59:06', 'remove_wombles') 2023-12-08 12:59:06.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:06.6|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrated 2023-12-08 12:59:06.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.082834s 2023-12-08 12:59:06.6|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrating 2023-12-08 12:59:06.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:06.6|Info|remove_kickass|Starting migration of Main DB to 128 2023-12-08 12:59:06.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:06.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Kickass Torrents' 2023-12-08 12:59:06.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121587s 2023-12-08 12:59:06.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2023-12-08T19:59:06', 'remove_kickass') 2023-12-08 12:59:06.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:06.7|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrated 2023-12-08 12:59:06.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.067455s 2023-12-08 12:59:06.7|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrating 2023-12-08 12:59:06.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:06.8|Info|add_parsed_movie_info_to_pending_release|Starting migration of Main DB to 129 2023-12-08 12:59:06.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases 2023-12-08 12:59:06.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:06.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases ParsedMovieInfo String 2023-12-08 12:59:06.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "ParsedMovieInfo" TEXT 2023-12-08 12:59:06.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0131381s 2023-12-08 12:59:06.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2023-12-08T19:59:06', 'add_parsed_movie_info_to_pending_release') 2023-12-08 12:59:06.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:06.9|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrated 2023-12-08 12:59:06.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.065303s 2023-12-08 12:59:06.9|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrating 2023-12-08 12:59:06.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:06.9|Info|remove_wombles_kickass|Starting migration of Main DB to 130 2023-12-08 12:59:07.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:07.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Wombles' 2023-12-08 12:59:07.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127401s 2023-12-08 12:59:07.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:07.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'KickassTorrents' 2023-12-08 12:59:07.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096853s 2023-12-08 12:59:07.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2023-12-08T19:59:07', 'remove_wombles_kickass') 2023-12-08 12:59:07.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:07.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrated 2023-12-08 12:59:07.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0646949s 2023-12-08 12:59:07.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrating 2023-12-08 12:59:07.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:07.1|Info|make_parsed_episode_info_nullable|Starting migration of Main DB to 131 2023-12-08 12:59:07.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases 2023-12-08 12:59:07.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2023-12-08 12:59:07.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases ParsedEpisodeInfo String 2023-12-08 12:59:07.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "ParsedEpisodeInfo" TEXT, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT) 2023-12-08 12:59:07.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "SeriesId", "Title", "Added", "ParsedEpisodeInfo", "Release", "MovieId", "ParsedMovieInfo") SELECT "Id", "SeriesId", "Title", "Added", "ParsedEpisodeInfo", "Release", "MovieId", "ParsedMovieInfo" FROM "PendingReleases" 2023-12-08 12:59:07.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases" 2023-12-08 12:59:07.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases" 2023-12-08 12:59:07.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0708817s 2023-12-08 12:59:07.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2023-12-08T19:59:07', 'make_parsed_episode_info_nullable') 2023-12-08 12:59:07.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:07.3|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrated 2023-12-08 12:59:07.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1372598s 2023-12-08 12:59:07.3|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrating 2023-12-08 12:59:07.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:07.4|Info|rename_torrent_downloadstation|Starting migration of Main DB to 132 2023-12-08 12:59:07.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "DownloadClients" SET "Implementation" = 'TorrentDownloadStation' WHERE "Implementation" = 'DownloadStation'; 2023-12-08 12:59:07.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DownloadClients" SET "Implementation" = 'TorrentDownloadStation' WHERE "Implementation" = 'DownloadStation'; 2023-12-08 12:59:07.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0098327s 2023-12-08 12:59:07.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2023-12-08T19:59:07', 'rename_torrent_downloadstation') 2023-12-08 12:59:07.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:07.5|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrated 2023-12-08 12:59:07.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0727369s 2023-12-08 12:59:07.5|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrating 2023-12-08 12:59:07.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:07.6|Info|add_minimumavailability|Starting migration of Main DB to 133 2023-12-08 12:59:07.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NetImport 2023-12-08 12:59:07.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2023-12-08 12:59:07.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NetImport MinimumAvailability Int32 2023-12-08 12:59:07.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" ADD COLUMN "MinimumAvailability" INTEGER NOT NULL DEFAULT 3 2023-12-08 12:59:07.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.013072s 2023-12-08 12:59:07.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:07.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:07.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MinimumAvailability Int32 2023-12-08 12:59:07.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MinimumAvailability" INTEGER NOT NULL DEFAULT 3 2023-12-08 12:59:07.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110542s 2023-12-08 12:59:07.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (133, '2023-12-08T19:59:07', 'add_minimumavailability') 2023-12-08 12:59:07.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:07.8|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrated 2023-12-08 12:59:07.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0717242s 2023-12-08 12:59:07.8|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrating 2023-12-08 12:59:07.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:07.9|Info|add_remux_qualities_for_the_wankers|Starting migration of Main DB to 134 2023-12-08 12:59:07.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:07.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:07.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119736s 2023-12-08 12:59:08.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2023-12-08T19:59:08', 'add_remux_qualities_for_the_wankers') 2023-12-08 12:59:08.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:08.0|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrated 2023-12-08 12:59:08.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.071266s 2023-12-08 12:59:08.0|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrating 2023-12-08 12:59:08.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:08.1|Info|add_haspredbentry_to_movies|Starting migration of Main DB to 135 2023-12-08 12:59:08.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:08.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s 2023-12-08 12:59:08.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies HasPreDBEntry Boolean 2023-12-08 12:59:08.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "HasPreDBEntry" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:08.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0112461s 2023-12-08 12:59:08.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2023-12-08T19:59:08', 'add_haspredbentry_to_movies') 2023-12-08 12:59:08.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:08.2|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrated 2023-12-08 12:59:08.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0758483s 2023-12-08 12:59:08.2|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrating 2023-12-08 12:59:08.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:08.3|Info|add_pathstate_to_movies|Starting migration of Main DB to 136 2023-12-08 12:59:08.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:08.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:08.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PathState Int32 2023-12-08 12:59:08.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PathState" INTEGER NOT NULL DEFAULT 2 2023-12-08 12:59:08.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096336s 2023-12-08 12:59:08.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2023-12-08T19:59:08', 'add_pathstate_to_movies') 2023-12-08 12:59:08.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:08.4|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrated 2023-12-08 12:59:08.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0615375s 2023-12-08 12:59:08.4|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrating 2023-12-08 12:59:08.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:08.5|Info|add_import_exclusions_table|Starting migration of Main DB to 137 2023-12-08 12:59:08.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportExclusions 2023-12-08 12:59:08.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportExclusions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "MovieTitle" TEXT, "MovieYear" INTEGER DEFAULT 0) 2023-12-08 12:59:08.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093442s 2023-12-08 12:59:08.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportExclusions (TmdbId) 2023-12-08 12:59:08.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportExclusions_TmdbId" ON "ImportExclusions" ("TmdbId" ASC) 2023-12-08 12:59:08.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.012673s 2023-12-08 12:59:08.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:08.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:08.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126751s 2023-12-08 12:59:08.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2023-12-08T19:59:08', 'add_import_exclusions_table') 2023-12-08 12:59:08.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:08.6|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrated 2023-12-08 12:59:08.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0794903s 2023-12-08 12:59:08.7|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrating 2023-12-08 12:59:08.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:08.8|Info|add_physical_release_note|Starting migration of Main DB to 138 2023-12-08 12:59:08.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:08.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:08.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PhysicalReleaseNote String 2023-12-08 12:59:08.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PhysicalReleaseNote" TEXT 2023-12-08 12:59:08.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0716648s 2023-12-08 12:59:09.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2023-12-08T19:59:09', 'add_physical_release_note') 2023-12-08 12:59:09.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:09.0|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrated 2023-12-08 12:59:09.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1351832s 2023-12-08 12:59:09.1|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrating 2023-12-08 12:59:09.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:09.1|Info|consolidate_indexer_baseurl|Starting migration of Main DB to 139 2023-12-08 12:59:09.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:09.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:09.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0173588s 2023-12-08 12:59:09.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2023-12-08T19:59:09', 'consolidate_indexer_baseurl') 2023-12-08 12:59:09.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:09.4|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrated 2023-12-08 12:59:09.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.2192955s 2023-12-08 12:59:09.4|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrating 2023-12-08 12:59:09.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:09.5|Info|add_alternative_titles_table|Starting migration of Main DB to 140 2023-12-08 12:59:09.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AlternativeTitles 2023-12-08 12:59:09.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL DEFAULT 0, "SourceId" INTEGER NOT NULL DEFAULT 0, "Votes" INTEGER NOT NULL DEFAULT 0, "VoteCount" INTEGER NOT NULL DEFAULT 0, "Language" INTEGER NOT NULL DEFAULT 0) 2023-12-08 12:59:09.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0132867s 2023-12-08 12:59:09.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies AlternativeTitles 2023-12-08 12:59:09.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Actors" TEXT, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "PathState" INTEGER NOT NULL, "PhysicalReleaseNote" TEXT) 2023-12-08 12:59:09.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Actors", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PathState", "PhysicalReleaseNote") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Actors", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PathState", "PhysicalReleaseNote" FROM "Movies" 2023-12-08 12:59:09.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:09.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:09.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:09.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0624653s 2023-12-08 12:59:09.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:09.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s 2023-12-08 12:59:09.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies SecondaryYear Int32 2023-12-08 12:59:09.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "SecondaryYear" INTEGER 2023-12-08 12:59:09.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096029s 2023-12-08 12:59:09.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:09.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s 2023-12-08 12:59:09.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies SecondaryYearSourceId Int64 2023-12-08 12:59:10.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "SecondaryYearSourceId" INTEGER DEFAULT 0 2023-12-08 12:59:10.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125975s 2023-12-08 12:59:10.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2023-12-08T19:59:10', 'add_alternative_titles_table') 2023-12-08 12:59:10.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:10.1|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrated 2023-12-08 12:59:10.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1381441s 2023-12-08 12:59:10.1|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrating 2023-12-08 12:59:10.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:10.2|Info|fix_duplicate_alt_titles|Starting migration of Main DB to 141 2023-12-08 12:59:10.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:10.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:10.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125925s 2023-12-08 12:59:10.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AlternativeTitles 2023-12-08 12:59:10.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2023-12-08 12:59:10.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AlternativeTitles CleanTitle String 2023-12-08 12:59:10.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "Language" INTEGER NOT NULL) 2023-12-08 12:59:10.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "MovieId", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "Language") SELECT "Id", "MovieId", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "Language" FROM "AlternativeTitles" 2023-12-08 12:59:10.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles" 2023-12-08 12:59:10.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles" 2023-12-08 12:59:10.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0516529s 2023-12-08 12:59:10.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (CleanTitle) 2023-12-08 12:59:10.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC) 2023-12-08 12:59:10.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1484664s 2023-12-08 12:59:10.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2023-12-08T19:59:10', 'fix_duplicate_alt_titles') 2023-12-08 12:59:10.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:10.8|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrated 2023-12-08 12:59:10.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.2992071s 2023-12-08 12:59:10.8|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrating 2023-12-08 12:59:10.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:10.8|Info|movie_extras|Starting migration of Main DB to 142 2023-12-08 12:59:10.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable ExtraFiles 2023-12-08 12:59:10.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles" 2023-12-08 12:59:10.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097925s 2023-12-08 12:59:10.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable SubtitleFiles 2023-12-08 12:59:10.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles" 2023-12-08 12:59:10.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123272s 2023-12-08 12:59:10.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable MetadataFiles 2023-12-08 12:59:10.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles" 2023-12-08 12:59:10.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121839s 2023-12-08 12:59:11.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles 2023-12-08 12:59:11.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL) 2023-12-08 12:59:11.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065995s 2023-12-08 12:59:11.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SubtitleFiles 2023-12-08 12:59:11.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL) 2023-12-08 12:59:11.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0131163s 2023-12-08 12:59:11.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles 2023-12-08 12:59:11.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "MovieFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL) 2023-12-08 12:59:11.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124289s 2023-12-08 12:59:11.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2023-12-08T19:59:11', 'movie_extras') 2023-12-08 12:59:11.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:11.1|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrated 2023-12-08 12:59:11.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0685836s 2023-12-08 12:59:11.1|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrating 2023-12-08 12:59:11.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:11.2|Info|clean_core_tv|Starting migration of Main DB to 143 2023-12-08 12:59:11.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Episodes 2023-12-08 12:59:11.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Episodes" 2023-12-08 12:59:11.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120173s 2023-12-08 12:59:11.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable EpisodeFiles 2023-12-08 12:59:11.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "EpisodeFiles" 2023-12-08 12:59:11.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093544s 2023-12-08 12:59:11.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Series 2023-12-08 12:59:11.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series" 2023-12-08 12:59:11.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125777s 2023-12-08 12:59:11.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable SceneMappings 2023-12-08 12:59:11.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SceneMappings" 2023-12-08 12:59:11.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120553s 2023-12-08 12:59:11.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Blacklist SeriesId, EpisodeIds 2023-12-08 12:59:11.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER) 2023-12-08 12:59:11.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blacklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId" FROM "Blacklist" 2023-12-08 12:59:11.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist" 2023-12-08 12:59:11.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist" 2023-12-08 12:59:11.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0453649s 2023-12-08 12:59:11.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn History SeriesId, EpisodeId 2023-12-08 12:59:11.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "MovieId" INTEGER NOT NULL) 2023-12-08 12:59:11.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId" FROM "History" 2023-12-08 12:59:11.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History" 2023-12-08 12:59:11.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History" 2023-12-08 12:59:11.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC) 2023-12-08 12:59:11.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC) 2023-12-08 12:59:11.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0891428s 2023-12-08 12:59:11.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig StandardEpisodeFormat, DailyEpisodeFormat, AnimeEpisodeFormat, SeasonFolderFormat, SeriesFolderFormat 2023-12-08 12:59:11.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "RenameEpisodes" INTEGER, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT) 2023-12-08 12:59:11.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "MultiEpisodeStyle", "RenameEpisodes", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat") SELECT "Id", "MultiEpisodeStyle", "RenameEpisodes", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat" FROM "NamingConfig" 2023-12-08 12:59:11.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig" 2023-12-08 12:59:11.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig" 2023-12-08 12:59:11.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0494006s 2023-12-08 12:59:11.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn PendingReleases SeriesId, ParsedEpisodeInfo 2023-12-08 12:59:11.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT) 2023-12-08 12:59:11.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo") SELECT "Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo" FROM "PendingReleases" 2023-12-08 12:59:11.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases" 2023-12-08 12:59:11.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases" 2023-12-08 12:59:11.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0396939s 2023-12-08 12:59:11.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2023-12-08T19:59:11', 'clean_core_tv') 2023-12-08 12:59:11.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:11.7|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrated 2023-12-08 12:59:11.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0975183s 2023-12-08 12:59:11.7|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrating 2023-12-08 12:59:11.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:11.7|Info|add_cookies_to_indexer_status|Starting migration of Main DB to 144 2023-12-08 12:59:11.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2023-12-08 12:59:11.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:11.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn IndexerStatus Cookies String 2023-12-08 12:59:11.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus" ADD COLUMN "Cookies" TEXT 2023-12-08 12:59:11.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120265s 2023-12-08 12:59:11.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn IndexerStatus CookiesExpirationDate DateTime 2023-12-08 12:59:11.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus" ADD COLUMN "CookiesExpirationDate" DATETIME 2023-12-08 12:59:11.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128405s 2023-12-08 12:59:11.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2023-12-08T19:59:11', 'add_cookies_to_indexer_status') 2023-12-08 12:59:11.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:11.9|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrated 2023-12-08 12:59:11.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0700024s 2023-12-08 12:59:11.9|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrating 2023-12-08 12:59:11.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:11.9|Info|banner_to_fanart|Starting migration of Main DB to 145 2023-12-08 12:59:11.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Movies" SET "Images" = replace("Images", '"coverType": "banner"', '"coverType": "fanart"') 2023-12-08 12:59:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "Images" = replace("Images", '"coverType": "banner"', '"coverType": "fanart"') 2023-12-08 12:59:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083485s 2023-12-08 12:59:12.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MetadataFiles" SET "MovieFileId" = null WHERE "Type" = 2 2023-12-08 12:59:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MetadataFiles" SET "MovieFileId" = null WHERE "Type" = 2 2023-12-08 12:59:12.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128207s 2023-12-08 12:59:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2023-12-08T19:59:12', 'banner_to_fanart') 2023-12-08 12:59:12.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:12.0|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrated 2023-12-08 12:59:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0594334s 2023-12-08 12:59:12.1|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrating 2023-12-08 12:59:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:12.1|Info|naming_config_colon_action|Starting migration of Main DB to 146 2023-12-08 12:59:12.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig 2023-12-08 12:59:12.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:12.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig ColonReplacementFormat Int32 2023-12-08 12:59:12.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "ColonReplacementFormat" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121393s 2023-12-08 12:59:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2023-12-08T19:59:12', 'naming_config_colon_action') 2023-12-08 12:59:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:12.2|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrated 2023-12-08 12:59:12.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0589862s 2023-12-08 12:59:12.2|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrating 2023-12-08 12:59:12.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:12.3|Info|add_custom_formats|Starting migration of Main DB to 147 2023-12-08 12:59:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFormats 2023-12-08 12:59:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "FormatTags" TEXT NOT NULL) 2023-12-08 12:59:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0062496s 2023-12-08 12:59:12.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex CustomFormats (Name) 2023-12-08 12:59:12.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC) 2023-12-08 12:59:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120551s 2023-12-08 12:59:12.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles 2023-12-08 12:59:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s 2023-12-08 12:59:12.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles FormatItems String 2023-12-08 12:59:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "FormatItems" TEXT NOT NULL DEFAULT '[{format:0, allowed:true}]' 2023-12-08 12:59:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118576s 2023-12-08 12:59:12.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles FormatCutoff Int32 2023-12-08 12:59:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "FormatCutoff" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:12.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011906s 2023-12-08 12:59:12.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:12.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0112843s 2023-12-08 12:59:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2023-12-08T19:59:12', 'add_custom_formats') 2023-12-08 12:59:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:12.5|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrated 2023-12-08 12:59:12.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0700245s 2023-12-08 12:59:12.5|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrating 2023-12-08 12:59:12.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:12.6|Info|remove_extra_naming_config|Starting migration of Main DB to 148 2023-12-08 12:59:12.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "NamingConfig" WHERE "Id" NOT IN(SELECT "Id" FROM "NamingConfig" LIMIT 1) 2023-12-08 12:59:12.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "NamingConfig" WHERE "Id" NOT IN(SELECT "Id" FROM "NamingConfig" LIMIT 1) 2023-12-08 12:59:12.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0395175s 2023-12-08 12:59:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2023-12-08T19:59:12', 'remove_extra_naming_config') 2023-12-08 12:59:12.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:12.8|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrated 2023-12-08 12:59:12.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1687014s 2023-12-08 12:59:12.8|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrating 2023-12-08 12:59:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:12.9|Info|convert_regex_required_tags|Starting migration of Main DB to 149 2023-12-08 12:59:12.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:12.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0163374s 2023-12-08 12:59:12.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2023-12-08T19:59:12', 'convert_regex_required_tags') 2023-12-08 12:59:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:13.0|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrated 2023-12-08 12:59:13.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0761421s 2023-12-08 12:59:13.0|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrating 2023-12-08 12:59:13.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:13.1|Info|fix_format_tags_double_underscore|Starting migration of Main DB to 150 2023-12-08 12:59:13.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:13.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121227s 2023-12-08 12:59:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2023-12-08T19:59:13', 'fix_format_tags_double_underscore') 2023-12-08 12:59:13.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:13.2|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrated 2023-12-08 12:59:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0635905s 2023-12-08 12:59:13.2|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrating 2023-12-08 12:59:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:13.2|Info|add_tags_to_net_import|Starting migration of Main DB to 151 2023-12-08 12:59:13.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NetImport 2023-12-08 12:59:13.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4.8E-06s 2023-12-08 12:59:13.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NetImport Tags String 2023-12-08 12:59:13.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" ADD COLUMN "Tags" TEXT 2023-12-08 12:59:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.01301s 2023-12-08 12:59:13.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NetImport" SET "Tags" = '[]' 2023-12-08 12:59:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NetImport" SET "Tags" = '[]' 2023-12-08 12:59:13.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0087761s 2023-12-08 12:59:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2023-12-08T19:59:13', 'add_tags_to_net_import') 2023-12-08 12:59:13.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:13.3|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrated 2023-12-08 12:59:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0627573s 2023-12-08 12:59:13.4|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrating 2023-12-08 12:59:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:13.4|Info|add_custom_filters|Starting migration of Main DB to 152 2023-12-08 12:59:13.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters 2023-12-08 12:59:13.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFilters" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Type" TEXT NOT NULL, "Label" TEXT NOT NULL, "Filters" TEXT NOT NULL) 2023-12-08 12:59:13.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0099735s 2023-12-08 12:59:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2023-12-08T19:59:13', 'add_custom_filters') 2023-12-08 12:59:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:13.5|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrated 2023-12-08 12:59:13.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0811317s 2023-12-08 12:59:13.5|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrating 2023-12-08 12:59:13.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:13.6|Info|indexer_client_status_search_changes|Starting migration of Main DB to 153 2023-12-08 12:59:13.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases 2023-12-08 12:59:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:13.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases Reason Int32 2023-12-08 12:59:13.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "Reason" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:13.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0078741s 2023-12-08 12:59:13.7|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn IndexerStatus IndexerId to ProviderId 2023-12-08 12:59:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME) 2023-12-08 12:59:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "IndexerId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2023-12-08 12:59:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2023-12-08 12:59:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2023-12-08 12:59:13.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2023-12-08 12:59:13.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.069476s 2023-12-08 12:59:13.7|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Indexers EnableSearch to EnableAutomaticSearch 2023-12-08 12:59:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER) 2023-12-08 12:59:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableSearch" FROM "Indexers" 2023-12-08 12:59:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers" 2023-12-08 12:59:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers" 2023-12-08 12:59:13.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2023-12-08 12:59:13.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0619976s 2023-12-08 12:59:13.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2023-12-08 12:59:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:13.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers EnableInteractiveSearch Boolean 2023-12-08 12:59:13.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "EnableInteractiveSearch" INTEGER 2023-12-08 12:59:13.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0355427s 2023-12-08 12:59:14.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch" 2023-12-08 12:59:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch" 2023-12-08 12:59:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074585s 2023-12-08 12:59:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2023-12-08 12:59:14.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:14.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Indexers EnableInteractiveSearch Boolean 2023-12-08 12:59:14.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL) 2023-12-08 12:59:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch", "EnableInteractiveSearch") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableAutomaticSearch", "EnableInteractiveSearch" FROM "Indexers" 2023-12-08 12:59:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers" 2023-12-08 12:59:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers" 2023-12-08 12:59:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2023-12-08 12:59:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0692259s 2023-12-08 12:59:14.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus 2023-12-08 12:59:14.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2023-12-08 12:59:14.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053215s 2023-12-08 12:59:14.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId) 2023-12-08 12:59:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2023-12-08 12:59:14.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0299318s 2023-12-08 12:59:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2023-12-08T19:59:14', 'indexer_client_status_search_changes') 2023-12-08 12:59:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:14.2|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrated 2023-12-08 12:59:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0754704s 2023-12-08 12:59:14.3|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrating 2023-12-08 12:59:14.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:14.3|Info|add_language_to_files_history_blacklist|Starting migration of Main DB to 154 2023-12-08 12:59:14.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles 2023-12-08 12:59:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2023-12-08 12:59:14.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles Languages String 2023-12-08 12:59:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]' 2023-12-08 12:59:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0114023s 2023-12-08 12:59:14.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History 2023-12-08 12:59:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2023-12-08 12:59:14.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History Languages String 2023-12-08 12:59:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]' 2023-12-08 12:59:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0122774s 2023-12-08 12:59:14.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist 2023-12-08 12:59:14.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:14.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist Languages String 2023-12-08 12:59:14.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]' 2023-12-08 12:59:14.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128222s 2023-12-08 12:59:14.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:14.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:14.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0202088s 2023-12-08 12:59:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2023-12-08T19:59:14', 'add_language_to_files_history_blacklist') 2023-12-08 12:59:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:14.6|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrated 2023-12-08 12:59:14.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0741828s 2023-12-08 12:59:14.6|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrating 2023-12-08 12:59:14.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:14.6|Info|add_update_allowed_quality_profile|Starting migration of Main DB to 155 2023-12-08 12:59:14.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles 2023-12-08 12:59:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s 2023-12-08 12:59:14.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles UpgradeAllowed Boolean 2023-12-08 12:59:14.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "UpgradeAllowed" INTEGER 2023-12-08 12:59:14.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124376s 2023-12-08 12:59:14.7|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "UpgradeAllowed" = 1 WHERE 1 = 1 2023-12-08 12:59:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0149607s 2023-12-08 12:59:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2023-12-08T19:59:14', 'add_update_allowed_quality_profile') 2023-12-08 12:59:14.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:14.8|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrated 2023-12-08 12:59:14.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.07088s 2023-12-08 12:59:14.9|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrating 2023-12-08 12:59:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:14.9|Info|add_download_client_priority|Starting migration of Main DB to 156 2023-12-08 12:59:14.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients 2023-12-08 12:59:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:14.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Priority Int32 2023-12-08 12:59:14.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 1 2023-12-08 12:59:14.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120461s 2023-12-08 12:59:14.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:15.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0476455s 2023-12-08 12:59:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2023-12-08T19:59:15', 'add_download_client_priority') 2023-12-08 12:59:15.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:15.1|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrated 2023-12-08 12:59:15.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1057555s 2023-12-08 12:59:15.1|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrating 2023-12-08 12:59:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:15.1|Info|remove_growl_prowl|Starting migration of Main DB to 157 2023-12-08 12:59:15.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:15.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Growl' 2023-12-08 12:59:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119026s 2023-12-08 12:59:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2023-12-08T19:59:15', 'remove_growl_prowl') 2023-12-08 12:59:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:15.2|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrated 2023-12-08 12:59:15.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0587855s 2023-12-08 12:59:15.2|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrating 2023-12-08 12:59:15.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:15.3|Info|remove_plex_hometheatre|Starting migration of Main DB to 158 2023-12-08 12:59:15.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexHomeTheater' 2023-12-08 12:59:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0168615s 2023-12-08 12:59:15.3|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexClient' 2023-12-08 12:59:15.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109671s 2023-12-08 12:59:15.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2023-12-08T19:59:15', 'remove_plex_hometheatre') 2023-12-08 12:59:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:15.4|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrated 2023-12-08 12:59:15.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0695166s 2023-12-08 12:59:15.4|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrating 2023-12-08 12:59:15.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:15.4|Info|add_webrip_qualites|Starting migration of Main DB to 159 2023-12-08 12:59:15.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:15.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0220256s 2023-12-08 12:59:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2023-12-08T19:59:15', 'add_webrip_qualites') 2023-12-08 12:59:15.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:15.5|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrated 2023-12-08 12:59:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0768213s 2023-12-08 12:59:15.6|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrating 2023-12-08 12:59:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:15.6|Info|health_issue_notification|Starting migration of Main DB to 160 2023-12-08 12:59:15.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:15.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:15.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthIssue Boolean 2023-12-08 12:59:15.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthIssue" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0186949s 2023-12-08 12:59:15.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2023-12-08 12:59:15.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications IncludeHealthWarnings Boolean 2023-12-08 12:59:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "IncludeHealthWarnings" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:15.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127141s 2023-12-08 12:59:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2023-12-08T19:59:15', 'health_issue_notification') 2023-12-08 12:59:15.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:15.8|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrated 2023-12-08 12:59:15.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0673188s 2023-12-08 12:59:15.8|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrating 2023-12-08 12:59:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:15.8|Info|speed_improvements|Starting migration of Main DB to 161 2023-12-08 12:59:15.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieFiles (MovieId) 2023-12-08 12:59:15.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC) 2023-12-08 12:59:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0189378s 2023-12-08 12:59:15.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (MovieId) 2023-12-08 12:59:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieId" ON "AlternativeTitles" ("MovieId" ASC) 2023-12-08 12:59:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109991s 2023-12-08 12:59:15.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (CleanTitle) 2023-12-08 12:59:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:15.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0113971s 2023-12-08 12:59:15.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (ImdbId) 2023-12-08 12:59:15.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0169089s 2023-12-08 12:59:16.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TmdbId) 2023-12-08 12:59:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0138155s 2023-12-08 12:59:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2023-12-08T19:59:16', 'speed_improvements') 2023-12-08 12:59:16.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:16.0|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrated 2023-12-08 12:59:16.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.069561s 2023-12-08 12:59:16.1|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrating 2023-12-08 12:59:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:16.1|Info|fix_profile_format_default|Starting migration of Main DB to 162 2023-12-08 12:59:16.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Profiles FormatItems String 2023-12-08 12:59:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "PreferredTags" TEXT, "FormatItems" TEXT NOT NULL DEFAULT '[{"format":0, "allowed":true}]', "FormatCutoff" INTEGER NOT NULL, "UpgradeAllowed" INTEGER) 2023-12-08 12:59:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "PreferredTags", "FormatItems", "FormatCutoff", "UpgradeAllowed") SELECT "Id", "Name", "Cutoff", "Items", "Language", "PreferredTags", "FormatItems", "FormatCutoff", "UpgradeAllowed" FROM "Profiles" 2023-12-08 12:59:16.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles" 2023-12-08 12:59:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles" 2023-12-08 12:59:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC) 2023-12-08 12:59:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0636782s 2023-12-08 12:59:16.2|Info|FluentMigrator.Runner.MigrationRunner|AlterDefaultConstraint .Profiles FormatItems [{"format":0, "allowed":true}] 2023-12-08 12:59:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003168s 2023-12-08 12:59:16.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "FormatItems" = '[{"format":0, "allowed":true}]' WHERE "FormatItems" = '[{format:0, allowed:true}]' 2023-12-08 12:59:16.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0113918s 2023-12-08 12:59:16.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2023-12-08T19:59:16', 'fix_profile_format_default') 2023-12-08 12:59:16.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:16.3|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrated 2023-12-08 12:59:16.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0611939s 2023-12-08 12:59:16.3|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrating 2023-12-08 12:59:16.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:16.3|Info|task_duration|Starting migration of Main DB to 163 2023-12-08 12:59:16.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks 2023-12-08 12:59:16.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:16.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ScheduledTasks LastStartTime DateTime 2023-12-08 12:59:16.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks" ADD COLUMN "LastStartTime" DATETIME 2023-12-08 12:59:16.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.014014s 2023-12-08 12:59:16.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2023-12-08T19:59:16', 'task_duration') 2023-12-08 12:59:16.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:16.5|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrated 2023-12-08 12:59:16.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.072013s 2023-12-08 12:59:16.5|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrating 2023-12-08 12:59:16.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:16.5|Info|movie_collections_crew|Starting migration of Main DB to 164 2023-12-08 12:59:16.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:16.5|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s 2023-12-08 12:59:16.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Collection String 2023-12-08 12:59:16.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Collection" TEXT 2023-12-08 12:59:16.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011438s 2023-12-08 12:59:16.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies Actors 2023-12-08 12:59:16.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "PathState" INTEGER NOT NULL, "PhysicalReleaseNote" TEXT, "SecondaryYear" INTEGER, "SecondaryYearSourceId" INTEGER, "Collection" TEXT) 2023-12-08 12:59:16.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PathState", "PhysicalReleaseNote", "SecondaryYear", "SecondaryYearSourceId", "Collection") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PathState", "PhysicalReleaseNote", "SecondaryYear", "SecondaryYearSourceId", "Collection" FROM "Movies" 2023-12-08 12:59:16.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:16.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:16.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:16.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:16.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:16.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:16.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1368827s 2023-12-08 12:59:16.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Credits 2023-12-08 12:59:16.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Credits" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "CreditTmdbId" TEXT NOT NULL, "PersonTmdbId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Images" TEXT NOT NULL, "Character" TEXT, "Order" INTEGER NOT NULL, "Job" TEXT, "Department" TEXT, "Type" INTEGER NOT NULL) 2023-12-08 12:59:16.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123336s 2023-12-08 12:59:16.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (CreditTmdbId) 2023-12-08 12:59:16.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC) 2023-12-08 12:59:17.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1021964s 2023-12-08 12:59:17.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (MovieId) 2023-12-08 12:59:17.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieId" ON "Credits" ("MovieId" ASC) 2023-12-08 12:59:17.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0116809s 2023-12-08 12:59:17.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:17.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'NotifyMyAndroid' 2023-12-08 12:59:17.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0167543s 2023-12-08 12:59:17.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:17.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Pushalot' 2023-12-08 12:59:17.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055318s 2023-12-08 12:59:17.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2023-12-08T19:59:17', 'movie_collections_crew') 2023-12-08 12:59:17.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:17.3|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrated 2023-12-08 12:59:17.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1518925s 2023-12-08 12:59:17.4|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrating 2023-12-08 12:59:17.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:17.5|Info|remove_custom_formats_from_quality_model|Starting migration of Main DB to 165 2023-12-08 12:59:17.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist 2023-12-08 12:59:17.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.7E-06s 2023-12-08 12:59:17.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist IndexerFlags Int32 2023-12-08 12:59:17.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:17.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130595s 2023-12-08 12:59:17.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles 2023-12-08 12:59:17.7|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s 2023-12-08 12:59:17.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles IndexerFlags Int32 2023-12-08 12:59:17.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:18.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0494653s 2023-12-08 12:59:18.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0311267s 2023-12-08 12:59:18.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128786s 2023-12-08 12:59:18.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123245s 2023-12-08 12:59:18.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109377s 2023-12-08 12:59:18.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0159362s 2023-12-08 12:59:18.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0132129s 2023-12-08 12:59:18.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2023-12-08T19:59:18', 'remove_custom_formats_from_quality_model') 2023-12-08 12:59:18.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:18.2|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrated 2023-12-08 12:59:18.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0626317s 2023-12-08 12:59:18.2|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrating 2023-12-08 12:59:18.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:18.3|Info|fix_tmdb_list_config|Starting migration of Main DB to 166 2023-12-08 12:59:18.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0175189s 2023-12-08 12:59:18.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0142s 2023-12-08 12:59:18.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:18.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:18.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.013022s 2023-12-08 12:59:18.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2023-12-08T19:59:18', 'fix_tmdb_list_config') 2023-12-08 12:59:18.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:18.5|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrated 2023-12-08 12:59:18.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0799655s 2023-12-08 12:59:18.5|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrating 2023-12-08 12:59:18.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:18.6|Info|remove_movie_pathstate|Starting migration of Main DB to 167 2023-12-08 12:59:18.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies PathState 2023-12-08 12:59:18.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "PhysicalReleaseNote" TEXT, "SecondaryYear" INTEGER, "SecondaryYearSourceId" INTEGER, "Collection" TEXT) 2023-12-08 12:59:18.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PhysicalReleaseNote", "SecondaryYear", "SecondaryYearSourceId", "Collection") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "PhysicalReleaseNote", "SecondaryYear", "SecondaryYearSourceId", "Collection" FROM "Movies" 2023-12-08 12:59:18.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:18.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:18.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:18.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:18.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:18.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:18.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0838277s 2023-12-08 12:59:18.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('pathsdefaultstatic') 2023-12-08 12:59:18.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('pathsdefaultstatic') 2023-12-08 12:59:18.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0113925s 2023-12-08 12:59:18.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles 2023-12-08 12:59:18.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:18.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles OriginalFilePath String 2023-12-08 12:59:18.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "OriginalFilePath" TEXT 2023-12-08 12:59:18.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119234s 2023-12-08 12:59:18.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieFiles Path 2023-12-08 12:59:18.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT, "Edition" TEXT, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL, "OriginalFilePath" TEXT) 2023-12-08 12:59:18.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieFiles_temp" ("Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath") SELECT "Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath" FROM "MovieFiles" 2023-12-08 12:59:18.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles" 2023-12-08 12:59:18.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles" 2023-12-08 12:59:18.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC) 2023-12-08 12:59:18.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0652953s 2023-12-08 12:59:18.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2023-12-08T19:59:18', 'remove_movie_pathstate') 2023-12-08 12:59:18.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:19.0|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrated 2023-12-08 12:59:19.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1445569s 2023-12-08 12:59:19.0|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrating 2023-12-08 12:59:19.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:19.0|Info|custom_format_rework|Starting migration of Main DB to 168 2023-12-08 12:59:19.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable CustomFormats 2023-12-08 12:59:19.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:19.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn CustomFormats Specifications String 2023-12-08 12:59:19.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats" ADD COLUMN "Specifications" TEXT NOT NULL DEFAULT '[]' 2023-12-08 12:59:19.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.012848s 2023-12-08 12:59:19.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:19.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:19.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0391741s 2023-12-08 12:59:19.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn CustomFormats FormatTags 2023-12-08 12:59:19.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL) 2023-12-08 12:59:19.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "CustomFormats_temp" ("Id", "Name", "Specifications") SELECT "Id", "Name", "Specifications" FROM "CustomFormats" 2023-12-08 12:59:19.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "CustomFormats" 2023-12-08 12:59:19.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats_temp" RENAME TO "CustomFormats" 2023-12-08 12:59:19.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC) 2023-12-08 12:59:19.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0603872s 2023-12-08 12:59:19.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2023-12-08T19:59:19', 'custom_format_rework') 2023-12-08 12:59:19.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:19.3|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrated 2023-12-08 12:59:19.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1261745s 2023-12-08 12:59:19.3|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrating 2023-12-08 12:59:19.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:19.4|Info|custom_format_scores|Starting migration of Main DB to 169 2023-12-08 12:59:19.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles 2023-12-08 12:59:19.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:19.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles MinFormatScore Int32 2023-12-08 12:59:19.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "MinFormatScore" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:19.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127762s 2023-12-08 12:59:19.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles 2023-12-08 12:59:19.5|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2023-12-08 12:59:19.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles CutoffFormatScore Int32 2023-12-08 12:59:19.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "CutoffFormatScore" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:19.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0101694s 2023-12-08 12:59:19.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:19.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:19.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0200373s 2023-12-08 12:59:19.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles FormatCutoff 2023-12-08 12:59:19.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "PreferredTags" TEXT, "FormatItems" TEXT NOT NULL, "UpgradeAllowed" INTEGER, "MinFormatScore" INTEGER NOT NULL, "CutoffFormatScore" INTEGER NOT NULL) 2023-12-08 12:59:19.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "PreferredTags", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore") SELECT "Id", "Name", "Cutoff", "Items", "Language", "PreferredTags", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore" FROM "Profiles" 2023-12-08 12:59:19.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles" 2023-12-08 12:59:19.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles" 2023-12-08 12:59:19.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC) 2023-12-08 12:59:19.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0596518s 2023-12-08 12:59:19.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable CustomFormats 2023-12-08 12:59:19.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:19.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn CustomFormats IncludeCustomFormatWhenRenaming Boolean 2023-12-08 12:59:19.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats" ADD COLUMN "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:19.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126014s 2023-12-08 12:59:19.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2023-12-08T19:59:19', 'custom_format_scores') 2023-12-08 12:59:19.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:19.7|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrated 2023-12-08 12:59:19.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0673384s 2023-12-08 12:59:19.8|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrating 2023-12-08 12:59:19.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:19.8|Info|fix_trakt_list_config|Starting migration of Main DB to 170 2023-12-08 12:59:19.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:19.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:19.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0717543s 2023-12-08 12:59:19.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:19.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:19.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120577s 2023-12-08 12:59:19.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('TraktAuthToken', 'TraktRefreshToken', 'TraktTokenExpiry', 'NewTraktAuthToken', 'NewTraktRefreshToken', 'NewTraktTokenExpiry') 2023-12-08 12:59:20.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('TraktAuthToken', 'TraktRefreshToken', 'TraktTokenExpiry', 'NewTraktAuthToken', 'NewTraktRefreshToken', 'NewTraktTokenExpiry') 2023-12-08 12:59:20.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118627s 2023-12-08 12:59:20.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2023-12-08T19:59:20', 'fix_trakt_list_config') 2023-12-08 12:59:20.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:20.0|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrated 2023-12-08 12:59:20.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0632063s 2023-12-08 12:59:20.0|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrating 2023-12-08 12:59:20.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:20.1|Info|quality_definition_preferred_size|Starting migration of Main DB to 171 2023-12-08 12:59:20.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityDefinitions 2023-12-08 12:59:20.1|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2023-12-08 12:59:20.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityDefinitions PreferredSize Double 2023-12-08 12:59:20.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityDefinitions" ADD COLUMN "PreferredSize" NUMERIC 2023-12-08 12:59:20.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034092s 2023-12-08 12:59:20.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:20.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:20.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0159043s 2023-12-08 12:59:20.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2023-12-08T19:59:20', 'quality_definition_preferred_size') 2023-12-08 12:59:20.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:20.2|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrated 2023-12-08 12:59:20.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0759583s 2023-12-08 12:59:20.2|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrating 2023-12-08 12:59:20.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:20.3|Info|add_download_history|Starting migration of Main DB to 172 2023-12-08 12:59:20.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadHistory 2023-12-08 12:59:20.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "MovieId" INTEGER NOT NULL, "DownloadId" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Protocol" INTEGER, "IndexerId" INTEGER, "DownloadClientId" INTEGER, "Release" TEXT, "Data" TEXT) 2023-12-08 12:59:20.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0237879s 2023-12-08 12:59:20.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (EventType) 2023-12-08 12:59:20.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC) 2023-12-08 12:59:20.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0116338s 2023-12-08 12:59:20.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (MovieId) 2023-12-08 12:59:20.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_MovieId" ON "DownloadHistory" ("MovieId" ASC) 2023-12-08 12:59:20.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097537s 2023-12-08 12:59:20.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (DownloadId) 2023-12-08 12:59:20.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC) 2023-12-08 12:59:20.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118003s 2023-12-08 12:59:20.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:20.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:20.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0149393s 2023-12-08 12:59:20.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2023-12-08T19:59:20', 'add_download_history') 2023-12-08 12:59:20.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:20.5|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrated 2023-12-08 12:59:20.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0709696s 2023-12-08 12:59:20.5|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrating 2023-12-08 12:59:20.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:20.6|Info|net_import_status|Starting migration of Main DB to 173 2023-12-08 12:59:20.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NetImportStatus 2023-12-08 12:59:20.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NetImportStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT) 2023-12-08 12:59:20.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011125s 2023-12-08 12:59:20.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NetImportStatus (ProviderId) 2023-12-08 12:59:20.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "NetImportStatus" ("ProviderId" ASC) 2023-12-08 12:59:20.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123863s 2023-12-08 12:59:20.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2023-12-08T19:59:20', 'net_import_status') 2023-12-08 12:59:20.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:20.7|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrated 2023-12-08 12:59:20.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0683668s 2023-12-08 12:59:20.7|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrating 2023-12-08 12:59:20.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:20.8|Info|email_multiple_addresses|Starting migration of Main DB to 174 2023-12-08 12:59:20.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:20.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:20.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0138105s 2023-12-08 12:59:20.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2023-12-08T19:59:20', 'email_multiple_addresses') 2023-12-08 12:59:20.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:20.9|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrated 2023-12-08 12:59:20.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0588174s 2023-12-08 12:59:20.9|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrating 2023-12-08 12:59:20.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:20.9|Info|remove_chown_and_folderchmod_config|Starting migration of Main DB to 175 2023-12-08 12:59:20.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser', 'parsingleniency') 2023-12-08 12:59:20.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser', 'parsingleniency') 2023-12-08 12:59:21.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123263s 2023-12-08 12:59:21.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2023-12-08T19:59:21', 'remove_chown_and_folderchmod_config') 2023-12-08 12:59:21.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:21.0|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrated 2023-12-08 12:59:21.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0704259s 2023-12-08 12:59:21.0|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrating 2023-12-08 12:59:21.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:21.1|Info|movie_recommendations|Starting migration of Main DB to 176 2023-12-08 12:59:21.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:21.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2023-12-08 12:59:21.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Recommendations String 2023-12-08 12:59:21.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Recommendations" TEXT NOT NULL DEFAULT '[]' 2023-12-08 12:59:21.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130198s 2023-12-08 12:59:21.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2023-12-08T19:59:21', 'movie_recommendations') 2023-12-08 12:59:21.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:21.2|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrated 2023-12-08 12:59:21.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0672798s 2023-12-08 12:59:21.2|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrating 2023-12-08 12:59:21.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:21.2|Info|language_improvements|Starting migration of Main DB to 177 2023-12-08 12:59:21.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:21.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:21.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies OriginalLanguage Int32 2023-12-08 12:59:21.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "OriginalLanguage" INTEGER NOT NULL DEFAULT 1 2023-12-08 12:59:21.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130203s 2023-12-08 12:59:21.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:21.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:21.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies OriginalTitle String 2023-12-08 12:59:21.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "OriginalTitle" TEXT 2023-12-08 12:59:21.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128866s 2023-12-08 12:59:21.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:21.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:21.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies DigitalRelease DateTime 2023-12-08 12:59:21.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "DigitalRelease" DATETIME 2023-12-08 12:59:21.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0061222s 2023-12-08 12:59:21.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies PhysicalReleaseNote 2023-12-08 12:59:21.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "SecondaryYear" INTEGER, "SecondaryYearSourceId" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME) 2023-12-08 12:59:21.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "SecondaryYearSourceId", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "SecondaryYearSourceId", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies" 2023-12-08 12:59:21.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:21.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:21.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:21.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:21.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:21.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:21.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0970479s 2023-12-08 12:59:21.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies SecondaryYearSourceId 2023-12-08 12:59:21.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME) 2023-12-08 12:59:21.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies" 2023-12-08 12:59:21.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:21.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:21.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:21.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:21.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:21.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:21.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.104839s 2023-12-08 12:59:21.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig 2023-12-08 12:59:21.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s 2023-12-08 12:59:21.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig RenameMovies Boolean 2023-12-08 12:59:21.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "RenameMovies" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:21.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125752s 2023-12-08 12:59:21.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "RenameMovies"="RenameEpisodes" 2023-12-08 12:59:21.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "RenameMovies"="RenameEpisodes" 2023-12-08 12:59:21.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123595s 2023-12-08 12:59:21.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig RenameEpisodes 2023-12-08 12:59:21.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT, "ColonReplacementFormat" INTEGER NOT NULL, "RenameMovies" INTEGER NOT NULL) 2023-12-08 12:59:21.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "MultiEpisodeStyle", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies") SELECT "Id", "MultiEpisodeStyle", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies" FROM "NamingConfig" 2023-12-08 12:59:21.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig" 2023-12-08 12:59:21.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig" 2023-12-08 12:59:21.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.042424s 2023-12-08 12:59:21.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement CREATE TABLE "MovieTranslations"("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL, Unique("MovieId", "Language")); 2023-12-08 12:59:21.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieTranslations"("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL, Unique("MovieId", "Language")); 2023-12-08 12:59:21.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0115197s 2023-12-08 12:59:21.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_AlternativeTitles_CleanTitle" 2023-12-08 12:59:21.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX IF EXISTS "IX_AlternativeTitles_CleanTitle" 2023-12-08 12:59:21.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125576s 2023-12-08 12:59:21.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:21.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:21.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0139635s 2023-12-08 12:59:21.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:21.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:21.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109322s 2023-12-08 12:59:22.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:22.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ScheduledTasks" SET "LastExecution" = '2014-01-01 00:00:00' WHERE "TypeName" = 'NzbDrone.Core.Movies.Commands.RefreshMovieCommand' 2023-12-08 12:59:22.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0183195s 2023-12-08 12:59:22.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:22.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "LastInfoSync" = '2014-01-01 00:00:00' WHERE 1 = 1 2023-12-08 12:59:22.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006026s 2023-12-08 12:59:22.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2023-12-08T19:59:22', 'language_improvements') 2023-12-08 12:59:22.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:22.4|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrated 2023-12-08 12:59:22.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0703613s 2023-12-08 12:59:22.5|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrating 2023-12-08 12:59:22.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:22.5|Info|new_list_server|Starting migration of Main DB to 178 2023-12-08 12:59:22.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:22.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:22.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0143936s 2023-12-08 12:59:22.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:22.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:22.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0158476s 2023-12-08 12:59:22.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2023-12-08T19:59:22', 'new_list_server') 2023-12-08 12:59:22.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:22.7|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrated 2023-12-08 12:59:22.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0694187s 2023-12-08 12:59:22.7|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrating 2023-12-08 12:59:22.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:22.7|Info|movie_translation_indexes|Starting migration of Main DB to 179 2023-12-08 12:59:22.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (Language) 2023-12-08 12:59:22.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC) 2023-12-08 12:59:22.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010194s 2023-12-08 12:59:22.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (MovieId) 2023-12-08 12:59:22.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieId" ON "MovieTranslations" ("MovieId" ASC) 2023-12-08 12:59:22.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119589s 2023-12-08 12:59:22.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2023-12-08T19:59:22', 'movie_translation_indexes') 2023-12-08 12:59:22.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:23.1|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrated 2023-12-08 12:59:23.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.293198s 2023-12-08 12:59:23.1|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrating 2023-12-08 12:59:23.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:23.1|Info|fix_invalid_profile_references|Starting migration of Main DB to 180 2023-12-08 12:59:23.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:23.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:23.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0219528s 2023-12-08 12:59:23.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2023-12-08T19:59:23', 'fix_invalid_profile_references') 2023-12-08 12:59:23.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:23.3|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrated 2023-12-08 12:59:23.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1064802s 2023-12-08 12:59:23.3|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrating 2023-12-08 12:59:23.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:23.3|Info|list_movies_table|Starting migration of Main DB to 181 2023-12-08 12:59:23.3|Info|FluentMigrator.Runner.MigrationRunner|RenameTable NetImport ImportLists 2023-12-08 12:59:23.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" RENAME TO "ImportLists" 2023-12-08 12:59:23.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0149783s 2023-12-08 12:59:23.4|Info|FluentMigrator.Runner.MigrationRunner|RenameTable NetImportStatus ImportListStatus 2023-12-08 12:59:23.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImportStatus" RENAME TO "ImportListStatus" 2023-12-08 12:59:23.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0220902s 2023-12-08 12:59:23.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Config" SET "Key" = 'importlistsyncinterval' WHERE "Key" = 'netimportsyncinterval' 2023-12-08 12:59:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Config" SET "Key" = 'importlistsyncinterval' WHERE "Key" = 'netimportsyncinterval' 2023-12-08 12:59:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0139343s 2023-12-08 12:59:23.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists 2023-12-08 12:59:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:23.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists SearchOnAdd Boolean 2023-12-08 12:59:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "SearchOnAdd" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097959s 2023-12-08 12:59:23.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListMovies 2023-12-08 12:59:23.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListMovies" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "TmdbId" INTEGER NOT NULL, "ListId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "SortTitle" TEXT, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Ratings" TEXT, "Genres" TEXT, "Certification" TEXT, "Collection" TEXT, "Website" TEXT, "OriginalTitle" TEXT, "PhysicalRelease" DATETIME, "Translations" TEXT NOT NULL, "Studio" TEXT, "YouTubeTrailerId" TEXT, "DigitalRelease" DATETIME) 2023-12-08 12:59:23.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0139843s 2023-12-08 12:59:23.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2023-12-08T19:59:23', 'list_movies_table') 2023-12-08 12:59:23.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:23.6|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrated 2023-12-08 12:59:23.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0826482s 2023-12-08 12:59:23.6|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrating 2023-12-08 12:59:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:23.7|Info|on_delete_notification|Starting migration of Main DB to 182 2023-12-08 12:59:23.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:23.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:23.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnDelete Boolean 2023-12-08 12:59:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnDelete" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:23.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0187636s 2023-12-08 12:59:23.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2023-12-08T19:59:23', 'on_delete_notification') 2023-12-08 12:59:23.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:23.8|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrated 2023-12-08 12:59:23.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0725091s 2023-12-08 12:59:23.8|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrating 2023-12-08 12:59:23.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:23.9|Info|download_propers_config|Starting migration of Main DB to 183 2023-12-08 12:59:23.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:23.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:23.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0134728s 2023-12-08 12:59:23.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers' 2023-12-08 12:59:23.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers' 2023-12-08 12:59:23.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0134666s 2023-12-08 12:59:23.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles PreferredTags 2023-12-08 12:59:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "FormatItems" TEXT NOT NULL, "UpgradeAllowed" INTEGER, "MinFormatScore" INTEGER NOT NULL, "CutoffFormatScore" INTEGER NOT NULL) 2023-12-08 12:59:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore") SELECT "Id", "Name", "Cutoff", "Items", "Language", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore" FROM "Profiles" 2023-12-08 12:59:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles" 2023-12-08 12:59:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles" 2023-12-08 12:59:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC) 2023-12-08 12:59:24.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0653221s 2023-12-08 12:59:24.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2023-12-08T19:59:24', 'download_propers_config') 2023-12-08 12:59:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:24.1|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrated 2023-12-08 12:59:24.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1326904s 2023-12-08 12:59:24.1|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrating 2023-12-08 12:59:24.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:24.2|Info|add_priority_to_indexers|Starting migration of Main DB to 184 2023-12-08 12:59:24.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2023-12-08 12:59:24.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:24.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Priority Int32 2023-12-08 12:59:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 25 2023-12-08 12:59:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0251634s 2023-12-08 12:59:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2023-12-08T19:59:24', 'add_priority_to_indexers') 2023-12-08 12:59:24.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:24.3|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrated 2023-12-08 12:59:24.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0813252s 2023-12-08 12:59:24.4|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrating 2023-12-08 12:59:24.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:24.4|Info|add_alternative_title_indices|Starting migration of Main DB to 185 2023-12-08 12:59:24.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (CleanTitle) 2023-12-08 12:59:24.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC) 2023-12-08 12:59:24.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124643s 2023-12-08 12:59:24.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (CleanTitle) 2023-12-08 12:59:24.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC) 2023-12-08 12:59:24.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0738661s 2023-12-08 12:59:24.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2023-12-08T19:59:24', 'add_alternative_title_indices') 2023-12-08 12:59:24.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:24.6|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrated 2023-12-08 12:59:24.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1565046s 2023-12-08 12:59:24.6|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrating 2023-12-08 12:59:24.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:24.7|Info|fix_tmdb_duplicates|Starting migration of Main DB to 186 2023-12-08 12:59:24.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:24.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:24.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0151024s 2023-12-08 12:59:24.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex Movies () 2023-12-08 12:59:24.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_Movies_TmdbId" 2023-12-08 12:59:24.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0141083s 2023-12-08 12:59:24.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:24.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2023-12-08 12:59:24.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies TmdbId Int32 2023-12-08 12:59:24.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "HasPreDBEntry" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME) 2023-12-08 12:59:24.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "HasPreDBEntry", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies" 2023-12-08 12:59:24.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:24.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:24.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:24.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:24.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:24.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1050876s 2023-12-08 12:59:24.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TmdbId) 2023-12-08 12:59:24.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:24.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0112147s 2023-12-08 12:59:25.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2023-12-08T19:59:25', 'fix_tmdb_duplicates') 2023-12-08 12:59:25.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:25.0|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrated 2023-12-08 12:59:25.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0743718s 2023-12-08 12:59:25.0|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrating 2023-12-08 12:59:25.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:25.1|Info|swap_filechmod_for_folderchmod|Starting migration of Main DB to 187 2023-12-08 12:59:25.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0139782s 2023-12-08 12:59:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2023-12-08T19:59:25', 'swap_filechmod_for_folderchmod') 2023-12-08 12:59:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:25.2|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrated 2023-12-08 12:59:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0846981s 2023-12-08 12:59:25.2|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrating 2023-12-08 12:59:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:25.3|Info|mediainfo_channels|Starting migration of Main DB to 188 2023-12-08 12:59:25.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannels"', '"audioChannelsContainer"'); 2023-12-08 12:59:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannels"', '"audioChannelsContainer"'); 2023-12-08 12:59:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0094337s 2023-12-08 12:59:25.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannelPositionsText"', '"audioChannelPositionsTextContainer"'); 2023-12-08 12:59:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannelPositionsText"', '"audioChannelPositionsTextContainer"'); 2023-12-08 12:59:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058527s 2023-12-08 12:59:25.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Config" SET "Value" = max(("Value" / 60) + 1, 6) WHERE "Key" = 'importlistsyncinterval' 2023-12-08 12:59:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Config" SET "Value" = max(("Value" / 60) + 1, 6) WHERE "Key" = 'importlistsyncinterval' 2023-12-08 12:59:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0129754s 2023-12-08 12:59:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2023-12-08T19:59:25', 'mediainfo_channels') 2023-12-08 12:59:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:25.4|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrated 2023-12-08 12:59:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0714077s 2023-12-08 12:59:25.4|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrating 2023-12-08 12:59:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:25.5|Info|add_update_history|Starting migration of Main DB to 189 2023-12-08 12:59:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2023-12-08T19:59:25', 'add_update_history') 2023-12-08 12:59:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:25.5|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrated 2023-12-08 12:59:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0748448s 2023-12-08 12:59:25.6|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrating 2023-12-08 12:59:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:25.6|Info|update_awesome_hd_link|Starting migration of Main DB to 190 2023-12-08 12:59:25.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.net', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD'; 2023-12-08 12:59:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.net', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD'; 2023-12-08 12:59:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0142133s 2023-12-08 12:59:25.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.me', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD'; 2023-12-08 12:59:25.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.me', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD'; 2023-12-08 12:59:25.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0132484s 2023-12-08 12:59:25.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2023-12-08T19:59:25', 'update_awesome_hd_link') 2023-12-08 12:59:25.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:25.8|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrated 2023-12-08 12:59:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1032168s 2023-12-08 12:59:25.8|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrating 2023-12-08 12:59:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:25.8|Info|remove_awesomehd|Starting migration of Main DB to 191 2023-12-08 12:59:25.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'AwesomeHD' 2023-12-08 12:59:25.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0134406s 2023-12-08 12:59:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2023-12-08T19:59:25', 'remove_awesomehd') 2023-12-08 12:59:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:25.9|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrated 2023-12-08 12:59:25.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0731693s 2023-12-08 12:59:25.9|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrating 2023-12-08 12:59:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:26.0|Info|add_on_delete_to_notifications|Starting migration of Main DB to 192 2023-12-08 12:59:26.0|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Notifications OnDelete to OnMovieDelete 2023-12-08 12:59:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Notifications_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "OnGrab" INTEGER NOT NULL, "OnDownload" INTEGER NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL, "OnHealthIssue" INTEGER NOT NULL, "IncludeHealthWarnings" INTEGER NOT NULL, "OnMovieDelete" INTEGER NOT NULL) 2023-12-08 12:59:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Notifications_temp" ("Id", "Name", "OnGrab", "OnDownload", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnHealthIssue", "IncludeHealthWarnings", "OnMovieDelete") SELECT "Id", "Name", "OnGrab", "OnDownload", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnHealthIssue", "IncludeHealthWarnings", "OnDelete" FROM "Notifications" 2023-12-08 12:59:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Notifications" 2023-12-08 12:59:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications_temp" RENAME TO "Notifications" 2023-12-08 12:59:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0550962s 2023-12-08 12:59:26.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:26.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieFileDelete Boolean 2023-12-08 12:59:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieFileDelete" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0140468s 2023-12-08 12:59:26.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s 2023-12-08 12:59:26.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieFileDeleteForUpgrade Boolean 2023-12-08 12:59:26.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieFileDeleteForUpgrade" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:26.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007324s 2023-12-08 12:59:26.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2023-12-08T19:59:26', 'add_on_delete_to_notifications') 2023-12-08 12:59:26.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:26.2|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrated 2023-12-08 12:59:26.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0665232s 2023-12-08 12:59:26.3|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrating 2023-12-08 12:59:26.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:26.3|Info|add_bypass_to_delay_profile|Starting migration of Main DB to 194 2023-12-08 12:59:26.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles 2023-12-08 12:59:26.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:26.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfHighestQuality Boolean 2023-12-08 12:59:26.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfHighestQuality" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:26.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0133496s 2023-12-08 12:59:26.4|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:26.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DelayProfiles" SET "BypassIfHighestQuality" = 1 WHERE 1 = 1 2023-12-08 12:59:26.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0179373s 2023-12-08 12:59:26.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2023-12-08T19:59:26', 'add_bypass_to_delay_profile') 2023-12-08 12:59:26.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:26.5|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrated 2023-12-08 12:59:26.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0828002s 2023-12-08 12:59:26.5|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrating 2023-12-08 12:59:26.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:26.5|Info|update_notifiarr|Starting migration of Main DB to 195 2023-12-08 12:59:26.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier'; 2023-12-08 12:59:26.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier'; 2023-12-08 12:59:26.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011983s 2023-12-08 12:59:26.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2023-12-08T19:59:26', 'update_notifiarr') 2023-12-08 12:59:26.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:26.6|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrated 2023-12-08 12:59:26.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0662081s 2023-12-08 12:59:26.6|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrating 2023-12-08 12:59:26.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:26.7|Info|legacy_mediainfo_hdr|Starting migration of Main DB to 196 2023-12-08 12:59:26.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "StandardMovieFormat" = Replace("StandardMovieFormat", '{MediaInfo HDR}', '{MediaInfo VideoDynamicRange}'); 2023-12-08 12:59:26.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "StandardMovieFormat" = Replace("StandardMovieFormat", '{MediaInfo HDR}', '{MediaInfo VideoDynamicRange}'); 2023-12-08 12:59:26.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120161s 2023-12-08 12:59:26.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2023-12-08T19:59:26', 'legacy_mediainfo_hdr') 2023-12-08 12:59:26.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:26.8|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrated 2023-12-08 12:59:26.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0734974s 2023-12-08 12:59:26.8|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrating 2023-12-08 12:59:26.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:26.8|Info|rename_blacklist_to_blocklist|Starting migration of Main DB to 197 2023-12-08 12:59:26.8|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Blacklist Blocklist 2023-12-08 12:59:26.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" RENAME TO "Blocklist" 2023-12-08 12:59:26.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0132221s 2023-12-08 12:59:26.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2023-12-08T19:59:26', 'rename_blacklist_to_blocklist') 2023-12-08 12:59:26.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:26.9|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrated 2023-12-08 12:59:26.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0715103s 2023-12-08 12:59:26.9|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrating 2023-12-08 12:59:26.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:27.0|Info|add_indexer_tags|Starting migration of Main DB to 198 2023-12-08 12:59:27.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2023-12-08 12:59:27.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:27.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String 2023-12-08 12:59:27.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT 2023-12-08 12:59:27.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0140761s 2023-12-08 12:59:27.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2023-12-08T19:59:27', 'add_indexer_tags') 2023-12-08 12:59:27.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:27.1|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrated 2023-12-08 12:59:27.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.076085s 2023-12-08 12:59:27.1|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrating 2023-12-08 12:59:27.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:27.1|Info|mediainfo_to_ffmpeg|Starting migration of Main DB to 199 2023-12-08 12:59:27.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:27.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:27.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.015257s 2023-12-08 12:59:27.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2023-12-08T19:59:27', 'mediainfo_to_ffmpeg') 2023-12-08 12:59:27.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:27.2|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrated 2023-12-08 12:59:27.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.076685s 2023-12-08 12:59:27.3|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrating 2023-12-08 12:59:27.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:27.3|Info|cdh_per_downloadclient|Starting migration of Main DB to 200 2023-12-08 12:59:27.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients 2023-12-08 12:59:27.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:27.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveCompletedDownloads Boolean 2023-12-08 12:59:27.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveCompletedDownloads" INTEGER NOT NULL DEFAULT 1 2023-12-08 12:59:27.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128511s 2023-12-08 12:59:27.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveFailedDownloads Boolean 2023-12-08 12:59:27.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveFailedDownloads" INTEGER NOT NULL DEFAULT 1 2023-12-08 12:59:27.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0168822s 2023-12-08 12:59:27.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:27.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:27.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0176655s 2023-12-08 12:59:27.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2023-12-08T19:59:27', 'cdh_per_downloadclient') 2023-12-08 12:59:27.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:27.5|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrated 2023-12-08 12:59:27.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1164325s 2023-12-08 12:59:27.6|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrating 2023-12-08 12:59:27.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:27.6|Info|migrate_discord_from_slack|Starting migration of Main DB to 201 2023-12-08 12:59:27.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:27.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:27.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0186023s 2023-12-08 12:59:27.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2023-12-08T19:59:27', 'migrate_discord_from_slack') 2023-12-08 12:59:27.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:27.7|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrated 2023-12-08 12:59:27.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0696416s 2023-12-08 12:59:27.7|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrating 2023-12-08 12:59:27.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:27.8|Info|remove_predb|Starting migration of Main DB to 202 2023-12-08 12:59:27.8|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:27.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "MinimumAvailability" = 3 WHERE "MinimumAvailability" = 4 2023-12-08 12:59:27.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0099944s 2023-12-08 12:59:27.8|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:27.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportLists" SET "MinimumAvailability" = 3 WHERE "MinimumAvailability" = 4 2023-12-08 12:59:27.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118276s 2023-12-08 12:59:27.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:27.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "Status" = 3 WHERE "Status" = 4 2023-12-08 12:59:27.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0094788s 2023-12-08 12:59:27.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2023-12-08 12:59:27.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportListMovies" SET "Status" = 3 WHERE "Status" = 4 2023-12-08 12:59:27.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119929s 2023-12-08 12:59:27.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies HasPreDBEntry 2023-12-08 12:59:27.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME) 2023-12-08 12:59:28.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies" 2023-12-08 12:59:28.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:28.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:28.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:28.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:28.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:28.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:28.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.2550635s 2023-12-08 12:59:28.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2023-12-08T19:59:28', 'remove_predb') 2023-12-08 12:59:28.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:28.2|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrated 2023-12-08 12:59:28.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.3052281s 2023-12-08 12:59:28.3|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrating 2023-12-08 12:59:28.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:28.3|Info|add_on_update_to_notifications|Starting migration of Main DB to 203 2023-12-08 12:59:28.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:28.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2023-12-08 12:59:28.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean 2023-12-08 12:59:28.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:28.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0152342s 2023-12-08 12:59:28.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2023-12-08T19:59:28', 'add_on_update_to_notifications') 2023-12-08 12:59:28.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:28.4|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrated 2023-12-08 12:59:28.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0951984s 2023-12-08 12:59:28.5|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrating 2023-12-08 12:59:28.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:28.5|Info|ensure_identity_on_id_columns|Starting migration of Main DB to 204 2023-12-08 12:59:28.5|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:28.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Commands" WHERE 1 = 1 2023-12-08 12:59:28.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0088048s 2023-12-08 12:59:28.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies Id Int32 2023-12-08 12:59:28.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME) 2023-12-08 12:59:28.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease" FROM "Movies" 2023-12-08 12:59:28.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:28.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:28.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:28.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:28.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:28.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:28.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1434519s 2023-12-08 12:59:28.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieTranslations Id Int32 2023-12-08 12:59:28.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieTranslations_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL) 2023-12-08 12:59:28.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieTranslations_temp" ("Id", "MovieId", "Title", "CleanTitle", "Overview", "Language") SELECT "Id", "MovieId", "Title", "CleanTitle", "Overview", "Language" FROM "MovieTranslations" 2023-12-08 12:59:28.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieTranslations" 2023-12-08 12:59:28.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations_temp" RENAME TO "MovieTranslations" 2023-12-08 12:59:28.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC) 2023-12-08 12:59:28.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieId" ON "MovieTranslations" ("MovieId" ASC) 2023-12-08 12:59:28.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC) 2023-12-08 12:59:28.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0885448s 2023-12-08 12:59:28.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands Id Int32 2023-12-08 12:59:28.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL) 2023-12-08 12:59:28.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2023-12-08 12:59:28.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2023-12-08 12:59:28.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2023-12-08 12:59:28.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0620051s 2023-12-08 12:59:28.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Credits Id Int32 2023-12-08 12:59:28.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Credits_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "CreditTmdbId" TEXT NOT NULL, "PersonTmdbId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Images" TEXT NOT NULL, "Character" TEXT, "Order" INTEGER NOT NULL, "Job" TEXT, "Department" TEXT, "Type" INTEGER NOT NULL) 2023-12-08 12:59:28.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Credits_temp" ("Id", "MovieId", "CreditTmdbId", "PersonTmdbId", "Name", "Images", "Character", "Order", "Job", "Department", "Type") SELECT "Id", "MovieId", "CreditTmdbId", "PersonTmdbId", "Name", "Images", "Character", "Order", "Job", "Department", "Type" FROM "Credits" 2023-12-08 12:59:29.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Credits" 2023-12-08 12:59:29.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits_temp" RENAME TO "Credits" 2023-12-08 12:59:29.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC) 2023-12-08 12:59:29.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieId" ON "Credits" ("MovieId" ASC) 2023-12-08 12:59:29.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0783943s 2023-12-08 12:59:29.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Profiles Id Int32 2023-12-08 12:59:29.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "FormatItems" TEXT NOT NULL, "UpgradeAllowed" INTEGER, "MinFormatScore" INTEGER NOT NULL, "CutoffFormatScore" INTEGER NOT NULL) 2023-12-08 12:59:29.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Profiles_temp" ("Id", "Name", "Cutoff", "Items", "Language", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore") SELECT "Id", "Name", "Cutoff", "Items", "Language", "FormatItems", "UpgradeAllowed", "MinFormatScore", "CutoffFormatScore" FROM "Profiles" 2023-12-08 12:59:29.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles" 2023-12-08 12:59:29.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles" 2023-12-08 12:59:29.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC) 2023-12-08 12:59:29.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0859156s 2023-12-08 12:59:29.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Id Int32 2023-12-08 12:59:29.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT, "Reason" INTEGER NOT NULL) 2023-12-08 12:59:29.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo", "Reason") SELECT "Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo", "Reason" FROM "PendingReleases" 2023-12-08 12:59:29.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases" 2023-12-08 12:59:29.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases" 2023-12-08 12:59:29.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0564647s 2023-12-08 12:59:29.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn NamingConfig Id Int32 2023-12-08 12:59:29.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT, "ColonReplacementFormat" INTEGER NOT NULL, "RenameMovies" INTEGER NOT NULL) 2023-12-08 12:59:29.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "MultiEpisodeStyle", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies") SELECT "Id", "MultiEpisodeStyle", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies" FROM "NamingConfig" 2023-12-08 12:59:29.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig" 2023-12-08 12:59:29.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig" 2023-12-08 12:59:29.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0485808s 2023-12-08 12:59:29.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Id Int32 2023-12-08 12:59:29.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "MovieId" INTEGER NOT NULL, "Languages" TEXT NOT NULL) 2023-12-08 12:59:29.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId", "Languages") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId", "Languages" FROM "History" 2023-12-08 12:59:29.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History" 2023-12-08 12:59:29.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History" 2023-12-08 12:59:29.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC) 2023-12-08 12:59:29.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC) 2023-12-08 12:59:29.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0752303s 2023-12-08 12:59:29.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Id Int32 2023-12-08 12:59:29.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL) 2023-12-08 12:59:29.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags" FROM "Blocklist" 2023-12-08 12:59:29.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist" 2023-12-08 12:59:29.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist" 2023-12-08 12:59:29.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0509453s 2023-12-08 12:59:29.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles Id Int32 2023-12-08 12:59:29.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT, "Edition" TEXT, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL, "OriginalFilePath" TEXT) 2023-12-08 12:59:29.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieFiles_temp" ("Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath") SELECT "Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath" FROM "MovieFiles" 2023-12-08 12:59:29.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles" 2023-12-08 12:59:29.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles" 2023-12-08 12:59:29.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC) 2023-12-08 12:59:29.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0685087s 2023-12-08 12:59:29.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn CustomFormats Id Int32 2023-12-08 12:59:29.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL, "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL) 2023-12-08 12:59:29.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "CustomFormats_temp" ("Id", "Name", "Specifications", "IncludeCustomFormatWhenRenaming") SELECT "Id", "Name", "Specifications", "IncludeCustomFormatWhenRenaming" FROM "CustomFormats" 2023-12-08 12:59:29.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "CustomFormats" 2023-12-08 12:59:29.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats_temp" RENAME TO "CustomFormats" 2023-12-08 12:59:29.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC) 2023-12-08 12:59:29.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.061527s 2023-12-08 12:59:29.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2023-12-08T19:59:29', 'ensure_identity_on_id_columns') 2023-12-08 12:59:29.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:29.7|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrated 2023-12-08 12:59:29.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1213079s 2023-12-08 12:59:29.7|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrating 2023-12-08 12:59:29.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:29.7|Info|download_client_per_indexer|Starting migration of Main DB to 205 2023-12-08 12:59:29.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2023-12-08 12:59:29.8|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s 2023-12-08 12:59:29.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers DownloadClientId Int32 2023-12-08 12:59:29.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "DownloadClientId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:29.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121047s 2023-12-08 12:59:29.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2023-12-08T19:59:29', 'download_client_per_indexer') 2023-12-08 12:59:29.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:29.8|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrated 2023-12-08 12:59:29.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.066503s 2023-12-08 12:59:29.9|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrating 2023-12-08 12:59:29.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:29.9|Info|multiple_ratings_support|Starting migration of Main DB to 206 2023-12-08 12:59:29.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'discoverMovie'; 2023-12-08 12:59:29.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'discoverMovie'; 2023-12-08 12:59:29.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118623s 2023-12-08 12:59:29.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'movieIndex'; 2023-12-08 12:59:30.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'movieIndex'; 2023-12-08 12:59:30.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0116912s 2023-12-08 12:59:30.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:30.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:30.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0146273s 2023-12-08 12:59:30.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:30.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:30.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118192s 2023-12-08 12:59:30.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2023-12-08T19:59:30', 'multiple_ratings_support') 2023-12-08 12:59:30.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:30.1|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrated 2023-12-08 12:59:30.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.074323s 2023-12-08 12:59:30.1|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrating 2023-12-08 12:59:30.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:30.2|Info|movie_metadata|Starting migration of Main DB to 207 2023-12-08 12:59:30.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MovieMetadata 2023-12-08 12:59:30.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Collection" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC) 2023-12-08 12:59:30.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127727s 2023-12-08 12:59:30.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (TmdbId) 2023-12-08 12:59:30.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC) 2023-12-08 12:59:30.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093278s 2023-12-08 12:59:30.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CleanTitle) 2023-12-08 12:59:30.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC) 2023-12-08 12:59:30.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125087s 2023-12-08 12:59:30.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CleanOriginalTitle) 2023-12-08 12:59:30.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC) 2023-12-08 12:59:30.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121534s 2023-12-08 12:59:30.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement INSERT INTO "MovieMetadata" ("TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website") SELECT "TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website" FROM "Movies" 2023-12-08 12:59:30.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata" ("TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website") SELECT "TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website" FROM "Movies" 2023-12-08 12:59:30.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128022s 2023-12-08 12:59:30.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement INSERT INTO "MovieMetadata" ("TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website") SELECT "TmdbId", "ImdbId", "Title", "SortTitle", "Title", "OriginalTitle", "OriginalTitle", 1, "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", '[]', "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website" FROM "ImportListMovies" WHERE "ImportListMovies"."TmdbId" NOT IN ( SELECT "MovieMetadata"."TmdbId" FROM "MovieMetadata" ) AND "ImportListMovies"."Id" IN ( SELECT MIN("Id") FROM "ImportListMovies" GROUP BY "TmdbId" ) 2023-12-08 12:59:30.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata" ("TmdbId", "ImdbId", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website") SELECT "TmdbId", "ImdbId", "Title", "SortTitle", "Title", "OriginalTitle", "OriginalTitle", 1, "Overview", "Status", "LastInfoSync", "Images", "Genres", "Ratings", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", '[]', "Certification", "YouTubeTrailerId", "Studio", "Collection", "Website" FROM "ImportListMovies" WHERE "ImportListMovies"."TmdbId" NOT IN ( SELECT "MovieMetadata"."TmdbId" FROM "MovieMetadata" ) AND "ImportListMovies"."Id" IN ( SELECT MIN("Id") FROM "ImportListMovies" GROUP BY "TmdbId" ) 2023-12-08 12:59:30.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120797s 2023-12-08 12:59:30.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:30.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:30.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MovieMetadataId Int32 2023-12-08 12:59:30.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:30.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0080273s 2023-12-08 12:59:30.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AlternativeTitles 2023-12-08 12:59:30.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:30.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AlternativeTitles MovieMetadataId Int32 2023-12-08 12:59:30.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:30.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126548s 2023-12-08 12:59:30.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Credits 2023-12-08 12:59:30.5|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2023-12-08 12:59:30.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Credits MovieMetadataId Int32 2023-12-08 12:59:30.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:30.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.012608s 2023-12-08 12:59:30.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieTranslations 2023-12-08 12:59:30.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:30.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieTranslations MovieMetadataId Int32 2023-12-08 12:59:30.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:30.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125457s 2023-12-08 12:59:30.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListMovies 2023-12-08 12:59:30.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:30.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListMovies MovieMetadataId Int32 2023-12-08 12:59:30.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListMovies" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:30.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128543s 2023-12-08 12:59:30.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListMovies (MovieMetadataId) 2023-12-08 12:59:30.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_ImportListMovies_MovieMetadataId" ON "ImportListMovies" ("MovieMetadataId" ASC) 2023-12-08 12:59:30.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0094427s 2023-12-08 12:59:30.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Movies" SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id" FROM "MovieMetadata" WHERE "MovieMetadata"."TmdbId" = "Movies"."TmdbId") 2023-12-08 12:59:30.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id" FROM "MovieMetadata" WHERE "MovieMetadata"."TmdbId" = "Movies"."TmdbId") 2023-12-08 12:59:30.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0138265s 2023-12-08 12:59:30.7|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "AlternativeTitles" SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId" FROM "Movies" WHERE "Movies"."Id" = "AlternativeTitles"."MovieId") 2023-12-08 12:59:30.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "AlternativeTitles" SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId" FROM "Movies" WHERE "Movies"."Id" = "AlternativeTitles"."MovieId") 2023-12-08 12:59:30.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057316s 2023-12-08 12:59:30.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Credits" SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId" FROM "Movies" WHERE "Movies"."Id" = "Credits"."MovieId") 2023-12-08 12:59:30.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Credits" SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId" FROM "Movies" WHERE "Movies"."Id" = "Credits"."MovieId") 2023-12-08 12:59:30.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072355s 2023-12-08 12:59:30.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieTranslations" SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId" FROM "Movies" WHERE "Movies"."Id" = "MovieTranslations"."MovieId") 2023-12-08 12:59:30.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieTranslations" SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId" FROM "Movies" WHERE "Movies"."Id" = "MovieTranslations"."MovieId") 2023-12-08 12:59:30.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.012986s 2023-12-08 12:59:30.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "ImportListMovies" SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id" FROM "MovieMetadata" WHERE "MovieMetadata"."TmdbId" = "ImportListMovies"."TmdbId") 2023-12-08 12:59:30.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportListMovies" SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id" FROM "MovieMetadata" WHERE "MovieMetadata"."TmdbId" = "ImportListMovies"."TmdbId") 2023-12-08 12:59:30.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128694s 2023-12-08 12:59:30.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:30.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:30.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies MovieMetadataId Int32 2023-12-08 12:59:30.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Status" INTEGER NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "LastInfoSync" DATETIME, "LastDiskSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "Year" INTEGER, "Added" DATETIME, "Ratings" TEXT, "Genres" TEXT, "Tags" TEXT, "Certification" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "TmdbId" INTEGER NOT NULL, "Website" TEXT, "PhysicalRelease" DATETIME, "YouTubeTrailerId" TEXT, "Studio" TEXT, "MinimumAvailability" INTEGER NOT NULL, "SecondaryYear" INTEGER, "Collection" TEXT, "Recommendations" TEXT NOT NULL, "OriginalLanguage" INTEGER NOT NULL, "OriginalTitle" TEXT, "DigitalRelease" DATETIME, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:30.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease", "MovieMetadataId") SELECT "Id", "ImdbId", "Title", "TitleSlug", "SortTitle", "CleanTitle", "Status", "Overview", "Images", "Path", "Monitored", "ProfileId", "LastInfoSync", "LastDiskSync", "Runtime", "InCinemas", "Year", "Added", "Ratings", "Genres", "Tags", "Certification", "AddOptions", "MovieFileId", "TmdbId", "Website", "PhysicalRelease", "YouTubeTrailerId", "Studio", "MinimumAvailability", "SecondaryYear", "Collection", "Recommendations", "OriginalLanguage", "OriginalTitle", "DigitalRelease", "MovieMetadataId" FROM "Movies" 2023-12-08 12:59:30.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:30.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:31.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC) 2023-12-08 12:59:31.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC) 2023-12-08 12:59:31.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC) 2023-12-08 12:59:31.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC) 2023-12-08 12:59:31.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1001994s 2023-12-08 12:59:31.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (MovieMetadataId) 2023-12-08 12:59:31.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC) 2023-12-08 12:59:31.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0092963s 2023-12-08 12:59:31.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles MovieId 2023-12-08 12:59:31.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "Language" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:31.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "Language", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "Language", "MovieMetadataId" FROM "AlternativeTitles" 2023-12-08 12:59:31.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles" 2023-12-08 12:59:31.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles" 2023-12-08 12:59:31.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC) 2023-12-08 12:59:31.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0626729s 2023-12-08 12:59:31.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Credits MovieId 2023-12-08 12:59:31.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Credits_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CreditTmdbId" TEXT NOT NULL, "PersonTmdbId" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Images" TEXT NOT NULL, "Character" TEXT, "Order" INTEGER NOT NULL, "Job" TEXT, "Department" TEXT, "Type" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:31.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Credits_temp" ("Id", "CreditTmdbId", "PersonTmdbId", "Name", "Images", "Character", "Order", "Job", "Department", "Type", "MovieMetadataId") SELECT "Id", "CreditTmdbId", "PersonTmdbId", "Name", "Images", "Character", "Order", "Job", "Department", "Type", "MovieMetadataId" FROM "Credits" 2023-12-08 12:59:31.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Credits" 2023-12-08 12:59:31.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits_temp" RENAME TO "Credits" 2023-12-08 12:59:31.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC) 2023-12-08 12:59:31.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0680427s 2023-12-08 12:59:31.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieTranslations MovieId 2023-12-08 12:59:31.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieTranslations_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:31.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieTranslations_temp" ("Id", "Title", "CleanTitle", "Overview", "Language", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "Overview", "Language", "MovieMetadataId" FROM "MovieTranslations" 2023-12-08 12:59:31.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieTranslations" 2023-12-08 12:59:31.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations_temp" RENAME TO "MovieTranslations" 2023-12-08 12:59:31.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC) 2023-12-08 12:59:31.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC) 2023-12-08 12:59:31.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.08947s 2023-12-08 12:59:31.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies TmdbId, ImdbId, Title, SortTitle, CleanTitle, OriginalTitle, OriginalLanguage, Overview, Status, LastInfoSync, Images, Genres, Ratings, Runtime, InCinemas, PhysicalRelease, DigitalRelease, Year, SecondaryYear, Recommendations, Certification, YouTubeTrailerId, Studio, Collection, Website, LastDiskSync, TitleSlug 2023-12-08 12:59:31.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "Added" DATETIME, "Tags" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:31.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId") SELECT "Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId" FROM "Movies" 2023-12-08 12:59:31.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:31.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:31.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC) 2023-12-08 12:59:31.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0653549s 2023-12-08 12:59:31.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportListMovies TmdbId, ImdbId, Title, SortTitle, Overview, Status, LastInfoSync, OriginalTitle, Translations, Images, Genres, Ratings, Runtime, InCinemas, PhysicalRelease, DigitalRelease, Year, Certification, YouTubeTrailerId, Studio, Collection, Website 2023-12-08 12:59:31.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListMovies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ListId" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:31.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListMovies_temp" ("Id", "ListId", "MovieMetadataId") SELECT "Id", "ListId", "MovieMetadataId" FROM "ImportListMovies" 2023-12-08 12:59:31.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListMovies" 2023-12-08 12:59:31.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListMovies_temp" RENAME TO "ImportListMovies" 2023-12-08 12:59:31.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_ImportListMovies_MovieMetadataId" ON "ImportListMovies" ("MovieMetadataId" ASC) 2023-12-08 12:59:31.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0598874s 2023-12-08 12:59:31.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (207, '2023-12-08T19:59:31', 'movie_metadata') 2023-12-08 12:59:31.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:31.6|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrated 2023-12-08 12:59:31.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1063098s 2023-12-08 12:59:31.6|Info|FluentMigrator.Runner.MigrationRunner|208: collections migrating 2023-12-08 12:59:31.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:31.7|Info|collections|Starting migration of Main DB to 208 2023-12-08 12:59:31.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Collections 2023-12-08 12:59:31.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "SearchOnAdd" INTEGER NOT NULL, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL DEFAULT '[]', "Monitored" INTEGER NOT NULL DEFAULT 0, "LastInfoSync" DATETIME, "Added" DATETIME) 2023-12-08 12:59:31.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.01337s 2023-12-08 12:59:31.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Collections (TmdbId) 2023-12-08 12:59:31.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC) 2023-12-08 12:59:31.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120381s 2023-12-08 12:59:31.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata 2023-12-08 12:59:31.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:31.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieMetadata CollectionTmdbId Int32 2023-12-08 12:59:31.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata" ADD COLUMN "CollectionTmdbId" INTEGER 2023-12-08 12:59:31.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121904s 2023-12-08 12:59:31.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieMetadata CollectionTitle String 2023-12-08 12:59:31.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata" ADD COLUMN "CollectionTitle" TEXT 2023-12-08 12:59:31.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097774s 2023-12-08 12:59:31.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists 2023-12-08 12:59:31.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:31.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists Monitor Int32 2023-12-08 12:59:31.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "Monitor" INTEGER 2023-12-08 12:59:31.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007301s 2023-12-08 12:59:31.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:31.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:31.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0163088s 2023-12-08 12:59:31.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:32.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:32.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0134955s 2023-12-08 12:59:32.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:32.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:32.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0568192s 2023-12-08 12:59:32.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:32.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:32.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125751s 2023-12-08 12:59:32.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists 2023-12-08 12:59:32.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:32.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportLists Monitor Int32 2023-12-08 12:59:32.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "Tags" TEXT, "SearchOnAdd" INTEGER NOT NULL, "Monitor" INTEGER NOT NULL) 2023-12-08 12:59:32.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportLists_temp" ("Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ShouldMonitor", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor") SELECT "Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ShouldMonitor", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor" FROM "ImportLists" 2023-12-08 12:59:32.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists" 2023-12-08 12:59:32.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists" 2023-12-08 12:59:32.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC) 2023-12-08 12:59:32.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.2276794s 2023-12-08 12:59:32.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportLists ShouldMonitor 2023-12-08 12:59:32.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "ProfileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "Tags" TEXT, "SearchOnAdd" INTEGER NOT NULL, "Monitor" INTEGER NOT NULL) 2023-12-08 12:59:32.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportLists_temp" ("Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor") SELECT "Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor" FROM "ImportLists" 2023-12-08 12:59:32.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists" 2023-12-08 12:59:32.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists" 2023-12-08 12:59:32.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC) 2023-12-08 12:59:32.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1282744s 2023-12-08 12:59:32.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:32.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ImportLists" WHERE "Implementation" = 'TMDbCollectionImport' 2023-12-08 12:59:32.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127975s 2023-12-08 12:59:32.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieMetadata Collection 2023-12-08 12:59:32.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT) 2023-12-08 12:59:32.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata" 2023-12-08 12:59:32.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata" 2023-12-08 12:59:32.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata" 2023-12-08 12:59:32.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC) 2023-12-08 12:59:32.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC) 2023-12-08 12:59:32.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC) 2023-12-08 12:59:32.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1853923s 2023-12-08 12:59:32.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (208, '2023-12-08T19:59:32', 'collections') 2023-12-08 12:59:32.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:32.9|Info|FluentMigrator.Runner.MigrationRunner|208: collections migrated 2023-12-08 12:59:32.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.2998694s 2023-12-08 12:59:32.9|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrating 2023-12-08 12:59:32.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:33.0|Info|movie_meta_collection_index|Starting migration of Main DB to 209 2023-12-08 12:59:33.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CollectionTmdbId) 2023-12-08 12:59:33.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC) 2023-12-08 12:59:33.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0298858s 2023-12-08 12:59:33.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (MovieMetadataId) 2023-12-08 12:59:33.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieMetadataId" ON "MovieTranslations" ("MovieMetadataId" ASC) 2023-12-08 12:59:33.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0201632s 2023-12-08 12:59:33.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2023-12-08T19:59:33', 'movie_meta_collection_index') 2023-12-08 12:59:33.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:33.3|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrated 2023-12-08 12:59:33.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1564234s 2023-12-08 12:59:33.3|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrating 2023-12-08 12:59:33.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:33.4|Info|movie_added_notifications|Starting migration of Main DB to 210 2023-12-08 12:59:33.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:33.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2023-12-08 12:59:33.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieAdded Boolean 2023-12-08 12:59:33.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieAdded" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:33.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0129962s 2023-12-08 12:59:33.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2023-12-08T19:59:33', 'movie_added_notifications') 2023-12-08 12:59:33.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:33.5|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrated 2023-12-08 12:59:33.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.062773s 2023-12-08 12:59:33.5|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrating 2023-12-08 12:59:33.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:33.6|Info|more_movie_meta_index|Starting migration of Main DB to 211 2023-12-08 12:59:33.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (MovieMetadataId) 2023-12-08 12:59:33.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC) 2023-12-08 12:59:33.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130043s 2023-12-08 12:59:33.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (MovieMetadataId) 2023-12-08 12:59:33.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieMetadataId" ON "Credits" ("MovieMetadataId" ASC) 2023-12-08 12:59:33.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060383s 2023-12-08 12:59:33.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2023-12-08T19:59:33', 'more_movie_meta_index') 2023-12-08 12:59:33.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:33.7|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrated 2023-12-08 12:59:33.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0817807s 2023-12-08 12:59:33.7|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrating 2023-12-08 12:59:33.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:33.8|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Main DB to 212 2023-12-08 12:59:33.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist 2023-12-08 12:59:33.8|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s 2023-12-08 12:59:33.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Date DateTimeOffset 2023-12-08 12:59:33.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL) 2023-12-08 12:59:33.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags" FROM "Blocklist" 2023-12-08 12:59:33.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist" 2023-12-08 12:59:33.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist" 2023-12-08 12:59:33.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0501527s 2023-12-08 12:59:33.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist 2023-12-08 12:59:33.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:33.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist PublishedDate DateTimeOffset 2023-12-08 12:59:33.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "MovieId" INTEGER, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL) 2023-12-08 12:59:34.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "MovieId", "Languages", "IndexerFlags" FROM "Blocklist" 2023-12-08 12:59:34.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist" 2023-12-08 12:59:34.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist" 2023-12-08 12:59:34.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0483129s 2023-12-08 12:59:34.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections 2023-12-08 12:59:34.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2023-12-08 12:59:34.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Collections Added DateTimeOffset 2023-12-08 12:59:34.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "SearchOnAdd" INTEGER NOT NULL, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Added" DATETIME) 2023-12-08 12:59:34.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Collections_temp" ("Id", "TmdbId", "QualityProfileId", "RootFolderPath", "MinimumAvailability", "SearchOnAdd", "Title", "SortTitle", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "Added") SELECT "Id", "TmdbId", "QualityProfileId", "RootFolderPath", "MinimumAvailability", "SearchOnAdd", "Title", "SortTitle", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "Added" FROM "Collections" 2023-12-08 12:59:34.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Collections" 2023-12-08 12:59:34.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections_temp" RENAME TO "Collections" 2023-12-08 12:59:34.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC) 2023-12-08 12:59:34.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0625155s 2023-12-08 12:59:34.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections 2023-12-08 12:59:34.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:34.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Collections LastInfoSync DateTimeOffset 2023-12-08 12:59:34.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "SearchOnAdd" INTEGER NOT NULL, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT NOT NULL, "Overview" TEXT, "Images" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Added" DATETIME) 2023-12-08 12:59:34.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Collections_temp" ("Id", "TmdbId", "QualityProfileId", "RootFolderPath", "MinimumAvailability", "SearchOnAdd", "Title", "SortTitle", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "Added") SELECT "Id", "TmdbId", "QualityProfileId", "RootFolderPath", "MinimumAvailability", "SearchOnAdd", "Title", "SortTitle", "CleanTitle", "Overview", "Images", "Monitored", "LastInfoSync", "Added" FROM "Collections" 2023-12-08 12:59:34.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Collections" 2023-12-08 12:59:34.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections_temp" RENAME TO "Collections" 2023-12-08 12:59:34.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC) 2023-12-08 12:59:34.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0596382s 2023-12-08 12:59:34.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2023-12-08 12:59:34.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:34.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands QueuedAt DateTimeOffset 2023-12-08 12:59:34.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL) 2023-12-08 12:59:34.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2023-12-08 12:59:34.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2023-12-08 12:59:34.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2023-12-08 12:59:34.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0524657s 2023-12-08 12:59:34.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2023-12-08 12:59:34.3|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:34.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands StartedAt DateTimeOffset 2023-12-08 12:59:34.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL) 2023-12-08 12:59:34.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2023-12-08 12:59:34.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2023-12-08 12:59:34.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2023-12-08 12:59:34.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0440791s 2023-12-08 12:59:34.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2023-12-08 12:59:34.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:34.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands EndedAt DateTimeOffset 2023-12-08 12:59:34.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL) 2023-12-08 12:59:34.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2023-12-08 12:59:34.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2023-12-08 12:59:34.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2023-12-08 12:59:34.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0468219s 2023-12-08 12:59:34.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2023-12-08 12:59:34.5|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2023-12-08 12:59:34.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus InitialFailure DateTimeOffset 2023-12-08 12:59:34.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2023-12-08 12:59:34.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus" 2023-12-08 12:59:34.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2023-12-08 12:59:34.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2023-12-08 12:59:34.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2023-12-08 12:59:34.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0599337s 2023-12-08 12:59:34.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2023-12-08 12:59:34.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:34.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus MostRecentFailure DateTimeOffset 2023-12-08 12:59:34.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2023-12-08 12:59:34.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus" 2023-12-08 12:59:34.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2023-12-08 12:59:34.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2023-12-08 12:59:34.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2023-12-08 12:59:34.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0531414s 2023-12-08 12:59:34.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2023-12-08 12:59:34.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:34.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus DisabledTill DateTimeOffset 2023-12-08 12:59:34.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2023-12-08 12:59:34.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus" 2023-12-08 12:59:34.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2023-12-08 12:59:34.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2023-12-08 12:59:34.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2023-12-08 12:59:34.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0671477s 2023-12-08 12:59:34.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadHistory 2023-12-08 12:59:34.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:34.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadHistory Date DateTimeOffset 2023-12-08 12:59:34.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "MovieId" INTEGER NOT NULL, "DownloadId" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Protocol" INTEGER, "IndexerId" INTEGER, "DownloadClientId" INTEGER, "Release" TEXT, "Data" TEXT) 2023-12-08 12:59:34.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadHistory_temp" ("Id", "EventType", "MovieId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data") SELECT "Id", "EventType", "MovieId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data" FROM "DownloadHistory" 2023-12-08 12:59:34.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadHistory" 2023-12-08 12:59:34.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadHistory_temp" RENAME TO "DownloadHistory" 2023-12-08 12:59:35.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC) 2023-12-08 12:59:35.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_MovieId" ON "DownloadHistory" ("MovieId" ASC) 2023-12-08 12:59:35.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC) 2023-12-08 12:59:35.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1109566s 2023-12-08 12:59:35.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles 2023-12-08 12:59:35.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:35.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles Added DateTimeOffset 2023-12-08 12:59:35.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL) 2023-12-08 12:59:35.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles" 2023-12-08 12:59:35.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles" 2023-12-08 12:59:35.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles" 2023-12-08 12:59:35.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0531043s 2023-12-08 12:59:35.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles 2023-12-08 12:59:35.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:35.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles LastUpdated DateTimeOffset 2023-12-08 12:59:35.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL) 2023-12-08 12:59:35.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles" 2023-12-08 12:59:35.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles" 2023-12-08 12:59:35.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles" 2023-12-08 12:59:35.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0443035s 2023-12-08 12:59:35.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History 2023-12-08 12:59:35.2|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:35.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Date DateTimeOffset 2023-12-08 12:59:35.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Date" DATETIME NOT NULL, "Quality" TEXT NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "MovieId" INTEGER NOT NULL, "Languages" TEXT NOT NULL) 2023-12-08 12:59:35.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId", "Languages") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "MovieId", "Languages" FROM "History" 2023-12-08 12:59:35.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History" 2023-12-08 12:59:35.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History" 2023-12-08 12:59:35.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC) 2023-12-08 12:59:35.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC) 2023-12-08 12:59:35.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0590998s 2023-12-08 12:59:35.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2023-12-08 12:59:35.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2023-12-08 12:59:35.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus InitialFailure DateTimeOffset 2023-12-08 12:59:35.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT) 2023-12-08 12:59:35.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus" 2023-12-08 12:59:35.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2023-12-08 12:59:35.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2023-12-08 12:59:35.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2023-12-08 12:59:35.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0650526s 2023-12-08 12:59:35.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2023-12-08 12:59:35.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:35.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus MostRecentFailure DateTimeOffset 2023-12-08 12:59:35.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT) 2023-12-08 12:59:35.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus" 2023-12-08 12:59:35.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2023-12-08 12:59:35.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2023-12-08 12:59:35.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2023-12-08 12:59:35.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0505371s 2023-12-08 12:59:35.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2023-12-08 12:59:35.5|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2023-12-08 12:59:35.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus DisabledTill DateTimeOffset 2023-12-08 12:59:35.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT) 2023-12-08 12:59:35.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus" 2023-12-08 12:59:35.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2023-12-08 12:59:35.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2023-12-08 12:59:35.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2023-12-08 12:59:35.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.061516s 2023-12-08 12:59:35.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2023-12-08 12:59:35.6|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:35.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus InitialFailure DateTimeOffset 2023-12-08 12:59:35.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME) 2023-12-08 12:59:35.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2023-12-08 12:59:35.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2023-12-08 12:59:35.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2023-12-08 12:59:35.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2023-12-08 12:59:35.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0569848s 2023-12-08 12:59:35.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2023-12-08 12:59:35.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:35.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus MostRecentFailure DateTimeOffset 2023-12-08 12:59:35.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME) 2023-12-08 12:59:35.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2023-12-08 12:59:35.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2023-12-08 12:59:35.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2023-12-08 12:59:35.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2023-12-08 12:59:35.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0699171s 2023-12-08 12:59:35.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2023-12-08 12:59:35.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:35.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus DisabledTill DateTimeOffset 2023-12-08 12:59:35.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME) 2023-12-08 12:59:35.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2023-12-08 12:59:35.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2023-12-08 12:59:35.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2023-12-08 12:59:35.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2023-12-08 12:59:36.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0669434s 2023-12-08 12:59:36.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2023-12-08 12:59:36.0|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2023-12-08 12:59:36.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus CookiesExpirationDate DateTimeOffset 2023-12-08 12:59:36.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME) 2023-12-08 12:59:36.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2023-12-08 12:59:36.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2023-12-08 12:59:36.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2023-12-08 12:59:36.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2023-12-08 12:59:36.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0611007s 2023-12-08 12:59:36.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles 2023-12-08 12:59:36.1|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s 2023-12-08 12:59:36.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles LastUpdated DateTimeOffset 2023-12-08 12:59:36.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "MovieFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL) 2023-12-08 12:59:36.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "MovieId", "Consumer", "Type", "RelativePath", "LastUpdated", "MovieFileId", "Hash", "Added", "Extension") SELECT "Id", "MovieId", "Consumer", "Type", "RelativePath", "LastUpdated", "MovieFileId", "Hash", "Added", "Extension" FROM "MetadataFiles" 2023-12-08 12:59:36.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles" 2023-12-08 12:59:36.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles" 2023-12-08 12:59:36.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0542403s 2023-12-08 12:59:36.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles 2023-12-08 12:59:36.2|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s 2023-12-08 12:59:36.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles Added DateTimeOffset 2023-12-08 12:59:36.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "MovieFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL) 2023-12-08 12:59:36.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "MovieId", "Consumer", "Type", "RelativePath", "LastUpdated", "MovieFileId", "Hash", "Added", "Extension") SELECT "Id", "MovieId", "Consumer", "Type", "RelativePath", "LastUpdated", "MovieFileId", "Hash", "Added", "Extension" FROM "MetadataFiles" 2023-12-08 12:59:36.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles" 2023-12-08 12:59:36.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles" 2023-12-08 12:59:36.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0514546s 2023-12-08 12:59:36.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles 2023-12-08 12:59:36.3|Info|FluentMigrator.Runner.MigrationRunner|=> 6E-07s 2023-12-08 12:59:36.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles DateAdded DateTimeOffset 2023-12-08 12:59:36.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT, "Edition" TEXT, "Languages" TEXT NOT NULL, "IndexerFlags" INTEGER NOT NULL, "OriginalFilePath" TEXT) 2023-12-08 12:59:36.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieFiles_temp" ("Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath") SELECT "Id", "MovieId", "Quality", "Size", "DateAdded", "SceneName", "MediaInfo", "ReleaseGroup", "RelativePath", "Edition", "Languages", "IndexerFlags", "OriginalFilePath" FROM "MovieFiles" 2023-12-08 12:59:36.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles" 2023-12-08 12:59:36.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles" 2023-12-08 12:59:36.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC) 2023-12-08 12:59:36.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0660173s 2023-12-08 12:59:36.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata 2023-12-08 12:59:36.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2023-12-08 12:59:36.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata DigitalRelease DateTimeOffset 2023-12-08 12:59:36.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT) 2023-12-08 12:59:36.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata" 2023-12-08 12:59:36.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata" 2023-12-08 12:59:36.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata" 2023-12-08 12:59:36.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC) 2023-12-08 12:59:36.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC) 2023-12-08 12:59:36.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC) 2023-12-08 12:59:36.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC) 2023-12-08 12:59:36.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1001172s 2023-12-08 12:59:36.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata 2023-12-08 12:59:36.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2023-12-08 12:59:36.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata InCinemas DateTimeOffset 2023-12-08 12:59:36.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT) 2023-12-08 12:59:36.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata" 2023-12-08 12:59:36.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata" 2023-12-08 12:59:36.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata" 2023-12-08 12:59:36.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC) 2023-12-08 12:59:36.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC) 2023-12-08 12:59:36.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC) 2023-12-08 12:59:36.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC) 2023-12-08 12:59:36.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0995241s 2023-12-08 12:59:36.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata 2023-12-08 12:59:36.6|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2023-12-08 12:59:36.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata LastInfoSync DateTimeOffset 2023-12-08 12:59:36.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT) 2023-12-08 12:59:36.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata" 2023-12-08 12:59:36.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata" 2023-12-08 12:59:36.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata" 2023-12-08 12:59:36.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC) 2023-12-08 12:59:36.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC) 2023-12-08 12:59:36.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC) 2023-12-08 12:59:36.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC) 2023-12-08 12:59:36.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1563389s 2023-12-08 12:59:36.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata 2023-12-08 12:59:36.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:36.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata PhysicalRelease DateTimeOffset 2023-12-08 12:59:36.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL, "ImdbId" TEXT, "Images" TEXT NOT NULL, "Genres" TEXT, "Title" TEXT NOT NULL, "SortTitle" TEXT, "CleanTitle" TEXT, "OriginalTitle" TEXT, "CleanOriginalTitle" TEXT, "OriginalLanguage" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Runtime" INTEGER NOT NULL, "InCinemas" DATETIME, "PhysicalRelease" DATETIME, "DigitalRelease" DATETIME, "Year" INTEGER, "SecondaryYear" INTEGER, "Ratings" TEXT, "Recommendations" TEXT NOT NULL, "Certification" TEXT, "YouTubeTrailerId" TEXT, "Studio" TEXT, "Overview" TEXT, "Website" TEXT, "Popularity" NUMERIC, "CollectionTmdbId" INTEGER, "CollectionTitle" TEXT) 2023-12-08 12:59:36.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MovieMetadata_temp" ("Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle") SELECT "Id", "TmdbId", "ImdbId", "Images", "Genres", "Title", "SortTitle", "CleanTitle", "OriginalTitle", "CleanOriginalTitle", "OriginalLanguage", "Status", "LastInfoSync", "Runtime", "InCinemas", "PhysicalRelease", "DigitalRelease", "Year", "SecondaryYear", "Ratings", "Recommendations", "Certification", "YouTubeTrailerId", "Studio", "Overview", "Website", "Popularity", "CollectionTmdbId", "CollectionTitle" FROM "MovieMetadata" 2023-12-08 12:59:36.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata" 2023-12-08 12:59:36.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata" 2023-12-08 12:59:36.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC) 2023-12-08 12:59:36.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC) 2023-12-08 12:59:36.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC) 2023-12-08 12:59:36.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC) 2023-12-08 12:59:37.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0904533s 2023-12-08 12:59:37.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies 2023-12-08 12:59:37.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:37.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies Added DateTimeOffset 2023-12-08 12:59:37.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "Added" DATETIME, "Tags" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:37.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId") SELECT "Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId" FROM "Movies" 2023-12-08 12:59:37.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:37.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:37.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC) 2023-12-08 12:59:37.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0524181s 2023-12-08 12:59:37.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases 2023-12-08 12:59:37.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:37.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Added DateTimeOffset 2023-12-08 12:59:37.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT, "Reason" INTEGER NOT NULL) 2023-12-08 12:59:37.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo", "Reason") SELECT "Id", "Title", "Added", "Release", "MovieId", "ParsedMovieInfo", "Reason" FROM "PendingReleases" 2023-12-08 12:59:37.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases" 2023-12-08 12:59:37.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases" 2023-12-08 12:59:37.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0389188s 2023-12-08 12:59:37.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks 2023-12-08 12:59:37.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:37.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastExecution DateTimeOffset 2023-12-08 12:59:37.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME) 2023-12-08 12:59:37.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks" 2023-12-08 12:59:37.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks" 2023-12-08 12:59:37.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks" 2023-12-08 12:59:37.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2023-12-08 12:59:37.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0616746s 2023-12-08 12:59:37.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks 2023-12-08 12:59:37.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:37.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastStartTime DateTimeOffset 2023-12-08 12:59:37.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME) 2023-12-08 12:59:37.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks" 2023-12-08 12:59:37.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks" 2023-12-08 12:59:37.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks" 2023-12-08 12:59:37.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2023-12-08 12:59:37.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0649267s 2023-12-08 12:59:37.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles 2023-12-08 12:59:37.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2023-12-08 12:59:37.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SubtitleFiles Added DateTimeOffset 2023-12-08 12:59:37.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL) 2023-12-08 12:59:37.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "SubtitleFiles_temp" ("Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language") SELECT "Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language" FROM "SubtitleFiles" 2023-12-08 12:59:37.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles" 2023-12-08 12:59:37.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles_temp" RENAME TO "SubtitleFiles" 2023-12-08 12:59:37.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0541112s 2023-12-08 12:59:37.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles 2023-12-08 12:59:37.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:37.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SubtitleFiles LastUpdated DateTimeOffset 2023-12-08 12:59:37.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "MovieFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL, "Language" INTEGER NOT NULL) 2023-12-08 12:59:37.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "SubtitleFiles_temp" ("Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language") SELECT "Id", "MovieId", "MovieFileId", "RelativePath", "Extension", "Added", "LastUpdated", "Language" FROM "SubtitleFiles" 2023-12-08 12:59:37.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles" 2023-12-08 12:59:37.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles_temp" RENAME TO "SubtitleFiles" 2023-12-08 12:59:37.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0494596s 2023-12-08 12:59:37.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2023-12-08 12:59:37.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:37.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset 2023-12-08 12:59:37.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT) 2023-12-08 12:59:37.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo" 2023-12-08 12:59:37.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo" 2023-12-08 12:59:37.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo" 2023-12-08 12:59:37.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2023-12-08 12:59:37.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0638082s 2023-12-08 12:59:37.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2023-12-08T19:59:37', 'postgres_update_timestamp_columns_to_with_timezone') 2023-12-08 12:59:37.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:37.7|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrated 2023-12-08 12:59:37.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1332014s 2023-12-08 12:59:37.8|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrating 2023-12-08 12:59:37.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:37.8|Info|add_language_tags_to_subtitle_files|Starting migration of Main DB to 214 2023-12-08 12:59:37.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles 2023-12-08 12:59:37.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:37.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SubtitleFiles LanguageTags String 2023-12-08 12:59:37.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles" ADD COLUMN "LanguageTags" TEXT 2023-12-08 12:59:37.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0115351s 2023-12-08 12:59:37.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2023-12-08T19:59:37', 'add_language_tags_to_subtitle_files') 2023-12-08 12:59:37.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:37.9|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrated 2023-12-08 12:59:38.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0723048s 2023-12-08 12:59:38.0|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrating 2023-12-08 12:59:38.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:38.0|Info|add_salt_to_users|Starting migration of Main DB to 215 2023-12-08 12:59:38.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Users 2023-12-08 12:59:38.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:38.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Salt String 2023-12-08 12:59:38.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Salt" TEXT 2023-12-08 12:59:38.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0137008s 2023-12-08 12:59:38.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Iterations Int32 2023-12-08 12:59:38.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Iterations" INTEGER 2023-12-08 12:59:38.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063984s 2023-12-08 12:59:38.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2023-12-08T19:59:38', 'add_salt_to_users') 2023-12-08 12:59:38.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:38.2|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrated 2023-12-08 12:59:38.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0676676s 2023-12-08 12:59:38.2|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrating 2023-12-08 12:59:38.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:38.3|Info|clean_alt_titles|Starting migration of Main DB to 216 2023-12-08 12:59:38.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles Language 2023-12-08 12:59:38.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:38.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "SourceId", "Votes", "VoteCount", "MovieMetadataId" FROM "AlternativeTitles" 2023-12-08 12:59:38.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles" 2023-12-08 12:59:38.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles" 2023-12-08 12:59:38.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC) 2023-12-08 12:59:38.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC) 2023-12-08 12:59:38.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1245618s 2023-12-08 12:59:38.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles Votes 2023-12-08 12:59:38.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:38.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "SourceId", "VoteCount", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "SourceId", "VoteCount", "MovieMetadataId" FROM "AlternativeTitles" 2023-12-08 12:59:38.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles" 2023-12-08 12:59:38.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles" 2023-12-08 12:59:38.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC) 2023-12-08 12:59:38.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC) 2023-12-08 12:59:38.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0772364s 2023-12-08 12:59:38.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles VoteCount 2023-12-08 12:59:38.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:38.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "SourceId", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "SourceId", "MovieMetadataId" FROM "AlternativeTitles" 2023-12-08 12:59:38.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles" 2023-12-08 12:59:38.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles" 2023-12-08 12:59:38.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC) 2023-12-08 12:59:38.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC) 2023-12-08 12:59:38.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0936933s 2023-12-08 12:59:38.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles SourceId 2023-12-08 12:59:38.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL, "SourceType" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:38.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "MovieMetadataId" FROM "AlternativeTitles" 2023-12-08 12:59:38.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles" 2023-12-08 12:59:38.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles" 2023-12-08 12:59:38.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC) 2023-12-08 12:59:38.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC) 2023-12-08 12:59:38.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0966142s 2023-12-08 12:59:38.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (216, '2023-12-08T19:59:38', 'clean_alt_titles') 2023-12-08 12:59:38.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:38.9|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrated 2023-12-08 12:59:38.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1752844s 2023-12-08 12:59:38.9|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrating 2023-12-08 12:59:39.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:39.0|Info|remove_omg|Starting migration of Main DB to 217 2023-12-08 12:59:39.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:39.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Omgwtfnzbs' 2023-12-08 12:59:39.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.012642s 2023-12-08 12:59:39.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (217, '2023-12-08T19:59:39', 'remove_omg') 2023-12-08 12:59:39.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:39.1|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrated 2023-12-08 12:59:39.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0728088s 2023-12-08 12:59:39.1|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrating 2023-12-08 12:59:39.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:39.1|Info|add_additional_info_to_pending_releases|Starting migration of Main DB to 218 2023-12-08 12:59:39.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases 2023-12-08 12:59:39.2|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:39.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases AdditionalInfo String 2023-12-08 12:59:39.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "AdditionalInfo" TEXT 2023-12-08 12:59:39.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0143568s 2023-12-08 12:59:39.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (218, '2023-12-08T19:59:39', 'add_additional_info_to_pending_releases') 2023-12-08 12:59:39.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:39.3|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrated 2023-12-08 12:59:39.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0726781s 2023-12-08 12:59:39.3|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrating 2023-12-08 12:59:39.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:39.3|Info|add_result_to_commands|Starting migration of Main DB to 219 2023-12-08 12:59:39.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2023-12-08 12:59:39.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:39.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Commands Result Int32 2023-12-08 12:59:39.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands" ADD COLUMN "Result" INTEGER NOT NULL DEFAULT 1 2023-12-08 12:59:39.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128552s 2023-12-08 12:59:39.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (219, '2023-12-08T19:59:39', 'add_result_to_commands') 2023-12-08 12:59:39.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:39.4|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrated 2023-12-08 12:59:39.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.074769s 2023-12-08 12:59:39.5|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrating 2023-12-08 12:59:39.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:39.5|Info|health_restored_notification|Starting migration of Main DB to 220 2023-12-08 12:59:39.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:39.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:39.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthRestored Boolean 2023-12-08 12:59:39.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthRestored" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:39.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0114944s 2023-12-08 12:59:39.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (220, '2023-12-08T19:59:39', 'health_restored_notification') 2023-12-08 12:59:39.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:39.6|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrated 2023-12-08 12:59:39.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0640848s 2023-12-08 12:59:39.6|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrating 2023-12-08 12:59:39.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:39.7|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Main DB to 221 2023-12-08 12:59:39.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2023-12-08 12:59:39.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:39.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnManualInteractionRequired Boolean 2023-12-08 12:59:39.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnManualInteractionRequired" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:39.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0099268s 2023-12-08 12:59:39.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (221, '2023-12-08T19:59:39', 'add_on_manual_interaction_required_to_notifications') 2023-12-08 12:59:39.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:39.8|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrated 2023-12-08 12:59:39.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0646051s 2023-12-08 12:59:39.8|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrating 2023-12-08 12:59:39.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:39.8|Info|remove_rarbg|Starting migration of Main DB to 222 2023-12-08 12:59:39.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:39.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Rarbg' 2023-12-08 12:59:39.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0113042s 2023-12-08 12:59:39.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (222, '2023-12-08T19:59:39', 'remove_rarbg') 2023-12-08 12:59:39.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:39.9|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrated 2023-12-08 12:59:39.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.068019s 2023-12-08 12:59:39.9|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrating 2023-12-08 12:59:39.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:40.0|Info|remove_invalid_roksbox_metadata_images|Starting migration of Main DB to 223 2023-12-08 12:59:40.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "MetadataFiles" WHERE "Consumer" = 'RoksboxMetadata' AND "Type" = 5 AND ("RelativePath" LIKE 'metadata/%' OR "RelativePath" LIKE 'metadata\%') 2023-12-08 12:59:40.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "MetadataFiles" WHERE "Consumer" = 'RoksboxMetadata' AND "Type" = 5 AND ("RelativePath" LIKE 'metadata/%' OR "RelativePath" LIKE 'metadata\%') 2023-12-08 12:59:40.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118064s 2023-12-08 12:59:40.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (223, '2023-12-08T19:59:40', 'remove_invalid_roksbox_metadata_images') 2023-12-08 12:59:40.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:40.0|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrated 2023-12-08 12:59:40.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.065017s 2023-12-08 12:59:40.1|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrating 2023-12-08 12:59:40.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:40.1|Info|list_sync_time|Starting migration of Main DB to 224 2023-12-08 12:59:40.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportListStatus LastSyncListInfo 2023-12-08 12:59:40.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2023-12-08 12:59:40.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "ImportListStatus" 2023-12-08 12:59:40.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2023-12-08 12:59:40.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2023-12-08 12:59:40.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2023-12-08 12:59:40.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0601023s 2023-12-08 12:59:40.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2023-12-08 12:59:40.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:40.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListStatus LastInfoSync DateTimeOffset 2023-12-08 12:59:40.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus" ADD COLUMN "LastInfoSync" DATETIME 2023-12-08 12:59:40.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127386s 2023-12-08 12:59:40.2|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:40.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'importlistsyncinterval' 2023-12-08 12:59:40.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0113275s 2023-12-08 12:59:40.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (224, '2023-12-08T19:59:40', 'list_sync_time') 2023-12-08 12:59:40.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:40.3|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrated 2023-12-08 12:59:40.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0813379s 2023-12-08 12:59:40.4|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrating 2023-12-08 12:59:40.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:40.4|Info|add_tags_to_collections|Starting migration of Main DB to 225 2023-12-08 12:59:40.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections 2023-12-08 12:59:40.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:40.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Collections Tags String 2023-12-08 12:59:40.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections" ADD COLUMN "Tags" TEXT 2023-12-08 12:59:40.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007207s 2023-12-08 12:59:40.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (225, '2023-12-08T19:59:40', 'add_tags_to_collections') 2023-12-08 12:59:40.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:40.5|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrated 2023-12-08 12:59:40.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0621564s 2023-12-08 12:59:40.5|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrating 2023-12-08 12:59:40.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:40.5|Info|add_download_client_tags|Starting migration of Main DB to 226 2023-12-08 12:59:40.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients 2023-12-08 12:59:40.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:40.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Tags String 2023-12-08 12:59:40.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Tags" TEXT 2023-12-08 12:59:40.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0134433s 2023-12-08 12:59:40.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (226, '2023-12-08T19:59:40', 'add_download_client_tags') 2023-12-08 12:59:40.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:40.6|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrated 2023-12-08 12:59:40.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0595186s 2023-12-08 12:59:40.7|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrating 2023-12-08 12:59:40.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:40.7|Info|add_auto_tagging|Starting migration of Main DB to 227 2023-12-08 12:59:40.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AutoTagging 2023-12-08 12:59:40.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AutoTagging" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL DEFAULT '[]', "RemoveTagsAutomatically" INTEGER NOT NULL DEFAULT 0, "Tags" TEXT NOT NULL DEFAULT '[]') 2023-12-08 12:59:40.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057578s 2023-12-08 12:59:40.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AutoTagging (Name) 2023-12-08 12:59:40.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AutoTagging_Name" ON "AutoTagging" ("Name" ASC) 2023-12-08 12:59:40.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051111s 2023-12-08 12:59:40.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (227, '2023-12-08T19:59:40', 'add_auto_tagging') 2023-12-08 12:59:40.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:40.8|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrated 2023-12-08 12:59:40.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0657965s 2023-12-08 12:59:40.8|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrating 2023-12-08 12:59:40.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:40.9|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Main DB to 228 2023-12-08 12:59:40.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles 2023-12-08 12:59:40.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:40.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfAboveCustomFormatScore Boolean 2023-12-08 12:59:40.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfAboveCustomFormatScore" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:40.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.013131s 2023-12-08 12:59:40.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles 2023-12-08 12:59:40.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:40.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles MinimumCustomFormatScore Int32 2023-12-08 12:59:41.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "MinimumCustomFormatScore" INTEGER 2023-12-08 12:59:41.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0133521s 2023-12-08 12:59:41.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (228, '2023-12-08T19:59:41', 'add_custom_format_score_bypass_to_delay_profile') 2023-12-08 12:59:41.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:41.0|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrated 2023-12-08 12:59:41.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0680259s 2023-12-08 12:59:41.0|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrating 2023-12-08 12:59:41.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:41.1|Info|update_restrictions_to_release_profiles|Starting migration of Main DB to 229 2023-12-08 12:59:41.1|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Restrictions ReleaseProfiles 2023-12-08 12:59:41.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Restrictions" RENAME TO "ReleaseProfiles" 2023-12-08 12:59:41.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0138649s 2023-12-08 12:59:41.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles 2023-12-08 12:59:41.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2023-12-08 12:59:41.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Name String 2023-12-08 12:59:41.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Name" TEXT DEFAULT NULL 2023-12-08 12:59:41.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0132178s 2023-12-08 12:59:41.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles 2023-12-08 12:59:41.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:41.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Enabled Boolean 2023-12-08 12:59:41.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Enabled" INTEGER NOT NULL DEFAULT 1 2023-12-08 12:59:41.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0133268s 2023-12-08 12:59:41.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles 2023-12-08 12:59:41.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2023-12-08 12:59:41.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles IndexerId Int32 2023-12-08 12:59:41.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "IndexerId" INTEGER NOT NULL DEFAULT 0 2023-12-08 12:59:41.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0135877s 2023-12-08 12:59:41.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles Preferred 2023-12-08 12:59:41.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "Name" TEXT, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL) 2023-12-08 12:59:41.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ReleaseProfiles_temp" ("Id", "Required", "Ignored", "Tags", "Name", "Enabled", "IndexerId") SELECT "Id", "Required", "Ignored", "Tags", "Name", "Enabled", "IndexerId" FROM "ReleaseProfiles" 2023-12-08 12:59:41.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles" 2023-12-08 12:59:41.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles" 2023-12-08 12:59:41.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0462134s 2023-12-08 12:59:41.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2023-12-08 12:59:41.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2023-12-08 12:59:41.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0232595s 2023-12-08 12:59:41.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2023-12-08 12:59:41.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ReleaseProfiles" WHERE "Required" = '[]' AND "Ignored" = '[]' 2023-12-08 12:59:41.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124274s 2023-12-08 12:59:41.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (229, '2023-12-08T19:59:41', 'update_restrictions_to_release_profiles') 2023-12-08 12:59:41.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:41.5|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrated 2023-12-08 12:59:41.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0843135s 2023-12-08 12:59:41.5|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrating 2023-12-08 12:59:41.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:41.6|Info|rename_quality_profiles|Starting migration of Main DB to 230 2023-12-08 12:59:41.6|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Profiles QualityProfiles 2023-12-08 12:59:41.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" RENAME TO "QualityProfiles" 2023-12-08 12:59:41.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.014677s 2023-12-08 12:59:41.6|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Movies ProfileId to QualityProfileId 2023-12-08 12:59:41.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "QualityProfileId" INTEGER NOT NULL, "Added" DATETIME, "Tags" TEXT, "AddOptions" TEXT, "MovieFileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL) 2023-12-08 12:59:41.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Movies_temp" ("Id", "Path", "Monitored", "QualityProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId") SELECT "Id", "Path", "Monitored", "ProfileId", "Added", "Tags", "AddOptions", "MovieFileId", "MinimumAvailability", "MovieMetadataId" FROM "Movies" 2023-12-08 12:59:41.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies" 2023-12-08 12:59:41.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies" 2023-12-08 12:59:41.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC) 2023-12-08 12:59:41.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0659505s 2023-12-08 12:59:41.7|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn ImportLists ProfileId to QualityProfileId 2023-12-08 12:59:41.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "QualityProfileId" INTEGER NOT NULL, "MinimumAvailability" INTEGER NOT NULL, "Tags" TEXT, "SearchOnAdd" INTEGER NOT NULL, "Monitor" INTEGER NOT NULL) 2023-12-08 12:59:41.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportLists_temp" ("Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "QualityProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor") SELECT "Id", "Enabled", "Name", "Implementation", "ConfigContract", "Settings", "EnableAuto", "RootFolderPath", "ProfileId", "MinimumAvailability", "Tags", "SearchOnAdd", "Monitor" FROM "ImportLists" 2023-12-08 12:59:41.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists" 2023-12-08 12:59:41.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists" 2023-12-08 12:59:41.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC) 2023-12-08 12:59:41.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0559858s 2023-12-08 12:59:41.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (230, '2023-12-08T19:59:41', 'rename_quality_profiles') 2023-12-08 12:59:41.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:41.8|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrated 2023-12-08 12:59:41.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1160121s 2023-12-08 12:59:41.9|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrating 2023-12-08 12:59:41.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:41.9|Info|update_images_remote_url|Starting migration of Main DB to 231 2023-12-08 12:59:41.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieMetadata" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"') 2023-12-08 12:59:41.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieMetadata" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"') 2023-12-08 12:59:41.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128024s 2023-12-08 12:59:42.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Credits" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"') 2023-12-08 12:59:42.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Credits" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"') 2023-12-08 12:59:42.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120516s 2023-12-08 12:59:42.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Collections" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"') 2023-12-08 12:59:42.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Collections" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"') 2023-12-08 12:59:42.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.013143s 2023-12-08 12:59:42.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (231, '2023-12-08T19:59:42', 'update_images_remote_url') 2023-12-08 12:59:42.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:42.1|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrated 2023-12-08 12:59:42.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0659231s 2023-12-08 12:59:42.1|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrating 2023-12-08 12:59:42.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:42.1|Info|add_notification_status|Starting migration of Main DB to 232 2023-12-08 12:59:42.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NotificationStatus 2023-12-08 12:59:42.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NotificationStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2023-12-08 12:59:42.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121841s 2023-12-08 12:59:42.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NotificationStatus (ProviderId) 2023-12-08 12:59:42.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NotificationStatus_ProviderId" ON "NotificationStatus" ("ProviderId" ASC) 2023-12-08 12:59:42.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085492s 2023-12-08 12:59:42.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (232, '2023-12-08T19:59:42', 'add_notification_status') 2023-12-08 12:59:42.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:42.2|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrated 2023-12-08 12:59:42.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0632845s 2023-12-08 12:59:42.3|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrating 2023-12-08 12:59:42.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:42.3|Info|rename_deprecated_indexer_flags|Starting migration of Main DB to 233 2023-12-08 12:59:42.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "DownloadHistory" SET "Release" = REPLACE(REPLACE("Release", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "Release" IS NOT NULL 2023-12-08 12:59:42.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DownloadHistory" SET "Release" = REPLACE(REPLACE("Release", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "Release" IS NOT NULL 2023-12-08 12:59:42.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.01258s 2023-12-08 12:59:42.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "IndexerStatus" SET "LastRssSyncReleaseInfo" = REPLACE(REPLACE("LastRssSyncReleaseInfo", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "LastRssSyncReleaseInfo" IS NOT NULL 2023-12-08 12:59:42.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "IndexerStatus" SET "LastRssSyncReleaseInfo" = REPLACE(REPLACE("LastRssSyncReleaseInfo", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "LastRssSyncReleaseInfo" IS NOT NULL 2023-12-08 12:59:42.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069028s 2023-12-08 12:59:42.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "PendingReleases" SET "Release" = REPLACE(REPLACE("Release", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "Release" IS NOT NULL 2023-12-08 12:59:42.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "PendingReleases" SET "Release" = REPLACE(REPLACE("Release", 'hdB_Internal', 'g_Internal'), 'ahD_Internal', 'g_Internal') WHERE "Release" IS NOT NULL 2023-12-08 12:59:42.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0121646s 2023-12-08 12:59:42.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "History" SET "Data" = REPLACE(REPLACE("Data", 'HDB_Internal', 'G_Internal'), 'AHD_Internal', 'G_Internal') WHERE "Data" IS NOT NULL 2023-12-08 12:59:42.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "History" SET "Data" = REPLACE(REPLACE("Data", 'HDB_Internal', 'G_Internal'), 'AHD_Internal', 'G_Internal') WHERE "Data" IS NOT NULL 2023-12-08 12:59:42.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126315s 2023-12-08 12:59:42.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (233, '2023-12-08T19:59:42', 'rename_deprecated_indexer_flags') 2023-12-08 12:59:42.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:42.5|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrated 2023-12-08 12:59:42.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0705503s 2023-12-08 12:59:42.7|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-08 12:59:42.9|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating 2023-12-08 12:59:42.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:43.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo 2023-12-08 12:59:43.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL) 2023-12-08 12:59:43.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119128s 2023-12-08 12:59:43.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:43.1|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated 2023-12-08 12:59:43.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0820155s 2023-12-08 12:59:43.1|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating 2023-12-08 12:59:43.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:43.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version) 2023-12-08 12:59:43.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2023-12-08 12:59:43.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0142181s 2023-12-08 12:59:43.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2023-12-08 12:59:43.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2023-12-08 12:59:43.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime 2023-12-08 12:59:43.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME 2023-12-08 12:59:43.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126463s 2023-12-08 12:59:43.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:43.3|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated 2023-12-08 12:59:43.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0504058s 2023-12-08 12:59:43.3|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating 2023-12-08 12:59:43.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:43.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2023-12-08 12:59:43.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s 2023-12-08 12:59:43.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String 2023-12-08 12:59:43.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT 2023-12-08 12:59:43.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0118762s 2023-12-08 12:59:43.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:43.7|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated 2023-12-08 12:59:43.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0530279s 2023-12-08 12:59:43.7|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating 2023-12-08 12:59:43.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:43.7|Info|InitialSetup|Starting migration of Log DB to 1 2023-12-08 12:59:43.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs 2023-12-08 12:59:43.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL) 2023-12-08 12:59:43.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0126462s 2023-12-08 12:59:43.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time) 2023-12-08 12:59:43.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC) 2023-12-08 12:59:43.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0148834s 2023-12-08 12:59:43.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2023-12-08T19:59:43', 'InitialSetup') 2023-12-08 12:59:43.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:43.9|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated 2023-12-08 12:59:43.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.069457s 2023-12-08 12:59:43.9|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrating 2023-12-08 12:59:43.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:43.9|Info|add_moviefiles_table|Starting migration of Log DB to 104 2023-12-08 12:59:43.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2023-12-08T19:59:43', 'add_moviefiles_table') 2023-12-08 12:59:44.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:44.0|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrated 2023-12-08 12:59:44.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0949799s 2023-12-08 12:59:44.0|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrating 2023-12-08 12:59:44.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:44.1|Info|fix_history_movieId|Starting migration of Log DB to 105 2023-12-08 12:59:44.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2023-12-08T19:59:44', 'fix_history_movieId') 2023-12-08 12:59:44.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:44.2|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrated 2023-12-08 12:59:44.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1122989s 2023-12-08 12:59:44.2|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrating 2023-12-08 12:59:44.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:44.2|Info|add_tmdb_stuff|Starting migration of Log DB to 106 2023-12-08 12:59:44.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2023-12-08T19:59:44', 'add_tmdb_stuff') 2023-12-08 12:59:44.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:44.3|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrated 2023-12-08 12:59:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0766927s 2023-12-08 12:59:44.3|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrating 2023-12-08 12:59:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:44.3|Info|fix_movie_files|Starting migration of Log DB to 107 2023-12-08 12:59:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2023-12-08T19:59:44', 'fix_movie_files') 2023-12-08 12:59:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:44.4|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrated 2023-12-08 12:59:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0719237s 2023-12-08 12:59:44.4|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrating 2023-12-08 12:59:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:44.4|Info|update_schedule_intervale|Starting migration of Log DB to 108 2023-12-08 12:59:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2023-12-08T19:59:44', 'update_schedule_intervale') 2023-12-08 12:59:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:44.5|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrated 2023-12-08 12:59:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0808486s 2023-12-08 12:59:44.5|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrating 2023-12-08 12:59:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:44.5|Info|add_movie_formats_to_naming_config|Starting migration of Log DB to 109 2023-12-08 12:59:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2023-12-08T19:59:44', 'add_movie_formats_to_naming_config') 2023-12-08 12:59:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:44.7|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrated 2023-12-08 12:59:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1340071s 2023-12-08 12:59:44.7|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrating 2023-12-08 12:59:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:44.7|Info|add_phyiscal_release|Starting migration of Log DB to 110 2023-12-08 12:59:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2023-12-08T19:59:44', 'add_phyiscal_release') 2023-12-08 12:59:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:44.8|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrated 2023-12-08 12:59:44.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1183845s 2023-12-08 12:59:44.8|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrating 2023-12-08 12:59:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:44.9|Info|remove_bitmetv|Starting migration of Log DB to 111 2023-12-08 12:59:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2023-12-08T19:59:44', 'remove_bitmetv') 2023-12-08 12:59:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:44.9|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrated 2023-12-08 12:59:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0720283s 2023-12-08 12:59:44.9|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrating 2023-12-08 12:59:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:45.0|Info|remove_torrentleech|Starting migration of Log DB to 112 2023-12-08 12:59:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2023-12-08T19:59:45', 'remove_torrentleech') 2023-12-08 12:59:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:45.0|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrated 2023-12-08 12:59:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0889125s 2023-12-08 12:59:45.1|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrating 2023-12-08 12:59:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:45.1|Info|remove_broadcasthenet|Starting migration of Log DB to 113 2023-12-08 12:59:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2023-12-08T19:59:45', 'remove_broadcasthenet') 2023-12-08 12:59:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:45.2|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrated 2023-12-08 12:59:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0776649s 2023-12-08 12:59:45.2|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrating 2023-12-08 12:59:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:45.2|Info|remove_fanzub|Starting migration of Log DB to 114 2023-12-08 12:59:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2023-12-08T19:59:45', 'remove_fanzub') 2023-12-08 12:59:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:45.3|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrated 2023-12-08 12:59:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0824094s 2023-12-08 12:59:45.3|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrating 2023-12-08 12:59:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:45.3|Info|update_movie_sorttitle|Starting migration of Log DB to 115 2023-12-08 12:59:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2023-12-08T19:59:45', 'update_movie_sorttitle') 2023-12-08 12:59:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:45.4|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrated 2023-12-08 12:59:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0806911s 2023-12-08 12:59:45.4|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrating 2023-12-08 12:59:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:45.4|Info|update_movie_sorttitle_again|Starting migration of Log DB to 116 2023-12-08 12:59:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2023-12-08T19:59:45', 'update_movie_sorttitle_again') 2023-12-08 12:59:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:45.5|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrated 2023-12-08 12:59:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0746857s 2023-12-08 12:59:45.5|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrating 2023-12-08 12:59:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:45.6|Info|update_movie_file|Starting migration of Log DB to 117 2023-12-08 12:59:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2023-12-08T19:59:45', 'update_movie_file') 2023-12-08 12:59:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:45.6|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrated 2023-12-08 12:59:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0816594s 2023-12-08 12:59:45.6|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrating 2023-12-08 12:59:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:45.7|Info|update_movie_slug|Starting migration of Log DB to 118 2023-12-08 12:59:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2023-12-08T19:59:45', 'update_movie_slug') 2023-12-08 12:59:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:45.8|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrated 2023-12-08 12:59:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1573499s 2023-12-08 12:59:45.8|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrating 2023-12-08 12:59:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:45.9|Info|add_youtube_trailer_id|Starting migration of Log DB to 119 2023-12-08 12:59:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2023-12-08T19:59:45', 'add_youtube_trailer_id') 2023-12-08 12:59:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:45.9|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrated 2023-12-08 12:59:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0772909s 2023-12-08 12:59:46.0|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrating 2023-12-08 12:59:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.0|Info|add_studio|Starting migration of Log DB to 120 2023-12-08 12:59:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2023-12-08T19:59:46', 'add_studio') 2023-12-08 12:59:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:46.0|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrated 2023-12-08 12:59:46.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0808384s 2023-12-08 12:59:46.1|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrating 2023-12-08 12:59:46.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.1|Info|update_filedate_config|Starting migration of Log DB to 121 2023-12-08 12:59:46.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2023-12-08T19:59:46', 'update_filedate_config') 2023-12-08 12:59:46.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:46.2|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrated 2023-12-08 12:59:46.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0719734s 2023-12-08 12:59:46.2|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrating 2023-12-08 12:59:46.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.2|Info|add_movieid_to_blacklist|Starting migration of Log DB to 122 2023-12-08 12:59:46.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2023-12-08T19:59:46', 'add_movieid_to_blacklist') 2023-12-08 12:59:46.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:46.3|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrated 2023-12-08 12:59:46.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1007778s 2023-12-08 12:59:46.3|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrating 2023-12-08 12:59:46.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.3|Info|create_netimport_table|Starting migration of Log DB to 123 2023-12-08 12:59:46.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2023-12-08T19:59:46', 'create_netimport_table') 2023-12-08 12:59:46.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:46.4|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrated 2023-12-08 12:59:46.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.085342s 2023-12-08 12:59:46.4|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrating 2023-12-08 12:59:46.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.5|Info|add_preferred_tags_to_profile|Starting migration of Log DB to 124 2023-12-08 12:59:46.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2023-12-08T19:59:46', 'add_preferred_tags_to_profile') 2023-12-08 12:59:46.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:46.5|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrated 2023-12-08 12:59:46.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.06886s 2023-12-08 12:59:46.5|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrating 2023-12-08 12:59:46.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.6|Info|fix_imdb_unique|Starting migration of Log DB to 125 2023-12-08 12:59:46.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2023-12-08T19:59:46', 'fix_imdb_unique') 2023-12-08 12:59:46.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:46.6|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrated 2023-12-08 12:59:46.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0822812s 2023-12-08 12:59:46.6|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrating 2023-12-08 12:59:46.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.7|Info|update_qualities_and_profiles|Starting migration of Log DB to 126 2023-12-08 12:59:46.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2023-12-08T19:59:46', 'update_qualities_and_profiles') 2023-12-08 12:59:46.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:46.7|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrated 2023-12-08 12:59:46.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0757073s 2023-12-08 12:59:46.8|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrating 2023-12-08 12:59:46.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.8|Info|remove_wombles|Starting migration of Log DB to 127 2023-12-08 12:59:46.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2023-12-08T19:59:46', 'remove_wombles') 2023-12-08 12:59:46.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:46.8|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrated 2023-12-08 12:59:46.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.080976s 2023-12-08 12:59:46.9|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrating 2023-12-08 12:59:46.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:46.9|Info|remove_kickass|Starting migration of Log DB to 128 2023-12-08 12:59:46.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2023-12-08T19:59:46', 'remove_kickass') 2023-12-08 12:59:46.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:47.0|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrated 2023-12-08 12:59:47.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1248675s 2023-12-08 12:59:47.0|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrating 2023-12-08 12:59:47.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:47.1|Info|add_parsed_movie_info_to_pending_release|Starting migration of Log DB to 129 2023-12-08 12:59:47.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2023-12-08T19:59:47', 'add_parsed_movie_info_to_pending_release') 2023-12-08 12:59:47.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:47.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrated 2023-12-08 12:59:47.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0741787s 2023-12-08 12:59:47.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrating 2023-12-08 12:59:47.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:47.2|Info|remove_wombles_kickass|Starting migration of Log DB to 130 2023-12-08 12:59:47.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2023-12-08T19:59:47', 'remove_wombles_kickass') 2023-12-08 12:59:47.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:47.2|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrated 2023-12-08 12:59:47.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.083218s 2023-12-08 12:59:47.3|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrating 2023-12-08 12:59:47.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:47.3|Info|make_parsed_episode_info_nullable|Starting migration of Log DB to 131 2023-12-08 12:59:47.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2023-12-08T19:59:47', 'make_parsed_episode_info_nullable') 2023-12-08 12:59:47.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:47.4|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrated 2023-12-08 12:59:47.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0837727s 2023-12-08 12:59:47.4|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrating 2023-12-08 12:59:47.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:47.4|Info|rename_torrent_downloadstation|Starting migration of Log DB to 132 2023-12-08 12:59:47.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2023-12-08T19:59:47', 'rename_torrent_downloadstation') 2023-12-08 12:59:47.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:47.5|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrated 2023-12-08 12:59:47.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0736763s 2023-12-08 12:59:47.5|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrating 2023-12-08 12:59:47.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:47.5|Info|add_minimumavailability|Starting migration of Log DB to 133 2023-12-08 12:59:47.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (133, '2023-12-08T19:59:47', 'add_minimumavailability') 2023-12-08 12:59:47.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:47.6|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrated 2023-12-08 12:59:47.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1001209s 2023-12-08 12:59:47.6|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrating 2023-12-08 12:59:47.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:47.7|Info|add_remux_qualities_for_the_wankers|Starting migration of Log DB to 134 2023-12-08 12:59:47.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2023-12-08T19:59:47', 'add_remux_qualities_for_the_wankers') 2023-12-08 12:59:47.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:47.7|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrated 2023-12-08 12:59:47.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0822563s 2023-12-08 12:59:47.7|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrating 2023-12-08 12:59:47.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:47.8|Info|add_haspredbentry_to_movies|Starting migration of Log DB to 135 2023-12-08 12:59:47.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2023-12-08T19:59:47', 'add_haspredbentry_to_movies') 2023-12-08 12:59:47.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:47.8|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrated 2023-12-08 12:59:47.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0885798s 2023-12-08 12:59:47.9|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrating 2023-12-08 12:59:47.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:47.9|Info|add_pathstate_to_movies|Starting migration of Log DB to 136 2023-12-08 12:59:47.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2023-12-08T19:59:47', 'add_pathstate_to_movies') 2023-12-08 12:59:47.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:48.0|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrated 2023-12-08 12:59:48.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0819906s 2023-12-08 12:59:48.0|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrating 2023-12-08 12:59:48.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:48.0|Info|add_import_exclusions_table|Starting migration of Log DB to 137 2023-12-08 12:59:48.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2023-12-08T19:59:48', 'add_import_exclusions_table') 2023-12-08 12:59:48.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:48.1|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrated 2023-12-08 12:59:48.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0832233s 2023-12-08 12:59:48.1|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrating 2023-12-08 12:59:48.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:48.1|Info|add_physical_release_note|Starting migration of Log DB to 138 2023-12-08 12:59:48.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2023-12-08T19:59:48', 'add_physical_release_note') 2023-12-08 12:59:48.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:48.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrated 2023-12-08 12:59:48.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0836852s 2023-12-08 12:59:48.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrating 2023-12-08 12:59:48.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:48.3|Info|consolidate_indexer_baseurl|Starting migration of Log DB to 139 2023-12-08 12:59:48.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2023-12-08T19:59:48', 'consolidate_indexer_baseurl') 2023-12-08 12:59:48.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:48.3|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrated 2023-12-08 12:59:48.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0805389s 2023-12-08 12:59:48.3|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrating 2023-12-08 12:59:48.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:48.4|Info|add_alternative_titles_table|Starting migration of Log DB to 140 2023-12-08 12:59:48.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2023-12-08T19:59:48', 'add_alternative_titles_table') 2023-12-08 12:59:48.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:48.5|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrated 2023-12-08 12:59:48.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1488681s 2023-12-08 12:59:48.6|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrating 2023-12-08 12:59:48.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:48.6|Info|fix_duplicate_alt_titles|Starting migration of Log DB to 141 2023-12-08 12:59:48.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2023-12-08T19:59:48', 'fix_duplicate_alt_titles') 2023-12-08 12:59:48.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:48.7|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrated 2023-12-08 12:59:48.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0948011s 2023-12-08 12:59:48.7|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrating 2023-12-08 12:59:48.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:48.8|Info|movie_extras|Starting migration of Log DB to 142 2023-12-08 12:59:48.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2023-12-08T19:59:48', 'movie_extras') 2023-12-08 12:59:48.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:48.8|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrated 2023-12-08 12:59:48.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0836833s 2023-12-08 12:59:48.8|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrating 2023-12-08 12:59:48.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:48.9|Info|clean_core_tv|Starting migration of Log DB to 143 2023-12-08 12:59:48.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2023-12-08T19:59:48', 'clean_core_tv') 2023-12-08 12:59:48.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:49.0|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrated 2023-12-08 12:59:49.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1015015s 2023-12-08 12:59:49.0|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrating 2023-12-08 12:59:49.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:49.0|Info|add_cookies_to_indexer_status|Starting migration of Log DB to 144 2023-12-08 12:59:49.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2023-12-08T19:59:49', 'add_cookies_to_indexer_status') 2023-12-08 12:59:49.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:49.1|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrated 2023-12-08 12:59:49.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0697403s 2023-12-08 12:59:49.1|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrating 2023-12-08 12:59:49.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:49.1|Info|banner_to_fanart|Starting migration of Log DB to 145 2023-12-08 12:59:49.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2023-12-08T19:59:49', 'banner_to_fanart') 2023-12-08 12:59:49.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:49.2|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrated 2023-12-08 12:59:49.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0752818s 2023-12-08 12:59:49.2|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrating 2023-12-08 12:59:49.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:49.3|Info|naming_config_colon_action|Starting migration of Log DB to 146 2023-12-08 12:59:49.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2023-12-08T19:59:49', 'naming_config_colon_action') 2023-12-08 12:59:49.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:49.4|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrated 2023-12-08 12:59:49.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.112739s 2023-12-08 12:59:49.4|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrating 2023-12-08 12:59:49.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:49.4|Info|add_custom_formats|Starting migration of Log DB to 147 2023-12-08 12:59:49.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2023-12-08T19:59:49', 'add_custom_formats') 2023-12-08 12:59:49.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:49.5|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrated 2023-12-08 12:59:49.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0954691s 2023-12-08 12:59:49.5|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrating 2023-12-08 12:59:49.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:49.6|Info|remove_extra_naming_config|Starting migration of Log DB to 148 2023-12-08 12:59:49.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2023-12-08T19:59:49', 'remove_extra_naming_config') 2023-12-08 12:59:49.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:49.6|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrated 2023-12-08 12:59:49.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1109703s 2023-12-08 12:59:49.7|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrating 2023-12-08 12:59:49.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:49.7|Info|convert_regex_required_tags|Starting migration of Log DB to 149 2023-12-08 12:59:49.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2023-12-08T19:59:49', 'convert_regex_required_tags') 2023-12-08 12:59:49.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:49.8|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrated 2023-12-08 12:59:49.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0947581s 2023-12-08 12:59:49.8|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrating 2023-12-08 12:59:49.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:49.8|Info|fix_format_tags_double_underscore|Starting migration of Log DB to 150 2023-12-08 12:59:49.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2023-12-08T19:59:49', 'fix_format_tags_double_underscore') 2023-12-08 12:59:49.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:49.9|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrated 2023-12-08 12:59:49.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0890023s 2023-12-08 12:59:49.9|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrating 2023-12-08 12:59:49.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:50.0|Info|add_tags_to_net_import|Starting migration of Log DB to 151 2023-12-08 12:59:50.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2023-12-08T19:59:50', 'add_tags_to_net_import') 2023-12-08 12:59:50.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:50.1|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrated 2023-12-08 12:59:50.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1132232s 2023-12-08 12:59:50.1|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrating 2023-12-08 12:59:50.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:50.1|Info|add_custom_filters|Starting migration of Log DB to 152 2023-12-08 12:59:50.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2023-12-08T19:59:50', 'add_custom_filters') 2023-12-08 12:59:50.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:50.2|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrated 2023-12-08 12:59:50.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.083696s 2023-12-08 12:59:50.2|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrating 2023-12-08 12:59:50.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:50.2|Info|indexer_client_status_search_changes|Starting migration of Log DB to 153 2023-12-08 12:59:50.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2023-12-08T19:59:50', 'indexer_client_status_search_changes') 2023-12-08 12:59:50.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:50.3|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrated 2023-12-08 12:59:50.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0773491s 2023-12-08 12:59:50.3|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrating 2023-12-08 12:59:50.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:50.4|Info|add_language_to_files_history_blacklist|Starting migration of Log DB to 154 2023-12-08 12:59:50.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2023-12-08T19:59:50', 'add_language_to_files_history_blacklist') 2023-12-08 12:59:50.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:50.4|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrated 2023-12-08 12:59:50.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0849677s 2023-12-08 12:59:50.4|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrating 2023-12-08 12:59:50.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:50.5|Info|add_update_allowed_quality_profile|Starting migration of Log DB to 155 2023-12-08 12:59:50.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2023-12-08T19:59:50', 'add_update_allowed_quality_profile') 2023-12-08 12:59:50.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:50.5|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrated 2023-12-08 12:59:50.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0828586s 2023-12-08 12:59:50.6|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrating 2023-12-08 12:59:50.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:50.6|Info|add_download_client_priority|Starting migration of Log DB to 156 2023-12-08 12:59:50.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2023-12-08T19:59:50', 'add_download_client_priority') 2023-12-08 12:59:50.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:50.7|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrated 2023-12-08 12:59:50.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0939212s 2023-12-08 12:59:50.7|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrating 2023-12-08 12:59:50.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:50.8|Info|remove_growl_prowl|Starting migration of Log DB to 157 2023-12-08 12:59:50.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2023-12-08T19:59:50', 'remove_growl_prowl') 2023-12-08 12:59:50.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:50.8|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrated 2023-12-08 12:59:50.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1027362s 2023-12-08 12:59:50.8|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrating 2023-12-08 12:59:50.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:50.9|Info|remove_plex_hometheatre|Starting migration of Log DB to 158 2023-12-08 12:59:50.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2023-12-08T19:59:50', 'remove_plex_hometheatre') 2023-12-08 12:59:50.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:50.9|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrated 2023-12-08 12:59:51.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0865559s 2023-12-08 12:59:51.0|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrating 2023-12-08 12:59:51.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:51.0|Info|add_webrip_qualites|Starting migration of Log DB to 159 2023-12-08 12:59:51.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2023-12-08T19:59:51', 'add_webrip_qualites') 2023-12-08 12:59:51.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:51.1|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrated 2023-12-08 12:59:51.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0980748s 2023-12-08 12:59:51.1|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrating 2023-12-08 12:59:51.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:51.1|Info|health_issue_notification|Starting migration of Log DB to 160 2023-12-08 12:59:51.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2023-12-08T19:59:51', 'health_issue_notification') 2023-12-08 12:59:51.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:51.3|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrated 2023-12-08 12:59:51.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.2095746s 2023-12-08 12:59:51.4|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrating 2023-12-08 12:59:51.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:51.4|Info|speed_improvements|Starting migration of Log DB to 161 2023-12-08 12:59:51.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2023-12-08T19:59:51', 'speed_improvements') 2023-12-08 12:59:51.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:51.6|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrated 2023-12-08 12:59:51.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1907021s 2023-12-08 12:59:51.6|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrating 2023-12-08 12:59:51.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:51.6|Info|fix_profile_format_default|Starting migration of Log DB to 162 2023-12-08 12:59:51.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2023-12-08T19:59:51', 'fix_profile_format_default') 2023-12-08 12:59:51.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:51.8|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrated 2023-12-08 12:59:51.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1968363s 2023-12-08 12:59:51.8|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrating 2023-12-08 12:59:51.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:51.8|Info|task_duration|Starting migration of Log DB to 163 2023-12-08 12:59:51.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2023-12-08T19:59:51', 'task_duration') 2023-12-08 12:59:51.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:51.9|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrated 2023-12-08 12:59:52.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0845977s 2023-12-08 12:59:52.0|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrating 2023-12-08 12:59:52.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:52.0|Info|movie_collections_crew|Starting migration of Log DB to 164 2023-12-08 12:59:52.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2023-12-08T19:59:52', 'movie_collections_crew') 2023-12-08 12:59:52.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:52.1|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrated 2023-12-08 12:59:52.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0889237s 2023-12-08 12:59:52.2|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrating 2023-12-08 12:59:52.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:52.2|Info|remove_custom_formats_from_quality_model|Starting migration of Log DB to 165 2023-12-08 12:59:52.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2023-12-08T19:59:52', 'remove_custom_formats_from_quality_model') 2023-12-08 12:59:52.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:52.3|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrated 2023-12-08 12:59:52.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0797037s 2023-12-08 12:59:52.3|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrating 2023-12-08 12:59:52.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:52.4|Info|fix_tmdb_list_config|Starting migration of Log DB to 166 2023-12-08 12:59:52.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2023-12-08T19:59:52', 'fix_tmdb_list_config') 2023-12-08 12:59:52.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:52.5|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrated 2023-12-08 12:59:52.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.088988s 2023-12-08 12:59:52.5|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrating 2023-12-08 12:59:52.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:52.6|Info|remove_movie_pathstate|Starting migration of Log DB to 167 2023-12-08 12:59:52.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2023-12-08T19:59:52', 'remove_movie_pathstate') 2023-12-08 12:59:52.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:52.6|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrated 2023-12-08 12:59:52.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1364914s 2023-12-08 12:59:52.7|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrating 2023-12-08 12:59:52.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:52.8|Info|custom_format_rework|Starting migration of Log DB to 168 2023-12-08 12:59:52.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2023-12-08T19:59:52', 'custom_format_rework') 2023-12-08 12:59:52.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:52.8|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrated 2023-12-08 12:59:52.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1464875s 2023-12-08 12:59:52.9|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrating 2023-12-08 12:59:52.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:52.9|Info|custom_format_scores|Starting migration of Log DB to 169 2023-12-08 12:59:53.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2023-12-08T19:59:53', 'custom_format_scores') 2023-12-08 12:59:53.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:53.0|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrated 2023-12-08 12:59:53.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1458688s 2023-12-08 12:59:53.0|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrating 2023-12-08 12:59:53.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:53.1|Info|fix_trakt_list_config|Starting migration of Log DB to 170 2023-12-08 12:59:53.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2023-12-08T19:59:53', 'fix_trakt_list_config') 2023-12-08 12:59:53.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:53.2|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrated 2023-12-08 12:59:53.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1575467s 2023-12-08 12:59:53.2|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrating 2023-12-08 12:59:53.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:53.3|Info|quality_definition_preferred_size|Starting migration of Log DB to 171 2023-12-08 12:59:53.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2023-12-08T19:59:53', 'quality_definition_preferred_size') 2023-12-08 12:59:53.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:53.4|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrated 2023-12-08 12:59:53.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1511077s 2023-12-08 12:59:53.4|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrating 2023-12-08 12:59:53.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:53.5|Info|add_download_history|Starting migration of Log DB to 172 2023-12-08 12:59:53.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2023-12-08T19:59:53', 'add_download_history') 2023-12-08 12:59:53.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:53.7|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrated 2023-12-08 12:59:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.3096417s 2023-12-08 12:59:53.8|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrating 2023-12-08 12:59:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:53.8|Info|net_import_status|Starting migration of Log DB to 173 2023-12-08 12:59:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2023-12-08T19:59:53', 'net_import_status') 2023-12-08 12:59:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:53.9|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrated 2023-12-08 12:59:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1059812s 2023-12-08 12:59:54.0|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrating 2023-12-08 12:59:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:54.0|Info|email_multiple_addresses|Starting migration of Log DB to 174 2023-12-08 12:59:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2023-12-08T19:59:54', 'email_multiple_addresses') 2023-12-08 12:59:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:54.1|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrated 2023-12-08 12:59:54.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1180276s 2023-12-08 12:59:54.1|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrating 2023-12-08 12:59:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:54.2|Info|remove_chown_and_folderchmod_config|Starting migration of Log DB to 175 2023-12-08 12:59:54.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2023-12-08T19:59:54', 'remove_chown_and_folderchmod_config') 2023-12-08 12:59:54.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:54.2|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrated 2023-12-08 12:59:54.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0839332s 2023-12-08 12:59:54.3|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrating 2023-12-08 12:59:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:54.3|Info|movie_recommendations|Starting migration of Log DB to 176 2023-12-08 12:59:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2023-12-08T19:59:54', 'movie_recommendations') 2023-12-08 12:59:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:54.4|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrated 2023-12-08 12:59:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1015607s 2023-12-08 12:59:54.4|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrating 2023-12-08 12:59:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:54.5|Info|language_improvements|Starting migration of Log DB to 177 2023-12-08 12:59:54.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2023-12-08T19:59:54', 'language_improvements') 2023-12-08 12:59:54.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:54.5|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrated 2023-12-08 12:59:54.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0914828s 2023-12-08 12:59:54.6|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrating 2023-12-08 12:59:54.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:54.6|Info|new_list_server|Starting migration of Log DB to 178 2023-12-08 12:59:54.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2023-12-08T19:59:54', 'new_list_server') 2023-12-08 12:59:54.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:54.7|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrated 2023-12-08 12:59:54.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0849168s 2023-12-08 12:59:54.7|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrating 2023-12-08 12:59:54.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:54.7|Info|movie_translation_indexes|Starting migration of Log DB to 179 2023-12-08 12:59:54.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2023-12-08T19:59:54', 'movie_translation_indexes') 2023-12-08 12:59:54.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:54.8|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrated 2023-12-08 12:59:54.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0890117s 2023-12-08 12:59:54.8|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrating 2023-12-08 12:59:54.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:54.9|Info|fix_invalid_profile_references|Starting migration of Log DB to 180 2023-12-08 12:59:54.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2023-12-08T19:59:54', 'fix_invalid_profile_references') 2023-12-08 12:59:54.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:54.9|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrated 2023-12-08 12:59:54.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0778588s 2023-12-08 12:59:54.9|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrating 2023-12-08 12:59:54.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.0|Info|list_movies_table|Starting migration of Log DB to 181 2023-12-08 12:59:55.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2023-12-08T19:59:55', 'list_movies_table') 2023-12-08 12:59:55.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:55.0|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrated 2023-12-08 12:59:55.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.075423s 2023-12-08 12:59:55.0|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrating 2023-12-08 12:59:55.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.1|Info|on_delete_notification|Starting migration of Log DB to 182 2023-12-08 12:59:55.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2023-12-08T19:59:55', 'on_delete_notification') 2023-12-08 12:59:55.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:55.1|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrated 2023-12-08 12:59:55.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.082893s 2023-12-08 12:59:55.2|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrating 2023-12-08 12:59:55.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.2|Info|download_propers_config|Starting migration of Log DB to 183 2023-12-08 12:59:55.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2023-12-08T19:59:55', 'download_propers_config') 2023-12-08 12:59:55.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:55.3|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrated 2023-12-08 12:59:55.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0706138s 2023-12-08 12:59:55.3|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrating 2023-12-08 12:59:55.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.3|Info|add_priority_to_indexers|Starting migration of Log DB to 184 2023-12-08 12:59:55.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2023-12-08T19:59:55', 'add_priority_to_indexers') 2023-12-08 12:59:55.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:55.4|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrated 2023-12-08 12:59:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0773839s 2023-12-08 12:59:55.4|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrating 2023-12-08 12:59:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.4|Info|add_alternative_title_indices|Starting migration of Log DB to 185 2023-12-08 12:59:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2023-12-08T19:59:55', 'add_alternative_title_indices') 2023-12-08 12:59:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:55.5|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrated 2023-12-08 12:59:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0822124s 2023-12-08 12:59:55.5|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrating 2023-12-08 12:59:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.6|Info|fix_tmdb_duplicates|Starting migration of Log DB to 186 2023-12-08 12:59:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2023-12-08T19:59:55', 'fix_tmdb_duplicates') 2023-12-08 12:59:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:55.6|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrated 2023-12-08 12:59:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0819157s 2023-12-08 12:59:55.6|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrating 2023-12-08 12:59:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.7|Info|swap_filechmod_for_folderchmod|Starting migration of Log DB to 187 2023-12-08 12:59:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2023-12-08T19:59:55', 'swap_filechmod_for_folderchmod') 2023-12-08 12:59:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:55.7|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrated 2023-12-08 12:59:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0742692s 2023-12-08 12:59:55.7|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrating 2023-12-08 12:59:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.8|Info|mediainfo_channels|Starting migration of Log DB to 188 2023-12-08 12:59:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2023-12-08T19:59:55', 'mediainfo_channels') 2023-12-08 12:59:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:55.8|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrated 2023-12-08 12:59:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.082129s 2023-12-08 12:59:55.9|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrating 2023-12-08 12:59:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:55.9|Info|add_update_history|Starting migration of Log DB to 189 2023-12-08 12:59:55.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory 2023-12-08 12:59:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL) 2023-12-08 12:59:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0088946s 2023-12-08 12:59:55.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date) 2023-12-08 12:59:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC) 2023-12-08 12:59:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0122794s 2023-12-08 12:59:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2023-12-08T19:59:56', 'add_update_history') 2023-12-08 12:59:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:56.0|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrated 2023-12-08 12:59:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0745932s 2023-12-08 12:59:56.1|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrating 2023-12-08 12:59:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:56.1|Info|update_awesome_hd_link|Starting migration of Log DB to 190 2023-12-08 12:59:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2023-12-08T19:59:56', 'update_awesome_hd_link') 2023-12-08 12:59:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:56.2|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrated 2023-12-08 12:59:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1034618s 2023-12-08 12:59:56.2|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrating 2023-12-08 12:59:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:56.2|Info|remove_awesomehd|Starting migration of Log DB to 191 2023-12-08 12:59:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2023-12-08T19:59:56', 'remove_awesomehd') 2023-12-08 12:59:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:56.3|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrated 2023-12-08 12:59:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0895452s 2023-12-08 12:59:56.3|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrating 2023-12-08 12:59:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:56.3|Info|add_on_delete_to_notifications|Starting migration of Log DB to 192 2023-12-08 12:59:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2023-12-08T19:59:56', 'add_on_delete_to_notifications') 2023-12-08 12:59:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:56.4|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrated 2023-12-08 12:59:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0850473s 2023-12-08 12:59:56.4|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrating 2023-12-08 12:59:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:56.5|Info|add_bypass_to_delay_profile|Starting migration of Log DB to 194 2023-12-08 12:59:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2023-12-08T19:59:56', 'add_bypass_to_delay_profile') 2023-12-08 12:59:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:56.5|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrated 2023-12-08 12:59:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0853751s 2023-12-08 12:59:56.6|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrating 2023-12-08 12:59:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:56.6|Info|update_notifiarr|Starting migration of Log DB to 195 2023-12-08 12:59:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2023-12-08T19:59:56', 'update_notifiarr') 2023-12-08 12:59:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:56.7|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrated 2023-12-08 12:59:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1067394s 2023-12-08 12:59:56.7|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrating 2023-12-08 12:59:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:56.7|Info|legacy_mediainfo_hdr|Starting migration of Log DB to 196 2023-12-08 12:59:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2023-12-08T19:59:56', 'legacy_mediainfo_hdr') 2023-12-08 12:59:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:56.8|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrated 2023-12-08 12:59:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0849112s 2023-12-08 12:59:56.8|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrating 2023-12-08 12:59:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:56.8|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 197 2023-12-08 12:59:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2023-12-08T19:59:56', 'rename_blacklist_to_blocklist') 2023-12-08 12:59:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:56.9|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrated 2023-12-08 12:59:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0865441s 2023-12-08 12:59:56.9|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrating 2023-12-08 12:59:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.0|Info|add_indexer_tags|Starting migration of Log DB to 198 2023-12-08 12:59:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2023-12-08T19:59:57', 'add_indexer_tags') 2023-12-08 12:59:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.0|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrated 2023-12-08 12:59:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0763677s 2023-12-08 12:59:57.0|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrating 2023-12-08 12:59:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.1|Info|mediainfo_to_ffmpeg|Starting migration of Log DB to 199 2023-12-08 12:59:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2023-12-08T19:59:57', 'mediainfo_to_ffmpeg') 2023-12-08 12:59:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.1|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrated 2023-12-08 12:59:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0855428s 2023-12-08 12:59:57.1|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrating 2023-12-08 12:59:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.2|Info|cdh_per_downloadclient|Starting migration of Log DB to 200 2023-12-08 12:59:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2023-12-08T19:59:57', 'cdh_per_downloadclient') 2023-12-08 12:59:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.2|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrated 2023-12-08 12:59:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0712344s 2023-12-08 12:59:57.2|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrating 2023-12-08 12:59:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.3|Info|migrate_discord_from_slack|Starting migration of Log DB to 201 2023-12-08 12:59:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2023-12-08T19:59:57', 'migrate_discord_from_slack') 2023-12-08 12:59:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.3|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrated 2023-12-08 12:59:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0881489s 2023-12-08 12:59:57.4|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrating 2023-12-08 12:59:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.4|Info|remove_predb|Starting migration of Log DB to 202 2023-12-08 12:59:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2023-12-08T19:59:57', 'remove_predb') 2023-12-08 12:59:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.5|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrated 2023-12-08 12:59:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0853854s 2023-12-08 12:59:57.5|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrating 2023-12-08 12:59:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.5|Info|add_on_update_to_notifications|Starting migration of Log DB to 203 2023-12-08 12:59:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2023-12-08T19:59:57', 'add_on_update_to_notifications') 2023-12-08 12:59:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.6|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrated 2023-12-08 12:59:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0793795s 2023-12-08 12:59:57.6|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrating 2023-12-08 12:59:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.6|Info|ensure_identity_on_id_columns|Starting migration of Log DB to 204 2023-12-08 12:59:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2023-12-08T19:59:57', 'ensure_identity_on_id_columns') 2023-12-08 12:59:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.7|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrated 2023-12-08 12:59:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.072623s 2023-12-08 12:59:57.7|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrating 2023-12-08 12:59:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.7|Info|download_client_per_indexer|Starting migration of Log DB to 205 2023-12-08 12:59:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2023-12-08T19:59:57', 'download_client_per_indexer') 2023-12-08 12:59:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.8|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrated 2023-12-08 12:59:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0865955s 2023-12-08 12:59:57.8|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrating 2023-12-08 12:59:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:57.8|Info|multiple_ratings_support|Starting migration of Log DB to 206 2023-12-08 12:59:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2023-12-08T19:59:57', 'multiple_ratings_support') 2023-12-08 12:59:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:57.9|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrated 2023-12-08 12:59:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0915289s 2023-12-08 12:59:57.9|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrating 2023-12-08 12:59:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:58.0|Info|movie_metadata|Starting migration of Log DB to 207 2023-12-08 12:59:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (207, '2023-12-08T19:59:58', 'movie_metadata') 2023-12-08 12:59:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:58.0|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrated 2023-12-08 12:59:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.087089s 2023-12-08 12:59:58.0|Info|FluentMigrator.Runner.MigrationRunner|208: collections migrating 2023-12-08 12:59:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:58.1|Info|collections|Starting migration of Log DB to 208 2023-12-08 12:59:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (208, '2023-12-08T19:59:58', 'collections') 2023-12-08 12:59:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:58.2|Info|FluentMigrator.Runner.MigrationRunner|208: collections migrated 2023-12-08 12:59:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1130067s 2023-12-08 12:59:58.2|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrating 2023-12-08 12:59:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:58.2|Info|movie_meta_collection_index|Starting migration of Log DB to 209 2023-12-08 12:59:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2023-12-08T19:59:58', 'movie_meta_collection_index') 2023-12-08 12:59:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:58.3|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrated 2023-12-08 12:59:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0712476s 2023-12-08 12:59:58.3|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrating 2023-12-08 12:59:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:58.3|Info|movie_added_notifications|Starting migration of Log DB to 210 2023-12-08 12:59:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2023-12-08T19:59:58', 'movie_added_notifications') 2023-12-08 12:59:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:58.4|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrated 2023-12-08 12:59:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0795184s 2023-12-08 12:59:58.4|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrating 2023-12-08 12:59:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:58.5|Info|more_movie_meta_index|Starting migration of Log DB to 211 2023-12-08 12:59:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2023-12-08T19:59:58', 'more_movie_meta_index') 2023-12-08 12:59:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:58.5|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrated 2023-12-08 12:59:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1129039s 2023-12-08 12:59:58.5|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrating 2023-12-08 12:59:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:58.6|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 212 2023-12-08 12:59:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs 2023-12-08 12:59:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset 2023-12-08 12:59:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL) 2023-12-08 12:59:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs" 2023-12-08 12:59:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs" 2023-12-08 12:59:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs" 2023-12-08 12:59:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC) 2023-12-08 12:59:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1277253s 2023-12-08 12:59:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory 2023-12-08 12:59:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2023-12-08 12:59:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset 2023-12-08 12:59:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL) 2023-12-08 12:59:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory" 2023-12-08 12:59:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory" 2023-12-08 12:59:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory" 2023-12-08 12:59:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC) 2023-12-08 12:59:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0731377s 2023-12-08 12:59:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2023-12-08 12:59:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2023-12-08 12:59:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset 2023-12-08 12:59:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT) 2023-12-08 12:59:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo" 2023-12-08 12:59:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo" 2023-12-08 12:59:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo" 2023-12-08 12:59:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2023-12-08 12:59:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0522298s 2023-12-08 12:59:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2023-12-08T19:59:59', 'postgres_update_timestamp_columns_to_with_timezone') 2023-12-08 12:59:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:59.1|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrated 2023-12-08 12:59:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1006625s 2023-12-08 12:59:59.1|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrating 2023-12-08 12:59:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:59.1|Info|add_language_tags_to_subtitle_files|Starting migration of Log DB to 214 2023-12-08 12:59:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2023-12-08T19:59:59', 'add_language_tags_to_subtitle_files') 2023-12-08 12:59:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:59.2|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrated 2023-12-08 12:59:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0885289s 2023-12-08 12:59:59.2|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrating 2023-12-08 12:59:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:59.3|Info|add_salt_to_users|Starting migration of Log DB to 215 2023-12-08 12:59:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2023-12-08T19:59:59', 'add_salt_to_users') 2023-12-08 12:59:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:59.3|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrated 2023-12-08 12:59:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0998047s 2023-12-08 12:59:59.4|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrating 2023-12-08 12:59:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:59.4|Info|clean_alt_titles|Starting migration of Log DB to 216 2023-12-08 12:59:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (216, '2023-12-08T19:59:59', 'clean_alt_titles') 2023-12-08 12:59:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:59.4|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrated 2023-12-08 12:59:59.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0854956s 2023-12-08 12:59:59.5|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrating 2023-12-08 12:59:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:59.5|Info|remove_omg|Starting migration of Log DB to 217 2023-12-08 12:59:59.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (217, '2023-12-08T19:59:59', 'remove_omg') 2023-12-08 12:59:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:59.6|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrated 2023-12-08 12:59:59.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0877026s 2023-12-08 12:59:59.6|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrating 2023-12-08 12:59:59.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:59.7|Info|add_additional_info_to_pending_releases|Starting migration of Log DB to 218 2023-12-08 12:59:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (218, '2023-12-08T19:59:59', 'add_additional_info_to_pending_releases') 2023-12-08 12:59:59.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:59.7|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrated 2023-12-08 12:59:59.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0891344s 2023-12-08 12:59:59.7|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrating 2023-12-08 12:59:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:59.8|Info|add_result_to_commands|Starting migration of Log DB to 219 2023-12-08 12:59:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (219, '2023-12-08T19:59:59', 'add_result_to_commands') 2023-12-08 12:59:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 12:59:59.9|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrated 2023-12-08 12:59:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1092134s 2023-12-08 12:59:59.9|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrating 2023-12-08 12:59:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 12:59:59.9|Info|health_restored_notification|Starting migration of Log DB to 220 2023-12-08 12:59:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (220, '2023-12-08T19:59:59', 'health_restored_notification') 2023-12-08 13:00:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.0|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrated 2023-12-08 13:00:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.100166s 2023-12-08 13:00:00.0|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrating 2023-12-08 13:00:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:00.1|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Log DB to 221 2023-12-08 13:00:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (221, '2023-12-08T20:00:00', 'add_on_manual_interaction_required_to_notifications') 2023-12-08 13:00:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.1|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrated 2023-12-08 13:00:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0808024s 2023-12-08 13:00:00.1|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrating 2023-12-08 13:00:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:00.2|Info|remove_rarbg|Starting migration of Log DB to 222 2023-12-08 13:00:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (222, '2023-12-08T20:00:00', 'remove_rarbg') 2023-12-08 13:00:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.2|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrated 2023-12-08 13:00:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0734522s 2023-12-08 13:00:00.2|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrating 2023-12-08 13:00:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:00.3|Info|remove_invalid_roksbox_metadata_images|Starting migration of Log DB to 223 2023-12-08 13:00:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (223, '2023-12-08T20:00:00', 'remove_invalid_roksbox_metadata_images') 2023-12-08 13:00:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.3|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrated 2023-12-08 13:00:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0677215s 2023-12-08 13:00:00.3|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrating 2023-12-08 13:00:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:00.4|Info|list_sync_time|Starting migration of Log DB to 224 2023-12-08 13:00:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (224, '2023-12-08T20:00:00', 'list_sync_time') 2023-12-08 13:00:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.4|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrated 2023-12-08 13:00:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.081265s 2023-12-08 13:00:00.5|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrating 2023-12-08 13:00:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:00.5|Info|add_tags_to_collections|Starting migration of Log DB to 225 2023-12-08 13:00:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (225, '2023-12-08T20:00:00', 'add_tags_to_collections') 2023-12-08 13:00:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.6|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrated 2023-12-08 13:00:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.092849s 2023-12-08 13:00:00.6|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrating 2023-12-08 13:00:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:00.6|Info|add_download_client_tags|Starting migration of Log DB to 226 2023-12-08 13:00:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (226, '2023-12-08T20:00:00', 'add_download_client_tags') 2023-12-08 13:00:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.7|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrated 2023-12-08 13:00:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0875923s 2023-12-08 13:00:00.7|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrating 2023-12-08 13:00:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:00.7|Info|add_auto_tagging|Starting migration of Log DB to 227 2023-12-08 13:00:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (227, '2023-12-08T20:00:00', 'add_auto_tagging') 2023-12-08 13:00:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.8|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrated 2023-12-08 13:00:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1072665s 2023-12-08 13:00:00.8|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrating 2023-12-08 13:00:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:00.9|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Log DB to 228 2023-12-08 13:00:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (228, '2023-12-08T20:00:00', 'add_custom_format_score_bypass_to_delay_profile') 2023-12-08 13:00:00.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:00.9|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrated 2023-12-08 13:00:01.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0834201s 2023-12-08 13:00:01.0|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrating 2023-12-08 13:00:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:01.0|Info|update_restrictions_to_release_profiles|Starting migration of Log DB to 229 2023-12-08 13:00:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (229, '2023-12-08T20:00:01', 'update_restrictions_to_release_profiles') 2023-12-08 13:00:01.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:01.1|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrated 2023-12-08 13:00:01.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0829698s 2023-12-08 13:00:01.1|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrating 2023-12-08 13:00:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:01.1|Info|rename_quality_profiles|Starting migration of Log DB to 230 2023-12-08 13:00:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (230, '2023-12-08T20:00:01', 'rename_quality_profiles') 2023-12-08 13:00:01.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:01.2|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrated 2023-12-08 13:00:01.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0761944s 2023-12-08 13:00:01.2|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrating 2023-12-08 13:00:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:01.2|Info|update_images_remote_url|Starting migration of Log DB to 231 2023-12-08 13:00:01.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (231, '2023-12-08T20:00:01', 'update_images_remote_url') 2023-12-08 13:00:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:01.3|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrated 2023-12-08 13:00:01.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0789967s 2023-12-08 13:00:01.3|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrating 2023-12-08 13:00:01.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:01.3|Info|add_notification_status|Starting migration of Log DB to 232 2023-12-08 13:00:01.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (232, '2023-12-08T20:00:01', 'add_notification_status') 2023-12-08 13:00:01.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:01.4|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrated 2023-12-08 13:00:01.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.082486s 2023-12-08 13:00:01.4|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrating 2023-12-08 13:00:01.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2023-12-08 13:00:01.5|Info|rename_deprecated_indexer_flags|Starting migration of Log DB to 233 2023-12-08 13:00:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (233, '2023-12-08T20:00:01', 'rename_deprecated_indexer_flags') 2023-12-08 13:00:01.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2023-12-08 13:00:01.5|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrated 2023-12-08 13:00:01.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0846585s 2023-12-08 13:00:01.7|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-08 13:00:01.7|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker. 2023-12-08 13:00:02.1|Info|QualityProfileService|Setting up default quality profiles 2023-12-08 13:00:02.3|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-08 13:00:02.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-08 13:00:02.9|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-08 13:00:02.9|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-08 13:09:59.6|Info|Microsoft.Hosting.Lifetime|Application is shutting down... 2023-12-08 13:10:00.0|Info|ConsoleApp|Exiting main. 2023-12-08 13:10:08.4|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-08 13:10:08.4|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 13:10:08.5|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 13:10:08.7|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 13:10:08.9|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-08 13:10:09.2|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-08 13:10:09.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-08 13:10:11.4|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-08 13:10:11.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-08 13:10:11.8|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-08 13:10:11.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-08 13:10:12.6|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-08 13:10:12.7|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 13:10:12.8|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 13:10:13.1|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-08 13:10:13.3|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-08 13:10:13.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-08 13:10:13.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-08 13:10:15.6|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-08 13:10:16.4|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-08 13:10:16.4|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-08 13:10:16.4|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-08 13:23:55.8|Warn|RadarrErrorPipeline|Invalid request Validation failed: -- InstanceName: Must contain Radarr 2023-12-08 13:24:34.5|Info|AddMovieService|Adding Movie [Everything Everywhere All at Once (2022)][tt6710474, 545611] Path: [/media/4K Movies/Everything Everywhere All at Once (2022)] 2023-12-08 13:24:34.8|Info|RefreshMovieService|Updating info for Everything Everywhere All at Once 2023-12-08 13:24:35.1|Info|MediaCoverService|Downloading Poster for [Everything Everywhere All at Once (2022)][tt6710474, 545611] https://image.tmdb.org/t/p/original/rKvCys0fMIIi1X9rmJBxTPLAtoU.jpg 2023-12-08 13:24:35.1|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-08 13:24:35.7|Info|MediaCoverService|Downloading Fanart for [Everything Everywhere All at Once (2022)][tt6710474, 545611] https://image.tmdb.org/t/p/original/fIwiFha3WPu5nHkBeMQ4GzEk0Hv.jpg 2023-12-08 13:24:35.8|Info|MovieService|Assigning file [Everything.Everywhere.All.at.Once.2022.UHD.BluRay.2160p.10bit.HDR.TrueHDAtmos.7.1.x265-beAst.mkv] to movie [[Everything Everywhere All at Once (2022)][tt6710474, 545611]] 2023-12-08 13:24:35.9|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-08 13:24:35.9|Info|MovieScannedHandler|[Everything Everywhere All at Once] was recently added, performing post-add actions 2023-12-08 13:24:36.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-08 13:24:36.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-08 13:24:36.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-08 13:24:36.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-08 13:30:18.1|Info|RssSyncService|Starting RSS Sync 2023-12-08 13:30:18.4|Warn|FetchAndParseRssService|No available indexers. check your configuration. 2023-12-08 13:30:18.4|Info|DownloadDecisionMaker|No results found 2023-12-08 13:30:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2023-12-08 13:30:18.6|Info|RssSyncService|Starting RSS Sync 2023-12-08 13:30:18.7|Warn|FetchAndParseRssService|No available indexers. check your configuration. 2023-12-08 13:30:18.7|Info|DownloadDecisionMaker|No results found 2023-12-08 13:30:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2023-12-08 13:31:10.7|Info|Auth|Auth-Success ip 107.*.*.75 username 'frank' 2023-12-08 13:36:14.7|Warn|RadarrErrorPipeline|Invalid request Validation failed: -- MovieCategory: Category does not exist 2023-12-08 14:00:19.9|Info|RssSyncService|Starting RSS Sync 2023-12-08 14:00:20.4|Info|RssSyncService|Starting RSS Sync 2023-12-08 14:00:22.5|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 14:00:23.9|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 14:00:24.1|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 14:00:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 14:30:26.8|Info|RssSyncService|Starting RSS Sync 2023-12-08 14:30:31.7|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 14:30:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 14:30:54.1|Info|RssSyncService|Starting RSS Sync 2023-12-08 14:30:56.0|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 14:30:56.8|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 15:00:37.3|Info|RssSyncService|Starting RSS Sync 2023-12-08 15:00:40.4|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 15:00:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 15:01:07.8|Info|RssSyncService|Starting RSS Sync 2023-12-08 15:01:09.1|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 15:01:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 15:31:09.9|Info|RssSyncService|Starting RSS Sync 2023-12-08 15:31:11.7|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 15:31:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 15:31:19.2|Info|RssSyncService|Starting RSS Sync 2023-12-08 15:31:20.6|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 15:31:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 16:01:22.0|Info|RssSyncService|Starting RSS Sync 2023-12-08 16:01:22.8|Info|RssSyncService|Starting RSS Sync 2023-12-08 16:01:23.9|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 16:01:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 16:01:25.2|Info|DownloadDecisionMaker|Processing 175 releases 2023-12-08 16:01:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0 2023-12-08 16:31:53.9|Info|RssSyncService|Starting RSS Sync 2023-12-08 16:31:57.0|Info|RssSyncService|Starting RSS Sync 2023-12-08 16:31:58.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 16:31:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 16:32:01.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 16:32:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 17:02:25.5|Info|RssSyncService|Starting RSS Sync 2023-12-08 17:02:28.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 17:02:29.0|Info|RssSyncService|Starting RSS Sync 2023-12-08 17:02:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 17:02:32.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 17:02:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 17:32:31.8|Info|RssSyncService|Starting RSS Sync 2023-12-08 17:32:35.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 17:32:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 17:33:02.1|Info|RssSyncService|Starting RSS Sync 2023-12-08 17:33:05.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 17:33:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 18:03:03.7|Info|RssSyncService|Starting RSS Sync 2023-12-08 18:03:07.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 18:03:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 18:03:34.2|Info|RssSyncService|Starting RSS Sync 2023-12-08 18:03:37.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 18:03:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 18:33:37.1|Info|RssSyncService|Starting RSS Sync 2023-12-08 18:33:41.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 18:33:41.7|Info|RssSyncService|Starting RSS Sync 2023-12-08 18:33:42.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 18:33:45.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 18:33:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 19:03:44.2|Info|RssSyncService|Starting RSS Sync 2023-12-08 19:03:47.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 19:03:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 19:04:14.5|Info|RssSyncService|Starting RSS Sync 2023-12-08 19:04:18.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 19:04:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 19:33:49.4|Info|RssSyncService|Starting RSS Sync 2023-12-08 19:33:53.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 19:33:55.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 19:34:49.5|Info|RssSyncService|Starting RSS Sync 2023-12-08 19:34:53.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 19:34:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 20:04:24.0|Info|RssSyncService|Starting RSS Sync 2023-12-08 20:04:27.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 20:04:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 20:04:57.0|Info|RssSyncService|Starting RSS Sync 2023-12-08 20:05:00.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 20:05:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 20:34:29.8|Info|RssSyncService|Starting RSS Sync 2023-12-08 20:34:33.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 20:34:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 20:35:02.6|Info|RssSyncService|Starting RSS Sync 2023-12-08 20:35:05.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 20:35:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 21:05:03.4|Info|RssSyncService|Starting RSS Sync 2023-12-08 21:05:07.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 21:05:08.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 21:05:37.1|Info|RssSyncService|Starting RSS Sync 2023-12-08 21:05:40.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 21:05:41.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 21:35:37.2|Info|RssSyncService|Starting RSS Sync 2023-12-08 21:35:40.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 21:35:41.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 21:36:10.6|Info|RssSyncService|Starting RSS Sync 2023-12-08 21:36:13.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 21:36:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 22:05:43.8|Info|RssSyncService|Starting RSS Sync 2023-12-08 22:05:47.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 22:05:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 22:06:44.4|Info|RssSyncService|Starting RSS Sync 2023-12-08 22:06:47.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 22:06:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 22:35:48.4|Info|RssSyncService|Starting RSS Sync 2023-12-08 22:35:51.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 22:35:52.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 22:37:18.5|Info|RssSyncService|Starting RSS Sync 2023-12-08 22:37:21.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 22:37:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 23:05:54.0|Info|RssSyncService|Starting RSS Sync 2023-12-08 23:05:57.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 23:05:58.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 23:07:52.3|Info|RssSyncService|Starting RSS Sync 2023-12-08 23:07:55.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 23:07:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 23:36:27.4|Info|RssSyncService|Starting RSS Sync 2023-12-08 23:36:30.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 23:36:31.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-08 23:38:24.6|Info|RssSyncService|Starting RSS Sync 2023-12-08 23:38:28.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-08 23:38:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 00:07:00.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 00:07:03.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 00:07:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 00:08:56.7|Info|RssSyncService|Starting RSS Sync 2023-12-09 00:08:59.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 00:09:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 00:37:33.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 00:37:37.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 00:37:37.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 00:39:29.4|Info|RssSyncService|Starting RSS Sync 2023-12-09 00:39:32.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 00:39:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 01:08:06.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 01:08:10.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 01:08:10.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 01:10:01.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 01:10:04.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 01:10:05.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 01:38:38.5|Info|RssSyncService|Starting RSS Sync 2023-12-09 01:38:41.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 01:38:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 01:40:09.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 01:40:12.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 01:40:13.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 02:09:10.1|Info|RssSyncService|Starting RSS Sync 2023-12-09 02:09:13.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 02:09:14.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 02:10:43.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 02:10:46.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 02:10:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 02:39:41.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 02:39:45.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 02:39:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 02:41:14.8|Info|RssSyncService|Starting RSS Sync 2023-12-09 02:41:18.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 02:41:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 03:09:46.7|Info|RssSyncService|Starting RSS Sync 2023-12-09 03:09:50.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 03:09:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 03:11:47.1|Info|RssSyncService|Starting RSS Sync 2023-12-09 03:11:50.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 03:11:51.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 03:40:18.6|Info|RssSyncService|Starting RSS Sync 2023-12-09 03:40:22.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 03:40:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 03:42:19.7|Info|RssSyncService|Starting RSS Sync 2023-12-09 03:42:23.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 03:42:24.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 04:10:50.7|Info|RssSyncService|Starting RSS Sync 2023-12-09 04:10:54.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 04:10:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 04:12:53.5|Info|RssSyncService|Starting RSS Sync 2023-12-09 04:12:56.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 04:12:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 04:41:22.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 04:41:26.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 04:41:26.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 04:43:20.4|Info|RssSyncService|Starting RSS Sync 2023-12-09 04:43:26.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 04:43:27.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 05:11:56.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 05:12:01.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 05:12:02.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 05:13:52.7|Info|RssSyncService|Starting RSS Sync 2023-12-09 05:13:55.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 05:13:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 05:42:04.7|Info|RssSyncService|Starting RSS Sync 2023-12-09 05:42:07.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 05:42:08.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 05:44:25.3|Info|RssSyncService|Starting RSS Sync 2023-12-09 05:45:00.2|Info|DownloadDecisionMaker|Processing 199 releases 2023-12-09 05:45:31.6|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0 2023-12-09 06:12:12.8|Info|RssSyncService|Starting RSS Sync 2023-12-09 06:12:16.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 06:12:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 06:15:32.6|Info|RssSyncService|Starting RSS Sync 2023-12-09 06:15:35.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 06:15:36.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 06:42:19.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 06:42:23.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 06:42:24.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 06:45:37.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 06:45:40.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 06:45:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 07:12:33.1|Info|RssSyncService|Starting RSS Sync 2023-12-09 07:12:36.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 07:12:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 07:15:42.3|Info|RssSyncService|Starting RSS Sync 2023-12-09 07:15:45.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 07:15:46.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 07:43:07.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 07:43:10.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 07:43:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 07:45:47.3|Info|RssSyncService|Starting RSS Sync 2023-12-09 07:45:50.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 07:45:51.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 08:13:41.4|Info|RssSyncService|Starting RSS Sync 2023-12-09 08:13:44.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 08:13:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 08:15:54.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 08:15:57.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 08:15:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 08:44:14.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 08:44:17.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 08:44:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 08:46:17.6|Info|RssSyncService|Starting RSS Sync 2023-12-09 08:46:20.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 08:46:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 09:06:25.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down... 2023-12-09 09:06:25.5|Info|Microsoft.Hosting.Lifetime|Application is shutting down... 2023-12-09 09:06:26.3|Info|ConsoleApp|Exiting main. 2023-12-09 09:06:26.6|Info|ConsoleApp|Exiting main. 2023-12-09 09:09:59.0|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-09 09:09:59.1|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-09 09:09:59.1|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-09 09:09:59.6|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-09 09:10:00.2|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-09 09:10:00.7|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-09 09:10:01.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-09 09:10:06.2|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-09 09:10:08.0|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-09 09:10:08.0|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-09 09:10:08.1|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-09 09:16:41.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 09:16:45.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 09:16:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 09:47:09.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 09:47:12.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 09:47:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 10:18:18.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 10:18:21.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 10:18:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 10:48:24.3|Info|RssSyncService|Starting RSS Sync 2023-12-09 10:48:27.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 10:48:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 11:18:29.8|Info|RssSyncService|Starting RSS Sync 2023-12-09 11:18:33.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 11:18:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 11:30:04.0|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent] [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime, DateTime startTime) in ./Radarr.Core/Jobs/ScheduledTaskRepository.cs:line 28 at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) 2023-12-09 11:48:36.4|Info|RssSyncService|Starting RSS Sync 2023-12-09 11:48:39.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 11:48:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 12:19:08.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 12:19:11.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 12:19:12.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 12:49:12.7|Info|RssSyncService|Starting RSS Sync 2023-12-09 12:49:15.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 12:49:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 13:00:16.5|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-09 13:00:16.6|Info|HousekeepingService|Running housecleaning tasks 2023-12-09 13:00:16.6|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-09 13:00:16.7|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-09 13:00:16.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-09 13:00:16.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-09 13:00:16.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-09 13:00:16.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-09 13:00:17.3|Info|Database|Vacuuming Log database 2023-12-09 13:00:17.4|Info|Database|Log database compressed 2023-12-09 13:00:17.4|Info|Database|Vacuuming Main database 2023-12-09 13:00:17.4|Info|Database|Main database compressed 2023-12-09 13:19:18.5|Info|RssSyncService|Starting RSS Sync 2023-12-09 13:19:21.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 13:19:22.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 13:49:51.4|Info|RssSyncService|Starting RSS Sync 2023-12-09 13:49:54.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 13:49:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 14:20:22.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 14:20:26.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 14:20:27.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 14:50:35.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 14:50:39.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 14:50:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 15:20:41.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 15:20:45.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 15:20:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 15:51:14.3|Info|RssSyncService|Starting RSS Sync 2023-12-09 15:51:17.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 15:51:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 16:21:48.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 16:21:51.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 16:21:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 16:52:20.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 16:52:23.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 16:52:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 17:22:25.0|Info|RssSyncService|Starting RSS Sync 2023-12-09 17:22:28.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 17:22:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 17:53:00.4|Info|RssSyncService|Starting RSS Sync 2023-12-09 17:53:03.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 17:53:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 18:23:33.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 18:23:36.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 18:23:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 18:54:05.6|Info|RssSyncService|Starting RSS Sync 2023-12-09 18:54:09.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 18:54:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 19:24:39.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 19:24:54.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 19:24:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 19:55:12.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 19:55:17.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 19:55:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 20:25:27.3|Info|RssSyncService|Starting RSS Sync 2023-12-09 20:25:31.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 20:25:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 20:56:02.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 20:56:06.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 20:56:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 21:26:36.4|Info|RssSyncService|Starting RSS Sync 2023-12-09 21:26:40.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 21:26:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 21:57:09.5|Info|RssSyncService|Starting RSS Sync 2023-12-09 21:57:12.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 21:57:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 22:27:41.4|Info|RssSyncService|Starting RSS Sync 2023-12-09 22:27:44.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 22:27:45.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 22:58:13.2|Info|RssSyncService|Starting RSS Sync 2023-12-09 22:58:16.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 22:58:17.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 23:28:44.5|Info|RssSyncService|Starting RSS Sync 2023-12-09 23:28:47.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-09 23:28:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-09 23:59:17.9|Info|RssSyncService|Starting RSS Sync 2023-12-09 23:59:21.5|Info|DownloadDecisionMaker|Processing 199 releases 2023-12-09 23:59:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0 2023-12-10 00:29:25.8|Info|RssSyncService|Starting RSS Sync 2023-12-10 00:29:30.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 00:29:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 01:00:03.1|Info|RssSyncService|Starting RSS Sync 2023-12-10 01:00:06.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 01:00:07.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 01:30:16.3|Info|RssSyncService|Starting RSS Sync 2023-12-10 01:30:20.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 01:30:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 02:00:22.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 02:00:26.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 02:00:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 02:30:31.9|Info|RssSyncService|Starting RSS Sync 2023-12-10 02:30:36.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 02:30:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 03:00:37.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 03:00:41.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 03:00:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 03:30:42.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 03:30:46.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 03:30:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 04:01:16.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 04:01:19.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 04:01:20.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 04:31:23.0|Info|RssSyncService|Starting RSS Sync 2023-12-10 04:31:26.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 04:31:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 05:01:31.5|Info|RssSyncService|Starting RSS Sync 2023-12-10 05:01:39.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 05:01:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 05:32:10.8|Info|RssSyncService|Starting RSS Sync 2023-12-10 05:32:16.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 05:32:19.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 06:02:47.6|Info|RssSyncService|Starting RSS Sync 2023-12-10 06:02:51.3|Info|DownloadDecisionMaker|Processing 199 releases 2023-12-10 06:02:52.6|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0 2023-12-10 06:33:02.0|Info|RssSyncService|Starting RSS Sync 2023-12-10 06:33:05.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 06:33:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 06:44:37.7|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Update(CommandModel command, CommandStatus status, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 258 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Complete(CommandModel command, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 206 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-10 07:03:10.1|Info|RssSyncService|Starting RSS Sync 2023-12-10 07:03:13.5|Info|DownloadDecisionMaker|Processing 198 releases 2023-12-10 07:03:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 198, Reports grabbed: 0 2023-12-10 07:33:16.2|Info|RssSyncService|Starting RSS Sync 2023-12-10 07:33:19.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 07:33:20.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 08:03:24.4|Info|RssSyncService|Starting RSS Sync 2023-12-10 08:03:28.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 08:03:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 08:33:32.1|Info|RssSyncService|Starting RSS Sync 2023-12-10 08:33:36.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 08:33:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 09:04:07.0|Info|RssSyncService|Starting RSS Sync 2023-12-10 09:04:10.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 09:04:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 09:34:41.0|Info|RssSyncService|Starting RSS Sync 2023-12-10 09:34:44.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 09:34:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 10:05:14.8|Info|RssSyncService|Starting RSS Sync 2023-12-10 10:05:18.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 10:05:19.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 10:35:21.3|Info|RssSyncService|Starting RSS Sync 2023-12-10 10:35:24.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 10:35:26.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 11:05:53.6|Info|RssSyncService|Starting RSS Sync 2023-12-10 11:05:57.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 11:05:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 11:35:59.5|Info|RssSyncService|Starting RSS Sync 2023-12-10 11:36:02.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 11:36:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 11:55:01.9|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-10 12:06:36.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 12:06:39.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 12:06:40.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 12:37:09.0|Info|RssSyncService|Starting RSS Sync 2023-12-10 12:37:12.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 12:37:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 13:00:45.7|Info|HousekeepingService|Running housecleaning tasks 2023-12-10 13:00:54.7|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-10 13:00:55.0|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-10 13:00:55.0|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-10 13:00:55.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-10 13:00:55.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-10 13:00:55.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-10 13:00:55.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-10 13:00:55.2|Info|Database|Vacuuming Log database 2023-12-10 13:00:55.2|Info|Database|Log database compressed 2023-12-10 13:00:55.2|Info|Database|Vacuuming Main database 2023-12-10 13:00:55.4|Info|Database|Main database compressed 2023-12-10 13:07:27.6|Info|RssSyncService|Starting RSS Sync 2023-12-10 13:07:31.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 13:07:32.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 13:37:34.4|Info|RssSyncService|Starting RSS Sync 2023-12-10 13:37:37.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 13:37:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 14:07:39.3|Info|RssSyncService|Starting RSS Sync 2023-12-10 14:07:42.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 14:07:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 14:37:45.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 14:37:49.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 14:37:50.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 15:07:51.5|Info|RssSyncService|Starting RSS Sync 2023-12-10 15:07:55.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 15:07:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 15:38:01.0|Info|RssSyncService|Starting RSS Sync 2023-12-10 15:38:04.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 15:38:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 16:08:08.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 16:08:13.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 16:08:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 16:38:18.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 16:38:22.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 16:38:23.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 17:08:26.4|Info|RssSyncService|Starting RSS Sync 2023-12-10 17:08:29.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 17:08:30.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 17:38:35.3|Info|RssSyncService|Starting RSS Sync 2023-12-10 17:38:38.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 17:38:39.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 18:08:41.8|Info|RssSyncService|Starting RSS Sync 2023-12-10 18:08:45.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 18:08:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 18:38:49.7|Info|RssSyncService|Starting RSS Sync 2023-12-10 18:38:53.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 18:38:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 19:09:23.6|Info|RssSyncService|Starting RSS Sync 2023-12-10 19:09:26.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 19:09:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 19:39:58.2|Info|RssSyncService|Starting RSS Sync 2023-12-10 19:41:38.4|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. https://prowlarr.radiantgarden.datalover.club/8/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Threading.Tasks.TaskCanceledException: The operation was canceled. at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 2023-12-10 19:41:38.5|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. https://prowlarr.radiantgarden.datalover.club/9/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Threading.Tasks.TaskCanceledException: The operation was canceled. at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 2023-12-10 19:41:38.6|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-10 19:41:40.1|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-10 20:12:01.9|Info|RssSyncService|Starting RSS Sync 2023-12-10 20:12:05.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 20:12:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 20:42:10.1|Info|RssSyncService|Starting RSS Sync 2023-12-10 20:42:14.0|Info|DownloadDecisionMaker|Processing 300 releases 2023-12-10 20:42:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 300, Reports grabbed: 0 2023-12-10 21:12:22.6|Info|RssSyncService|Starting RSS Sync 2023-12-10 21:12:26.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 21:12:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 21:42:56.4|Info|RssSyncService|Starting RSS Sync 2023-12-10 21:43:00.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 21:43:01.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 22:13:03.0|Info|RssSyncService|Starting RSS Sync 2023-12-10 22:13:06.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 22:13:07.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 22:43:36.3|Info|RssSyncService|Starting RSS Sync 2023-12-10 22:43:39.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 22:43:40.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 23:14:08.8|Info|RssSyncService|Starting RSS Sync 2023-12-10 23:14:12.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 23:14:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-10 23:44:43.6|Info|RssSyncService|Starting RSS Sync 2023-12-10 23:44:47.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-10 23:44:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 00:15:22.0|Info|RssSyncService|Starting RSS Sync 2023-12-11 00:15:25.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 00:15:26.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 00:45:54.5|Info|RssSyncService|Starting RSS Sync 2023-12-11 00:45:57.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 00:45:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 01:16:27.7|Info|RssSyncService|Starting RSS Sync 2023-12-11 01:16:33.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 01:16:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 01:46:38.5|Info|RssSyncService|Starting RSS Sync 2023-12-11 01:46:42.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 01:46:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 02:17:12.4|Info|RssSyncService|Starting RSS Sync 2023-12-11 02:17:15.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 02:17:16.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 02:47:19.3|Info|RssSyncService|Starting RSS Sync 2023-12-11 02:47:23.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 02:47:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 03:01:25.9|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-11 03:01:31.0|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-11 03:01:46.6|Error|X509CertificateValidationService|Certificate validation for nzbget.radiantgarden.datalover.club failed. RemoteCertificateNameMismatch, RemoteCertificateChainErrors 2023-12-11 03:17:53.5|Info|RssSyncService|Starting RSS Sync 2023-12-11 03:17:56.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 03:17:57.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 03:48:27.5|Info|RssSyncService|Starting RSS Sync 2023-12-11 03:48:30.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 03:48:31.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 04:18:47.3|Info|RssSyncService|Starting RSS Sync 2023-12-11 04:18:50.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 04:18:52.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 04:48:56.8|Info|RssSyncService|Starting RSS Sync 2023-12-11 04:49:00.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 04:49:01.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 05:19:30.8|Info|RssSyncService|Starting RSS Sync 2023-12-11 05:19:34.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 05:19:35.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 05:50:02.9|Info|RssSyncService|Starting RSS Sync 2023-12-11 05:50:06.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 05:50:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 06:07:09.5|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Update(CommandModel command, CommandStatus status, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 258 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Complete(CommandModel command, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 206 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-11 06:20:13.9|Info|RssSyncService|Starting RSS Sync 2023-12-11 06:20:17.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 06:20:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 06:50:46.4|Info|RssSyncService|Starting RSS Sync 2023-12-11 06:50:49.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 06:50:51.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 07:20:52.1|Info|RssSyncService|Starting RSS Sync 2023-12-11 07:20:55.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 07:20:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 07:50:57.1|Info|RssSyncService|Starting RSS Sync 2023-12-11 07:51:00.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 07:51:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 08:21:28.9|Info|RssSyncService|Starting RSS Sync 2023-12-11 08:21:32.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 08:21:33.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 08:51:40.1|Info|RssSyncService|Starting RSS Sync 2023-12-11 08:51:43.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 08:51:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 09:11:37.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down... 2023-12-11 09:11:38.2|Info|ConsoleApp|Exiting main. 2023-12-11 09:11:55.9|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-11 09:11:56.0|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 09:11:56.0|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 09:11:56.4|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 09:11:56.6|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-11 09:11:56.8|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-11 09:11:57.3|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-11 09:11:58.8|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-11 09:11:59.2|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-11 09:11:59.2|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-11 09:11:59.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-11 09:21:59.6|Info|RssSyncService|Starting RSS Sync 2023-12-11 09:22:03.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 09:22:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 09:43:21.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down... 2023-12-11 09:43:22.1|Info|ConsoleApp|Exiting main. 2023-12-11 09:43:29.8|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-11 09:43:29.9|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 09:43:29.9|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 09:43:30.3|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 09:43:30.5|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-11 09:43:30.8|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-11 09:43:31.3|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-11 09:43:32.8|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-11 09:43:33.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-11 09:43:33.6|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-11 09:43:33.6|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-11 09:52:33.6|Info|RssSyncService|Starting RSS Sync 2023-12-11 09:52:36.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 09:52:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 10:22:51.1|Info|RssSyncService|Starting RSS Sync 2023-12-11 10:22:54.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 10:22:55.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 10:39:01.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down... 2023-12-11 10:39:02.2|Info|ConsoleApp|Exiting main. 2023-12-11 10:39:11.5|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-11 10:39:11.6|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 10:39:11.7|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 10:39:12.2|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 10:39:12.5|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-11 10:39:13.0|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-11 10:39:13.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-11 10:39:16.3|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-11 10:39:17.1|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-11 10:39:17.1|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-11 10:39:17.2|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-11 10:42:42.4|Info|Microsoft.Hosting.Lifetime|Application is shutting down... 2023-12-11 10:42:42.9|Info|ConsoleApp|Exiting main. 2023-12-11 10:42:51.8|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-11 10:42:51.9|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 10:42:52.1|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 10:42:52.6|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-11 10:42:52.9|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-11 10:42:53.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-11 10:42:53.6|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-11 10:42:55.3|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-11 10:42:55.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-11 10:42:55.8|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-11 10:42:55.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-11 10:52:56.3|Info|RssSyncService|Starting RSS Sync 2023-12-11 10:53:00.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 10:53:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 11:23:01.9|Info|RssSyncService|Starting RSS Sync 2023-12-11 11:23:05.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 11:23:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 11:53:10.4|Info|RssSyncService|Starting RSS Sync 2023-12-11 11:53:15.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 11:53:16.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 12:23:43.6|Info|RssSyncService|Starting RSS Sync 2023-12-11 12:23:50.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 12:23:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 12:54:16.5|Info|RssSyncService|Starting RSS Sync 2023-12-11 12:54:19.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 12:54:20.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 13:01:25.9|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-11 13:01:30.7|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-11 13:01:30.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-11 13:01:30.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-11 13:01:40.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-11 13:01:41.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-11 13:01:51.3|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-11 13:01:51.3|Info|HousekeepingService|Running housecleaning tasks 2023-12-11 13:01:51.6|Info|Database|Vacuuming Log database 2023-12-11 13:01:51.6|Info|Database|Log database compressed 2023-12-11 13:01:51.6|Info|Database|Vacuuming Main database 2023-12-11 13:01:51.7|Info|Database|Main database compressed 2023-12-11 13:24:27.8|Info|RssSyncService|Starting RSS Sync 2023-12-11 13:24:31.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 13:24:31.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 13:55:01.1|Info|RssSyncService|Starting RSS Sync 2023-12-11 13:55:04.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 13:55:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 14:25:11.2|Info|RssSyncService|Starting RSS Sync 2023-12-11 14:25:14.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 14:25:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 14:55:22.6|Info|RssSyncService|Starting RSS Sync 2023-12-11 14:55:25.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 14:55:26.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 15:25:28.2|Info|RssSyncService|Starting RSS Sync 2023-12-11 15:25:32.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 15:25:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 15:56:01.0|Info|RssSyncService|Starting RSS Sync 2023-12-11 15:56:05.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 15:56:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 16:26:36.3|Info|RssSyncService|Starting RSS Sync 2023-12-11 16:26:39.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 16:26:40.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 16:56:43.2|Info|RssSyncService|Starting RSS Sync 2023-12-11 16:56:53.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 16:56:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 17:26:55.3|Info|RssSyncService|Starting RSS Sync 2023-12-11 17:26:59.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 17:27:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 17:57:27.7|Info|RssSyncService|Starting RSS Sync 2023-12-11 17:57:31.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 17:57:31.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 18:28:01.7|Info|RssSyncService|Starting RSS Sync 2023-12-11 18:28:04.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 18:28:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 18:58:35.7|Info|RssSyncService|Starting RSS Sync 2023-12-11 18:58:39.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 18:58:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 19:28:41.4|Info|RssSyncService|Starting RSS Sync 2023-12-11 19:28:44.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 19:28:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 19:58:48.4|Info|RssSyncService|Starting RSS Sync 2023-12-11 19:58:51.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 19:58:54.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 20:29:23.2|Info|RssSyncService|Starting RSS Sync 2023-12-11 20:29:27.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 20:29:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 20:59:57.8|Info|RssSyncService|Starting RSS Sync 2023-12-11 21:00:01.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 21:00:01.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 21:30:02.7|Info|RssSyncService|Starting RSS Sync 2023-12-11 21:30:06.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 21:30:08.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 22:00:14.0|Info|RssSyncService|Starting RSS Sync 2023-12-11 22:00:17.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 22:00:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 22:30:46.4|Info|RssSyncService|Starting RSS Sync 2023-12-11 22:31:41.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 22:31:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 23:02:10.3|Info|RssSyncService|Starting RSS Sync 2023-12-11 23:02:15.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 23:02:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-11 23:32:21.8|Info|RssSyncService|Starting RSS Sync 2023-12-11 23:32:25.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-11 23:32:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 00:02:28.3|Info|RssSyncService|Starting RSS Sync 2023-12-12 00:02:31.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 00:02:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 00:33:03.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 00:33:12.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 00:33:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 01:03:15.7|Info|RssSyncService|Starting RSS Sync 2023-12-12 01:03:23.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 01:03:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 01:33:52.3|Info|RssSyncService|Starting RSS Sync 2023-12-12 01:33:55.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 01:33:58.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 02:04:25.2|Info|RssSyncService|Starting RSS Sync 2023-12-12 02:04:28.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 02:04:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 02:34:57.1|Info|RssSyncService|Starting RSS Sync 2023-12-12 02:35:00.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 02:35:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 03:05:29.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 03:05:33.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 03:05:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 03:36:04.0|Info|RssSyncService|Starting RSS Sync 2023-12-12 03:36:07.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 03:36:08.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 04:06:35.8|Info|RssSyncService|Starting RSS Sync 2023-12-12 04:06:38.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 04:06:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 04:37:08.1|Info|RssSyncService|Starting RSS Sync 2023-12-12 04:37:12.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 04:37:12.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 05:07:14.0|Info|RssSyncService|Starting RSS Sync 2023-12-12 05:07:17.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 05:07:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 05:37:51.1|Info|RssSyncService|Starting RSS Sync 2023-12-12 05:37:54.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 05:37:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 06:08:01.5|Info|RssSyncService|Starting RSS Sync 2023-12-12 06:08:05.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 06:08:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 06:38:11.1|Info|RssSyncService|Starting RSS Sync 2023-12-12 06:38:14.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 06:38:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 07:08:19.3|Info|RssSyncService|Starting RSS Sync 2023-12-12 07:08:22.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 07:08:23.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 07:38:25.8|Info|RssSyncService|Starting RSS Sync 2023-12-12 07:38:29.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 07:38:30.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 08:08:32.4|Info|RssSyncService|Starting RSS Sync 2023-12-12 08:08:35.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 08:08:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 08:38:38.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 08:38:42.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 08:38:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 09:08:48.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 09:08:52.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 09:08:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 09:39:22.6|Info|RssSyncService|Starting RSS Sync 2023-12-12 09:39:26.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 09:39:27.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 10:09:27.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 10:09:31.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 10:09:32.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 10:37:35.4|Error|TaskExtensions|Task Error [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142 at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1125 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 188 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 151 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138 at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 142 at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Radarr.Core/Jobs/Scheduler.cs:line 42 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2023-12-12 10:39:35.7|Info|RssSyncService|Starting RSS Sync 2023-12-12 10:39:38.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 10:39:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 11:09:43.8|Info|RssSyncService|Starting RSS Sync 2023-12-12 11:09:47.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 11:09:47.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 11:40:17.6|Info|RssSyncService|Starting RSS Sync 2023-12-12 11:40:20.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 11:40:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 12:10:49.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 12:10:53.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 12:10:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 12:41:22.1|Info|RssSyncService|Starting RSS Sync 2023-12-12 12:41:25.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 12:41:26.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 13:02:00.1|Info|RefreshMovieService|Updating info for Everything Everywhere All at Once 2023-12-12 13:02:15.8|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-12 13:02:20.4|Info|HousekeepingService|Running housecleaning tasks 2023-12-12 13:02:23.3|Info|Database|Vacuuming Log database 2023-12-12 13:02:23.5|Info|Database|Log database compressed 2023-12-12 13:02:23.5|Info|Database|Vacuuming Main database 2023-12-12 13:02:24.2|Info|Database|Main database compressed 2023-12-12 13:02:31.1|Info|HousekeepingService|Running housecleaning tasks 2023-12-12 13:02:36.3|Info|Database|Vacuuming Log database 2023-12-12 13:02:36.3|Info|Database|Log database compressed 2023-12-12 13:02:36.4|Info|Database|Vacuuming Main database 2023-12-12 13:02:45.9|Info|Database|Main database compressed 2023-12-12 13:02:48.2|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-12 13:02:48.2|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-12 13:02:48.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-12 13:02:48.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-12 13:02:48.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-12 13:02:48.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-12 13:11:34.6|Info|RssSyncService|Starting RSS Sync 2023-12-12 13:11:37.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-12 13:11:38.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-12 13:42:07.4|Info|RssSyncService|Starting RSS Sync 2023-12-12 13:42:11.3|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50: 429.TooManyRequests (142 bytes) 2023-12-12 13:42:11.3|Warn|Torznab|API Request Limit reached for PassThePopcorn (Prowlarr). Disabled for 00:30:00 2023-12-12 13:42:11.4|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 13:42:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 14:12:13.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 14:12:17.8|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50: 429.TooManyRequests (142 bytes) 2023-12-12 14:12:17.8|Warn|Torznab|API Request Limit reached for PassThePopcorn (Prowlarr). Disabled for 01:00:00 2023-12-12 14:12:17.9|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 14:12:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 14:42:23.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 14:42:27.1|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 14:42:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 15:12:55.8|Info|RssSyncService|Starting RSS Sync 2023-12-12 15:12:59.6|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50: 429.TooManyRequests (142 bytes) 2023-12-12 15:12:59.7|Warn|Torznab|API Request Limit reached for PassThePopcorn (Prowlarr). Disabled for 03:00:00 2023-12-12 15:12:59.7|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 15:13:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 15:43:29.3|Info|RssSyncService|Starting RSS Sync 2023-12-12 15:43:32.6|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 15:43:33.2|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 16:13:43.1|Info|RssSyncService|Starting RSS Sync 2023-12-12 16:13:46.7|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 16:13:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 16:44:09.8|Info|RssSyncService|Starting RSS Sync 2023-12-12 16:44:13.1|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 16:44:14.0|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 17:14:41.7|Info|RssSyncService|Starting RSS Sync 2023-12-12 17:14:45.1|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 17:14:45.7|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 17:45:14.2|Info|RssSyncService|Starting RSS Sync 2023-12-12 17:45:18.1|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 17:45:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 18:15:20.1|Info|RssSyncService|Starting RSS Sync 2023-12-12 18:15:24.1|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50: 429.TooManyRequests (142 bytes) 2023-12-12 18:15:24.2|Warn|Torznab|API Request Limit reached for PassThePopcorn (Prowlarr). Disabled for 06:00:00 2023-12-12 18:15:24.3|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 18:15:25.4|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 18:45:52.4|Info|RssSyncService|Starting RSS Sync 2023-12-12 18:45:55.8|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 18:45:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 19:15:58.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 19:16:03.3|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 19:16:04.0|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 19:46:05.8|Info|RssSyncService|Starting RSS Sync 2023-12-12 19:46:13.0|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 19:46:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 20:16:43.4|Info|RssSyncService|Starting RSS Sync 2023-12-12 20:16:48.7|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 20:16:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 20:47:19.1|Info|RssSyncService|Starting RSS Sync 2023-12-12 20:47:24.3|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 20:47:25.4|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 21:17:56.8|Info|RssSyncService|Starting RSS Sync 2023-12-12 21:18:01.5|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 21:18:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 21:48:04.3|Info|RssSyncService|Starting RSS Sync 2023-12-12 21:48:07.7|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 21:48:08.5|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 22:18:09.9|Info|RssSyncService|Starting RSS Sync 2023-12-12 22:18:13.6|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 22:18:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 22:48:45.7|Info|RssSyncService|Starting RSS Sync 2023-12-12 22:48:49.3|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 22:48:50.4|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 23:19:24.4|Info|RssSyncService|Starting RSS Sync 2023-12-12 23:19:28.9|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 23:19:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-12 23:50:00.7|Info|RssSyncService|Starting RSS Sync 2023-12-12 23:50:04.2|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-12 23:50:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 00:20:07.6|Info|RssSyncService|Starting RSS Sync 2023-12-13 00:20:11.7|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50: 429.TooManyRequests (142 bytes) 2023-12-13 00:20:11.8|Warn|Torznab|API Request Limit reached for PassThePopcorn (Prowlarr). Disabled for 12:00:00 2023-12-13 00:20:12.0|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 00:20:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 00:50:41.7|Info|RssSyncService|Starting RSS Sync 2023-12-13 00:50:45.1|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 00:50:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 01:20:50.8|Info|RssSyncService|Starting RSS Sync 2023-12-13 01:20:54.3|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 01:20:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 01:51:01.0|Info|RssSyncService|Starting RSS Sync 2023-12-13 01:51:04.4|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 01:51:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 02:21:33.2|Info|RssSyncService|Starting RSS Sync 2023-12-13 02:21:36.4|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 02:21:37.2|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 02:51:40.9|Info|RssSyncService|Starting RSS Sync 2023-12-13 02:51:44.2|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 02:51:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 03:21:49.9|Info|RssSyncService|Starting RSS Sync 2023-12-13 03:21:53.2|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 03:21:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 03:50:05.0|Error|TaskExtensions|Task Error [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142 at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1125 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 188 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 151 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138 at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 142 at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Radarr.Core/Jobs/Scheduler.cs:line 42 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2023-12-13 03:52:05.6|Info|RssSyncService|Starting RSS Sync 2023-12-13 03:52:09.0|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 03:52:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 04:22:38.7|Info|RssSyncService|Starting RSS Sync 2023-12-13 04:22:42.1|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 04:22:42.9|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 04:52:43.8|Info|RssSyncService|Starting RSS Sync 2023-12-13 04:52:47.0|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 04:52:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 05:23:15.8|Info|RssSyncService|Starting RSS Sync 2023-12-13 05:23:19.0|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 05:23:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 05:53:47.7|Info|RssSyncService|Starting RSS Sync 2023-12-13 05:53:50.9|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 05:53:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 06:24:19.3|Info|RssSyncService|Starting RSS Sync 2023-12-13 06:24:22.6|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 06:24:23.3|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 06:55:27.2|Info|RssSyncService|Starting RSS Sync 2023-12-13 06:55:30.5|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 06:55:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 07:25:36.9|Info|RssSyncService|Starting RSS Sync 2023-12-13 07:25:40.2|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 07:25:41.0|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 07:55:52.7|Info|RssSyncService|Starting RSS Sync 2023-12-13 07:55:56.0|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 07:55:56.7|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 08:26:25.9|Info|RssSyncService|Starting RSS Sync 2023-12-13 08:26:29.1|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 08:26:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 08:56:59.6|Info|RssSyncService|Starting RSS Sync 2023-12-13 08:57:02.8|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 08:57:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 09:27:31.3|Info|RssSyncService|Starting RSS Sync 2023-12-13 09:27:34.9|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 09:27:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 09:57:38.3|Info|RssSyncService|Starting RSS Sync 2023-12-13 09:57:41.5|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 09:57:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 10:28:10.4|Info|RssSyncService|Starting RSS Sync 2023-12-13 10:28:13.9|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 10:28:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 10:58:42.1|Info|RssSyncService|Starting RSS Sync 2023-12-13 10:58:45.2|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 10:58:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 11:29:13.7|Info|RssSyncService|Starting RSS Sync 2023-12-13 11:29:16.9|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 11:29:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 11:59:45.3|Info|RssSyncService|Starting RSS Sync 2023-12-13 11:59:48.9|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-13 11:59:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-13 12:30:17.3|Info|RssSyncService|Starting RSS Sync 2023-12-13 12:30:20.6|Info|DownloadDecisionMaker|Processing 250 releases 2023-12-13 12:30:22.2|Info|RssSyncService|RSS Sync Completed. Reports found: 250, Reports grabbed: 0 2023-12-13 13:00:27.8|Info|RssSyncService|Starting RSS Sync 2023-12-13 13:00:31.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 13:00:31.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 13:02:28.3|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-13 13:02:58.4|Info|HousekeepingService|Running housecleaning tasks 2023-12-13 13:02:58.5|Info|Database|Vacuuming Log database 2023-12-13 13:02:58.5|Info|RefreshMovieService|Updating info for Everything Everywhere All at Once 2023-12-13 13:02:58.6|Info|Database|Log database compressed 2023-12-13 13:02:58.6|Info|Database|Vacuuming Main database 2023-12-13 13:02:58.6|Info|Database|Main database compressed 2023-12-13 13:03:03.1|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-13 13:03:03.1|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-13 13:03:03.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-13 13:03:03.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-13 13:03:03.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-13 13:03:03.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-13 13:30:40.2|Info|RssSyncService|Starting RSS Sync 2023-12-13 13:30:45.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 13:30:46.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 14:01:15.2|Info|RssSyncService|Starting RSS Sync 2023-12-13 14:01:18.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 14:01:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 14:31:48.9|Info|RssSyncService|Starting RSS Sync 2023-12-13 14:31:52.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 14:31:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 15:02:22.9|Info|RssSyncService|Starting RSS Sync 2023-12-13 15:02:26.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 15:02:26.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 15:32:44.4|Info|RssSyncService|Starting RSS Sync 2023-12-13 15:32:47.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 15:32:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 16:03:17.0|Info|RssSyncService|Starting RSS Sync 2023-12-13 16:03:20.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 16:03:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 16:33:22.1|Info|RssSyncService|Starting RSS Sync 2023-12-13 16:33:25.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 16:33:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 17:03:57.9|Info|RssSyncService|Starting RSS Sync 2023-12-13 17:04:01.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 17:04:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 17:34:04.3|Info|RssSyncService|Starting RSS Sync 2023-12-13 17:34:07.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 17:34:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 18:04:10.8|Info|RssSyncService|Starting RSS Sync 2023-12-13 18:04:14.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 18:04:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 18:09:46.2|Error|CommandExecutor|Error occurred while executing task MessagingCleanup [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Update(CommandModel command, CommandStatus status, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 258 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Complete(CommandModel command, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 206 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-13 18:34:20.8|Info|RssSyncService|Starting RSS Sync 2023-12-13 18:34:24.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 18:34:25.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 19:04:53.8|Info|RssSyncService|Starting RSS Sync 2023-12-13 19:04:57.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 19:04:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 19:35:27.0|Info|RssSyncService|Starting RSS Sync 2023-12-13 19:35:30.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 19:35:31.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 20:05:33.3|Info|RssSyncService|Starting RSS Sync 2023-12-13 20:05:37.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 20:05:38.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 20:18:42.1|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Update(CommandModel command, CommandStatus status, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 258 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Complete(CommandModel command, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 206 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-13 20:35:44.8|Info|RssSyncService|Starting RSS Sync 2023-12-13 20:35:49.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 20:35:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 21:05:53.3|Info|RssSyncService|Starting RSS Sync 2023-12-13 21:05:56.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 21:05:57.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 21:36:02.1|Info|RssSyncService|Starting RSS Sync 2023-12-13 21:36:05.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 21:36:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 22:06:20.6|Info|RssSyncService|Starting RSS Sync 2023-12-13 22:06:23.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 22:06:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 22:34:07.2|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent] [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime, DateTime startTime) in ./Radarr.Core/Jobs/ScheduledTaskRepository.cs:line 28 at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) 2023-12-13 22:36:37.7|Info|RssSyncService|Starting RSS Sync 2023-12-13 22:36:41.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 22:36:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 23:07:10.2|Info|RssSyncService|Starting RSS Sync 2023-12-13 23:07:19.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 23:07:20.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-13 23:37:26.2|Info|RssSyncService|Starting RSS Sync 2023-12-13 23:37:29.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-13 23:37:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 00:07:33.4|Info|RssSyncService|Starting RSS Sync 2023-12-14 00:07:36.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 00:07:37.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 00:37:38.6|Info|RssSyncService|Starting RSS Sync 2023-12-14 00:37:41.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 00:37:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 01:07:53.7|Info|RssSyncService|Starting RSS Sync 2023-12-14 01:07:56.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 01:07:59.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 01:38:31.0|Info|RssSyncService|Starting RSS Sync 2023-12-14 01:38:34.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 01:38:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 02:08:41.9|Info|RssSyncService|Starting RSS Sync 2023-12-14 02:08:45.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 02:08:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 02:39:14.3|Info|RssSyncService|Starting RSS Sync 2023-12-14 02:39:17.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 02:39:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 03:09:18.9|Info|RssSyncService|Starting RSS Sync 2023-12-14 03:09:22.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 03:09:23.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 03:39:52.1|Info|RssSyncService|Starting RSS Sync 2023-12-14 03:39:57.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 03:39:59.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 04:10:26.4|Info|RssSyncService|Starting RSS Sync 2023-12-14 04:10:29.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 04:10:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 04:40:37.3|Info|RssSyncService|Starting RSS Sync 2023-12-14 04:40:41.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 04:40:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 05:11:11.1|Info|RssSyncService|Starting RSS Sync 2023-12-14 05:11:15.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 05:11:16.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 05:41:44.5|Info|RssSyncService|Starting RSS Sync 2023-12-14 05:41:47.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 05:41:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 06:12:17.6|Info|RssSyncService|Starting RSS Sync 2023-12-14 06:12:20.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 06:12:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 06:42:24.7|Info|RssSyncService|Starting RSS Sync 2023-12-14 06:42:28.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 06:42:29.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 07:12:29.7|Info|RssSyncService|Starting RSS Sync 2023-12-14 07:12:33.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 07:12:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 07:43:02.3|Info|RssSyncService|Starting RSS Sync 2023-12-14 07:43:05.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 07:43:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 08:13:37.1|Info|RssSyncService|Starting RSS Sync 2023-12-14 08:13:40.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 08:13:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 08:43:45.2|Info|RssSyncService|Starting RSS Sync 2023-12-14 08:43:48.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 08:43:50.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 09:14:20.3|Info|RssSyncService|Starting RSS Sync 2023-12-14 09:14:23.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 09:14:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 09:44:53.2|Info|RssSyncService|Starting RSS Sync 2023-12-14 09:44:56.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 09:44:58.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 10:14:59.0|Info|RssSyncService|Starting RSS Sync 2023-12-14 10:15:03.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 10:15:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 10:45:10.3|Info|RssSyncService|Starting RSS Sync 2023-12-14 10:45:20.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 10:45:21.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 11:15:42.2|Info|RssSyncService|Starting RSS Sync 2023-12-14 11:15:45.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 11:15:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 11:46:14.0|Info|RssSyncService|Starting RSS Sync 2023-12-14 11:46:17.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 11:46:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 12:16:47.2|Info|RssSyncService|Starting RSS Sync 2023-12-14 12:16:50.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 12:16:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 12:47:23.5|Info|RssSyncService|Starting RSS Sync 2023-12-14 12:47:27.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 12:47:28.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 13:02:48.4|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-14 13:03:03.2|Info|HousekeepingService|Running housecleaning tasks 2023-12-14 13:03:03.6|Info|Database|Vacuuming Log database 2023-12-14 13:03:03.7|Info|Database|Log database compressed 2023-12-14 13:03:03.7|Info|Database|Vacuuming Main database 2023-12-14 13:03:04.0|Info|Database|Main database compressed 2023-12-14 13:03:33.6|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-14 13:03:33.8|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-14 13:03:33.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-14 13:03:34.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-14 13:03:34.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-14 13:03:34.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-14 13:17:34.4|Info|RssSyncService|Starting RSS Sync 2023-12-14 13:17:39.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 13:17:40.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 13:47:49.6|Info|RssSyncService|Starting RSS Sync 2023-12-14 13:47:53.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 13:47:53.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 14:18:05.2|Info|RssSyncService|Starting RSS Sync 2023-12-14 14:18:08.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 14:18:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 14:48:12.6|Info|RssSyncService|Starting RSS Sync 2023-12-14 14:48:16.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 14:48:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 15:18:28.7|Info|RssSyncService|Starting RSS Sync 2023-12-14 15:18:33.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 15:18:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 15:49:01.3|Info|RssSyncService|Starting RSS Sync 2023-12-14 15:49:12.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 15:49:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 16:19:34.2|Info|RssSyncService|Starting RSS Sync 2023-12-14 16:19:38.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 16:19:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 16:50:07.6|Info|RssSyncService|Starting RSS Sync 2023-12-14 16:50:11.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 16:50:15.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 17:20:17.9|Info|RssSyncService|Starting RSS Sync 2023-12-14 17:20:21.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 17:20:22.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 17:50:50.1|Info|RssSyncService|Starting RSS Sync 2023-12-14 17:50:53.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 17:50:53.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 18:21:23.8|Info|RssSyncService|Starting RSS Sync 2023-12-14 18:21:28.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 18:21:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 18:51:56.9|Info|RssSyncService|Starting RSS Sync 2023-12-14 18:52:00.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 18:52:01.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 19:22:03.3|Info|RssSyncService|Starting RSS Sync 2023-12-14 19:22:08.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 19:22:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 19:52:38.4|Info|RssSyncService|Starting RSS Sync 2023-12-14 19:52:42.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 19:52:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 20:23:13.6|Info|RssSyncService|Starting RSS Sync 2023-12-14 20:23:17.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 20:23:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 20:53:46.5|Info|RssSyncService|Starting RSS Sync 2023-12-14 20:53:49.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 20:53:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 21:23:51.7|Info|RssSyncService|Starting RSS Sync 2023-12-14 21:23:55.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 21:23:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 21:54:25.3|Info|RssSyncService|Starting RSS Sync 2023-12-14 21:54:28.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 21:54:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 22:24:30.9|Info|RssSyncService|Starting RSS Sync 2023-12-14 22:24:36.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 22:24:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 22:55:06.5|Info|RssSyncService|Starting RSS Sync 2023-12-14 22:55:09.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 22:55:10.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 23:25:38.2|Info|RssSyncService|Starting RSS Sync 2023-12-14 23:25:41.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 23:25:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-14 23:56:10.2|Info|RssSyncService|Starting RSS Sync 2023-12-14 23:56:15.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-14 23:56:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 00:26:42.5|Info|RssSyncService|Starting RSS Sync 2023-12-15 00:26:45.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 00:26:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 00:57:15.5|Info|RssSyncService|Starting RSS Sync 2023-12-15 00:57:18.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 00:57:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 01:27:22.3|Info|RssSyncService|Starting RSS Sync 2023-12-15 01:27:25.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 01:27:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 01:57:54.3|Info|RssSyncService|Starting RSS Sync 2023-12-15 01:57:57.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 01:57:59.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 02:28:27.7|Info|RssSyncService|Starting RSS Sync 2023-12-15 02:28:30.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 02:28:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 02:59:04.9|Info|RssSyncService|Starting RSS Sync 2023-12-15 02:59:08.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 02:59:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 03:29:42.8|Info|RssSyncService|Starting RSS Sync 2023-12-15 03:29:46.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 03:29:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 03:35:15.8|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-15 03:59:56.7|Info|RssSyncService|Starting RSS Sync 2023-12-15 04:00:00.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 04:00:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 04:30:08.4|Info|RssSyncService|Starting RSS Sync 2023-12-15 04:30:11.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 04:30:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 05:00:41.3|Info|RssSyncService|Starting RSS Sync 2023-12-15 05:00:56.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 05:00:57.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 05:31:18.8|Info|RssSyncService|Starting RSS Sync 2023-12-15 05:31:23.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 05:31:24.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 06:01:51.3|Info|RssSyncService|Starting RSS Sync 2023-12-15 06:01:54.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 06:01:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 06:32:22.9|Info|RssSyncService|Starting RSS Sync 2023-12-15 06:32:26.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 06:32:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 07:02:36.0|Info|RssSyncService|Starting RSS Sync 2023-12-15 07:02:39.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 07:02:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 07:32:40.5|Info|RssSyncService|Starting RSS Sync 2023-12-15 07:32:43.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 07:32:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 08:02:47.2|Info|RssSyncService|Starting RSS Sync 2023-12-15 08:02:50.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 08:02:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 08:32:52.2|Info|RssSyncService|Starting RSS Sync 2023-12-15 08:32:55.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 08:32:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 09:02:58.0|Info|RssSyncService|Starting RSS Sync 2023-12-15 09:03:01.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 09:03:02.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 09:33:06.2|Info|RssSyncService|Starting RSS Sync 2023-12-15 09:33:09.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 09:33:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 10:03:12.3|Info|RssSyncService|Starting RSS Sync 2023-12-15 10:03:18.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 10:03:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 10:33:45.0|Info|RssSyncService|Starting RSS Sync 2023-12-15 10:33:48.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 10:33:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 11:04:04.0|Info|RssSyncService|Starting RSS Sync 2023-12-15 11:04:07.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 11:04:08.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 11:34:17.9|Info|RssSyncService|Starting RSS Sync 2023-12-15 11:34:21.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 11:34:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 12:04:51.1|Info|RssSyncService|Starting RSS Sync 2023-12-15 12:04:54.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 12:04:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 12:34:57.3|Info|RssSyncService|Starting RSS Sync 2023-12-15 12:35:01.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 12:35:01.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 13:00:32.7|Info|BackupService|Starting Backup 2023-12-15 13:03:03.6|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-15 13:03:33.7|Info|HousekeepingService|Running housecleaning tasks 2023-12-15 13:03:34.0|Info|Database|Vacuuming Log database 2023-12-15 13:03:34.0|Info|Database|Log database compressed 2023-12-15 13:03:34.0|Info|Database|Vacuuming Main database 2023-12-15 13:03:34.1|Info|Database|Main database compressed 2023-12-15 13:04:04.1|Info|RefreshMovieService|Updating info for Everything Everywhere All at Once 2023-12-15 13:04:13.2|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-15 13:04:13.3|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-15 13:04:13.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-15 13:04:13.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-15 13:04:13.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-15 13:04:13.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-15 13:04:13.4|Info|MediaCoverService|Downloading Poster for [Everything Everywhere All at Once (2022)][tt6710474, 545611] https://image.tmdb.org/t/p/original/w3LxiVYdWWRvEVdn5RYq6jIqkb1.jpg 2023-12-15 13:05:04.0|Info|RssSyncService|Starting RSS Sync 2023-12-15 13:05:07.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 13:05:08.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 13:35:37.1|Info|RssSyncService|Starting RSS Sync 2023-12-15 13:35:41.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 13:35:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 14:06:09.8|Info|RssSyncService|Starting RSS Sync 2023-12-15 14:06:13.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 14:06:14.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 14:36:36.5|Info|RssSyncService|Starting RSS Sync 2023-12-15 14:36:39.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 14:36:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 14:39:42.0|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-15 14:43:13.2|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-15 14:50:44.1|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-15 15:06:48.3|Info|RssSyncService|Starting RSS Sync 2023-12-15 15:06:51.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 15:06:52.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 15:37:20.5|Info|RssSyncService|Starting RSS Sync 2023-12-15 15:37:24.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 15:37:25.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 16:07:29.0|Info|RssSyncService|Starting RSS Sync 2023-12-15 16:07:32.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 16:07:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 16:38:00.6|Info|RssSyncService|Starting RSS Sync 2023-12-15 16:38:03.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 16:38:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 17:08:06.6|Info|RssSyncService|Starting RSS Sync 2023-12-15 17:08:09.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 17:08:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 17:38:14.1|Info|RssSyncService|Starting RSS Sync 2023-12-15 17:38:17.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 17:38:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 18:08:43.7|Info|RssSyncService|Starting RSS Sync 2023-12-15 18:08:49.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 18:08:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 18:39:20.7|Info|RssSyncService|Starting RSS Sync 2023-12-15 18:39:23.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 18:39:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 19:09:30.8|Info|RssSyncService|Starting RSS Sync 2023-12-15 19:09:34.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 19:09:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 19:39:36.6|Info|RssSyncService|Starting RSS Sync 2023-12-15 19:39:41.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 19:39:44.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 20:09:44.8|Info|RssSyncService|Starting RSS Sync 2023-12-15 20:09:48.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 20:09:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 20:40:19.7|Info|RssSyncService|Starting RSS Sync 2023-12-15 20:40:24.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 20:40:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 21:10:54.0|Info|RssSyncService|Starting RSS Sync 2023-12-15 21:10:57.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 21:11:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 21:41:28.2|Info|RssSyncService|Starting RSS Sync 2023-12-15 21:41:31.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 21:41:33.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 22:12:02.9|Info|RssSyncService|Starting RSS Sync 2023-12-15 22:12:06.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 22:12:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 22:42:35.4|Info|RssSyncService|Starting RSS Sync 2023-12-15 22:42:40.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 22:42:41.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 23:13:08.1|Info|RssSyncService|Starting RSS Sync 2023-12-15 23:13:11.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 23:13:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-15 23:43:41.6|Info|RssSyncService|Starting RSS Sync 2023-12-15 23:43:44.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-15 23:43:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 00:14:13.8|Info|RssSyncService|Starting RSS Sync 2023-12-16 00:14:18.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 00:14:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 00:44:45.8|Info|RssSyncService|Starting RSS Sync 2023-12-16 00:44:49.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 00:44:50.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 01:14:51.6|Info|RssSyncService|Starting RSS Sync 2023-12-16 01:14:57.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 01:14:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 01:45:56.2|Info|RssSyncService|Starting RSS Sync 2023-12-16 01:45:59.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 01:46:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 02:16:28.3|Info|RssSyncService|Starting RSS Sync 2023-12-16 02:16:31.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 02:16:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 02:46:35.1|Info|RssSyncService|Starting RSS Sync 2023-12-16 02:46:38.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 02:46:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 03:17:07.9|Info|RssSyncService|Starting RSS Sync 2023-12-16 03:17:11.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 03:17:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 03:47:12.9|Info|RssSyncService|Starting RSS Sync 2023-12-16 03:47:16.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 03:47:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 04:17:45.3|Info|RssSyncService|Starting RSS Sync 2023-12-16 04:17:48.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 04:17:49.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 04:48:17.3|Info|RssSyncService|Starting RSS Sync 2023-12-16 04:48:20.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 04:48:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 05:18:51.3|Info|RssSyncService|Starting RSS Sync 2023-12-16 05:18:54.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 05:18:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 05:49:25.2|Info|RssSyncService|Starting RSS Sync 2023-12-16 05:49:28.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 05:49:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 06:19:32.3|Info|RssSyncService|Starting RSS Sync 2023-12-16 06:19:35.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 06:19:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 06:50:04.5|Info|RssSyncService|Starting RSS Sync 2023-12-16 06:50:07.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 06:50:08.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 07:20:12.1|Info|RssSyncService|Starting RSS Sync 2023-12-16 07:20:15.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 07:20:16.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 07:50:46.9|Info|RssSyncService|Starting RSS Sync 2023-12-16 07:50:50.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 07:50:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 08:20:58.8|Info|RssSyncService|Starting RSS Sync 2023-12-16 08:21:02.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 08:21:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 08:51:05.5|Info|RssSyncService|Starting RSS Sync 2023-12-16 08:51:08.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 08:51:09.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 09:21:38.1|Info|RssSyncService|Starting RSS Sync 2023-12-16 09:21:41.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 09:21:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 09:51:43.2|Info|RssSyncService|Starting RSS Sync 2023-12-16 09:51:46.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 09:51:47.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 10:21:57.7|Info|RssSyncService|Starting RSS Sync 2023-12-16 10:22:03.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 10:22:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 10:52:05.0|Info|RssSyncService|Starting RSS Sync 2023-12-16 10:52:08.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 10:52:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 11:22:41.2|Info|RssSyncService|Starting RSS Sync 2023-12-16 11:22:44.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 11:22:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 11:53:13.6|Info|RssSyncService|Starting RSS Sync 2023-12-16 11:53:17.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 11:53:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 12:23:46.9|Info|RssSyncService|Starting RSS Sync 2023-12-16 12:23:50.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 12:23:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 12:53:53.7|Info|RssSyncService|Starting RSS Sync 2023-12-16 12:53:57.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 12:53:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 13:03:25.8|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-16 13:03:56.2|Info|HousekeepingService|Running housecleaning tasks 2023-12-16 13:03:56.7|Info|Database|Vacuuming Log database 2023-12-16 13:03:56.9|Info|Database|Log database compressed 2023-12-16 13:03:57.1|Info|Database|Vacuuming Main database 2023-12-16 13:03:57.3|Info|Database|Main database compressed 2023-12-16 13:04:26.8|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-16 13:04:27.2|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-16 13:04:27.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-16 13:04:27.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-16 13:04:27.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-16 13:04:27.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-16 13:24:06.0|Info|RssSyncService|Starting RSS Sync 2023-12-16 13:24:09.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 13:24:10.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 13:54:40.8|Info|RssSyncService|Starting RSS Sync 2023-12-16 13:54:44.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 13:54:44.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 14:25:14.7|Info|RssSyncService|Starting RSS Sync 2023-12-16 14:25:18.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 14:25:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 14:55:48.1|Info|RssSyncService|Starting RSS Sync 2023-12-16 14:55:51.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 14:55:52.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 15:25:56.2|Info|RssSyncService|Starting RSS Sync 2023-12-16 15:25:59.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 15:26:00.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 15:56:30.6|Info|RssSyncService|Starting RSS Sync 2023-12-16 15:56:34.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 15:56:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 16:26:38.7|Info|RssSyncService|Starting RSS Sync 2023-12-16 16:26:42.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 16:26:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 16:55:17.3|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-16 16:56:47.4|Info|RssSyncService|Starting RSS Sync 2023-12-16 16:56:50.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 16:56:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 17:27:19.8|Info|RssSyncService|Starting RSS Sync 2023-12-16 17:27:20.1|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50: 429.TooManyRequests (142 bytes) 2023-12-16 17:27:20.2|Warn|Torznab|API Request Limit reached for PassThePopcorn (Prowlarr). Disabled for 00:04:02 2023-12-16 17:27:23.3|Info|DownloadDecisionMaker|Processing 150 releases 2023-12-16 17:27:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0 2023-12-16 17:57:53.0|Info|RssSyncService|Starting RSS Sync 2023-12-16 17:57:56.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 17:57:57.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 18:28:25.6|Info|RssSyncService|Starting RSS Sync 2023-12-16 18:29:09.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 18:29:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 18:59:31.8|Info|RssSyncService|Starting RSS Sync 2023-12-16 18:59:34.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 18:59:35.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 19:29:36.1|Info|RssSyncService|Starting RSS Sync 2023-12-16 19:29:40.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 19:29:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 20:00:09.3|Info|RssSyncService|Starting RSS Sync 2023-12-16 20:00:13.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 20:00:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 20:30:16.9|Info|RssSyncService|Starting RSS Sync 2023-12-16 20:30:20.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 20:30:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 21:00:52.5|Info|RssSyncService|Starting RSS Sync 2023-12-16 21:00:55.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 21:00:59.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 21:31:12.6|Info|RssSyncService|Starting RSS Sync 2023-12-16 21:31:16.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 21:31:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 22:01:18.4|Info|RssSyncService|Starting RSS Sync 2023-12-16 22:01:21.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 22:01:23.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 22:31:25.3|Info|RssSyncService|Starting RSS Sync 2023-12-16 22:31:28.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 22:31:30.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 23:01:36.2|Info|RssSyncService|Starting RSS Sync 2023-12-16 23:01:39.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 23:01:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-16 23:32:09.4|Info|RssSyncService|Starting RSS Sync 2023-12-16 23:32:12.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-16 23:32:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 00:02:42.3|Info|RssSyncService|Starting RSS Sync 2023-12-17 00:02:45.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 00:02:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 00:33:15.4|Info|RssSyncService|Starting RSS Sync 2023-12-17 00:33:18.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 00:33:20.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 01:03:48.2|Info|RssSyncService|Starting RSS Sync 2023-12-17 01:03:51.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 01:03:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 01:34:22.5|Info|RssSyncService|Starting RSS Sync 2023-12-17 01:34:25.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 01:34:26.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 02:04:27.9|Info|RssSyncService|Starting RSS Sync 2023-12-17 02:04:31.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 02:04:32.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 02:34:44.2|Info|RssSyncService|Starting RSS Sync 2023-12-17 02:34:47.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 02:34:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 03:04:55.4|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-17 03:05:25.2|Info|RssSyncService|Starting RSS Sync 2023-12-17 03:05:28.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 03:05:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 03:35:57.2|Info|RssSyncService|Starting RSS Sync 2023-12-17 03:36:00.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 03:36:01.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 04:04:32.3|Error|TaskExtensions|Task Error [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142 at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1125 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 188 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 151 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138 at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 142 at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Radarr.Core/Jobs/Scheduler.cs:line 42 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2023-12-17 04:06:02.5|Info|RssSyncService|Starting RSS Sync 2023-12-17 04:06:05.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 04:06:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 04:36:12.9|Info|RssSyncService|Starting RSS Sync 2023-12-17 04:36:16.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 04:36:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 05:06:45.1|Info|RssSyncService|Starting RSS Sync 2023-12-17 05:06:48.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 05:06:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 05:36:52.1|Info|RssSyncService|Starting RSS Sync 2023-12-17 05:36:55.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 05:36:56.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 06:07:24.1|Info|RssSyncService|Starting RSS Sync 2023-12-17 06:07:27.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 06:07:28.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 06:37:55.9|Info|RssSyncService|Starting RSS Sync 2023-12-17 06:37:59.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 06:38:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 07:08:07.8|Info|RssSyncService|Starting RSS Sync 2023-12-17 07:08:11.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 07:08:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 07:38:35.7|Info|RssSyncService|Starting RSS Sync 2023-12-17 07:38:46.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 07:38:47.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 08:09:07.4|Info|RssSyncService|Starting RSS Sync 2023-12-17 08:09:10.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 08:09:11.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 08:39:18.3|Info|RssSyncService|Starting RSS Sync 2023-12-17 08:39:21.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 08:39:23.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 09:09:28.0|Info|RssSyncService|Starting RSS Sync 2023-12-17 09:09:31.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 09:09:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 09:39:36.8|Info|RssSyncService|Starting RSS Sync 2023-12-17 09:39:42.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 09:39:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 10:10:08.4|Info|RssSyncService|Starting RSS Sync 2023-12-17 10:10:11.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 10:10:12.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 10:40:38.9|Info|RssSyncService|Starting RSS Sync 2023-12-17 10:40:42.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 10:40:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 11:11:10.5|Info|RssSyncService|Starting RSS Sync 2023-12-17 11:11:14.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 11:11:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 11:41:46.3|Info|RssSyncService|Starting RSS Sync 2023-12-17 11:41:49.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 11:41:50.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 12:11:53.2|Info|RssSyncService|Starting RSS Sync 2023-12-17 12:11:56.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 12:11:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 12:42:26.8|Info|RssSyncService|Starting RSS Sync 2023-12-17 12:42:29.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 12:42:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 13:03:28.5|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-17 13:03:58.5|Info|HousekeepingService|Running housecleaning tasks 2023-12-17 13:03:58.9|Info|Database|Vacuuming Log database 2023-12-17 13:03:59.0|Info|Database|Log database compressed 2023-12-17 13:03:59.0|Info|Database|Vacuuming Main database 2023-12-17 13:03:59.1|Info|Database|Main database compressed 2023-12-17 13:04:28.8|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-17 13:04:28.8|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-17 13:04:28.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-17 13:04:28.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-17 13:04:28.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-17 13:04:28.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-17 13:12:41.1|Info|RssSyncService|Starting RSS Sync 2023-12-17 13:12:44.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 13:12:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 13:43:15.6|Info|RssSyncService|Starting RSS Sync 2023-12-17 13:43:18.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 13:43:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 14:13:30.6|Info|RssSyncService|Starting RSS Sync 2023-12-17 14:13:36.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 14:13:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 14:44:03.7|Info|RssSyncService|Starting RSS Sync 2023-12-17 14:45:35.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 14:46:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 15:16:19.6|Info|RssSyncService|Starting RSS Sync 2023-12-17 15:16:22.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 15:16:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 15:46:31.0|Info|RssSyncService|Starting RSS Sync 2023-12-17 15:46:34.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 15:46:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 16:17:02.7|Info|RssSyncService|Starting RSS Sync 2023-12-17 16:17:06.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 16:17:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 16:47:34.9|Info|RssSyncService|Starting RSS Sync 2023-12-17 16:47:38.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 16:47:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 17:17:40.0|Info|RssSyncService|Starting RSS Sync 2023-12-17 17:17:47.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 17:17:48.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 17:48:12.2|Info|RssSyncService|Starting RSS Sync 2023-12-17 17:48:15.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 17:48:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 18:18:19.0|Info|RssSyncService|Starting RSS Sync 2023-12-17 18:18:22.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 18:18:23.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 18:48:50.9|Info|RssSyncService|Starting RSS Sync 2023-12-17 18:48:54.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 18:48:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 19:19:24.0|Info|RssSyncService|Starting RSS Sync 2023-12-17 19:19:28.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 19:19:28.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 19:49:57.8|Info|RssSyncService|Starting RSS Sync 2023-12-17 19:50:02.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 19:50:02.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 20:20:10.3|Info|RssSyncService|Starting RSS Sync 2023-12-17 20:20:14.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 20:20:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 20:50:19.4|Info|RssSyncService|Starting RSS Sync 2023-12-17 20:50:23.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 20:50:24.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 21:20:54.5|Info|RssSyncService|Starting RSS Sync 2023-12-17 21:20:57.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 21:20:59.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 21:51:28.5|Info|RssSyncService|Starting RSS Sync 2023-12-17 21:51:33.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 21:51:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 22:22:06.0|Info|RssSyncService|Starting RSS Sync 2023-12-17 22:22:09.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 22:22:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 22:52:41.2|Info|RssSyncService|Starting RSS Sync 2023-12-17 22:52:44.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 22:52:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 23:22:55.8|Info|RssSyncService|Starting RSS Sync 2023-12-17 23:22:59.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 23:22:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-17 23:52:34.4|Error|CommandExecutor|Error occurred while executing task MessagingCleanup [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-17 23:53:04.2|Info|RssSyncService|Starting RSS Sync 2023-12-17 23:53:07.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-17 23:53:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 00:23:36.3|Info|RssSyncService|Starting RSS Sync 2023-12-18 00:23:39.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 00:23:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 00:54:09.0|Info|RssSyncService|Starting RSS Sync 2023-12-18 00:54:12.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 00:54:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 01:24:42.0|Info|RssSyncService|Starting RSS Sync 2023-12-18 01:24:46.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 01:24:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 01:55:15.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 01:55:18.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 01:55:20.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 02:25:48.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 02:25:51.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 02:25:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 02:55:57.8|Info|RssSyncService|Starting RSS Sync 2023-12-18 02:56:01.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 02:56:01.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 03:01:33.4|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-18 03:01:38.5|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-18 03:01:48.6|Error|X509CertificateValidationService|Certificate validation for nzbget.radiantgarden.datalover.club failed. RemoteCertificateNameMismatch, RemoteCertificateChainErrors 2023-12-18 03:26:29.7|Info|RssSyncService|Starting RSS Sync 2023-12-18 03:26:33.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 03:26:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 03:57:03.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 03:57:06.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 03:57:07.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 04:27:36.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 04:27:39.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 04:27:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 04:58:10.3|Info|RssSyncService|Starting RSS Sync 2023-12-18 04:58:16.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 04:58:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 05:28:17.7|Info|RssSyncService|Starting RSS Sync 2023-12-18 05:28:20.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 05:28:21.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 05:58:51.8|Info|RssSyncService|Starting RSS Sync 2023-12-18 05:58:55.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 05:58:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 06:29:23.5|Info|RssSyncService|Starting RSS Sync 2023-12-18 06:29:26.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 06:29:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 06:59:29.7|Info|RssSyncService|Starting RSS Sync 2023-12-18 06:59:33.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 06:59:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 07:29:36.6|Info|RssSyncService|Starting RSS Sync 2023-12-18 07:29:40.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 07:29:40.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 08:00:08.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 08:00:11.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 08:00:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 08:30:39.6|Info|RssSyncService|Starting RSS Sync 2023-12-18 08:30:42.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 08:30:43.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 09:01:13.0|Info|RssSyncService|Starting RSS Sync 2023-12-18 09:01:17.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 09:01:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 09:31:46.5|Info|RssSyncService|Starting RSS Sync 2023-12-18 09:31:50.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 09:31:51.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 10:02:18.6|Info|RssSyncService|Starting RSS Sync 2023-12-18 10:02:21.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 10:02:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 10:32:51.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 10:32:54.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 10:32:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 11:02:59.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 11:03:02.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 11:03:03.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 11:33:35.9|Info|RssSyncService|Starting RSS Sync 2023-12-18 11:33:40.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 11:33:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 12:04:08.4|Info|RssSyncService|Starting RSS Sync 2023-12-18 12:04:11.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 12:04:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 12:34:17.7|Info|RssSyncService|Starting RSS Sync 2023-12-18 12:34:20.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 12:34:21.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 13:03:55.5|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-18 13:04:25.7|Info|RssSyncService|Starting RSS Sync 2023-12-18 13:04:25.8|Info|HousekeepingService|Running housecleaning tasks 2023-12-18 13:04:26.2|Info|Database|Vacuuming Log database 2023-12-18 13:04:26.4|Info|Database|Log database compressed 2023-12-18 13:04:26.5|Info|Database|Vacuuming Main database 2023-12-18 13:04:26.6|Info|Database|Main database compressed 2023-12-18 13:04:28.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 13:04:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 13:04:56.2|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-18 13:04:56.4|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-18 13:04:56.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-18 13:04:56.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-18 13:04:56.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-18 13:04:56.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-18 13:34:36.8|Info|RssSyncService|Starting RSS Sync 2023-12-18 13:34:40.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 13:34:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 14:04:41.5|Info|RssSyncService|Starting RSS Sync 2023-12-18 14:04:45.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 14:04:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 14:35:16.7|Info|RssSyncService|Starting RSS Sync 2023-12-18 14:35:20.1|Info|DownloadDecisionMaker|Processing 197 releases 2023-12-18 14:35:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0 2023-12-18 15:05:49.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 15:05:52.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 15:05:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 15:35:54.6|Info|RssSyncService|Starting RSS Sync 2023-12-18 15:35:58.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 15:35:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 16:06:29.8|Info|RssSyncService|Starting RSS Sync 2023-12-18 16:06:33.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 16:06:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 16:37:34.9|Info|RssSyncService|Starting RSS Sync 2023-12-18 16:37:40.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 16:37:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 17:03:16.0|Error|TaskExtensions|Task Error [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142 at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1125 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 188 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 151 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138 at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 142 at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Radarr.Core/Jobs/Scheduler.cs:line 42 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2023-12-18 17:03:47.8|Error|CommandExecutor|Error occurred while executing task RefreshMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142 at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1125 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 188 at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 151 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.Refresh() in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 79 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-18 17:07:48.5|Info|RssSyncService|Starting RSS Sync 2023-12-18 17:07:51.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 17:07:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 17:38:18.6|Info|RssSyncService|Starting RSS Sync 2023-12-18 17:38:22.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 17:38:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 18:08:23.5|Info|RssSyncService|Starting RSS Sync 2023-12-18 18:08:27.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 18:08:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 18:39:00.6|Info|RssSyncService|Starting RSS Sync 2023-12-18 18:39:04.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 18:39:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 19:09:33.1|Info|RssSyncService|Starting RSS Sync 2023-12-18 19:09:36.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 19:09:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 19:40:07.9|Info|RssSyncService|Starting RSS Sync 2023-12-18 19:40:11.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 19:40:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 20:10:42.4|Info|RssSyncService|Starting RSS Sync 2023-12-18 20:10:45.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 20:10:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 20:41:15.0|Info|RssSyncService|Starting RSS Sync 2023-12-18 20:41:18.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 20:41:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 21:11:22.4|Info|RssSyncService|Starting RSS Sync 2023-12-18 21:11:26.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 21:11:29.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 21:41:55.8|Info|RssSyncService|Starting RSS Sync 2023-12-18 21:41:59.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 21:42:00.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 22:12:01.2|Info|RssSyncService|Starting RSS Sync 2023-12-18 22:12:04.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 22:12:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 22:42:38.6|Info|RssSyncService|Starting RSS Sync 2023-12-18 22:42:43.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 22:42:44.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 23:13:12.1|Info|RssSyncService|Starting RSS Sync 2023-12-18 23:13:15.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 23:13:17.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-18 23:43:17.9|Info|RssSyncService|Starting RSS Sync 2023-12-18 23:43:21.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-18 23:43:22.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 00:13:28.4|Info|RssSyncService|Starting RSS Sync 2023-12-19 00:13:31.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 00:13:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 00:44:02.2|Info|RssSyncService|Starting RSS Sync 2023-12-19 00:44:05.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 00:44:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 01:14:12.0|Info|RssSyncService|Starting RSS Sync 2023-12-19 01:14:15.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 01:14:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 01:44:44.1|Info|RssSyncService|Starting RSS Sync 2023-12-19 01:44:47.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 01:44:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 02:15:16.7|Info|RssSyncService|Starting RSS Sync 2023-12-19 02:15:19.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 02:15:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 02:45:49.4|Info|RssSyncService|Starting RSS Sync 2023-12-19 02:45:52.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 02:45:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 03:16:21.8|Info|RssSyncService|Starting RSS Sync 2023-12-19 03:16:25.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 03:16:26.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 03:46:53.5|Info|RssSyncService|Starting RSS Sync 2023-12-19 03:46:57.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 03:46:58.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 04:17:25.5|Info|RssSyncService|Starting RSS Sync 2023-12-19 04:17:28.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 04:17:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 04:47:57.6|Info|RssSyncService|Starting RSS Sync 2023-12-19 04:48:01.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 04:48:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 05:18:31.4|Info|RssSyncService|Starting RSS Sync 2023-12-19 05:18:36.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 05:18:37.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 05:49:06.9|Info|RssSyncService|Starting RSS Sync 2023-12-19 05:49:10.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 05:49:11.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 06:19:13.2|Info|RssSyncService|Starting RSS Sync 2023-12-19 06:19:16.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 06:19:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 06:49:45.8|Info|RssSyncService|Starting RSS Sync 2023-12-19 06:49:49.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 06:49:49.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 07:19:53.3|Info|RssSyncService|Starting RSS Sync 2023-12-19 07:19:56.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 07:19:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 07:50:26.2|Info|RssSyncService|Starting RSS Sync 2023-12-19 07:50:29.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 07:50:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 08:20:58.3|Info|RssSyncService|Starting RSS Sync 2023-12-19 08:21:03.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 08:21:05.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 08:51:31.1|Info|RssSyncService|Starting RSS Sync 2023-12-19 08:51:34.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 08:51:35.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 09:21:49.0|Info|RssSyncService|Starting RSS Sync 2023-12-19 09:21:52.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 09:21:52.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 09:51:59.9|Info|RssSyncService|Starting RSS Sync 2023-12-19 09:52:03.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 09:52:04.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 10:22:33.3|Info|RssSyncService|Starting RSS Sync 2023-12-19 10:22:36.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 10:22:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 10:53:05.3|Info|RssSyncService|Starting RSS Sync 2023-12-19 10:53:08.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 10:53:09.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 11:23:39.4|Info|RssSyncService|Starting RSS Sync 2023-12-19 11:23:42.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 11:23:44.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 11:54:13.9|Info|RssSyncService|Starting RSS Sync 2023-12-19 11:54:17.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 11:54:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 12:24:26.2|Info|RssSyncService|Starting RSS Sync 2023-12-19 12:24:30.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 12:24:31.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 12:54:58.0|Info|RssSyncService|Starting RSS Sync 2023-12-19 12:55:01.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 12:55:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 13:04:01.1|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-19 13:04:30.6|Info|HousekeepingService|Running housecleaning tasks 2023-12-19 13:04:30.8|Info|Database|Vacuuming Log database 2023-12-19 13:04:30.9|Info|Database|Log database compressed 2023-12-19 13:04:30.9|Info|Database|Vacuuming Main database 2023-12-19 13:04:30.9|Info|Database|Main database compressed 2023-12-19 13:05:01.0|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-19 13:05:01.0|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-19 13:05:01.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-19 13:05:01.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-19 13:05:01.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-19 13:05:01.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-19 13:25:04.3|Info|RssSyncService|Starting RSS Sync 2023-12-19 13:25:07.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 13:25:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 13:55:38.1|Info|RssSyncService|Starting RSS Sync 2023-12-19 13:55:42.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 13:55:43.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 14:26:15.7|Info|RssSyncService|Starting RSS Sync 2023-12-19 14:26:19.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 14:26:21.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 14:56:51.2|Info|RssSyncService|Starting RSS Sync 2023-12-19 14:56:54.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 14:56:55.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 15:27:23.7|Info|RssSyncService|Starting RSS Sync 2023-12-19 15:27:27.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 15:27:29.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 15:57:56.4|Info|RssSyncService|Starting RSS Sync 2023-12-19 15:58:00.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 15:58:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 16:28:29.1|Info|RssSyncService|Starting RSS Sync 2023-12-19 16:28:32.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 16:28:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 16:58:39.4|Info|RssSyncService|Starting RSS Sync 2023-12-19 16:58:42.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 16:58:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 17:29:11.3|Info|RssSyncService|Starting RSS Sync 2023-12-19 17:29:14.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 17:29:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 17:59:44.0|Info|RssSyncService|Starting RSS Sync 2023-12-19 17:59:47.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 17:59:49.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 18:30:16.4|Info|RssSyncService|Starting RSS Sync 2023-12-19 18:30:20.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 18:30:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 19:00:50.2|Info|RssSyncService|Starting RSS Sync 2023-12-19 19:00:57.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 19:00:58.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 19:31:25.9|Info|RssSyncService|Starting RSS Sync 2023-12-19 19:31:31.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 19:31:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 20:01:33.7|Info|RssSyncService|Starting RSS Sync 2023-12-19 20:01:37.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 20:01:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 20:21:43.5|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-19 20:31:45.1|Info|RssSyncService|Starting RSS Sync 2023-12-19 20:31:48.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 20:31:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 21:01:50.1|Info|RssSyncService|Starting RSS Sync 2023-12-19 21:01:53.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 21:01:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 21:32:24.0|Info|RssSyncService|Starting RSS Sync 2023-12-19 21:32:28.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 21:32:29.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 22:03:00.4|Info|RssSyncService|Starting RSS Sync 2023-12-19 22:03:04.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 22:03:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 22:33:12.1|Info|RssSyncService|Starting RSS Sync 2023-12-19 22:33:15.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 22:33:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 23:03:23.3|Info|RssSyncService|Starting RSS Sync 2023-12-19 23:03:26.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 23:03:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-19 23:33:55.9|Info|RssSyncService|Starting RSS Sync 2023-12-19 23:34:00.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-19 23:34:01.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 00:04:13.3|Info|RssSyncService|Starting RSS Sync 2023-12-20 00:04:16.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 00:04:17.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 00:34:20.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 00:34:23.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 00:34:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 01:04:56.7|Info|RssSyncService|Starting RSS Sync 2023-12-20 01:05:00.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 01:05:01.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 01:35:27.7|Info|RssSyncService|Starting RSS Sync 2023-12-20 01:35:31.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 01:35:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 02:05:34.3|Info|RssSyncService|Starting RSS Sync 2023-12-20 02:05:38.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 02:05:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 02:35:44.0|Info|RssSyncService|Starting RSS Sync 2023-12-20 02:35:47.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 02:35:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 03:06:18.1|Info|RssSyncService|Starting RSS Sync 2023-12-20 03:06:21.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 03:06:23.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 03:36:23.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 03:36:27.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 03:36:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 04:06:30.0|Info|RssSyncService|Starting RSS Sync 2023-12-20 04:06:33.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 04:06:34.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 04:37:02.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 04:37:06.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 04:37:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 05:07:13.4|Info|RssSyncService|Starting RSS Sync 2023-12-20 05:07:17.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 05:07:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 05:37:19.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 05:37:22.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 05:37:23.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 06:08:25.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 06:08:28.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 06:08:29.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 06:38:56.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 06:39:00.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 06:39:00.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 07:09:29.3|Info|RssSyncService|Starting RSS Sync 2023-12-20 07:09:33.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 07:09:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 07:39:39.0|Info|RssSyncService|Starting RSS Sync 2023-12-20 07:39:42.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 07:39:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 08:10:10.5|Info|RssSyncService|Starting RSS Sync 2023-12-20 08:10:14.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 08:10:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 08:40:21.5|Info|RssSyncService|Starting RSS Sync 2023-12-20 08:40:25.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 08:40:26.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 09:10:41.3|Info|RssSyncService|Starting RSS Sync 2023-12-20 09:10:44.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 09:10:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 09:41:13.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 09:41:16.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 09:41:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 10:11:44.7|Info|RssSyncService|Starting RSS Sync 2023-12-20 10:11:47.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 10:11:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 10:42:08.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 10:42:11.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 10:42:12.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 11:12:18.7|Info|RssSyncService|Starting RSS Sync 2023-12-20 11:12:22.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 11:12:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 11:42:51.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 11:42:55.2|Info|DownloadDecisionMaker|Processing 196 releases 2023-12-20 11:42:56.4|Info|RssSyncService|RSS Sync Completed. Reports found: 196, Reports grabbed: 0 2023-12-20 12:13:23.3|Info|RssSyncService|Starting RSS Sync 2023-12-20 12:13:26.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 12:13:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 12:43:30.5|Info|RssSyncService|Starting RSS Sync 2023-12-20 12:43:34.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 12:43:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 13:04:02.0|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-20 13:04:32.1|Info|HousekeepingService|Running housecleaning tasks 2023-12-20 13:04:32.6|Info|Database|Vacuuming Log database 2023-12-20 13:04:32.6|Info|Database|Log database compressed 2023-12-20 13:04:32.6|Info|Database|Vacuuming Main database 2023-12-20 13:04:32.7|Info|Database|Main database compressed 2023-12-20 13:05:02.4|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-20 13:05:02.4|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-20 13:05:02.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-20 13:05:02.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-20 13:05:02.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-20 13:05:02.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-20 13:14:07.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 13:14:11.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 13:14:11.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 13:44:40.0|Info|RssSyncService|Starting RSS Sync 2023-12-20 13:44:43.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 13:44:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 14:14:47.3|Info|RssSyncService|Starting RSS Sync 2023-12-20 14:14:50.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 14:14:51.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 14:44:51.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 14:44:56.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 14:44:57.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 14:58:39.9|Error|CommandExecutor|Error occurred while executing task MessagingCleanup [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Update(CommandModel command, CommandStatus status, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 258 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Complete(CommandModel command, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 206 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-20 15:15:19.6|Info|RssSyncService|Starting RSS Sync 2023-12-20 15:15:23.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 15:15:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 15:45:56.6|Info|RssSyncService|Starting RSS Sync 2023-12-20 15:45:59.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 15:46:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 16:16:28.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 16:16:31.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 16:16:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 16:47:00.5|Info|RssSyncService|Starting RSS Sync 2023-12-20 16:47:03.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 16:47:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 17:17:10.6|Info|RssSyncService|Starting RSS Sync 2023-12-20 17:17:14.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 17:17:14.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 17:47:43.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 17:47:46.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 17:47:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 18:17:50.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 18:17:53.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 18:17:55.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 18:48:22.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 18:48:28.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 18:48:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 19:18:59.6|Info|RssSyncService|Starting RSS Sync 2023-12-20 19:19:03.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 19:19:04.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 19:49:07.0|Info|RssSyncService|Starting RSS Sync 2023-12-20 19:49:10.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 19:49:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 20:19:14.2|Info|RssSyncService|Starting RSS Sync 2023-12-20 20:19:17.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 20:19:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 20:49:48.5|Info|RssSyncService|Starting RSS Sync 2023-12-20 20:49:51.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 20:49:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 21:20:04.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 21:20:08.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 21:20:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 21:50:38.9|Info|RssSyncService|Starting RSS Sync 2023-12-20 21:50:42.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 21:50:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 22:21:12.1|Info|RssSyncService|Starting RSS Sync 2023-12-20 22:21:15.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 22:21:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 22:51:45.5|Info|RssSyncService|Starting RSS Sync 2023-12-20 22:51:49.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 22:51:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 23:22:27.3|Info|RssSyncService|Starting RSS Sync 2023-12-20 23:22:30.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 23:22:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-20 23:52:50.8|Info|RssSyncService|Starting RSS Sync 2023-12-20 23:52:54.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-20 23:52:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 00:23:00.9|Info|RssSyncService|Starting RSS Sync 2023-12-21 00:23:04.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 00:23:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 00:53:33.9|Info|RssSyncService|Starting RSS Sync 2023-12-21 00:53:37.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 00:53:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 01:23:41.0|Info|RssSyncService|Starting RSS Sync 2023-12-21 01:23:47.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 01:23:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 01:54:17.4|Info|RssSyncService|Starting RSS Sync 2023-12-21 01:54:20.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 01:54:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 02:24:50.8|Info|RssSyncService|Starting RSS Sync 2023-12-21 02:24:54.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 02:24:55.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 02:55:23.4|Info|RssSyncService|Starting RSS Sync 2023-12-21 02:55:26.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 02:55:27.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 03:25:56.4|Info|RssSyncService|Starting RSS Sync 2023-12-21 03:25:59.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 03:26:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 03:56:03.5|Info|RssSyncService|Starting RSS Sync 2023-12-21 03:56:06.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 03:56:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 04:26:08.1|Info|RssSyncService|Starting RSS Sync 2023-12-21 04:26:11.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 04:26:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 04:56:40.5|Info|RssSyncService|Starting RSS Sync 2023-12-21 04:56:58.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 04:56:58.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 05:27:27.4|Info|RssSyncService|Starting RSS Sync 2023-12-21 05:27:30.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 05:27:32.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 05:57:33.2|Info|RssSyncService|Starting RSS Sync 2023-12-21 05:57:36.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 05:57:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 06:27:41.2|Info|RssSyncService|Starting RSS Sync 2023-12-21 06:27:44.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 06:27:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 06:57:47.7|Info|RssSyncService|Starting RSS Sync 2023-12-21 06:57:51.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 06:57:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 07:28:19.8|Info|RssSyncService|Starting RSS Sync 2023-12-21 07:28:23.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 07:28:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 07:58:56.4|Info|RssSyncService|Starting RSS Sync 2023-12-21 07:58:59.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 07:59:00.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 08:29:28.1|Info|RssSyncService|Starting RSS Sync 2023-12-21 08:29:31.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 08:29:32.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 08:55:04.3|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent] [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime, DateTime startTime) in ./Radarr.Core/Jobs/ScheduledTaskRepository.cs:line 28 at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) 2023-12-21 08:59:34.9|Info|RssSyncService|Starting RSS Sync 2023-12-21 08:59:38.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 08:59:39.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 09:29:42.2|Info|RssSyncService|Starting RSS Sync 2023-12-21 09:29:45.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 09:29:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 10:00:14.2|Info|RssSyncService|Starting RSS Sync 2023-12-21 10:01:11.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 10:01:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 10:31:35.0|Info|RssSyncService|Starting RSS Sync 2023-12-21 10:31:38.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 10:31:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 11:01:51.4|Info|RssSyncService|Starting RSS Sync 2023-12-21 11:01:54.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 11:01:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 11:32:25.6|Info|RssSyncService|Starting RSS Sync 2023-12-21 11:32:28.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 11:32:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 12:02:32.2|Info|RssSyncService|Starting RSS Sync 2023-12-21 12:02:35.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 12:02:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 12:33:05.6|Info|RssSyncService|Starting RSS Sync 2023-12-21 12:33:08.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 12:33:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 13:03:14.5|Info|RssSyncService|Starting RSS Sync 2023-12-21 13:03:17.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 13:03:19.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 13:04:14.7|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-21 13:04:44.7|Info|HousekeepingService|Running housecleaning tasks 2023-12-21 13:04:45.3|Info|Database|Vacuuming Log database 2023-12-21 13:04:45.4|Info|Database|Log database compressed 2023-12-21 13:04:45.4|Info|Database|Vacuuming Main database 2023-12-21 13:04:45.5|Info|Database|Main database compressed 2023-12-21 13:05:15.3|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-21 13:05:15.3|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-21 13:05:15.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-21 13:05:15.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-21 13:05:15.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-21 13:05:15.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-21 13:33:21.9|Info|RssSyncService|Starting RSS Sync 2023-12-21 13:33:25.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 13:33:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 13:45:59.2|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent] [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime, DateTime startTime) in ./Radarr.Core/Jobs/ScheduledTaskRepository.cs:line 28 at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) 2023-12-21 14:03:35.8|Info|RssSyncService|Starting RSS Sync 2023-12-21 14:03:39.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 14:03:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 14:34:07.7|Info|RssSyncService|Starting RSS Sync 2023-12-21 14:34:11.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 14:34:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 15:04:15.8|Info|RssSyncService|Starting RSS Sync 2023-12-21 15:04:19.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 15:04:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 15:34:22.2|Info|RssSyncService|Starting RSS Sync 2023-12-21 15:34:25.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 15:34:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 16:04:31.4|Info|RssSyncService|Starting RSS Sync 2023-12-21 16:04:34.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 16:04:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 16:34:36.8|Info|RssSyncService|Starting RSS Sync 2023-12-21 16:34:40.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 16:34:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 17:04:50.1|Info|RssSyncService|Starting RSS Sync 2023-12-21 17:04:53.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 17:04:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 17:34:56.5|Info|RssSyncService|Starting RSS Sync 2023-12-21 17:34:59.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 17:35:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 18:05:07.5|Info|RssSyncService|Starting RSS Sync 2023-12-21 18:05:11.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 18:05:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 18:35:40.7|Info|RssSyncService|Starting RSS Sync 2023-12-21 18:35:44.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 18:35:45.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 19:06:13.2|Info|RssSyncService|Starting RSS Sync 2023-12-21 19:06:16.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 19:06:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 19:36:47.2|Info|RssSyncService|Starting RSS Sync 2023-12-21 19:36:52.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 19:36:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 20:07:20.5|Info|RssSyncService|Starting RSS Sync 2023-12-21 20:07:27.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 20:07:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 20:37:54.6|Info|RssSyncService|Starting RSS Sync 2023-12-21 20:38:02.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 20:38:03.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 21:08:28.1|Info|RssSyncService|Starting RSS Sync 2023-12-21 21:08:31.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 21:08:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 21:39:02.1|Info|RssSyncService|Starting RSS Sync 2023-12-21 21:39:05.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 21:39:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 22:09:16.0|Info|RssSyncService|Starting RSS Sync 2023-12-21 22:09:19.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 22:09:22.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 22:39:49.7|Info|RssSyncService|Starting RSS Sync 2023-12-21 22:39:53.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 22:39:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 23:10:23.5|Info|RssSyncService|Starting RSS Sync 2023-12-21 23:10:30.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 23:10:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-21 23:22:27.3|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-21 23:40:31.8|Info|RssSyncService|Starting RSS Sync 2023-12-21 23:40:35.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-21 23:40:36.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 00:11:05.1|Info|RssSyncService|Starting RSS Sync 2023-12-22 00:11:08.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 00:11:09.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 00:41:11.1|Info|RssSyncService|Starting RSS Sync 2023-12-22 00:41:14.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 00:41:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 01:11:43.2|Info|RssSyncService|Starting RSS Sync 2023-12-22 01:11:46.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 01:11:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 01:42:14.9|Info|RssSyncService|Starting RSS Sync 2023-12-22 01:42:18.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 01:42:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 02:12:47.7|Info|RssSyncService|Starting RSS Sync 2023-12-22 02:12:51.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 02:12:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 02:43:19.6|Info|RssSyncService|Starting RSS Sync 2023-12-22 02:43:23.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 02:43:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 03:13:52.6|Info|RssSyncService|Starting RSS Sync 2023-12-22 03:13:56.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 03:13:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 03:43:58.8|Info|RssSyncService|Starting RSS Sync 2023-12-22 03:44:02.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 03:44:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 04:14:38.6|Info|RssSyncService|Starting RSS Sync 2023-12-22 04:14:41.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 04:14:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 04:44:44.7|Info|RssSyncService|Starting RSS Sync 2023-12-22 04:44:49.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 04:44:51.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 05:15:16.9|Info|RssSyncService|Starting RSS Sync 2023-12-22 05:15:20.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 05:15:21.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 05:45:24.1|Info|RssSyncService|Starting RSS Sync 2023-12-22 05:45:27.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 05:45:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 06:15:32.2|Info|RssSyncService|Starting RSS Sync 2023-12-22 06:15:35.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 06:15:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 06:46:04.6|Info|RssSyncService|Starting RSS Sync 2023-12-22 06:46:07.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 06:46:09.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 07:16:37.4|Info|RssSyncService|Starting RSS Sync 2023-12-22 07:16:41.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 07:16:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 07:47:44.5|Info|RssSyncService|Starting RSS Sync 2023-12-22 07:47:55.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 07:47:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 08:18:15.8|Info|RssSyncService|Starting RSS Sync 2023-12-22 08:18:19.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 08:18:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 08:48:22.3|Info|RssSyncService|Starting RSS Sync 2023-12-22 08:48:25.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 08:48:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 09:18:32.8|Info|RssSyncService|Starting RSS Sync 2023-12-22 09:18:36.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 09:18:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 09:48:47.8|Info|RssSyncService|Starting RSS Sync 2023-12-22 09:48:51.0|Info|DownloadDecisionMaker|Processing 196 releases 2023-12-22 09:48:52.0|Info|RssSyncService|RSS Sync Completed. Reports found: 196, Reports grabbed: 0 2023-12-22 10:19:20.4|Info|RssSyncService|Starting RSS Sync 2023-12-22 10:19:23.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 10:19:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 10:49:31.2|Info|RssSyncService|Starting RSS Sync 2023-12-22 10:49:34.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 10:49:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 11:19:41.4|Info|RssSyncService|Starting RSS Sync 2023-12-22 11:19:44.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 11:19:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 11:49:48.1|Info|RssSyncService|Starting RSS Sync 2023-12-22 11:49:51.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 11:49:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 12:20:21.1|Info|RssSyncService|Starting RSS Sync 2023-12-22 12:20:24.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 12:20:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 12:50:32.8|Info|RssSyncService|Starting RSS Sync 2023-12-22 12:50:36.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 12:50:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 13:01:03.5|Info|BackupService|Starting Backup 2023-12-22 13:04:33.9|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-22 13:05:04.0|Info|HousekeepingService|Running housecleaning tasks 2023-12-22 13:05:04.2|Info|Database|Vacuuming Log database 2023-12-22 13:05:04.3|Info|Database|Log database compressed 2023-12-22 13:05:04.3|Info|Database|Vacuuming Main database 2023-12-22 13:05:04.4|Info|Database|Main database compressed 2023-12-22 13:05:34.3|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-22 13:05:34.3|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-22 13:05:34.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-22 13:05:34.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-22 13:05:34.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-22 13:05:34.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-22 13:21:05.3|Info|RssSyncService|Starting RSS Sync 2023-12-22 13:21:08.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 13:21:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 13:51:14.9|Info|RssSyncService|Starting RSS Sync 2023-12-22 13:51:18.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 13:51:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 14:21:21.7|Info|RssSyncService|Starting RSS Sync 2023-12-22 14:21:24.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 14:21:26.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 14:51:57.6|Info|RssSyncService|Starting RSS Sync 2023-12-22 14:52:00.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 14:52:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 15:22:29.9|Info|RssSyncService|Starting RSS Sync 2023-12-22 15:22:33.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 15:22:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 15:53:03.5|Info|RssSyncService|Starting RSS Sync 2023-12-22 15:53:06.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 15:53:07.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 16:23:11.4|Info|RssSyncService|Starting RSS Sync 2023-12-22 16:23:14.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 16:23:16.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 16:53:48.3|Info|RssSyncService|Starting RSS Sync 2023-12-22 16:53:51.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 16:53:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 17:24:06.2|Info|RssSyncService|Starting RSS Sync 2023-12-22 17:24:16.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 17:24:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 17:39:01.9|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent] [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime, DateTime startTime) in ./Radarr.Core/Jobs/ScheduledTaskRepository.cs:line 28 at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) 2023-12-22 17:54:38.0|Info|RssSyncService|Starting RSS Sync 2023-12-22 17:54:41.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 17:54:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 18:24:48.6|Info|RssSyncService|Starting RSS Sync 2023-12-22 18:24:52.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 18:24:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 18:55:20.4|Info|RssSyncService|Starting RSS Sync 2023-12-22 18:55:23.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 18:55:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 19:25:28.2|Info|RssSyncService|Starting RSS Sync 2023-12-22 19:25:31.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 19:25:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 19:56:02.0|Info|RssSyncService|Starting RSS Sync 2023-12-22 19:56:10.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 19:56:12.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 20:26:41.3|Info|RssSyncService|Starting RSS Sync 2023-12-22 20:26:44.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 20:26:46.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 20:57:16.4|Info|RssSyncService|Starting RSS Sync 2023-12-22 20:57:20.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 20:57:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 21:27:50.7|Info|RssSyncService|Starting RSS Sync 2023-12-22 21:27:54.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 21:27:55.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 21:58:00.7|Info|RssSyncService|Starting RSS Sync 2023-12-22 21:58:04.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 21:58:04.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 22:28:05.2|Info|RssSyncService|Starting RSS Sync 2023-12-22 22:28:08.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 22:28:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 22:58:11.6|Info|RssSyncService|Starting RSS Sync 2023-12-22 22:58:14.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 22:58:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 23:28:20.2|Info|RssSyncService|Starting RSS Sync 2023-12-22 23:28:27.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 23:28:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-22 23:58:52.4|Info|RssSyncService|Starting RSS Sync 2023-12-22 23:58:58.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-22 23:58:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 00:29:02.2|Info|RssSyncService|Starting RSS Sync 2023-12-23 00:29:05.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 00:29:06.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 00:59:34.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 00:59:37.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 00:59:39.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 01:30:07.0|Info|RssSyncService|Starting RSS Sync 2023-12-23 01:30:10.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 01:30:12.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 02:00:18.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 02:00:22.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 02:00:24.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 02:30:25.2|Info|RssSyncService|Starting RSS Sync 2023-12-23 02:30:28.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 02:30:29.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 03:00:58.7|Info|RssSyncService|Starting RSS Sync 2023-12-23 03:01:06.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 03:01:06.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 03:31:30.3|Info|RssSyncService|Starting RSS Sync 2023-12-23 03:31:33.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 03:31:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 04:02:01.3|Info|RssSyncService|Starting RSS Sync 2023-12-23 04:02:05.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 04:02:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 04:32:11.8|Info|RssSyncService|Starting RSS Sync 2023-12-23 04:32:15.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 04:32:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 05:02:43.8|Info|RssSyncService|Starting RSS Sync 2023-12-23 05:02:49.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 05:02:51.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 05:33:18.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 05:33:22.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 05:33:23.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 06:03:25.5|Info|RssSyncService|Starting RSS Sync 2023-12-23 06:03:28.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 06:03:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 06:34:00.8|Info|RssSyncService|Starting RSS Sync 2023-12-23 06:34:04.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 06:34:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 07:04:06.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 07:04:09.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 07:04:10.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 07:34:12.7|Info|RssSyncService|Starting RSS Sync 2023-12-23 07:34:16.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 07:34:17.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 08:04:41.4|Info|RssSyncService|Starting RSS Sync 2023-12-23 08:04:45.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 08:04:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 08:34:52.5|Info|RssSyncService|Starting RSS Sync 2023-12-23 08:34:55.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 08:34:57.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 09:05:24.0|Info|RssSyncService|Starting RSS Sync 2023-12-23 09:05:27.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 09:05:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 09:35:48.9|Info|RssSyncService|Starting RSS Sync 2023-12-23 09:35:52.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 09:35:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 10:06:11.9|Info|RssSyncService|Starting RSS Sync 2023-12-23 10:06:15.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 10:06:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 10:36:43.9|Info|RssSyncService|Starting RSS Sync 2023-12-23 10:36:47.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 10:36:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 11:07:25.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 11:07:29.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 11:07:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 11:37:53.5|Info|RssSyncService|Starting RSS Sync 2023-12-23 11:37:57.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 11:37:58.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 12:08:25.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 12:08:28.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 12:08:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 12:39:01.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 12:39:04.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 12:39:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 13:04:37.7|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-23 13:05:07.8|Info|HousekeepingService|Running housecleaning tasks 2023-12-23 13:05:08.0|Info|Database|Vacuuming Log database 2023-12-23 13:05:08.0|Info|Database|Log database compressed 2023-12-23 13:05:08.0|Info|Database|Vacuuming Main database 2023-12-23 13:05:08.1|Info|Database|Main database compressed 2023-12-23 13:05:38.2|Info|RefreshMovieService|Updating info for Everything Everywhere All at Once 2023-12-23 13:05:43.5|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-23 13:05:43.5|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-23 13:05:43.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-23 13:05:43.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-23 13:05:43.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-23 13:05:43.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-23 13:09:10.1|Info|RssSyncService|Starting RSS Sync 2023-12-23 13:09:15.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 13:09:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 13:39:42.2|Info|RssSyncService|Starting RSS Sync 2023-12-23 13:39:45.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 13:39:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 14:10:15.9|Info|RssSyncService|Starting RSS Sync 2023-12-23 14:10:19.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 14:10:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 14:40:32.4|Info|RssSyncService|Starting RSS Sync 2023-12-23 14:40:36.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 14:40:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 15:10:46.4|Info|RssSyncService|Starting RSS Sync 2023-12-23 15:11:21.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 15:11:22.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 15:41:43.5|Info|RssSyncService|Starting RSS Sync 2023-12-23 15:41:46.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 15:41:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 16:11:52.0|Info|RssSyncService|Starting RSS Sync 2023-12-23 16:11:55.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 16:11:56.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 16:42:25.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 16:42:28.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 16:42:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 17:12:36.2|Info|RssSyncService|Starting RSS Sync 2023-12-23 17:12:40.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 17:12:41.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 17:43:35.9|Info|RssSyncService|Starting RSS Sync 2023-12-23 17:43:39.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 17:43:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 18:14:08.9|Info|RssSyncService|Starting RSS Sync 2023-12-23 18:14:13.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 18:14:14.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 18:44:42.5|Info|RssSyncService|Starting RSS Sync 2023-12-23 18:44:46.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 18:44:48.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 19:15:16.2|Info|RssSyncService|Starting RSS Sync 2023-12-23 19:15:20.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 19:15:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 19:45:53.0|Info|RssSyncService|Starting RSS Sync 2023-12-23 19:45:56.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 19:45:58.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 20:15:59.5|Info|RssSyncService|Starting RSS Sync 2023-12-23 20:16:03.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 20:16:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 20:46:33.1|Info|RssSyncService|Starting RSS Sync 2023-12-23 20:46:36.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 20:46:37.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 21:17:07.8|Info|RssSyncService|Starting RSS Sync 2023-12-23 21:17:11.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 21:17:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 21:47:41.8|Info|RssSyncService|Starting RSS Sync 2023-12-23 21:47:45.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 21:47:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 22:18:15.4|Info|RssSyncService|Starting RSS Sync 2023-12-23 22:18:18.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 22:18:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 22:48:21.5|Info|RssSyncService|Starting RSS Sync 2023-12-23 22:48:26.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 22:48:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 23:18:55.2|Info|RssSyncService|Starting RSS Sync 2023-12-23 23:18:58.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 23:18:59.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-23 23:49:02.6|Info|RssSyncService|Starting RSS Sync 2023-12-23 23:49:05.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-23 23:49:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 00:19:34.3|Info|RssSyncService|Starting RSS Sync 2023-12-24 00:19:37.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 00:19:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 00:50:06.6|Info|RssSyncService|Starting RSS Sync 2023-12-24 00:50:10.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 00:50:10.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 01:20:16.6|Info|RssSyncService|Starting RSS Sync 2023-12-24 01:20:19.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 01:20:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 01:50:49.5|Info|RssSyncService|Starting RSS Sync 2023-12-24 01:50:53.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 01:50:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 02:20:57.8|Info|RssSyncService|Starting RSS Sync 2023-12-24 02:21:01.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 02:21:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 02:51:30.7|Info|RssSyncService|Starting RSS Sync 2023-12-24 02:51:34.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 02:51:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 03:22:02.9|Info|RssSyncService|Starting RSS Sync 2023-12-24 03:22:06.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 03:22:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 03:52:09.2|Info|RssSyncService|Starting RSS Sync 2023-12-24 03:52:12.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 03:52:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 04:04:19.8|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 04:22:15.9|Info|RssSyncService|Starting RSS Sync 2023-12-24 04:22:19.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 04:22:20.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 04:29:51.6|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 04:52:24.4|Info|RssSyncService|Starting RSS Sync 2023-12-24 04:52:27.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 04:52:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 05:19:05.7|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 05:22:30.9|Info|RssSyncService|Starting RSS Sync 2023-12-24 05:22:34.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 05:22:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 05:25:06.0|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 05:26:36.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 05:52:08.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 05:53:34.3|Info|RssSyncService|Starting RSS Sync 2023-12-24 05:53:37.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 05:53:38.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 06:23:43.9|Info|RssSyncService|Starting RSS Sync 2023-12-24 06:23:47.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 06:23:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 06:33:49.5|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 06:54:16.3|Info|RssSyncService|Starting RSS Sync 2023-12-24 06:54:19.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 06:54:20.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 07:05:25.6|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 07:24:21.6|Info|RssSyncService|Starting RSS Sync 2023-12-24 07:24:24.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 07:24:25.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 07:54:27.7|Info|RssSyncService|Starting RSS Sync 2023-12-24 07:54:30.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 07:54:31.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 08:24:33.1|Info|RssSyncService|Starting RSS Sync 2023-12-24 08:24:36.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 08:24:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 08:54:38.6|Info|RssSyncService|Starting RSS Sync 2023-12-24 08:54:41.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 08:54:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 09:23:15.5|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 09:25:11.1|Info|RssSyncService|Starting RSS Sync 2023-12-24 09:25:14.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 09:25:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 09:55:50.3|Info|RssSyncService|Starting RSS Sync 2023-12-24 09:55:53.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 09:55:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 10:25:54.8|Info|RssSyncService|Starting RSS Sync 2023-12-24 10:25:58.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 10:26:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 10:56:26.7|Info|RssSyncService|Starting RSS Sync 2023-12-24 10:56:30.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 10:56:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 11:21:33.8|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 11:26:59.0|Info|RssSyncService|Starting RSS Sync 2023-12-24 11:27:02.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 11:27:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 11:57:31.6|Info|RssSyncService|Starting RSS Sync 2023-12-24 11:57:36.6|Error|Newznab|An error occurred while processing indexer feed. https://prowlarr.radiantgarden.datalover.club/1/api?t=movie&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 FeedUrl: https://prowlarr.radiantgarden.datalover.club/1/api?t=movie&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100 2023-12-24 11:57:41.6|Error|Torznab|An error occurred while processing indexer feed. https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50 [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 FeedUrl: https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50 2023-12-24 11:57:46.8|Error|Torznab|An error occurred while processing indexer feed. https://prowlarr.radiantgarden.datalover.club/9/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 FeedUrl: https://prowlarr.radiantgarden.datalover.club/9/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 2023-12-24 11:57:51.7|Error|Torznab|An error occurred while processing indexer feed. https://prowlarr.radiantgarden.datalover.club/8/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 FeedUrl: https://prowlarr.radiantgarden.datalover.club/8/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 2023-12-24 11:57:51.7|Info|DownloadDecisionMaker|No results found 2023-12-24 11:57:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2023-12-24 12:28:12.9|Info|RssSyncService|Starting RSS Sync 2023-12-24 12:28:16.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 12:28:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 12:37:18.8|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 12:53:50.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 12:58:45.4|Info|RssSyncService|Starting RSS Sync 2023-12-24 12:58:48.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 12:58:49.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 13:04:45.9|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-24 13:05:15.9|Info|HousekeepingService|Running housecleaning tasks 2023-12-24 13:05:16.1|Info|Database|Vacuuming Log database 2023-12-24 13:05:16.2|Info|Database|Log database compressed 2023-12-24 13:05:16.2|Info|Database|Vacuuming Main database 2023-12-24 13:05:16.2|Info|Database|Main database compressed 2023-12-24 13:05:46.2|Info|RefreshMovieService|Updating info for Everything Everywhere All at Once 2023-12-24 13:06:13.1|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-24 13:06:13.1|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-24 13:06:13.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-24 13:06:13.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-24 13:06:13.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-24 13:06:13.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-24 13:14:51.7|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 13:29:18.2|Info|RssSyncService|Starting RSS Sync 2023-12-24 13:29:21.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 13:29:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 13:59:51.7|Info|RssSyncService|Starting RSS Sync 2023-12-24 13:59:55.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 13:59:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 14:25:53.8|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-24 14:29:57.9|Info|RssSyncService|Starting RSS Sync 2023-12-24 14:30:01.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 14:30:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 15:00:30.1|Info|RssSyncService|Starting RSS Sync 2023-12-24 15:00:34.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 15:00:36.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 15:31:02.1|Info|RssSyncService|Starting RSS Sync 2023-12-24 15:31:05.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 15:31:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 16:01:33.9|Info|RssSyncService|Starting RSS Sync 2023-12-24 16:01:37.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 16:01:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 16:31:39.2|Info|RssSyncService|Starting RSS Sync 2023-12-24 16:31:42.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 16:31:44.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 17:01:45.8|Info|RssSyncService|Starting RSS Sync 2023-12-24 17:01:49.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 17:01:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 17:31:50.2|Info|RssSyncService|Starting RSS Sync 2023-12-24 17:31:54.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 17:31:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 18:02:23.0|Info|RssSyncService|Starting RSS Sync 2023-12-24 18:02:26.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 18:02:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 18:32:57.3|Info|RssSyncService|Starting RSS Sync 2023-12-24 18:33:00.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 18:33:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 19:03:06.0|Info|RssSyncService|Starting RSS Sync 2023-12-24 19:03:11.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 19:03:12.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 19:33:19.2|Info|RssSyncService|Starting RSS Sync 2023-12-24 19:33:23.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 19:33:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 20:03:53.3|Info|RssSyncService|Starting RSS Sync 2023-12-24 20:03:57.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 20:03:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 20:34:27.1|Info|RssSyncService|Starting RSS Sync 2023-12-24 20:35:00.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 20:35:01.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 21:05:10.7|Info|RssSyncService|Starting RSS Sync 2023-12-24 21:05:14.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 21:05:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 21:35:44.7|Info|RssSyncService|Starting RSS Sync 2023-12-24 21:35:47.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 21:35:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 22:05:51.1|Info|RssSyncService|Starting RSS Sync 2023-12-24 22:05:54.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 22:05:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 22:19:56.3|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-24 22:35:57.3|Info|RssSyncService|Starting RSS Sync 2023-12-24 22:36:00.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 22:36:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 23:03:39.6|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-24 23:06:04.7|Info|RssSyncService|Starting RSS Sync 2023-12-24 23:06:08.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 23:06:09.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-24 23:36:11.7|Info|RssSyncService|Starting RSS Sync 2023-12-24 23:36:14.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-24 23:36:15.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 00:06:43.3|Info|RssSyncService|Starting RSS Sync 2023-12-25 00:06:46.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 00:06:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 00:37:16.2|Info|RssSyncService|Starting RSS Sync 2023-12-25 00:37:19.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 00:37:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 01:07:30.9|Info|RssSyncService|Starting RSS Sync 2023-12-25 01:07:34.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 01:07:36.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 01:37:41.7|Info|RssSyncService|Starting RSS Sync 2023-12-25 01:37:45.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 01:37:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 02:08:14.1|Info|RssSyncService|Starting RSS Sync 2023-12-25 02:08:17.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 02:08:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 02:38:47.3|Info|RssSyncService|Starting RSS Sync 2023-12-25 02:38:50.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 02:38:51.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 03:00:41.8|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Network unreachable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (101): Network unreachable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-25 03:00:45.0|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Host is unreachable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (113): Host is unreachable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.IsApiSupported(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 67 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.FetchProxy(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 87 at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.GetProxyCache(QBittorrentSettings settings, Boolean force) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 75 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.GetProxy(QBittorrentSettings settings, Boolean force) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 65 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-25 03:08:57.5|Info|RssSyncService|Starting RSS Sync 2023-12-25 03:09:00.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 03:09:01.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 03:39:04.6|Info|RssSyncService|Starting RSS Sync 2023-12-25 03:39:07.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 03:39:08.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 04:09:26.9|Info|RssSyncService|Starting RSS Sync 2023-12-25 04:09:30.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 04:09:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 04:39:58.8|Info|RssSyncService|Starting RSS Sync 2023-12-25 04:40:02.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 04:40:02.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 05:10:05.2|Info|RssSyncService|Starting RSS Sync 2023-12-25 05:10:08.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 05:10:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 05:40:10.3|Info|RssSyncService|Starting RSS Sync 2023-12-25 05:40:13.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 05:40:15.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 06:10:44.0|Info|RssSyncService|Starting RSS Sync 2023-12-25 06:10:47.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 06:10:48.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 06:41:03.1|Info|RssSyncService|Starting RSS Sync 2023-12-25 06:41:06.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 06:41:07.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 07:11:35.6|Info|RssSyncService|Starting RSS Sync 2023-12-25 07:11:39.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 07:11:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 07:41:48.5|Info|RssSyncService|Starting RSS Sync 2023-12-25 07:41:52.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 07:41:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 08:11:55.2|Info|RssSyncService|Starting RSS Sync 2023-12-25 08:11:58.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 08:11:59.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 08:42:29.2|Info|RssSyncService|Starting RSS Sync 2023-12-25 08:42:32.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 08:42:33.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 09:13:13.7|Info|RssSyncService|Starting RSS Sync 2023-12-25 09:13:17.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 09:13:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 09:43:27.1|Info|RssSyncService|Starting RSS Sync 2023-12-25 09:45:01.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 09:45:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 10:15:05.9|Info|RssSyncService|Starting RSS Sync 2023-12-25 10:15:09.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 10:15:10.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 10:45:40.4|Info|RssSyncService|Starting RSS Sync 2023-12-25 10:45:43.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 10:45:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 11:15:55.8|Info|RssSyncService|Starting RSS Sync 2023-12-25 11:16:03.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 11:16:04.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 11:33:35.5|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-25 11:46:10.4|Info|RssSyncService|Starting RSS Sync 2023-12-25 11:46:21.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 11:46:22.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 12:16:25.6|Info|RssSyncService|Starting RSS Sync 2023-12-25 12:16:29.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 12:16:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 12:47:06.5|Info|RssSyncService|Starting RSS Sync 2023-12-25 12:47:09.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 12:47:10.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 13:04:55.0|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-25 13:05:25.2|Info|HousekeepingService|Running housecleaning tasks 2023-12-25 13:05:25.5|Info|Database|Vacuuming Log database 2023-12-25 13:05:25.6|Info|Database|Log database compressed 2023-12-25 13:05:25.6|Info|Database|Vacuuming Main database 2023-12-25 13:05:25.7|Info|Database|Main database compressed 2023-12-25 13:06:25.5|Info|RefreshMovieService|Updating info for Everything Everywhere All at Once 2023-12-25 13:06:30.0|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-25 13:06:30.0|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-25 13:06:30.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-25 13:06:30.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-25 13:06:30.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-25 13:06:30.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-25 13:17:26.1|Info|RssSyncService|Starting RSS Sync 2023-12-25 13:17:29.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 13:17:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 13:47:34.0|Info|RssSyncService|Starting RSS Sync 2023-12-25 13:47:39.0|Error|Newznab|An error occurred while processing indexer feed. https://prowlarr.radiantgarden.datalover.club/1/api?t=movie&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 FeedUrl: https://prowlarr.radiantgarden.datalover.club/1/api?t=movie&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100 2023-12-25 13:47:44.1|Error|Torznab|An error occurred while processing indexer feed. https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50 [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 FeedUrl: https://prowlarr.radiantgarden.datalover.club/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=50 2023-12-25 13:47:49.1|Error|Torznab|An error occurred while processing indexer feed. https://prowlarr.radiantgarden.datalover.club/9/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 FeedUrl: https://prowlarr.radiantgarden.datalover.club/9/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 2023-12-25 13:47:54.1|Error|Torznab|An error occurred while processing indexer feed. https://prowlarr.radiantgarden.datalover.club/8/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (prowlarr.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 FeedUrl: https://prowlarr.radiantgarden.datalover.club/8/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 2023-12-25 13:47:54.2|Info|DownloadDecisionMaker|No results found 2023-12-25 13:47:54.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2023-12-25 14:18:10.5|Info|RssSyncService|Starting RSS Sync 2023-12-25 14:18:13.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 14:18:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 14:48:47.7|Info|RssSyncService|Starting RSS Sync 2023-12-25 14:48:50.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 14:48:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 15:18:55.0|Info|RssSyncService|Starting RSS Sync 2023-12-25 15:19:05.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 15:19:06.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 15:49:32.1|Info|RssSyncService|Starting RSS Sync 2023-12-25 15:49:36.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 15:49:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 16:20:04.6|Info|RssSyncService|Starting RSS Sync 2023-12-25 16:20:08.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 16:20:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 16:50:37.3|Info|RssSyncService|Starting RSS Sync 2023-12-25 16:50:47.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 16:50:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 17:21:10.3|Info|RssSyncService|Starting RSS Sync 2023-12-25 17:21:13.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 17:21:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 17:51:49.2|Info|RssSyncService|Starting RSS Sync 2023-12-25 17:51:53.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 17:51:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 18:22:01.6|Info|RssSyncService|Starting RSS Sync 2023-12-25 18:22:05.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 18:22:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 18:52:28.8|Info|RssSyncService|Starting RSS Sync 2023-12-25 18:52:32.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 18:52:33.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 19:23:02.8|Info|RssSyncService|Starting RSS Sync 2023-12-25 19:23:08.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 19:23:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 19:53:39.3|Info|RssSyncService|Starting RSS Sync 2023-12-25 19:53:42.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 19:53:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 20:24:12.5|Info|RssSyncService|Starting RSS Sync 2023-12-25 20:24:24.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 20:24:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 20:54:45.8|Info|RssSyncService|Starting RSS Sync 2023-12-25 20:54:53.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 20:54:53.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 21:25:20.3|Info|RssSyncService|Starting RSS Sync 2023-12-25 21:25:25.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 21:25:26.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 21:55:40.4|Info|RssSyncService|Starting RSS Sync 2023-12-25 21:55:44.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 21:55:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 22:26:12.5|Info|RssSyncService|Starting RSS Sync 2023-12-25 22:26:16.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 22:26:17.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 22:56:26.0|Error|CommandExecutor|Error occurred while executing task ImportListSync [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-25 22:56:45.8|Info|RssSyncService|Starting RSS Sync 2023-12-25 22:56:49.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 22:56:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 23:27:19.5|Info|RssSyncService|Starting RSS Sync 2023-12-25 23:27:22.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 23:27:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-25 23:57:26.4|Info|RssSyncService|Starting RSS Sync 2023-12-25 23:57:29.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-25 23:57:32.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 00:27:59.6|Info|RssSyncService|Starting RSS Sync 2023-12-26 00:28:02.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 00:28:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 00:58:06.3|Info|RssSyncService|Starting RSS Sync 2023-12-26 00:58:09.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 00:58:10.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 01:28:37.9|Info|RssSyncService|Starting RSS Sync 2023-12-26 01:28:44.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 01:28:45.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 01:58:50.3|Info|RssSyncService|Starting RSS Sync 2023-12-26 01:58:53.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 01:58:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 02:29:00.0|Info|RssSyncService|Starting RSS Sync 2023-12-26 02:29:03.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 02:29:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 02:59:35.3|Info|RssSyncService|Starting RSS Sync 2023-12-26 02:59:39.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 02:59:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 03:30:08.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 03:30:11.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 03:30:12.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 04:00:41.8|Info|RssSyncService|Starting RSS Sync 2023-12-26 04:00:45.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 04:00:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 04:30:56.3|Info|RssSyncService|Starting RSS Sync 2023-12-26 04:31:00.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 04:31:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 05:01:01.9|Info|RssSyncService|Starting RSS Sync 2023-12-26 05:01:07.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 05:01:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 05:31:39.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 05:31:42.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 05:31:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 06:01:54.8|Info|RssSyncService|Starting RSS Sync 2023-12-26 06:01:58.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 06:01:58.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 06:32:00.4|Info|RssSyncService|Starting RSS Sync 2023-12-26 06:32:04.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 06:32:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 07:02:35.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 07:02:38.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 07:02:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 07:33:09.0|Info|RssSyncService|Starting RSS Sync 2023-12-26 07:33:12.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 07:33:12.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 08:03:13.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 08:03:16.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 08:03:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 08:33:45.6|Info|RssSyncService|Starting RSS Sync 2023-12-26 08:33:48.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 08:33:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 09:04:18.9|Info|RssSyncService|Starting RSS Sync 2023-12-26 09:04:22.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 09:04:23.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 09:34:31.0|Info|RssSyncService|Starting RSS Sync 2023-12-26 09:34:34.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 09:34:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 10:05:03.9|Info|RssSyncService|Starting RSS Sync 2023-12-26 10:05:10.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 10:05:11.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 10:35:37.6|Info|RssSyncService|Starting RSS Sync 2023-12-26 10:35:40.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 10:35:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 11:05:44.6|Info|RssSyncService|Starting RSS Sync 2023-12-26 11:05:48.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 11:05:49.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 11:32:28.4|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Update(CommandModel command, CommandStatus status, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 258 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Complete(CommandModel command, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 206 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-26 11:35:58.4|Info|RssSyncService|Starting RSS Sync 2023-12-26 11:36:01.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 11:36:02.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 12:06:32.4|Info|RssSyncService|Starting RSS Sync 2023-12-26 12:06:35.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 12:06:36.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 12:36:39.6|Info|RssSyncService|Starting RSS Sync 2023-12-26 12:36:42.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 12:36:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 13:04:56.7|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-26 13:05:30.0|Info|HousekeepingService|Running housecleaning tasks 2023-12-26 13:05:30.5|Info|Database|Vacuuming Log database 2023-12-26 13:05:30.6|Info|Database|Log database compressed 2023-12-26 13:05:30.6|Info|Database|Vacuuming Main database 2023-12-26 13:05:30.7|Info|Database|Main database compressed 2023-12-26 13:07:00.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 13:07:00.4|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-26 13:07:00.5|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-26 13:07:00.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-26 13:07:00.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-26 13:07:00.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-26 13:07:00.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-26 13:07:03.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 13:07:05.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 13:37:12.8|Info|RssSyncService|Starting RSS Sync 2023-12-26 13:37:45.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 13:38:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 14:08:23.7|Info|RssSyncService|Starting RSS Sync 2023-12-26 14:08:27.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 14:08:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 14:38:55.8|Info|RssSyncService|Starting RSS Sync 2023-12-26 14:38:59.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 14:39:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 15:09:00.3|Info|RssSyncService|Starting RSS Sync 2023-12-26 15:09:04.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 15:09:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 15:39:33.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 15:39:36.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 15:39:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 16:10:14.7|Info|RssSyncService|Starting RSS Sync 2023-12-26 16:10:17.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 16:10:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 16:40:20.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 16:40:23.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 16:40:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 17:10:26.8|Info|RssSyncService|Starting RSS Sync 2023-12-26 17:10:30.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 17:10:30.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 17:40:59.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 17:41:02.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 17:41:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 18:11:32.6|Info|RssSyncService|Starting RSS Sync 2023-12-26 18:11:39.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 18:11:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 18:42:10.0|Info|RssSyncService|Starting RSS Sync 2023-12-26 18:42:16.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 18:42:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 19:12:42.6|Info|RssSyncService|Starting RSS Sync 2023-12-26 19:12:48.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 19:12:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 19:43:20.3|Info|RssSyncService|Starting RSS Sync 2023-12-26 19:44:05.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 19:44:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 20:14:17.6|Info|RssSyncService|Starting RSS Sync 2023-12-26 20:14:30.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 20:14:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 20:44:55.5|Info|RssSyncService|Starting RSS Sync 2023-12-26 20:45:03.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 20:45:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 21:15:38.4|Info|RssSyncService|Starting RSS Sync 2023-12-26 21:15:43.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 21:15:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 21:46:13.1|Info|RssSyncService|Starting RSS Sync 2023-12-26 21:46:16.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 21:46:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 22:16:42.7|Info|RssSyncService|Starting RSS Sync 2023-12-26 22:16:46.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 22:16:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 22:47:17.0|Info|RssSyncService|Starting RSS Sync 2023-12-26 22:47:20.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 22:47:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 23:17:24.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 23:17:28.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 23:17:29.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-26 23:47:37.2|Info|RssSyncService|Starting RSS Sync 2023-12-26 23:47:41.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-26 23:47:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 00:18:10.4|Info|RssSyncService|Starting RSS Sync 2023-12-27 00:18:13.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 00:18:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 00:48:19.1|Info|RssSyncService|Starting RSS Sync 2023-12-27 00:48:22.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 00:48:24.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 01:18:32.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 01:18:35.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 01:18:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 01:48:39.4|Info|RssSyncService|Starting RSS Sync 2023-12-27 01:48:43.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 01:48:45.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 02:19:15.0|Info|RssSyncService|Starting RSS Sync 2023-12-27 02:19:18.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 02:19:19.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 02:49:31.6|Info|RssSyncService|Starting RSS Sync 2023-12-27 02:49:35.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 02:49:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 03:20:06.4|Info|RssSyncService|Starting RSS Sync 2023-12-27 03:20:09.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 03:20:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 03:50:17.9|Info|RssSyncService|Starting RSS Sync 2023-12-27 03:50:25.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 03:50:26.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 04:20:55.6|Info|RssSyncService|Starting RSS Sync 2023-12-27 04:21:00.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 04:21:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 04:51:27.6|Info|RssSyncService|Starting RSS Sync 2023-12-27 04:51:31.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 04:51:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 05:21:42.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 05:21:46.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 05:21:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 05:52:14.7|Info|RssSyncService|Starting RSS Sync 2023-12-27 05:52:19.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 05:52:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 06:22:22.8|Info|RssSyncService|Starting RSS Sync 2023-12-27 06:22:26.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 06:22:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 06:52:30.0|Info|RssSyncService|Starting RSS Sync 2023-12-27 06:52:33.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 06:52:34.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 07:23:02.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 07:23:05.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 07:23:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 07:53:36.8|Info|RssSyncService|Starting RSS Sync 2023-12-27 07:53:40.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 07:53:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 08:23:48.1|Info|RssSyncService|Starting RSS Sync 2023-12-27 08:23:55.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 08:23:55.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 08:53:59.4|Info|RssSyncService|Starting RSS Sync 2023-12-27 08:54:02.7|Info|DownloadDecisionMaker|Processing 199 releases 2023-12-27 08:54:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0 2023-12-27 09:24:05.9|Info|RssSyncService|Starting RSS Sync 2023-12-27 09:24:09.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 09:24:10.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 09:54:19.6|Info|RssSyncService|Starting RSS Sync 2023-12-27 09:54:22.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 09:54:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 10:24:26.5|Info|RssSyncService|Starting RSS Sync 2023-12-27 10:24:29.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 10:24:30.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 10:55:00.8|Info|RssSyncService|Starting RSS Sync 2023-12-27 10:55:04.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 10:55:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 11:25:08.5|Info|RssSyncService|Starting RSS Sync 2023-12-27 11:25:18.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 11:25:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 11:55:41.5|Info|RssSyncService|Starting RSS Sync 2023-12-27 11:55:44.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 11:55:45.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 12:25:46.7|Info|RssSyncService|Starting RSS Sync 2023-12-27 12:25:50.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 12:25:51.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 12:55:53.5|Info|RssSyncService|Starting RSS Sync 2023-12-27 12:55:57.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 12:55:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 13:05:24.3|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-27 13:05:54.5|Info|HousekeepingService|Running housecleaning tasks 2023-12-27 13:05:54.7|Info|Database|Vacuuming Log database 2023-12-27 13:05:54.8|Info|Database|Log database compressed 2023-12-27 13:05:54.8|Info|Database|Vacuuming Main database 2023-12-27 13:05:55.0|Info|Database|Main database compressed 2023-12-27 13:07:25.1|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-27 13:07:25.2|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-27 13:07:25.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-27 13:07:25.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-27 13:07:25.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-27 13:07:25.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-27 13:26:00.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 13:26:03.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 13:26:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 13:56:33.4|Info|RssSyncService|Starting RSS Sync 2023-12-27 13:56:36.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 13:56:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 14:27:08.0|Info|RssSyncService|Starting RSS Sync 2023-12-27 14:27:11.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 14:27:13.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 14:57:43.2|Info|RssSyncService|Starting RSS Sync 2023-12-27 14:57:47.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 14:57:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 15:27:51.5|Info|RssSyncService|Starting RSS Sync 2023-12-27 15:27:54.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 15:27:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 15:57:58.5|Info|RssSyncService|Starting RSS Sync 2023-12-27 15:58:09.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 15:58:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 16:28:32.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 16:28:35.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 16:28:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 16:59:05.2|Info|RssSyncService|Starting RSS Sync 2023-12-27 16:59:08.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 16:59:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 17:29:37.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 17:29:40.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 17:29:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 18:00:11.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 18:00:14.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 18:00:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 18:30:23.5|Info|RssSyncService|Starting RSS Sync 2023-12-27 18:30:26.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 18:30:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 19:00:57.4|Info|RssSyncService|Starting RSS Sync 2023-12-27 19:01:02.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 19:01:03.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 19:31:26.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 19:31:57.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 19:32:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 20:02:15.3|Info|RssSyncService|Starting RSS Sync 2023-12-27 20:02:19.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 20:02:20.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 20:32:27.6|Info|RssSyncService|Starting RSS Sync 2023-12-27 20:32:35.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 20:32:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 21:02:41.4|Info|RssSyncService|Starting RSS Sync 2023-12-27 21:02:46.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 21:02:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 21:33:15.1|Info|RssSyncService|Starting RSS Sync 2023-12-27 21:33:19.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 21:33:20.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 22:03:30.9|Info|RssSyncService|Starting RSS Sync 2023-12-27 22:03:34.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 22:03:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 22:33:41.5|Info|RssSyncService|Starting RSS Sync 2023-12-27 22:33:44.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 22:33:45.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 23:04:15.0|Info|RssSyncService|Starting RSS Sync 2023-12-27 23:04:18.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 23:04:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-27 23:34:28.6|Info|RssSyncService|Starting RSS Sync 2023-12-27 23:34:31.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-27 23:34:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 00:05:05.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 00:05:08.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 00:05:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 00:35:37.3|Info|RssSyncService|Starting RSS Sync 2023-12-28 00:35:40.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 00:35:41.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 01:05:45.9|Info|RssSyncService|Starting RSS Sync 2023-12-28 01:05:49.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 01:05:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 01:36:20.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 01:36:23.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 01:36:24.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 02:06:25.9|Info|RssSyncService|Starting RSS Sync 2023-12-28 02:06:29.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 02:06:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 02:36:58.2|Info|RssSyncService|Starting RSS Sync 2023-12-28 02:37:01.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 02:37:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 03:07:05.2|Info|RssSyncService|Starting RSS Sync 2023-12-28 03:07:08.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 03:07:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 03:37:37.9|Info|RssSyncService|Starting RSS Sync 2023-12-28 03:37:42.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 03:37:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 04:07:46.2|Info|RssSyncService|Starting RSS Sync 2023-12-28 04:07:51.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 04:07:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 04:38:18.3|Info|RssSyncService|Starting RSS Sync 2023-12-28 04:38:23.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 04:38:24.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 05:08:55.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 05:08:58.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 05:08:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 05:39:28.3|Info|RssSyncService|Starting RSS Sync 2023-12-28 05:39:33.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 05:39:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 06:10:00.4|Info|RssSyncService|Starting RSS Sync 2023-12-28 06:10:03.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 06:10:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 06:40:46.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 06:40:49.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 06:40:50.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 07:10:52.9|Info|RssSyncService|Starting RSS Sync 2023-12-28 07:10:56.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 07:10:57.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 07:41:01.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 07:41:04.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 07:41:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 08:11:06.3|Info|RssSyncService|Starting RSS Sync 2023-12-28 08:11:09.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 08:11:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 08:41:38.7|Info|RssSyncService|Starting RSS Sync 2023-12-28 08:41:42.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 08:41:42.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 09:11:52.6|Info|RssSyncService|Starting RSS Sync 2023-12-28 09:11:56.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 09:11:56.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 09:42:01.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 09:42:05.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 09:42:05.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 10:12:13.5|Info|RssSyncService|Starting RSS Sync 2023-12-28 10:12:16.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 10:12:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 10:42:45.5|Info|RssSyncService|Starting RSS Sync 2023-12-28 10:42:48.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 10:42:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 11:12:51.4|Info|RssSyncService|Starting RSS Sync 2023-12-28 11:12:54.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 11:12:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 11:43:08.0|Info|RssSyncService|Starting RSS Sync 2023-12-28 11:43:11.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 11:43:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 11:57:28.9|Error|CommandExecutor|Error occurred while executing task ProcessMonitoredDownloads [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Update(CommandModel command, CommandStatus status, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 258 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Complete(CommandModel command, String message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 206 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 113 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Radarr.Core/Messaging/Commands/CommandExecutor.cs:line 44 2023-12-28 12:13:38.2|Info|RssSyncService|Starting RSS Sync 2023-12-28 12:13:41.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 12:13:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 12:43:47.3|Info|RssSyncService|Starting RSS Sync 2023-12-28 12:43:52.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 12:43:53.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 13:05:53.2|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-28 13:06:24.0|Info|HousekeepingService|Running housecleaning tasks 2023-12-28 13:06:28.8|Info|Database|Vacuuming Log database 2023-12-28 13:06:28.9|Info|Database|Log database compressed 2023-12-28 13:06:28.9|Info|Database|Vacuuming Main database 2023-12-28 13:06:28.9|Info|Database|Main database compressed 2023-12-28 13:07:56.7|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-28 13:07:57.0|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-28 13:07:57.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-28 13:07:57.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-28 13:07:57.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-28 13:07:57.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-28 13:13:57.8|Info|RssSyncService|Starting RSS Sync 2023-12-28 13:14:01.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 13:14:01.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 13:44:31.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 13:44:37.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 13:44:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 14:15:02.6|Info|RssSyncService|Starting RSS Sync 2023-12-28 14:15:05.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 14:15:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 14:45:42.4|Info|RssSyncService|Starting RSS Sync 2023-12-28 14:45:52.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 14:45:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 15:16:15.7|Info|RssSyncService|Starting RSS Sync 2023-12-28 15:16:19.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 15:16:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 15:46:30.4|Info|RssSyncService|Starting RSS Sync 2023-12-28 15:46:33.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 15:46:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 16:16:40.8|Info|RssSyncService|Starting RSS Sync 2023-12-28 16:16:44.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 16:16:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 16:47:12.5|Info|RssSyncService|Starting RSS Sync 2023-12-28 16:47:15.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 16:47:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 17:17:46.2|Info|RssSyncService|Starting RSS Sync 2023-12-28 17:17:51.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 17:17:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 17:47:52.8|Info|RssSyncService|Starting RSS Sync 2023-12-28 17:47:56.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 17:47:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 18:18:01.8|Info|RssSyncService|Starting RSS Sync 2023-12-28 18:18:05.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 18:18:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 18:48:07.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 18:48:10.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 18:48:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 19:18:24.8|Info|RssSyncService|Starting RSS Sync 2023-12-28 19:18:35.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 19:18:36.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 19:48:49.3|Info|RssSyncService|Starting RSS Sync 2023-12-28 19:49:04.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 19:49:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 20:19:31.8|Info|RssSyncService|Starting RSS Sync 2023-12-28 20:19:38.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 20:19:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 20:50:09.6|Info|RssSyncService|Starting RSS Sync 2023-12-28 20:50:13.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 20:50:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 21:20:42.7|Info|RssSyncService|Starting RSS Sync 2023-12-28 21:20:46.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 21:20:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 21:51:17.5|Info|RssSyncService|Starting RSS Sync 2023-12-28 21:51:21.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 21:51:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 22:21:49.8|Info|RssSyncService|Starting RSS Sync 2023-12-28 22:21:53.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 22:21:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 22:52:24.1|Info|RssSyncService|Starting RSS Sync 2023-12-28 22:52:27.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 22:52:29.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 23:22:58.8|Info|RssSyncService|Starting RSS Sync 2023-12-28 23:23:02.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 23:23:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-28 23:53:30.6|Info|RssSyncService|Starting RSS Sync 2023-12-28 23:53:40.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-28 23:53:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 00:24:12.8|Info|RssSyncService|Starting RSS Sync 2023-12-29 00:24:18.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 00:24:19.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 00:54:23.5|Info|RssSyncService|Starting RSS Sync 2023-12-29 00:54:26.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 00:54:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 01:24:56.8|Info|RssSyncService|Starting RSS Sync 2023-12-29 01:25:00.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 01:25:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 01:55:01.5|Info|RssSyncService|Starting RSS Sync 2023-12-29 01:55:04.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 01:55:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 02:25:13.4|Info|RssSyncService|Starting RSS Sync 2023-12-29 02:26:53.5|Warn|Newznab|Unable to connect to indexer, possibly due to a timeout. https://prowlarr.radiantgarden.datalover.club/1/api?t=movie&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100 [v5.1.3.8246] System.Threading.Tasks.TaskCanceledException: The operation was canceled. at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131 2023-12-29 02:26:53.6|Info|DownloadDecisionMaker|Processing 100 releases 2023-12-29 02:26:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2023-12-29 02:57:18.4|Info|RssSyncService|Starting RSS Sync 2023-12-29 02:57:23.6|Info|DownloadDecisionMaker|Processing 300 releases 2023-12-29 02:57:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 300, Reports grabbed: 0 2023-12-29 02:59:56.8|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-29 03:00:01.8|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-29 03:00:43.1|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (nzbget.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 251 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-29 03:00:48.1|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] System.Net.Http.HttpRequestException: Resource temporarily unavailable (qbittorrent.radiantgarden.datalover.club:443) ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.ProcessRequest(HttpRequestBuilder requestBuilder, QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 389 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.GetApiVersion(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 76 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-29 03:27:49.6|Info|RssSyncService|Starting RSS Sync 2023-12-29 03:27:52.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 03:27:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 03:58:22.6|Info|RssSyncService|Starting RSS Sync 2023-12-29 03:58:25.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 03:58:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 04:28:56.8|Info|RssSyncService|Starting RSS Sync 2023-12-29 04:29:00.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 04:29:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 04:59:29.2|Info|RssSyncService|Starting RSS Sync 2023-12-29 04:59:32.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 04:59:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 05:30:01.5|Info|RssSyncService|Starting RSS Sync 2023-12-29 05:30:04.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 05:30:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 06:00:35.5|Info|RssSyncService|Starting RSS Sync 2023-12-29 06:00:38.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 06:00:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 06:30:50.1|Info|RssSyncService|Starting RSS Sync 2023-12-29 06:30:55.4|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 06:30:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 07:01:22.8|Info|RssSyncService|Starting RSS Sync 2023-12-29 07:01:26.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 07:01:26.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 07:31:27.7|Info|RssSyncService|Starting RSS Sync 2023-12-29 07:31:31.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 07:31:31.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 08:01:59.7|Info|RssSyncService|Starting RSS Sync 2023-12-29 08:02:06.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 08:02:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 08:32:33.5|Info|RssSyncService|Starting RSS Sync 2023-12-29 08:32:36.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 08:32:37.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 09:02:44.1|Info|RssSyncService|Starting RSS Sync 2023-12-29 09:02:47.9|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 09:02:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 09:33:18.5|Info|RssSyncService|Starting RSS Sync 2023-12-29 09:33:21.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 09:33:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 10:03:50.7|Info|RssSyncService|Starting RSS Sync 2023-12-29 10:03:54.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 10:03:55.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 10:34:01.6|Info|RssSyncService|Starting RSS Sync 2023-12-29 10:34:04.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 10:34:05.4|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 11:04:34.0|Info|RssSyncService|Starting RSS Sync 2023-12-29 11:04:37.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 11:04:37.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 11:12:40.4|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent] [v5.1.3.8246] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked database is locked at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2938 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648 at NzbDrone.Core.Datastore.BasicRepository`1.UpdateFields(IDbConnection connection, IDbTransaction transaction, TModel model, List`1 propertiesToUpdate) in ./Radarr.Core/Datastore/BasicRepository.cs:line 385 at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in ./Radarr.Core/Datastore/BasicRepository.cs:line 335 at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime, DateTime startTime) in ./Radarr.Core/Jobs/ScheduledTaskRepository.cs:line 28 at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) 2023-12-29 11:34:43.0|Info|RssSyncService|Starting RSS Sync 2023-12-29 11:34:46.3|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 11:34:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 12:05:14.7|Info|RssSyncService|Starting RSS Sync 2023-12-29 12:05:18.0|Info|DownloadDecisionMaker|Processing 199 releases 2023-12-29 12:05:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0 2023-12-29 12:35:25.2|Info|RssSyncService|Starting RSS Sync 2023-12-29 12:35:28.5|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 12:35:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 13:01:26.9|Info|BackupService|Starting Backup 2023-12-29 13:05:57.6|Info|RssSyncService|Starting RSS Sync 2023-12-29 13:05:57.6|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2023-12-29 13:06:04.7|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 13:06:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 13:06:57.9|Info|HousekeepingService|Running housecleaning tasks 2023-12-29 13:06:58.8|Info|Database|Vacuuming Log database 2023-12-29 13:06:58.9|Info|Database|Log database compressed 2023-12-29 13:06:59.0|Info|Database|Vacuuming Main database 2023-12-29 13:06:59.0|Info|Database|Main database compressed 2023-12-29 13:07:58.1|Info|DiskScanService|Scanning disk for Everything Everywhere All at Once 2023-12-29 13:07:58.2|Info|DiskScanService|Completed scanning disk for Everything Everywhere All at Once 2023-12-29 13:07:58.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2023-12-29 13:07:58.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2023-12-29 13:07:58.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2023-12-29 13:07:58.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files. 2023-12-29 13:37:38.0|Info|RssSyncService|Starting RSS Sync 2023-12-29 13:37:41.2|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 13:37:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 14:07:51.3|Info|RssSyncService|Starting RSS Sync 2023-12-29 14:07:54.8|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 14:07:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 14:38:25.0|Info|RssSyncService|Starting RSS Sync 2023-12-29 14:38:29.0|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 14:38:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 15:08:59.8|Info|RssSyncService|Starting RSS Sync 2023-12-29 15:09:03.1|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 15:09:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 15:39:32.3|Info|RssSyncService|Starting RSS Sync 2023-12-29 15:39:35.6|Info|DownloadDecisionMaker|Processing 200 releases 2023-12-29 15:39:37.3|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0 2023-12-29 16:09:08.7|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.1.3.8246 2023-12-29 16:09:09.3|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-29 16:09:11.4|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-29 16:09:21.8|Info|AppFolderInfo|Data directory is being overridden to [/config] 2023-12-29 16:09:22.6|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-29 16:09:27.3|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2023-12-29 16:09:35.3|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878 2023-12-29 16:09:40.6|Info|CommandExecutor|Starting 2 threads for tasks. 2023-12-29 16:09:42.6|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2023-12-29 16:09:42.6|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2023-12-29 16:09:42.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin 2023-12-29 16:10:01.8|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [POST] https://nzbget.radiantgarden.datalover.club:443/jsonrpc: 502.BadGateway (157 bytes) 2023-12-29 16:10:02.1|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [POST] https://nzbget.radiantgarden.datalover.club:443/jsonrpc: 502.BadGateway (157 bytes) 2023-12-29 16:10:02.7|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [POST] https://nzbget.radiantgarden.datalover.club:443/jsonrpc: 502.BadGateway (157 bytes) 2023-12-29 16:10:02.8|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [POST] https://nzbget.radiantgarden.datalover.club:443/jsonrpc: 502.BadGateway (157 bytes) 2023-12-29 16:10:04.7|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [POST] https://nzbget.radiantgarden.datalover.club:443/jsonrpc: 502.BadGateway (157 bytes) 2023-12-29 16:10:11.4|Info|RssSyncService|Starting RSS Sync 2023-12-29 16:10:15.8|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/1/api?t=caps&apikey=(removed) 502.BadGateway (157 bytes) 2023-12-29 16:10:15.9|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/1/api?t=caps&apikey=(removed) 502.BadGateway (157 bytes) 2023-12-29 16:10:26.4|Warn|Newznab|Unable to connect to NZBgeek (Prowlarr) at []. Indexer's server is unavailable. Try again later. HTTP request failed: [502:BadGateway] [GET] at [https://prowlarr.radiantgarden.datalover.club/1/api?t=caps&apikey=(removed) 2023-12-29 16:10:26.5|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/3/api?t=caps&apikey=(removed) 502.BadGateway (157 bytes) 2023-12-29 16:10:26.6|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/3/api?t=caps&apikey=(removed) 502.BadGateway (157 bytes) 2023-12-29 16:10:26.7|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [POST] https://nzbget.radiantgarden.datalover.club:443/jsonrpc: 502.BadGateway (157 bytes) 2023-12-29 16:10:26.7|Warn|Torznab|Unable to connect to PassThePopcorn (Prowlarr) at []. Indexer's server is unavailable. Try again later. HTTP request failed: [502:BadGateway] [GET] at [https://prowlarr.radiantgarden.datalover.club/3/api?t=caps&apikey=(removed) 2023-12-29 16:10:26.8|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/9/api?t=caps&apikey=(removed) 502.BadGateway (157 bytes) 2023-12-29 16:10:26.9|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/9/api?t=caps&apikey=(removed) 502.BadGateway (157 bytes) 2023-12-29 16:10:27.1|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to NZBGet. HTTP request failed: [502:BadGateway] [POST] at [https://nzbget.radiantgarden.datalover.club:443/jsonrpc] ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [502:BadGateway] [POST] at [https://nzbget.radiantgarden.datalover.club:443/jsonrpc] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 119 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 238 502 Bad Gateway

502 Bad Gateway


nginx/1.24.0
--- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 247 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.GetGlobalStatus(NzbgetSettings settings) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 135 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-29 16:10:27.6|Warn|Torznab|Unable to connect to UHDBits (free) (Prowlarr) at []. Indexer's server is unavailable. Try again later. HTTP request failed: [502:BadGateway] [GET] at [https://prowlarr.radiantgarden.datalover.club/9/api?t=caps&apikey=(removed) 2023-12-29 16:10:27.6|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/8/api?t=caps&apikey=(removed) 502.BadGateway (157 bytes) 2023-12-29 16:10:27.9|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from qBittorrent [v5.1.3.8246] NzbDrone.Core.Download.Clients.DownloadClientException: Failed to connect to qBittorrent, check your settings. ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [502:BadGateway] [GET] at [https://qbittorrent.radiantgarden.datalover.club:443/api/v2/app/webapiVersion] 502 Bad Gateway

502 Bad Gateway


nginx/1.24.0
--- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxyV2.IsApiSupported(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs:line 55 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.FetchProxy(QBittorrentSettings settings) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 87 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.<>c__DisplayClass7_0.b__0() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 82 at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.GetProxyCache(QBittorrentSettings settings, Boolean force) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 82 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrentProxySelector.GetProxy(QBittorrentSettings settings, Boolean force) in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrentProxySelector.cs:line 65 at NzbDrone.Core.Download.Clients.QBittorrent.QBittorrent.GetItems() in ./Radarr.Core/Download/Clients/QBittorrent/QBittorrent.cs:line 216 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90 2023-12-29 16:10:31.1|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://prowlarr.radiantgarden.datalover.club/8/api?t=caps&apikey=(removed) 502.BadGateway (157 bytes) 2023-12-29 16:10:31.3|Warn|Torznab|Unable to connect to UHDBits (Prowlarr) at []. Indexer's server is unavailable. Try again later. HTTP request failed: [502:BadGateway] [GET] at [https://prowlarr.radiantgarden.datalover.club/8/api?t=caps&apikey=(removed) 2023-12-29 16:10:31.3|Info|DownloadDecisionMaker|No results found 2023-12-29 16:10:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2023-12-29 16:10:31.9|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [POST] https://nzbget.radiantgarden.datalover.club:443/jsonrpc: 502.BadGateway (157 bytes) 2023-12-29 16:11:56.6|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [POST] https://nzbget.radiantgarden.datalover.club:443/jsonrpc: 404.NotFound (19 bytes) 404 page not found 2023-12-29 16:11:56.7|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZBGet [v5.1.3.8246] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to NZBGet. HTTP request failed: [404:NotFound] [POST] at [https://nzbget.radiantgarden.datalover.club:443/jsonrpc] ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [404:NotFound] [POST] at [https://nzbget.radiantgarden.datalover.club:443/jsonrpc] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 119 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 238 404 page not found --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T](NzbgetSettings settings, String method, Object[] parameters) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 247 at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.GetGlobalStatus(NzbgetSettings settings) in ./Radarr.Core/Download/Clients/Nzbget/NzbgetProxy.cs:line 135 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetQueue() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 58 at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetItems() in ./Radarr.Core/Download/Clients/Nzbget/Nzbget.cs:line 195 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90