Files
arr_suite/radarr/config/logs/radarr.3.txt
T

8268 lines
1024 KiB
Plaintext
Raw Normal View History

2026-06-18 02:51:20 +00:00
2026-05-22 13:02:54.0|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 6.1.1.10360
2026-05-22 13:02:54.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 13:02:54.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 13:02:54.8|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 13:02:54.9|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {31463b11-7377-4821-9896-812b6c95f7e9} may be persisted to storage in unencrypted form.
2026-05-22 13:02:55.0|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 13:02:55.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 13:02:55.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:55.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:55.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 13:02:55.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0930583s
2026-05-22 13:02:55.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 13:02:55.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1008317s
2026-05-22 13:02:55.3|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2026-05-22 13:02:55.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2026-05-22 13:02:55.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0479653s
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0574531s
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054433s
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002851s
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018759s
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046778s
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 3.76E-05s
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007647s
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031695s
2026-05-22 13:02:55.4|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2026-05-22 13:02:55.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.4|Info|InitialSetup|Starting migration of Main DB to 1
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Config" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Key" TEXT NOT NULL UNIQUE, "Value" TEXT NOT NULL)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012637s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005556s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RootFolders
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "RootFolders" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL UNIQUE)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006815s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex RootFolders (Path)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_RootFolders_Path" ON "RootFolders" ("Path" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006042s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Series
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TvdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018813s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (TvdbId)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_TvdbId" ON "Series" ("TvdbId" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014407s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Movies
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT NOT NULL UNIQUE, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013955s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (ImdbId)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006352s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TitleSlug)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006402s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Episodes
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015975s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable EpisodeFiles
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012031s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018073s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006875s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.014162s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL UNIQUE, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010486s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015143s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableSearch" INTEGER)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051626s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007976s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Profiles
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007651s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Profiles (Name)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004796s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Profiles" SET "Language" = 1
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "Language" = 1
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019023s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SceneMappings
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007329s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NamingConfig
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008032s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Blacklist
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008731s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualityDefinitions
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityDefinitions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL UNIQUE, "Title" TEXT NOT NULL UNIQUE, "MinSize" NUMERIC, "MaxSize" NUMERIC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0094669s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Quality)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006254s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Title)
2026-05-22 13:02:55.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006834s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Metadata
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008517s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles
2026-05-22 13:02:55.5|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)
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031312s
2026-05-22 13:02:55.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients
2026-05-22 13:02:55.6|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)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054605s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable PendingReleases
2026-05-22 13:02:55.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)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038026s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RemotePathMappings
2026-05-22 13:02:55.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)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000654s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL UNIQUE)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047301s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label)
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005626s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Restrictions
2026-05-22 13:02:55.6|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)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001112s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DelayProfiles
2026-05-22 13:02:55.6|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)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007608s
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DelayProfiles" ("EnableUsenet", "EnableTorrent", "PreferredProtocol", "UsenetDelay", "TorrentDelay", "Order", "Tags") VALUES (1, 1, 1, 0, 0, 2147483647, '[]')
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Users" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Identifier" TEXT NOT NULL UNIQUE, "Username" TEXT NOT NULL UNIQUE, "Password" TEXT NOT NULL)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006587s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier)
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001304s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username)
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000538s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands
2026-05-22 13:02:55.6|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)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008121s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007773s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (IndexerId)
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_IndexerId" ON "IndexerStatus" ("IndexerId" ASC)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005177s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles
2026-05-22 13:02:55.6|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)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007271s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SubtitleFiles
2026-05-22 13:02:55.6|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)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007447s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date)
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004075s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|-> 1 Insert operations completed in 00:00:00.0025079 taking an average of 00:00:00.0025079
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2026-05-22T13:02:55', 'InitialSetup')
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0134946s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrating
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.6|Info|add_moviefiles_table|Starting migration of Main DB to 104
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MovieFiles
2026-05-22 13:02:55.6|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 UNIQUE, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "DateAdded" DATETIME NOT NULL, "SceneName" TEXT, "MediaInfo" TEXT, "ReleaseGroup" TEXT, "RelativePath" TEXT)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009132s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieFiles (Path)
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieFiles_Path" ON "MovieFiles" ("Path" ASC)
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004894s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MovieFileId Int32
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MovieFileId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010898s
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2026-05-22T13:02:55', 'add_moviefiles_table')
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrated
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0231372s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrating
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.6|Info|fix_history_movieId|Starting migration of Main DB to 105
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History MovieId Int32
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "MovieId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001083s
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2026-05-22T13:02:55', 'fix_history_movieId')
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrated
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0101092s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrating
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.6|Info|add_tmdb_stuff|Starting migration of Main DB to 106
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies TmdbId Int32
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "TmdbId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014718s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Website String
2026-05-22 13:02:55.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Website" TEXT
2026-05-22 13:02:55.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001442s
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies ImdbId String
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:55.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", "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"
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.057374s
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies AlternativeTitles String
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "AlternativeTitles" TEXT
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003131s
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2026-05-22T13:02:55', 'add_tmdb_stuff')
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrated
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069357s
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrating
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.7|Info|fix_movie_files|Starting migration of Main DB to 107
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles Path String
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:55.7|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"
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles"
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles"
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieFiles_Path" ON "MovieFiles" ("Path" ASC)
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0149255s
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2026-05-22T13:02:55', 'fix_movie_files')
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrated
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0180793s
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrating
2026-05-22 13:02:55.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.7|Info|update_schedule_intervale|Starting migration of Main DB to 108
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:55.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks Interval Double
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL UNIQUE, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL)
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution") SELECT "Id", "TypeName", "Interval", "LastExecution" FROM "ScheduledTasks"
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0159462s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "ScheduledTasks" SET "Interval" = 0.25 WHERE "TypeName" = 'NzbDrone.Core.Download.CheckForFinishedDownloadCommand'
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ScheduledTasks" SET "Interval" = 0.25 WHERE "TypeName" = 'NzbDrone.Core.Download.CheckForFinishedDownloadCommand'
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004344s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2026-05-22T13:02:55', 'update_schedule_intervale')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036868s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|add_movie_formats_to_naming_config|Starting migration of Main DB to 109
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig StandardMovieFormat String
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "StandardMovieFormat" TEXT
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013238s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig MovieFolderFormat String
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "MovieFolderFormat" TEXT
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013594s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019451s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2026-05-22T13:02:55', 'add_movie_formats_to_naming_config')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0061374s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|add_phyiscal_release|Starting migration of Main DB to 110
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PhysicalRelease DateTime
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PhysicalRelease" DATETIME
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019318s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2026-05-22T13:02:55', 'add_phyiscal_release')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0092022s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|remove_bitmetv|Starting migration of Main DB to 111
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BitMeTv'
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025007s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2026-05-22T13:02:55', 'remove_bitmetv')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052883s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|remove_torrentleech|Starting migration of Main DB to 112
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Torrentleech'
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015875s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2026-05-22T13:02:55', 'remove_torrentleech')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046553s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|remove_broadcasthenet|Starting migration of Main DB to 113
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'BroadcastheNet'
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026895s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2026-05-22T13:02:55', 'remove_broadcasthenet')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056415s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|remove_fanzub|Starting migration of Main DB to 114
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Fanzub'
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007623s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2026-05-22T13:02:55', 'remove_fanzub')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030692s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|update_movie_sorttitle|Starting migration of Main DB to 115
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021827s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2026-05-22T13:02:55', 'update_movie_sorttitle')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052739s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|update_movie_sorttitle_again|Starting migration of Main DB to 116
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015182s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2026-05-22T13:02:55', 'update_movie_sorttitle_again')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068468s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|update_movie_file|Starting migration of Main DB to 117
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles Edition String
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "Edition" TEXT
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010368s
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2026-05-22T13:02:55', 'update_movie_file')
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrated
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034913s
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrating
2026-05-22 13:02:55.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.8|Info|update_movie_slug|Starting migration of Main DB to 118
2026-05-22 13:02:55.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002312s
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2026-05-22T13:02:55', 'update_movie_slug')
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrated
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097318s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrating
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.9|Info|add_youtube_trailer_id|Starting migration of Main DB to 119
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies YouTubeTrailerId String
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "YouTubeTrailerId" TEXT
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010683s
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2026-05-22T13:02:55', 'add_youtube_trailer_id')
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrated
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0258153s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrating
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.9|Info|add_studio|Starting migration of Main DB to 120
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.5E-06s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Studio String
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Studio" TEXT
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053565s
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2026-05-22T13:02:55', 'add_studio')
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrated
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0148426s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrating
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.9|Info|update_filedate_config|Starting migration of Main DB to 121
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012246s
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2026-05-22T13:02:55', 'update_filedate_config')
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrated
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047597s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrating
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:55.9|Info|add_movieid_to_blacklist|Starting migration of Main DB to 122
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.7E-06s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist MovieId Int32
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "MovieId" INTEGER DEFAULT 0
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090298s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:55.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blacklist SeriesId Int32
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:55.9|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"
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist"
2026-05-22 13:02:55.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist"
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0174182s
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blacklist EpisodeIds String
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:56.0|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"
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist"
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist"
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0108867s
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2026-05-22T13:02:56', 'add_movieid_to_blacklist')
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrated
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0165621s
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrating
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.0|Info|create_netimport_table|Starting migration of Main DB to 123
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NetImport
2026-05-22 13:02:56.0|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 UNIQUE, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Settings" TEXT, "EnableAuto" INTEGER NOT NULL, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL)
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009252s
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NetImport (Name)
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "NetImport" ("Name" ASC)
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005295s
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2026-05-22T13:02:56', 'create_netimport_table')
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrated
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057969s
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrating
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.0|Info|add_preferred_tags_to_profile|Starting migration of Main DB to 124
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles PreferredTags String
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "PreferredTags" TEXT
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010894s
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2026-05-22T13:02:56', 'add_preferred_tags_to_profile')
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrated
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048573s
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrating
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.0|Info|fix_imdb_unique|Starting migration of Main DB to 125
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018683s
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2026-05-22T13:02:56', 'fix_imdb_unique')
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrated
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0269382s
2026-05-22 13:02:56.0|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrating
2026-05-22 13:02:56.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.0|Info|update_qualities_and_profiles|Starting migration of Main DB to 126
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023912s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2026-05-22T13:02:56', 'update_qualities_and_profiles')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109537s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|remove_wombles|Starting migration of Main DB to 127
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Wombles'
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003496s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2026-05-22T13:02:56', 'remove_wombles')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038093s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|remove_kickass|Starting migration of Main DB to 128
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Kickass Torrents'
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000355s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2026-05-22T13:02:56', 'remove_kickass')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041097s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|add_parsed_movie_info_to_pending_release|Starting migration of Main DB to 129
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases ParsedMovieInfo String
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "ParsedMovieInfo" TEXT
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010051s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2026-05-22T13:02:56', 'add_parsed_movie_info_to_pending_release')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069092s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|remove_wombles_kickass|Starting migration of Main DB to 130
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Wombles'
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003399s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'KickassTorrents'
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002957s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2026-05-22T13:02:56', 'remove_wombles_kickass')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047031s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|make_parsed_episode_info_nullable|Starting migration of Main DB to 131
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases ParsedEpisodeInfo String
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:56.1|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"
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097135s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2026-05-22T13:02:56', 'make_parsed_episode_info_nullable')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130373s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|rename_torrent_downloadstation|Starting migration of Main DB to 132
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "DownloadClients" SET "Implementation" = 'TorrentDownloadStation' WHERE "Implementation" = 'DownloadStation';
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DownloadClients" SET "Implementation" = 'TorrentDownloadStation' WHERE "Implementation" = 'DownloadStation';
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000489s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2026-05-22T13:02:56', 'rename_torrent_downloadstation')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036548s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|add_minimumavailability|Starting migration of Main DB to 133
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NetImport
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NetImport MinimumAvailability Int32
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" ADD COLUMN "MinimumAvailability" INTEGER NOT NULL DEFAULT 3
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010277s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MinimumAvailability Int32
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MinimumAvailability" INTEGER NOT NULL DEFAULT 3
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010845s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (133, '2026-05-22T13:02:56', 'add_minimumavailability')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043968s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|add_remux_qualities_for_the_wankers|Starting migration of Main DB to 134
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003229s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2026-05-22T13:02:56', 'add_remux_qualities_for_the_wankers')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0105538s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|add_haspredbentry_to_movies|Starting migration of Main DB to 135
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies HasPreDBEntry Boolean
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "HasPreDBEntry" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010257s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2026-05-22T13:02:56', 'add_haspredbentry_to_movies')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003895s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|add_pathstate_to_movies|Starting migration of Main DB to 136
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PathState Int32
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PathState" INTEGER NOT NULL DEFAULT 2
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001045s
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2026-05-22T13:02:56', 'add_pathstate_to_movies')
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrated
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045249s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrating
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.1|Info|add_import_exclusions_table|Starting migration of Main DB to 137
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportExclusions
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportExclusions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "MovieTitle" TEXT, "MovieYear" INTEGER DEFAULT 0)
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006299s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportExclusions (TmdbId)
2026-05-22 13:02:56.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportExclusions_TmdbId" ON "ImportExclusions" ("TmdbId" ASC)
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004112s
2026-05-22 13:02:56.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011441s
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2026-05-22T13:02:56', 'add_import_exclusions_table')
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrated
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039269s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrating
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.2|Info|add_physical_release_note|Starting migration of Main DB to 138
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies PhysicalReleaseNote String
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "PhysicalReleaseNote" TEXT
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012885s
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2026-05-22T13:02:56', 'add_physical_release_note')
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrated
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036111s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrating
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.2|Info|consolidate_indexer_baseurl|Starting migration of Main DB to 139
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022039s
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2026-05-22T13:02:56', 'consolidate_indexer_baseurl')
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrated
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048859s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrating
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.2|Info|add_alternative_titles_table|Starting migration of Main DB to 140
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AlternativeTitles
2026-05-22 13:02:56.2|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)
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008496s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies AlternativeTitles
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:56.2|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"
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0328294s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies SecondaryYear Int32
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "SecondaryYear" INTEGER
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010918s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies SecondaryYearSourceId Int64
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "SecondaryYearSourceId" INTEGER DEFAULT 0
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030954s
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2026-05-22T13:02:56', 'add_alternative_titles_table')
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrated
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060824s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrating
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.2|Info|fix_duplicate_alt_titles|Starting migration of Main DB to 141
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004916s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AlternativeTitles
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 8.2E-06s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AlternativeTitles CleanTitle String
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "MovieId" INTEGER NOT NULL, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL UNIQUE, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "Language" INTEGER NOT NULL)
2026-05-22 13:02:56.2|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"
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0099906s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (CleanTitle)
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008238s
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2026-05-22T13:02:56', 'fix_duplicate_alt_titles')
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrated
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050877s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrating
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.2|Info|movie_extras|Starting migration of Main DB to 142
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable ExtraFiles
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006223s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable SubtitleFiles
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles"
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004157s
2026-05-22 13:02:56.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable MetadataFiles
2026-05-22 13:02:56.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0246828s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles
2026-05-22 13:02:56.3|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)
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007479s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SubtitleFiles
2026-05-22 13:02:56.3|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)
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007064s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles
2026-05-22 13:02:56.3|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)
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006703s
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2026-05-22T13:02:56', 'movie_extras')
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrated
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040964s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrating
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.3|Info|clean_core_tv|Starting migration of Main DB to 143
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Episodes
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Episodes"
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004512s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable EpisodeFiles
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "EpisodeFiles"
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003374s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable Series
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Series"
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004718s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteTable SceneMappings
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SceneMappings"
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000389s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Blacklist SeriesId, EpisodeIds
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:56.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"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blacklist"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist_temp" RENAME TO "Blacklist"
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0086484s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn History SeriesId, EpisodeId
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:56.3|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"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119494s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig StandardEpisodeFormat, DailyEpisodeFormat, AnimeEpisodeFormat, SeasonFolderFormat, SeriesFolderFormat
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "RenameEpisodes" INTEGER, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT)
2026-05-22 13:02:56.3|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"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123415s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn PendingReleases SeriesId, ParsedEpisodeInfo
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "MovieId" INTEGER NOT NULL, "ParsedMovieInfo" TEXT)
2026-05-22 13:02:56.3|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"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0124921s
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2026-05-22T13:02:56', 'clean_core_tv')
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrated
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0177064s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrating
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.3|Info|add_cookies_to_indexer_status|Starting migration of Main DB to 144
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn IndexerStatus Cookies String
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus" ADD COLUMN "Cookies" TEXT
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009917s
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn IndexerStatus CookiesExpirationDate DateTime
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus" ADD COLUMN "CookiesExpirationDate" DATETIME
2026-05-22 13:02:56.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021429s
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2026-05-22T13:02:56', 'add_cookies_to_indexer_status')
2026-05-22 13:02:56.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010348s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|banner_to_fanart|Starting migration of Main DB to 145
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Movies" SET "Images" = replace("Images", '"coverType": "banner"', '"coverType": "fanart"')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "Images" = replace("Images", '"coverType": "banner"', '"coverType": "fanart"')
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003802s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MetadataFiles" SET "MovieFileId" = null WHERE "Type" = 2
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MetadataFiles" SET "MovieFileId" = null WHERE "Type" = 2
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002768s
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2026-05-22T13:02:56', 'banner_to_fanart')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027066s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|naming_config_colon_action|Starting migration of Main DB to 146
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig ColonReplacementFormat Int32
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "ColonReplacementFormat" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001061s
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2026-05-22T13:02:56', 'naming_config_colon_action')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053191s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|add_custom_formats|Starting migration of Main DB to 147
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFormats
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "FormatTags" TEXT NOT NULL)
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006362s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex CustomFormats (Name)
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004135s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles FormatItems String
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "FormatItems" TEXT NOT NULL DEFAULT '[{format:0, allowed:true}]'
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000962s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles FormatCutoff Int32
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "FormatCutoff" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009791s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002731s
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2026-05-22T13:02:56', 'add_custom_formats')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051187s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|remove_extra_naming_config|Starting migration of Main DB to 148
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "NamingConfig" WHERE "Id" NOT IN(SELECT "Id" FROM "NamingConfig" LIMIT 1)
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "NamingConfig" WHERE "Id" NOT IN(SELECT "Id" FROM "NamingConfig" LIMIT 1)
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000326s
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2026-05-22T13:02:56', 'remove_extra_naming_config')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033408s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|convert_regex_required_tags|Starting migration of Main DB to 149
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021455s
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2026-05-22T13:02:56', 'convert_regex_required_tags')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0085371s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|fix_format_tags_double_underscore|Starting migration of Main DB to 150
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008198s
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2026-05-22T13:02:56', 'fix_format_tags_double_underscore')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058459s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|add_tags_to_net_import|Starting migration of Main DB to 151
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NetImport
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NetImport Tags String
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" ADD COLUMN "Tags" TEXT
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009771s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NetImport" SET "Tags" = '[]'
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NetImport" SET "Tags" = '[]'
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029978s
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2026-05-22T13:02:56', 'add_tags_to_net_import')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056905s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|add_custom_filters|Starting migration of Main DB to 152
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters
2026-05-22 13:02:56.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)
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000616s
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2026-05-22T13:02:56', 'add_custom_filters')
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrated
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037901s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrating
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.4|Info|indexer_client_status_search_changes|Starting migration of Main DB to 153
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2.7E-06s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases Reason Int32
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "Reason" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001173s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn IndexerStatus IndexerId to ProviderId
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2026-05-22 13:02:56.4|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"
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.014806s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Indexers EnableSearch to EnableAutomaticSearch
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER)
2026-05-22 13:02:56.4|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"
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0091354s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers EnableInteractiveSearch Boolean
2026-05-22 13:02:56.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "EnableInteractiveSearch" INTEGER
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010953s
2026-05-22 13:02:56.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch"
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "EnableInteractiveSearch" = "EnableAutomaticSearch"
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003856s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Indexers EnableInteractiveSearch Boolean
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL)
2026-05-22 13:02:56.5|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"
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011075s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009857s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId)
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006262s
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2026-05-22T13:02:56', 'indexer_client_status_search_changes')
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrated
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0112458s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrating
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.5|Info|add_language_to_files_history_blacklist|Starting migration of Main DB to 154
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.8E-06s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles Languages String
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011216s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History Languages String
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010675s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist Languages String
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "Languages" TEXT NOT NULL DEFAULT '[]'
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037529s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0186159s
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2026-05-22T13:02:56', 'add_language_to_files_history_blacklist')
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrated
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.023184s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrating
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.5|Info|add_update_allowed_quality_profile|Starting migration of Main DB to 155
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles UpgradeAllowed Boolean
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "UpgradeAllowed" INTEGER
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010658s
2026-05-22 13:02:56.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:56.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "UpgradeAllowed" = 1 WHERE 1 = 1
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042017s
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2026-05-22T13:02:56', 'add_update_allowed_quality_profile')
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrated
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0075103s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrating
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.6|Info|add_download_client_priority|Starting migration of Main DB to 156
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Priority Int32
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 1
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010584s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.042289s
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2026-05-22T13:02:56', 'add_download_client_priority')
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrated
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0453256s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrating
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.6|Info|remove_growl_prowl|Starting migration of Main DB to 157
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Growl'
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003023s
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2026-05-22T13:02:56', 'remove_growl_prowl')
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrated
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043444s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrating
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.6|Info|remove_plex_hometheatre|Starting migration of Main DB to 158
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexHomeTheater'
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031294s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'PlexClient'
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003591s
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2026-05-22T13:02:56', 'remove_plex_hometheatre')
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrated
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028929s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrating
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.6|Info|add_webrip_qualites|Starting migration of Main DB to 159
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031031s
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2026-05-22T13:02:56', 'add_webrip_qualites')
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrated
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130765s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrating
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.6|Info|health_issue_notification|Starting migration of Main DB to 160
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-06s
2026-05-22 13:02:56.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthIssue Boolean
2026-05-22 13:02:56.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthIssue" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034428s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 2.2E-06s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications IncludeHealthWarnings Boolean
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "IncludeHealthWarnings" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0103861s
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2026-05-22T13:02:56', 'health_issue_notification')
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrated
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.029066s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrating
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.7|Info|speed_improvements|Starting migration of Main DB to 161
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieFiles (MovieId)
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC)
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000491s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (MovieId)
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieId" ON "AlternativeTitles" ("MovieId" ASC)
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003973s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (CleanTitle)
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003596s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (ImdbId)
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004308s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TmdbId)
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003772s
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2026-05-22T13:02:56', 'speed_improvements')
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrated
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0291658s
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrating
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.7|Info|fix_profile_format_default|Starting migration of Main DB to 162
2026-05-22 13:02:56.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Profiles FormatItems String
2026-05-22 13:02:56.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:56.8|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"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0161069s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|AlterDefaultConstraint .Profiles FormatItems [{"format":0, "allowed":true}]
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:56.8|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"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0166125s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Profiles" SET "FormatItems" = '[{"format":0, "allowed":true}]' WHERE "FormatItems" = '[{format:0, allowed:true}]'
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004184s
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2026-05-22T13:02:56', 'fix_profile_format_default')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058262s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|task_duration|Starting migration of Main DB to 163
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ScheduledTasks LastStartTime DateTime
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks" ADD COLUMN "LastStartTime" DATETIME
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009872s
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2026-05-22T13:02:56', 'task_duration')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0160923s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|movie_collections_crew|Starting migration of Main DB to 164
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Collection String
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Collection" TEXT
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009933s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies Actors
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:56.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", "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"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0141167s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Credits
2026-05-22 13:02:56.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 UNIQUE, "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)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007773s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (CreditTmdbId)
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004167s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (MovieId)
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieId" ON "Credits" ("MovieId" ASC)
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000573s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'NotifyMyAndroid'
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003528s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Notifications" WHERE "Implementation" = 'Pushalot'
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003401s
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2026-05-22T13:02:56', 'movie_collections_crew')
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrated
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041999s
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrating
2026-05-22 13:02:56.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.8|Info|remove_custom_formats_from_quality_model|Starting migration of Main DB to 165
2026-05-22 13:02:56.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blacklist
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 3.3E-06s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blacklist IndexerFlags Int32
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028401s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles IndexerFlags Int32
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017881s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045967s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010946s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002341s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004147s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057926s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012835s
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2026-05-22T13:02:56', 'remove_custom_formats_from_quality_model')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054236s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|fix_tmdb_list_config|Starting migration of Main DB to 166
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033861s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001261s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018429s
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2026-05-22T13:02:56', 'fix_tmdb_list_config')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrated
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0065719s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrating
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:56.9|Info|remove_movie_pathstate|Starting migration of Main DB to 167
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies PathState
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:56.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", "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"
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0234534s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('pathsdefaultstatic')
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('pathsdefaultstatic')
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000355s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieFiles OriginalFilePath String
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles" ADD COLUMN "OriginalFilePath" TEXT
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010712s
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieFiles Path
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:56.9|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"
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles"
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles"
2026-05-22 13:02:56.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC)
2026-05-22 13:02:56.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0167604s
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2026-05-22T13:02:57', 'remove_movie_pathstate')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0286442s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|custom_format_rework|Starting migration of Main DB to 168
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable CustomFormats
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn CustomFormats Specifications String
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats" ADD COLUMN "Specifications" TEXT NOT NULL DEFAULT '[]'
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036361s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029347s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn CustomFormats FormatTags
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Specifications" TEXT NOT NULL)
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "CustomFormats_temp" ("Id", "Name", "Specifications") SELECT "Id", "Name", "Specifications" FROM "CustomFormats"
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "CustomFormats"
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats_temp" RENAME TO "CustomFormats"
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0151852s
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2026-05-22T13:02:57', 'custom_format_rework')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0184744s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|custom_format_scores|Starting migration of Main DB to 169
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles MinFormatScore Int32
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "MinFormatScore" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004849s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Profiles
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.6E-06s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Profiles CutoffFormatScore Int32
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" ADD COLUMN "CutoffFormatScore" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038938s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053232s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles FormatCutoff
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:57.0|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"
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0127053s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable CustomFormats
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn CustomFormats IncludeCustomFormatWhenRenaming Boolean
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats" ADD COLUMN "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009752s
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2026-05-22T13:02:57', 'custom_format_scores')
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrated
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048677s
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrating
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.0|Info|fix_trakt_list_config|Starting migration of Main DB to 170
2026-05-22 13:02:57.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.107872s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008454s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('TraktAuthToken', 'TraktRefreshToken', 'TraktTokenExpiry', 'NewTraktAuthToken', 'NewTraktRefreshToken', 'NewTraktTokenExpiry')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('TraktAuthToken', 'TraktRefreshToken', 'TraktTokenExpiry', 'NewTraktAuthToken', 'NewTraktRefreshToken', 'NewTraktTokenExpiry')
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029s
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2026-05-22T13:02:57', 'fix_trakt_list_config')
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrated
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064844s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrating
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.1|Info|quality_definition_preferred_size|Starting migration of Main DB to 171
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityDefinitions
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.7E-06s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityDefinitions PreferredSize Double
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityDefinitions" ADD COLUMN "PreferredSize" NUMERIC
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011193s
2026-05-22 13:02:57.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037731s
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2026-05-22T13:02:57', 'quality_definition_preferred_size')
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrated
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0062376s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrating
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.2|Info|add_download_history|Starting migration of Main DB to 172
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadHistory
2026-05-22 13:02:57.2|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)
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008126s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (EventType)
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004277s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (MovieId)
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_MovieId" ON "DownloadHistory" ("MovieId" ASC)
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029036s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (DownloadId)
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006013s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009964s
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2026-05-22T13:02:57', 'add_download_history')
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrated
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040491s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrating
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.2|Info|net_import_status|Starting migration of Main DB to 173
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NetImportStatus
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NetImportStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007245s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NetImportStatus (ProviderId)
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "NetImportStatus" ("ProviderId" ASC)
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060173s
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2026-05-22T13:02:57', 'net_import_status')
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrated
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097937s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrating
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.2|Info|email_multiple_addresses|Starting migration of Main DB to 174
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043778s
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2026-05-22T13:02:57', 'email_multiple_addresses')
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrated
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0245002s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrating
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.2|Info|remove_chown_and_folderchmod_config|Starting migration of Main DB to 175
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser', 'parsingleniency')
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser', 'parsingleniency')
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00042s
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2026-05-22T13:02:57', 'remove_chown_and_folderchmod_config')
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrated
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057166s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrating
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.2|Info|movie_recommendations|Starting migration of Main DB to 176
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies Recommendations String
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "Recommendations" TEXT NOT NULL DEFAULT '[]'
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010979s
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2026-05-22T13:02:57', 'movie_recommendations')
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrated
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050987s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrating
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.2|Info|language_improvements|Starting migration of Main DB to 177
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies OriginalLanguage Int32
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "OriginalLanguage" INTEGER NOT NULL DEFAULT 1
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011283s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies OriginalTitle String
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "OriginalTitle" TEXT
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010012s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies DigitalRelease DateTime
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "DigitalRelease" DATETIME
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010205s
2026-05-22 13:02:57.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies PhysicalReleaseNote
2026-05-22 13:02:57.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:57.2|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"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.02731s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies SecondaryYearSourceId
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:57.3|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"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0175557s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig RenameMovies Boolean
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "RenameMovies" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010662s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "RenameMovies"="RenameEpisodes"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "RenameMovies"="RenameEpisodes"
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003119s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig RenameEpisodes
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "MultiEpisodeStyle" INTEGER NOT NULL, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT, "ColonReplacementFormat" INTEGER NOT NULL, "RenameMovies" INTEGER NOT NULL)
2026-05-22 13:02:57.3|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"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0138043s
2026-05-22 13:02:57.3|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"));
2026-05-22 13:02:57.3|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"));
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007266s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DROP INDEX IF EXISTS "IX_AlternativeTitles_CleanTitle"
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX IF EXISTS "IX_AlternativeTitles_CleanTitle"
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010213s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017437s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008571s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:57.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'
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004068s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "LastInfoSync" = '2014-01-01 00:00:00' WHERE 1 = 1
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003897s
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2026-05-22T13:02:57', 'language_improvements')
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrated
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050851s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrating
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.3|Info|new_list_server|Starting migration of Main DB to 178
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001914s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013016s
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2026-05-22T13:02:57', 'new_list_server')
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrated
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040312s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrating
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.3|Info|movie_translation_indexes|Starting migration of Main DB to 179
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (Language)
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC)
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000471s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (MovieId)
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieId" ON "MovieTranslations" ("MovieId" ASC)
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005568s
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2026-05-22T13:02:57', 'movie_translation_indexes')
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrated
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030465s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrating
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.3|Info|fix_invalid_profile_references|Starting migration of Main DB to 180
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0079346s
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2026-05-22T13:02:57', 'fix_invalid_profile_references')
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrated
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0104212s
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrating
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.3|Info|list_movies_table|Starting migration of Main DB to 181
2026-05-22 13:02:57.3|Info|FluentMigrator.Runner.MigrationRunner|RenameTable NetImport ImportLists
2026-05-22 13:02:57.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImport" RENAME TO "ImportLists"
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039929s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|RenameTable NetImportStatus ImportListStatus
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NetImportStatus" RENAME TO "ImportListStatus"
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031668s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Config" SET "Key" = 'importlistsyncinterval' WHERE "Key" = 'netimportsyncinterval'
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Config" SET "Key" = 'importlistsyncinterval' WHERE "Key" = 'netimportsyncinterval'
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003158s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists SearchOnAdd Boolean
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "SearchOnAdd" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009976s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListMovies
2026-05-22 13:02:57.4|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)
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016056s
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2026-05-22T13:02:57', 'list_movies_table')
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrated
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0186513s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrating
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.4|Info|on_delete_notification|Starting migration of Main DB to 182
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnDelete Boolean
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnDelete" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00111s
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2026-05-22T13:02:57', 'on_delete_notification')
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrated
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0068584s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrating
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.4|Info|download_propers_config|Starting migration of Main DB to 183
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006723s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers'
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'autodownloadpropers'
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002733s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Profiles PreferredTags
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "FormatItems" TEXT NOT NULL, "UpgradeAllowed" INTEGER, "MinFormatScore" INTEGER NOT NULL, "CutoffFormatScore" INTEGER NOT NULL)
2026-05-22 13:02:57.4|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"
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0131492s
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2026-05-22T13:02:57', 'download_propers_config')
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrated
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0168682s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrating
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.4|Info|add_priority_to_indexers|Starting migration of Main DB to 184
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Priority Int32
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 25
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011207s
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2026-05-22T13:02:57', 'add_priority_to_indexers')
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrated
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0089863s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrating
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.4|Info|add_alternative_title_indices|Starting migration of Main DB to 185
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (CleanTitle)
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000509s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (CleanTitle)
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC)
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005261s
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2026-05-22T13:02:57', 'add_alternative_title_indices')
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrated
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034859s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrating
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.4|Info|fix_tmdb_duplicates|Starting migration of Main DB to 186
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024577s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex Movies ()
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_Movies_TmdbId"
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034594s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-06s
2026-05-22 13:02:57.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies TmdbId Int32
2026-05-22 13:02:57.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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 UNIQUE, "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)
2026-05-22 13:02:57.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", "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"
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0206954s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (TmdbId)
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015375s
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2026-05-22T13:02:57', 'fix_tmdb_duplicates')
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrated
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040238s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrating
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.5|Info|swap_filechmod_for_folderchmod|Starting migration of Main DB to 187
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009549s
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2026-05-22T13:02:57', 'swap_filechmod_for_folderchmod')
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrated
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045741s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrating
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.5|Info|mediainfo_channels|Starting migration of Main DB to 188
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannels"', '"audioChannelsContainer"');
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannels"', '"audioChannelsContainer"');
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056816s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannelPositionsText"', '"audioChannelPositionsTextContainer"');
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieFiles" SET "MediaInfo" = Replace("MediaInfo", '"audioChannelPositionsText"', '"audioChannelPositionsTextContainer"');
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003619s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Config" SET "Value" = max(("Value" / 60) + 1, 6) WHERE "Key" = 'importlistsyncinterval'
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Config" SET "Value" = max(("Value" / 60) + 1, 6) WHERE "Key" = 'importlistsyncinterval'
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000305s
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2026-05-22T13:02:57', 'mediainfo_channels')
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrated
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027691s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrating
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.5|Info|add_update_history|Starting migration of Main DB to 189
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2026-05-22T13:02:57', 'add_update_history')
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrated
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039742s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrating
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.5|Info|update_awesome_hd_link|Starting migration of Main DB to 190
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.net', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD';
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.net', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD';
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004502s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.me', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD';
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "Settings" = Replace("Settings", 'https://awesome-hd.me', 'https://awesome-hd.club') WHERE "Implementation" = 'AwesomeHD';
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003445s
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2026-05-22T13:02:57', 'update_awesome_hd_link')
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrated
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039924s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrating
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.5|Info|remove_awesomehd|Starting migration of Main DB to 191
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'AwesomeHD'
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003302s
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2026-05-22T13:02:57', 'remove_awesomehd')
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrated
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005146s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrating
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.5|Info|add_on_delete_to_notifications|Starting migration of Main DB to 192
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Notifications OnDelete to OnMovieDelete
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Notifications_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:57.5|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"
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Notifications"
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications_temp" RENAME TO "Notifications"
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0246477s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.2E-06s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieFileDelete Boolean
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieFileDelete" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001058s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieFileDeleteForUpgrade Boolean
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieFileDeleteForUpgrade" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010939s
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2026-05-22T13:02:57', 'add_on_delete_to_notifications')
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrated
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005897s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrating
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.5|Info|add_bypass_to_delay_profile|Starting migration of Main DB to 194
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfHighestQuality Boolean
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfHighestQuality" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011316s
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DelayProfiles" SET "BypassIfHighestQuality" = 1 WHERE 1 = 1
2026-05-22 13:02:57.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003817s
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2026-05-22T13:02:57', 'add_bypass_to_delay_profile')
2026-05-22 13:02:57.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrated
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032869s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrating
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.6|Info|update_notifiarr|Starting migration of Main DB to 195
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008004s
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2026-05-22T13:02:57', 'update_notifiarr')
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrated
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040036s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrating
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.6|Info|legacy_mediainfo_hdr|Starting migration of Main DB to 196
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "StandardMovieFormat" = Replace("StandardMovieFormat", '{MediaInfo HDR}', '{MediaInfo VideoDynamicRange}');
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "StandardMovieFormat" = Replace("StandardMovieFormat", '{MediaInfo HDR}', '{MediaInfo VideoDynamicRange}');
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006232s
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2026-05-22T13:02:57', 'legacy_mediainfo_hdr')
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrated
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032146s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrating
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.6|Info|rename_blacklist_to_blocklist|Starting migration of Main DB to 197
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Blacklist Blocklist
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" RENAME TO "Blocklist"
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031068s
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2026-05-22T13:02:57', 'rename_blacklist_to_blocklist')
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrated
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057999s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrating
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.6|Info|add_indexer_tags|Starting migration of Main DB to 198
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 9.6E-06s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012372s
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2026-05-22T13:02:57', 'add_indexer_tags')
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrated
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050684s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrating
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.6|Info|mediainfo_to_ffmpeg|Starting migration of Main DB to 199
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015838s
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2026-05-22T13:02:57', 'mediainfo_to_ffmpeg')
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrated
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0112618s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrating
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.6|Info|cdh_per_downloadclient|Starting migration of Main DB to 200
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 2.2E-06s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveCompletedDownloads Boolean
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveCompletedDownloads" INTEGER NOT NULL DEFAULT 1
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011158s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveFailedDownloads Boolean
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveFailedDownloads" INTEGER NOT NULL DEFAULT 1
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011222s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110105s
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2026-05-22T13:02:57', 'cdh_per_downloadclient')
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrated
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0194559s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrating
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.6|Info|migrate_discord_from_slack|Starting migration of Main DB to 201
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001472s
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2026-05-22T13:02:57', 'migrate_discord_from_slack')
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrated
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038152s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrating
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.6|Info|remove_predb|Starting migration of Main DB to 202
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "MinimumAvailability" = 3 WHERE "MinimumAvailability" = 4
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003775s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportLists" SET "MinimumAvailability" = 3 WHERE "MinimumAvailability" = 4
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003458s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies" SET "Status" = 3 WHERE "Status" = 4
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002818s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportListMovies" SET "Status" = 3 WHERE "Status" = 4
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002603s
2026-05-22 13:02:57.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Movies HasPreDBEntry
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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 UNIQUE, "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)
2026-05-22 13:02:57.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"
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:57.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0194345s
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2026-05-22T13:02:57', 'remove_predb')
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrated
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0227764s
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrating
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.7|Info|add_on_update_to_notifications|Starting migration of Main DB to 203
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010746s
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2026-05-22T13:02:57', 'add_on_update_to_notifications')
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrated
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036801s
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrating
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.7|Info|ensure_identity_on_id_columns|Starting migration of Main DB to 204
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Commands" WHERE 1 = 1
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003401s
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies Id Int32
2026-05-22 13:02:57.7|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 UNIQUE, "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 UNIQUE, "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)
2026-05-22 13:02:57.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", "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"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0131444s
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieTranslations Id Int32
2026-05-22 13:02:57.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)
2026-05-22 13:02:57.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"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieTranslations"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations_temp" RENAME TO "MovieTranslations"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieId" ON "MovieTranslations" ("MovieId" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC)
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010653s
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands Id Int32
2026-05-22 13:02:57.7|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)
2026-05-22 13:02:57.7|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"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0123649s
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Credits Id Int32
2026-05-22 13:02:57.7|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 UNIQUE, "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)
2026-05-22 13:02:57.7|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"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Credits"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits_temp" RENAME TO "Credits"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC)
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieId" ON "Credits" ("MovieId" ASC)
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0150486s
2026-05-22 13:02:57.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Profiles Id Int32
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Profiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "Language" INTEGER, "FormatItems" TEXT NOT NULL, "UpgradeAllowed" INTEGER, "MinFormatScore" INTEGER NOT NULL, "CutoffFormatScore" INTEGER NOT NULL)
2026-05-22 13:02:57.7|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"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Profiles"
2026-05-22 13:02:57.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles_temp" RENAME TO "Profiles"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Profiles_Name" ON "Profiles" ("Name" ASC)
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0276107s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Id Int32
2026-05-22 13:02:57.8|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)
2026-05-22 13:02:57.8|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"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0159037s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn NamingConfig Id Int32
2026-05-22 13:02:57.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)
2026-05-22 13:02:57.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"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0134481s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Id Int32
2026-05-22 13:02:57.8|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)
2026-05-22 13:02:57.8|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"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.011804s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Id Int32
2026-05-22 13:02:57.8|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)
2026-05-22 13:02:57.8|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"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0153008s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles Id Int32
2026-05-22 13:02:57.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)
2026-05-22 13:02:57.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"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC)
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0117673s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn CustomFormats Id Int32
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Specifications" TEXT NOT NULL, "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL)
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "CustomFormats_temp" ("Id", "Name", "Specifications", "IncludeCustomFormatWhenRenaming") SELECT "Id", "Name", "Specifications", "IncludeCustomFormatWhenRenaming" FROM "CustomFormats"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "CustomFormats"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "CustomFormats_temp" RENAME TO "CustomFormats"
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC)
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0149544s
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2026-05-22T13:02:57', 'ensure_identity_on_id_columns')
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrated
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0193538s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrating
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.8|Info|download_client_per_indexer|Starting migration of Main DB to 205
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers DownloadClientId Int32
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "DownloadClientId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011752s
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2026-05-22T13:02:57', 'download_client_per_indexer')
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrated
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035683s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrating
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.8|Info|multiple_ratings_support|Starting migration of Main DB to 206
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'discoverMovie';
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'discoverMovie';
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003546s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'movieIndex';
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "CustomFilters" SET "Filters" = Replace("Filters", 'ratings', 'tmdbRating') WHERE "Type" = 'movieIndex';
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003253s
2026-05-22 13:02:57.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016066s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000428s
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2026-05-22T13:02:57', 'multiple_ratings_support')
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrated
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025572s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrating
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:57.9|Info|movie_metadata|Starting migration of Main DB to 207
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MovieMetadata
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015974s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (TmdbId)
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005703s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CleanTitle)
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009036s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CleanOriginalTitle)
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011307s
2026-05-22 13:02:57.9|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"
2026-05-22 13:02:57.9|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"
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018298s
2026-05-22 13:02:57.9|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" )
2026-05-22 13:02:57.9|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" )
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020719s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.8E-06s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies MovieMetadataId Int32
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018232s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AlternativeTitles
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AlternativeTitles MovieMetadataId Int32
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011085s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Credits
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Credits MovieMetadataId Int32
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010309s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieTranslations
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.7E-06s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieTranslations MovieMetadataId Int32
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022371s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListMovies
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListMovies MovieMetadataId Int32
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListMovies" ADD COLUMN "MovieMetadataId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011768s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListMovies (MovieMetadataId)
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_ImportListMovies_MovieMetadataId" ON "ImportListMovies" ("MovieMetadataId" ASC)
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011753s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Movies"
SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id"
FROM "MovieMetadata"
WHERE "MovieMetadata"."TmdbId" = "Movies"."TmdbId")
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Movies"
SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id"
FROM "MovieMetadata"
WHERE "MovieMetadata"."TmdbId" = "Movies"."TmdbId")
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001426s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "AlternativeTitles"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "AlternativeTitles"."MovieId")
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "AlternativeTitles"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "AlternativeTitles"."MovieId")
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004007s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Credits"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "Credits"."MovieId")
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Credits"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "Credits"."MovieId")
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003488s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieTranslations"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "MovieTranslations"."MovieId")
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieTranslations"
SET "MovieMetadataId" = (SELECT "Movies"."MovieMetadataId"
FROM "Movies"
WHERE "Movies"."Id" = "MovieTranslations"."MovieId")
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003995s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "ImportListMovies"
SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id"
FROM "MovieMetadata"
WHERE "MovieMetadata"."TmdbId" = "ImportListMovies"."TmdbId")
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "ImportListMovies"
SET "MovieMetadataId" = (SELECT "MovieMetadata"."Id"
FROM "MovieMetadata"
WHERE "MovieMetadata"."TmdbId" = "ImportListMovies"."TmdbId")
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005086s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies MovieMetadataId Int32
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ImdbId" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL UNIQUE, "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 UNIQUE, "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 UNIQUE)
2026-05-22 13:02:57.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"
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TitleSlug" ON "Movies" ("TitleSlug" ASC)
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_CleanTitle" ON "Movies" ("CleanTitle" ASC)
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_ImdbId" ON "Movies" ("ImdbId" ASC)
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_TmdbId" ON "Movies" ("TmdbId" ASC)
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0189848s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (MovieMetadataId)
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC)
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007349s
2026-05-22 13:02:57.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles MovieId
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL UNIQUE, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "Language" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2026-05-22 13:02:57.9|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"
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2026-05-22 13:02:57.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0189462s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Credits MovieId
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Credits_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "CreditTmdbId" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.0|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"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Credits"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Credits_temp" RENAME TO "Credits"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Credits_CreditTmdbId" ON "Credits" ("CreditTmdbId" ASC)
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.015064s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieTranslations MovieId
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieTranslations_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Title" TEXT, "CleanTitle" TEXT, "Overview" TEXT, "Language" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2026-05-22 13:02:58.0|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"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieTranslations"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieTranslations_temp" RENAME TO "MovieTranslations"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_Language" ON "MovieTranslations" ("Language" ASC)
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_CleanTitle" ON "MovieTranslations" ("CleanTitle" ASC)
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0197321s
2026-05-22 13:02:58.0|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
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE 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 UNIQUE)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0129324s
2026-05-22 13:02:58.0|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
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListMovies_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ListId" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListMovies_temp" ("Id", "ListId", "MovieMetadataId") SELECT "Id", "ListId", "MovieMetadataId" FROM "ImportListMovies"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListMovies"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListMovies_temp" RENAME TO "ImportListMovies"
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_ImportListMovies_MovieMetadataId" ON "ImportListMovies" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0145902s
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (207, '2026-05-22T13:02:58', 'movie_metadata')
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrated
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0208449s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|208: add_collections migrating
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.0|Info|add_collections|Starting migration of Main DB to 208
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Collections
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017863s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Collections (TmdbId)
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC)
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004202s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieMetadata CollectionTmdbId Int32
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata" ADD COLUMN "CollectionTmdbId" INTEGER
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010768s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieMetadata CollectionTitle String
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata" ADD COLUMN "CollectionTitle" TEXT
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025831s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists Monitor Int32
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "Monitor" INTEGER
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031917s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097783s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007992s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008724s
2026-05-22 13:02:58.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:58.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031021s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportLists Monitor Int32
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.1|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"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC)
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0188922s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportLists ShouldMonitor
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.1|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"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC)
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0130081s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ImportLists" WHERE "Implementation" = 'TMDbCollectionImport'
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003369s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn MovieMetadata Collection
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.1|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"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0195388s
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (208, '2026-05-22T13:02:58', 'add_collections')
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|208: add_collections migrated
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0219225s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrating
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.1|Info|movie_meta_collection_index|Starting migration of Main DB to 209
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieMetadata (CollectionTmdbId)
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006475s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MovieTranslations (MovieMetadataId)
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieTranslations_MovieMetadataId" ON "MovieTranslations" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006506s
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2026-05-22T13:02:58', 'movie_meta_collection_index')
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrated
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005991s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrating
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.1|Info|movie_added_notifications|Starting migration of Main DB to 210
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnMovieAdded Boolean
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnMovieAdded" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028291s
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2026-05-22T13:02:58', 'movie_added_notifications')
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrated
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071295s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrating
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.1|Info|more_movie_meta_index|Starting migration of Main DB to 211
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AlternativeTitles (MovieMetadataId)
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005859s
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Credits (MovieMetadataId)
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Credits_MovieMetadataId" ON "Credits" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012619s
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2026-05-22T13:02:58', 'more_movie_meta_index')
2026-05-22 13:02:58.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrated
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039234s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrating
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.2|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Main DB to 212
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Commands" WHERE 1 = 1
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015956s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Date DateTimeOffset
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.2|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"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0104584s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.8E-06s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist PublishedDate DateTimeOffset
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.2|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"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist"
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0120552s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.5E-06s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Collections Added DateTimeOffset
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Collections"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections_temp" RENAME TO "Collections"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC)
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0111497s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Collections LastInfoSync DateTimeOffset
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Collections_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Collections"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections_temp" RENAME TO "Collections"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Collections_TmdbId" ON "Collections" ("TmdbId" ASC)
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.012235s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.2E-06s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands QueuedAt DateTimeOffset
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.2|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"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0108029s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands StartedAt DateTimeOffset
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.2|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"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0117965s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands EndedAt DateTimeOffset
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.2|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"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands"
2026-05-22 13:02:58.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands"
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0107194s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
2026-05-22 13:02:58.2|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus InitialFailure DateTimeOffset
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2026-05-22 13:02:58.3|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"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0205737s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 3.6E-06s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus MostRecentFailure DateTimeOffset
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2026-05-22 13:02:58.3|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"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0241894s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 3.5E-06s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus DisabledTill DateTimeOffset
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2026-05-22 13:02:58.3|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"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0153043s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadHistory
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4.3E-06s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadHistory Date DateTimeOffset
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.3|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"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadHistory"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadHistory_temp" RENAME TO "DownloadHistory"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC)
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_MovieId" ON "DownloadHistory" ("MovieId" ASC)
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC)
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0181162s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 3.6E-06s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles Added DateTimeOffset
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.3|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"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
2026-05-22 13:02:58.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles"
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0149048s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.31E-05s
2026-05-22 13:02:58.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles LastUpdated DateTimeOffset
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.4|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"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles"
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119177s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 4.9E-06s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Date DateTimeOffset
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.4|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"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0150888s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 7.1E-06s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus InitialFailure DateTimeOffset
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0139787s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 4.2E-06s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus MostRecentFailure DateTimeOffset
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0137506s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 3.5E-06s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus DisabledTill DateTimeOffset
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0122725s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus InitialFailure DateTimeOffset
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2026-05-22 13:02:58.4|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"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0122211s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|=> 3.6E-06s
2026-05-22 13:02:58.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus MostRecentFailure DateTimeOffset
2026-05-22 13:02:58.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2026-05-22 13:02:58.4|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"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0265943s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 3.1E-06s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus DisabledTill DateTimeOffset
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2026-05-22 13:02:58.5|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"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0132799s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 3.2E-06s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus CookiesExpirationDate DateTimeOffset
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
2026-05-22 13:02:58.5|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"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0125316s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4.8E-06s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles LastUpdated DateTimeOffset
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.5|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"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0140774s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 7.7E-06s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles Added DateTimeOffset
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.5|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"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles"
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0119246s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieFiles
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4.8E-06s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieFiles DateAdded DateTimeOffset
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieFiles"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieFiles_temp" RENAME TO "MovieFiles"
2026-05-22 13:02:58.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieFiles_MovieId" ON "MovieFiles" ("MovieId" ASC)
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0264794s
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2026-05-22 13:02:58.5|Info|FluentMigrator.Runner.MigrationRunner|=> 7.5E-06s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata DigitalRelease DateTimeOffset
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0183518s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 3.4E-06s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata InCinemas DateTimeOffset
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0147599s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 3.9E-06s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata LastInfoSync DateTimeOffset
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0144439s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 3.7E-06s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MovieMetadata PhysicalRelease DateTimeOffset
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MovieMetadata_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TmdbId" INTEGER NOT NULL UNIQUE, "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)
2026-05-22 13:02:58.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"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MovieMetadata"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata_temp" RENAME TO "MovieMetadata"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MovieMetadata_TmdbId" ON "MovieMetadata" ("TmdbId" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanTitle" ON "MovieMetadata" ("CleanTitle" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CleanOriginalTitle" ON "MovieMetadata" ("CleanOriginalTitle" ASC)
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_MovieMetadata_CollectionTmdbId" ON "MovieMetadata" ("CollectionTmdbId" ASC)
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.022089s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 3.4E-06s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Movies Added DateTimeOffset
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE 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 UNIQUE)
2026-05-22 13:02:58.6|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"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:58.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.015399s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|=> 3.9E-06s
2026-05-22 13:02:58.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Added DateTimeOffset
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.7|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"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases"
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0159049s
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 4.3E-06s
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastExecution DateTimeOffset
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL UNIQUE, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0199746s
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 4.1E-06s
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastStartTime DateTimeOffset
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL UNIQUE, "Interval" NUMERIC NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0252228s
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 2.8E-06s
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SubtitleFiles Added DateTimeOffset
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.7|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"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles_temp" RENAME TO "SubtitleFiles"
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0208636s
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-06s
2026-05-22 13:02:58.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn SubtitleFiles LastUpdated DateTimeOffset
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SubtitleFiles_temp" ("Id" INTEGER NOT NULL UNIQUE 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)
2026-05-22 13:02:58.7|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"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "SubtitleFiles"
2026-05-22 13:02:58.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles_temp" RENAME TO "SubtitleFiles"
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0192673s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-06s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0191089s
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2026-05-22T13:02:58', 'postgres_update_timestamp_columns_to_with_timezone')
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrated
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0284581s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrating
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.8|Info|add_language_tags_to_subtitle_files|Starting migration of Main DB to 214
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 2.7E-06s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SubtitleFiles LanguageTags String
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles" ADD COLUMN "LanguageTags" TEXT
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028212s
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2026-05-22T13:02:58', 'add_language_tags_to_subtitle_files')
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrated
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071105s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrating
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.8|Info|add_salt_to_users|Starting migration of Main DB to 215
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Users
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 4.8E-06s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Salt String
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Salt" TEXT
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012492s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Iterations Int32
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Iterations" INTEGER
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012951s
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2026-05-22T13:02:58', 'add_salt_to_users')
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrated
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073869s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrating
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.8|Info|clean_alt_titles|Starting migration of Main DB to 216
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles Language
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL UNIQUE, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "Votes" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2026-05-22 13:02:58.8|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"
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2026-05-22 13:02:58.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0259692s
2026-05-22 13:02:58.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles Votes
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL UNIQUE, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "VoteCount" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2026-05-22 13:02:58.9|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"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0179949s
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles VoteCount
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL UNIQUE, "SourceType" INTEGER NOT NULL, "SourceId" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2026-05-22 13:02:58.9|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"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0186275s
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn AlternativeTitles SourceId
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AlternativeTitles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "CleanTitle" TEXT NOT NULL UNIQUE, "SourceType" INTEGER NOT NULL, "MovieMetadataId" INTEGER NOT NULL)
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AlternativeTitles_temp" ("Id", "Title", "CleanTitle", "SourceType", "MovieMetadataId") SELECT "Id", "Title", "CleanTitle", "SourceType", "MovieMetadataId" FROM "AlternativeTitles"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AlternativeTitles"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AlternativeTitles_temp" RENAME TO "AlternativeTitles"
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_CleanTitle" ON "AlternativeTitles" ("CleanTitle" ASC)
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_AlternativeTitles_MovieMetadataId" ON "AlternativeTitles" ("MovieMetadataId" ASC)
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0260936s
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (216, '2026-05-22T13:02:58', 'clean_alt_titles')
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrated
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0323055s
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrating
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.9|Info|remove_omg|Starting migration of Main DB to 217
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Omgwtfnzbs'
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003895s
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (217, '2026-05-22T13:02:58', 'remove_omg')
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrated
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0110239s
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrating
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.9|Info|add_additional_info_to_pending_releases|Starting migration of Main DB to 218
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 5.2E-06s
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn PendingReleases AdditionalInfo String
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases" ADD COLUMN "AdditionalInfo" TEXT
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045123s
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (218, '2026-05-22T13:02:58', 'add_additional_info_to_pending_releases')
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrated
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0082564s
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrating
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:58.9|Info|add_result_to_commands|Starting migration of Main DB to 219
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|=> 3E-06s
2026-05-22 13:02:58.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Commands Result Int32
2026-05-22 13:02:58.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands" ADD COLUMN "Result" INTEGER NOT NULL DEFAULT 1
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041835s
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (219, '2026-05-22T13:02:59', 'add_result_to_commands')
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrated
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0082068s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrating
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.0|Info|health_restored_notification|Starting migration of Main DB to 220
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthRestored Boolean
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthRestored" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043912s
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (220, '2026-05-22T13:02:59', 'health_restored_notification')
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrated
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0093742s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrating
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.0|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Main DB to 221
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnManualInteractionRequired Boolean
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnManualInteractionRequired" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023s
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (221, '2026-05-22T13:02:59', 'add_on_manual_interaction_required_to_notifications')
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrated
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0104453s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrating
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.0|Info|remove_rarbg|Starting migration of Main DB to 222
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Rarbg'
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003735s
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (222, '2026-05-22T13:02:59', 'remove_rarbg')
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrated
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058851s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrating
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.0|Info|remove_invalid_roksbox_metadata_images|Starting migration of Main DB to 223
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "MetadataFiles" WHERE "Consumer" = 'RoksboxMetadata' AND "Type" = 5 AND ("RelativePath" LIKE 'metadata/%' OR "RelativePath" LIKE 'metadata\%')
2026-05-22 13:02:59.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\%')
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021774s
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (223, '2026-05-22T13:02:59', 'remove_invalid_roksbox_metadata_images')
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrated
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069531s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrating
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.0|Info|list_sync_time|Starting migration of Main DB to 224
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportListStatus LastSyncListInfo
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2026-05-22 13:02:59.0|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"
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus"
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus"
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImportStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC)
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0279451s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.8E-06s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListStatus LastInfoSync DateTimeOffset
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus" ADD COLUMN "LastInfoSync" DATETIME
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033569s
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:59.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'importlistsyncinterval'
2026-05-22 13:02:59.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004455s
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (224, '2026-05-22T13:02:59', 'list_sync_time')
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrated
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0116434s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrating
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.1|Info|add_tags_to_collections|Starting migration of Main DB to 225
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Collections
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Collections Tags String
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Collections" ADD COLUMN "Tags" TEXT
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001279s
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (225, '2026-05-22T13:02:59', 'add_tags_to_collections')
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrated
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069011s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrating
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.1|Info|add_download_client_tags|Starting migration of Main DB to 226
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.7E-06s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Tags String
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Tags" TEXT
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023188s
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (226, '2026-05-22T13:02:59', 'add_download_client_tags')
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrated
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057356s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrating
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.1|Info|add_auto_tagging|Starting migration of Main DB to 227
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AutoTagging
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AutoTagging" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL UNIQUE, "Specifications" TEXT NOT NULL DEFAULT '[]', "RemoveTagsAutomatically" INTEGER NOT NULL DEFAULT 0, "Tags" TEXT NOT NULL DEFAULT '[]')
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013006s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AutoTagging (Name)
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AutoTagging_Name" ON "AutoTagging" ("Name" ASC)
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000589s
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (227, '2026-05-22T13:02:59', 'add_auto_tagging')
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrated
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031595s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrating
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.1|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Main DB to 228
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 3.6E-06s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfAboveCustomFormatScore Boolean
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfAboveCustomFormatScore" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028922s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 2.7E-06s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles MinimumCustomFormatScore Int32
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "MinimumCustomFormatScore" INTEGER
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019259s
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (228, '2026-05-22T13:02:59', 'add_custom_format_score_bypass_to_delay_profile')
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrated
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043013s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrating
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.1|Info|update_restrictions_to_release_profiles|Starting migration of Main DB to 229
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Restrictions ReleaseProfiles
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Restrictions" RENAME TO "ReleaseProfiles"
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030204s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 4.2E-06s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Name String
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Name" TEXT DEFAULT NULL
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015593s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 3.2E-06s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Enabled Boolean
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Enabled" INTEGER NOT NULL DEFAULT 1
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013548s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 3.3E-06s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles IndexerId Int32
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "IndexerId" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017516s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles Preferred
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "Name" TEXT, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL)
2026-05-22 13:02:59.1|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"
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles"
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles"
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0151179s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002408s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ReleaseProfiles" WHERE "Required" = '[]' AND "Ignored" = '[]'
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002417s
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (229, '2026-05-22T13:02:59', 'update_restrictions_to_release_profiles')
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrated
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067522s
2026-05-22 13:02:59.1|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrating
2026-05-22 13:02:59.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.1|Info|rename_quality_profiles|Starting migration of Main DB to 230
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Profiles QualityProfiles
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Profiles" RENAME TO "QualityProfiles"
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050412s
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Movies ProfileId to QualityProfileId
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Movies_temp" ("Id" INTEGER NOT NULL UNIQUE 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 UNIQUE)
2026-05-22 13:02:59.2|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"
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Movies"
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies_temp" RENAME TO "Movies"
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Movies_MovieMetadataId" ON "Movies" ("MovieMetadataId" ASC)
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0232697s
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn ImportLists ProfileId to QualityProfileId
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Enabled" INTEGER NOT NULL, "Name" TEXT NOT NULL UNIQUE, "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)
2026-05-22 13:02:59.2|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"
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportLists"
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists_temp" RENAME TO "ImportLists"
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NetImport_Name" ON "ImportLists" ("Name" ASC)
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0328123s
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (230, '2026-05-22T13:02:59', 'rename_quality_profiles')
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrated
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0377465s
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrating
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.2|Info|update_images_remote_url|Starting migration of Main DB to 231
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "MovieMetadata" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "MovieMetadata" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000436s
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Credits" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Credits" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004101s
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Collections" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Collections" SET "Images" = REPLACE("Images", '"url"', '"remoteUrl"')
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010598s
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (231, '2026-05-22T13:02:59', 'update_images_remote_url')
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrated
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128066s
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrating
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.2|Info|add_notification_status|Starting migration of Main DB to 232
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NotificationStatus
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NotificationStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL UNIQUE, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008913s
2026-05-22 13:02:59.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NotificationStatus (ProviderId)
2026-05-22 13:02:59.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NotificationStatus_ProviderId" ON "NotificationStatus" ("ProviderId" ASC)
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005499s
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (232, '2026-05-22T13:02:59', 'add_notification_status')
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrated
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033763s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrating
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.3|Info|rename_deprecated_indexer_flags|Starting migration of Main DB to 233
2026-05-22 13:02:59.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
2026-05-22 13:02:59.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
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005239s
2026-05-22 13:02:59.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
2026-05-22 13:02:59.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
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00057s
2026-05-22 13:02:59.3|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
2026-05-22 13:02:59.3|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
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004796s
2026-05-22 13:02:59.3|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
2026-05-22 13:02:59.3|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
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005074s
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (233, '2026-05-22T13:02:59', 'rename_deprecated_indexer_flags')
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrated
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072624s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrating
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.3|Info|movie_last_searched_time|Starting migration of Main DB to 234
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 2.5E-06s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies LastSearchTime DateTimeOffset
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "LastSearchTime" DATETIME
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001307s
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (234, '2026-05-22T13:02:59', 'movie_last_searched_time')
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrated
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007668s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrating
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.3|Info|email_encryption|Starting migration of Main DB to 235
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001051s
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (235, '2026-05-22T13:02:59', 'email_encryption')
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrated
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0106122s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|236: clear_last_rss_releases_info migrating
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.3|Info|clear_last_rss_releases_info|Starting migration of Main DB to 236
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "IndexerStatus" SET "LastRssSyncReleaseInfo" = NULL
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "IndexerStatus" SET "LastRssSyncReleaseInfo" = NULL
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00041s
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (236, '2026-05-22T13:02:59', 'clear_last_rss_releases_info')
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|236: clear_last_rss_releases_info migrated
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046155s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|237: add_indexes migrating
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.3|Info|add_indexes|Starting migration of Main DB to 237
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Blocklist (MovieId)
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Blocklist_MovieId" ON "Blocklist" ("MovieId" ASC)
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012963s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Blocklist (Date)
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Blocklist_Date" ON "Blocklist" ("Date" ASC)
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007751s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (MovieId, Date)
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_MovieId_Date" ON "History" ("MovieId" ASC, "Date" DESC)
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009816s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex History (DownloadId)
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_History_DownloadId"
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId, Date)
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC)
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012084s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (MovieFileId)
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_MovieFileId" ON "Movies" ("MovieFileId" ASC)
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007509s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Movies (Path)
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Movies_Path" ON "Movies" ("Path" ASC)
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008855s
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (237, '2026-05-22T13:02:59', 'add_indexes')
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|237: add_indexes migrated
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.008603s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|238: parse_title_from_existing_subtitle_files migrating
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.3|Info|parse_title_from_existing_subtitle_files|Starting migration of Main DB to 238
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 2.8E-06s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SubtitleFiles Title String
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles" ADD COLUMN "Title" TEXT
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028529s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SubtitleFiles
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SubtitleFiles Copy Int32
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SubtitleFiles" ADD COLUMN "Copy" INTEGER NOT NULL DEFAULT 0
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025255s
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:59.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017274s
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (238, '2026-05-22T13:02:59', 'parse_title_from_existing_subtitle_files')
2026-05-22 13:02:59.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|238: parse_title_from_existing_subtitle_files migrated
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0061632s
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|239: add_minimum_upgrade_format_score_to_quality_profiles migrating
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.4|Info|add_minimum_upgrade_format_score_to_quality_profiles|Starting migration of Main DB to 239
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 3.8E-06s
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles MinUpgradeFormatScore Int32
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "MinUpgradeFormatScore" INTEGER NOT NULL DEFAULT 1
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015191s
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (239, '2026-05-22T13:02:59', 'add_minimum_upgrade_format_score_to_quality_profiles')
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|239: add_minimum_upgrade_format_score_to_quality_profiles migrated
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072173s
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|240: drop_multi_episode_style_from_naming_config migrating
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.4|Info|drop_multi_episode_style_from_naming_config|Starting migration of Main DB to 240
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn NamingConfig MultiEpisodeStyle
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "ReplaceIllegalCharacters" INTEGER NOT NULL, "StandardMovieFormat" TEXT, "MovieFolderFormat" TEXT, "ColonReplacementFormat" INTEGER NOT NULL, "RenameMovies" INTEGER NOT NULL)
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "NamingConfig_temp" ("Id", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies") SELECT "Id", "ReplaceIllegalCharacters", "StandardMovieFormat", "MovieFolderFormat", "ColonReplacementFormat", "RenameMovies" FROM "NamingConfig"
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "NamingConfig"
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig_temp" RENAME TO "NamingConfig"
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0237614s
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (240, '2026-05-22T13:02:59', 'drop_multi_episode_style_from_naming_config')
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|240: drop_multi_episode_style_from_naming_config migrated
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0277339s
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|241: stevenlu_update_url migrating
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.4|Info|stevenlu_update_url|Starting migration of Main DB to 241
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035447s
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (241, '2026-05-22T13:02:59', 'stevenlu_update_url')
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|241: stevenlu_update_url migrated
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0087486s
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|242: add_movie_keywords migrating
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.4|Info|add_movie_keywords|Starting migration of Main DB to 242
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MovieMetadata
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 3.5E-06s
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MovieMetadata Keywords String
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MovieMetadata" ADD COLUMN "Keywords" TEXT
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013778s
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (242, '2026-05-22T13:02:59', 'add_movie_keywords')
2026-05-22 13:02:59.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|242: add_movie_keywords migrated
2026-05-22 13:02:59.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004446s
2026-05-22 13:02:59.8|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 13:02:59.9|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0156599s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0162857s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010782s
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0082237s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001032s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 3.1E-06s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014575s
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050182s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 2.6E-06s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007563s
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058273s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|InitialSetup|Starting migration of Log DB to 1
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs
2026-05-22 13:02:59.9|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)
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009622s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time)
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005535s
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2026-05-22T13:02:59', 'InitialSetup')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081943s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|add_moviefiles_table|Starting migration of Log DB to 104
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (104, '2026-05-22T13:02:59', 'add_moviefiles_table')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|104: add_moviefiles_table migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034745s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|fix_history_movieId|Starting migration of Log DB to 105
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (105, '2026-05-22T13:02:59', 'fix_history_movieId')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|105: fix_history_movieId migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029433s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|add_tmdb_stuff|Starting migration of Log DB to 106
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (106, '2026-05-22T13:02:59', 'add_tmdb_stuff')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|106: add_tmdb_stuff migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040245s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|fix_movie_files|Starting migration of Log DB to 107
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (107, '2026-05-22T13:02:59', 'fix_movie_files')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|107: fix_movie_files migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041812s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|update_schedule_intervale|Starting migration of Log DB to 108
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (108, '2026-05-22T13:02:59', 'update_schedule_intervale')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|108: update_schedule_intervale migrated
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037922s
2026-05-22 13:02:59.9|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrating
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:02:59.9|Info|add_movie_formats_to_naming_config|Starting migration of Log DB to 109
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (109, '2026-05-22T13:03:00', 'add_movie_formats_to_naming_config')
2026-05-22 13:02:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|109: add_movie_formats_to_naming_config migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040711s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_phyiscal_release|Starting migration of Log DB to 110
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (110, '2026-05-22T13:03:00', 'add_phyiscal_release')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|110: add_phyiscal_release migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027903s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|remove_bitmetv|Starting migration of Log DB to 111
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (111, '2026-05-22T13:03:00', 'remove_bitmetv')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|111: remove_bitmetv migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002982s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|remove_torrentleech|Starting migration of Log DB to 112
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (112, '2026-05-22T13:03:00', 'remove_torrentleech')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|112: remove_torrentleech migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032487s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|remove_broadcasthenet|Starting migration of Log DB to 113
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (113, '2026-05-22T13:03:00', 'remove_broadcasthenet')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|113: remove_broadcasthenet migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032473s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|remove_fanzub|Starting migration of Log DB to 114
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (114, '2026-05-22T13:03:00', 'remove_fanzub')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|114: remove_fanzub migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035625s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_movie_sorttitle|Starting migration of Log DB to 115
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (115, '2026-05-22T13:03:00', 'update_movie_sorttitle')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|115: update_movie_sorttitle migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003417s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_movie_sorttitle_again|Starting migration of Log DB to 116
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (116, '2026-05-22T13:03:00', 'update_movie_sorttitle_again')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|116: update_movie_sorttitle_again migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031314s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_movie_file|Starting migration of Log DB to 117
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (117, '2026-05-22T13:03:00', 'update_movie_file')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|117: update_movie_file migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032009s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_movie_slug|Starting migration of Log DB to 118
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (118, '2026-05-22T13:03:00', 'update_movie_slug')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|118: update_movie_slug migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003515s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_youtube_trailer_id|Starting migration of Log DB to 119
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (119, '2026-05-22T13:03:00', 'add_youtube_trailer_id')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|119: add_youtube_trailer_id migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037691s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_studio|Starting migration of Log DB to 120
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (120, '2026-05-22T13:03:00', 'add_studio')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|120: add_studio migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037232s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|update_filedate_config|Starting migration of Log DB to 121
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (121, '2026-05-22T13:03:00', 'update_filedate_config')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|121: update_filedate_config migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057291s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_movieid_to_blacklist|Starting migration of Log DB to 122
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (122, '2026-05-22T13:03:00', 'add_movieid_to_blacklist')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|122: add_movieid_to_blacklist migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0144812s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|create_netimport_table|Starting migration of Log DB to 123
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (123, '2026-05-22T13:03:00', 'create_netimport_table')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|123: create_netimport_table migrated
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0140243s
2026-05-22 13:03:00.0|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrating
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.0|Info|add_preferred_tags_to_profile|Starting migration of Log DB to 124
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (124, '2026-05-22T13:03:00', 'add_preferred_tags_to_profile')
2026-05-22 13:03:00.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|124: add_preferred_tags_to_profile migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083684s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|fix_imdb_unique|Starting migration of Log DB to 125
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (125, '2026-05-22T13:03:00', 'fix_imdb_unique')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|125: fix_imdb_unique migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069828s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|update_qualities_and_profiles|Starting migration of Log DB to 126
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (126, '2026-05-22T13:03:00', 'update_qualities_and_profiles')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|126: update_qualities_and_profiles migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005902s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|remove_wombles|Starting migration of Log DB to 127
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (127, '2026-05-22T13:03:00', 'remove_wombles')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|127: remove_wombles migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064411s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|remove_kickass|Starting migration of Log DB to 128
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (128, '2026-05-22T13:03:00', 'remove_kickass')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|128: remove_kickass migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035102s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_parsed_movie_info_to_pending_release|Starting migration of Log DB to 129
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (129, '2026-05-22T13:03:00', 'add_parsed_movie_info_to_pending_release')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|129: add_parsed_movie_info_to_pending_release migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037641s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|remove_wombles_kickass|Starting migration of Log DB to 130
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (130, '2026-05-22T13:03:00', 'remove_wombles_kickass')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|130: remove_wombles_kickass migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036617s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|make_parsed_episode_info_nullable|Starting migration of Log DB to 131
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (131, '2026-05-22T13:03:00', 'make_parsed_episode_info_nullable')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|131: make_parsed_episode_info_nullable migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00726s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|rename_torrent_downloadstation|Starting migration of Log DB to 132
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (132, '2026-05-22T13:03:00', 'rename_torrent_downloadstation')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|132: rename_torrent_downloadstation migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073827s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_minimumavailability|Starting migration of Log DB to 133
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (133, '2026-05-22T13:03:00', 'add_minimumavailability')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|133: add_minimumavailability migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032198s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_remux_qualities_for_the_wankers|Starting migration of Log DB to 134
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (134, '2026-05-22T13:03:00', 'add_remux_qualities_for_the_wankers')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|134: add_remux_qualities_for_the_wankers migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096045s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_haspredbentry_to_movies|Starting migration of Log DB to 135
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (135, '2026-05-22T13:03:00', 'add_haspredbentry_to_movies')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|135: add_haspredbentry_to_movies migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090225s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_pathstate_to_movies|Starting migration of Log DB to 136
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (136, '2026-05-22T13:03:00', 'add_pathstate_to_movies')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|136: add_pathstate_to_movies migrated
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048569s
2026-05-22 13:03:00.1|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrating
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.1|Info|add_import_exclusions_table|Starting migration of Log DB to 137
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (137, '2026-05-22T13:03:00', 'add_import_exclusions_table')
2026-05-22 13:03:00.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|137: add_import_exclusions_table migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0058489s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|add_physical_release_note|Starting migration of Log DB to 138
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (138, '2026-05-22T13:03:00', 'add_physical_release_note')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|138: add_physical_release_note migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0092379s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|consolidate_indexer_baseurl|Starting migration of Log DB to 139
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (139, '2026-05-22T13:03:00', 'consolidate_indexer_baseurl')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|139: consolidate_indexer_baseurl migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044139s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|add_alternative_titles_table|Starting migration of Log DB to 140
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (140, '2026-05-22T13:03:00', 'add_alternative_titles_table')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|140: add_alternative_titles_table migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034122s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|fix_duplicate_alt_titles|Starting migration of Log DB to 141
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (141, '2026-05-22T13:03:00', 'fix_duplicate_alt_titles')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|141: fix_duplicate_alt_titles migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0148697s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|movie_extras|Starting migration of Log DB to 142
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (142, '2026-05-22T13:03:00', 'movie_extras')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|142: movie_extras migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037167s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|clean_core_tv|Starting migration of Log DB to 143
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (143, '2026-05-22T13:03:00', 'clean_core_tv')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|143: clean_core_tv migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071045s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|add_cookies_to_indexer_status|Starting migration of Log DB to 144
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (144, '2026-05-22T13:03:00', 'add_cookies_to_indexer_status')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|144: add_cookies_to_indexer_status migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0096243s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|banner_to_fanart|Starting migration of Log DB to 145
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (145, '2026-05-22T13:03:00', 'banner_to_fanart')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|145: banner_to_fanart migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027979s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|naming_config_colon_action|Starting migration of Log DB to 146
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (146, '2026-05-22T13:03:00', 'naming_config_colon_action')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|146: naming_config_colon_action migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031461s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|add_custom_formats|Starting migration of Log DB to 147
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (147, '2026-05-22T13:03:00', 'add_custom_formats')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|147: add_custom_formats migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029092s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|remove_extra_naming_config|Starting migration of Log DB to 148
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (148, '2026-05-22T13:03:00', 'remove_extra_naming_config')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|148: remove_extra_naming_config migrated
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010744s
2026-05-22 13:03:00.2|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrating
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.2|Info|convert_regex_required_tags|Starting migration of Log DB to 149
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (149, '2026-05-22T13:03:00', 'convert_regex_required_tags')
2026-05-22 13:03:00.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|149: convert_regex_required_tags migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031463s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|fix_format_tags_double_underscore|Starting migration of Log DB to 150
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (150, '2026-05-22T13:03:00', 'fix_format_tags_double_underscore')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|150: fix_format_tags_double_underscore migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054454s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_tags_to_net_import|Starting migration of Log DB to 151
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (151, '2026-05-22T13:03:00', 'add_tags_to_net_import')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|151: add_tags_to_net_import migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030906s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_custom_filters|Starting migration of Log DB to 152
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (152, '2026-05-22T13:03:00', 'add_custom_filters')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|152: add_custom_filters migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030788s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|indexer_client_status_search_changes|Starting migration of Log DB to 153
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (153, '2026-05-22T13:03:00', 'indexer_client_status_search_changes')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|153: indexer_client_status_search_changes migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051441s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_language_to_files_history_blacklist|Starting migration of Log DB to 154
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (154, '2026-05-22T13:03:00', 'add_language_to_files_history_blacklist')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|154: add_language_to_files_history_blacklist migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003383s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_update_allowed_quality_profile|Starting migration of Log DB to 155
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (155, '2026-05-22T13:03:00', 'add_update_allowed_quality_profile')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|155: add_update_allowed_quality_profile migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004787s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_download_client_priority|Starting migration of Log DB to 156
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (156, '2026-05-22T13:03:00', 'add_download_client_priority')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|156: add_download_client_priority migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064968s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|remove_growl_prowl|Starting migration of Log DB to 157
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (157, '2026-05-22T13:03:00', 'remove_growl_prowl')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|157: remove_growl_prowl migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051994s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|remove_plex_hometheatre|Starting migration of Log DB to 158
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2026-05-22T13:03:00', 'remove_plex_hometheatre')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|158: remove_plex_hometheatre migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035084s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|add_webrip_qualites|Starting migration of Log DB to 159
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (159, '2026-05-22T13:03:00', 'add_webrip_qualites')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|159: add_webrip_qualites migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090463s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|health_issue_notification|Starting migration of Log DB to 160
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (160, '2026-05-22T13:03:00', 'health_issue_notification')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|160: health_issue_notification migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038572s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|speed_improvements|Starting migration of Log DB to 161
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (161, '2026-05-22T13:03:00', 'speed_improvements')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|161: speed_improvements migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033417s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|fix_profile_format_default|Starting migration of Log DB to 162
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (162, '2026-05-22T13:03:00', 'fix_profile_format_default')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|162: fix_profile_format_default migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036396s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|task_duration|Starting migration of Log DB to 163
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (163, '2026-05-22T13:03:00', 'task_duration')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|163: task_duration migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050648s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|movie_collections_crew|Starting migration of Log DB to 164
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (164, '2026-05-22T13:03:00', 'movie_collections_crew')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|164: movie_collections_crew migrated
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0079301s
2026-05-22 13:03:00.3|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrating
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.3|Info|remove_custom_formats_from_quality_model|Starting migration of Log DB to 165
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (165, '2026-05-22T13:03:00', 'remove_custom_formats_from_quality_model')
2026-05-22 13:03:00.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|165: remove_custom_formats_from_quality_model migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0066714s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|fix_tmdb_list_config|Starting migration of Log DB to 166
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (166, '2026-05-22T13:03:00', 'fix_tmdb_list_config')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|166: fix_tmdb_list_config migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097357s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|remove_movie_pathstate|Starting migration of Log DB to 167
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (167, '2026-05-22T13:03:00', 'remove_movie_pathstate')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|167: remove_movie_pathstate migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0071811s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|custom_format_rework|Starting migration of Log DB to 168
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (168, '2026-05-22T13:03:00', 'custom_format_rework')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|168: custom_format_rework migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0060827s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|custom_format_scores|Starting migration of Log DB to 169
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (169, '2026-05-22T13:03:00', 'custom_format_scores')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|169: custom_format_scores migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006294s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|fix_trakt_list_config|Starting migration of Log DB to 170
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (170, '2026-05-22T13:03:00', 'fix_trakt_list_config')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|170: fix_trakt_list_config migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0062701s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|quality_definition_preferred_size|Starting migration of Log DB to 171
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (171, '2026-05-22T13:03:00', 'quality_definition_preferred_size')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|171: quality_definition_preferred_size migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029395s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|add_download_history|Starting migration of Log DB to 172
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (172, '2026-05-22T13:03:00', 'add_download_history')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|172: add_download_history migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027279s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|net_import_status|Starting migration of Log DB to 173
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (173, '2026-05-22T13:03:00', 'net_import_status')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|173: net_import_status migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025832s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|email_multiple_addresses|Starting migration of Log DB to 174
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (174, '2026-05-22T13:03:00', 'email_multiple_addresses')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|174: email_multiple_addresses migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027416s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|remove_chown_and_folderchmod_config|Starting migration of Log DB to 175
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (175, '2026-05-22T13:03:00', 'remove_chown_and_folderchmod_config')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|175: remove_chown_and_folderchmod_config migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031573s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|movie_recommendations|Starting migration of Log DB to 176
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (176, '2026-05-22T13:03:00', 'movie_recommendations')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|176: movie_recommendations migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032656s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|language_improvements|Starting migration of Log DB to 177
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (177, '2026-05-22T13:03:00', 'language_improvements')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|177: language_improvements migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0089819s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|new_list_server|Starting migration of Log DB to 178
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (178, '2026-05-22T13:03:00', 'new_list_server')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|178: new_list_server migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038086s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|movie_translation_indexes|Starting migration of Log DB to 179
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (179, '2026-05-22T13:03:00', 'movie_translation_indexes')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|179: movie_translation_indexes migrated
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031493s
2026-05-22 13:03:00.4|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrating
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.4|Info|fix_invalid_profile_references|Starting migration of Log DB to 180
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (180, '2026-05-22T13:03:00', 'fix_invalid_profile_references')
2026-05-22 13:03:00.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|180: fix_invalid_profile_references migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047543s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|list_movies_table|Starting migration of Log DB to 181
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (181, '2026-05-22T13:03:00', 'list_movies_table')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|181: list_movies_table migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063687s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|on_delete_notification|Starting migration of Log DB to 182
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (182, '2026-05-22T13:03:00', 'on_delete_notification')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|182: on_delete_notification migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054493s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|download_propers_config|Starting migration of Log DB to 183
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (183, '2026-05-22T13:03:00', 'download_propers_config')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|183: download_propers_config migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031307s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_priority_to_indexers|Starting migration of Log DB to 184
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (184, '2026-05-22T13:03:00', 'add_priority_to_indexers')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|184: add_priority_to_indexers migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052315s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_alternative_title_indices|Starting migration of Log DB to 185
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (185, '2026-05-22T13:03:00', 'add_alternative_title_indices')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|185: add_alternative_title_indices migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036748s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|fix_tmdb_duplicates|Starting migration of Log DB to 186
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (186, '2026-05-22T13:03:00', 'fix_tmdb_duplicates')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|186: fix_tmdb_duplicates migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030719s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|swap_filechmod_for_folderchmod|Starting migration of Log DB to 187
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (187, '2026-05-22T13:03:00', 'swap_filechmod_for_folderchmod')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|187: swap_filechmod_for_folderchmod migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027241s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|mediainfo_channels|Starting migration of Log DB to 188
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (188, '2026-05-22T13:03:00', 'mediainfo_channels')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|188: mediainfo_channels migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027906s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_update_history|Starting migration of Log DB to 189
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory
2026-05-22 13:03:00.5|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)
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007757s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date)
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005282s
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (189, '2026-05-22T13:03:00', 'add_update_history')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|189: add_update_history migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0111112s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|update_awesome_hd_link|Starting migration of Log DB to 190
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (190, '2026-05-22T13:03:00', 'update_awesome_hd_link')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|190: update_awesome_hd_link migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039151s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|remove_awesomehd|Starting migration of Log DB to 191
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (191, '2026-05-22T13:03:00', 'remove_awesomehd')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|191: remove_awesomehd migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042347s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_on_delete_to_notifications|Starting migration of Log DB to 192
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (192, '2026-05-22T13:03:00', 'add_on_delete_to_notifications')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|192: add_on_delete_to_notifications migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035724s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|add_bypass_to_delay_profile|Starting migration of Log DB to 194
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (194, '2026-05-22T13:03:00', 'add_bypass_to_delay_profile')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|194: add_bypass_to_delay_profile migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004749s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|update_notifiarr|Starting migration of Log DB to 195
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (195, '2026-05-22T13:03:00', 'update_notifiarr')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|195: update_notifiarr migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042326s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|legacy_mediainfo_hdr|Starting migration of Log DB to 196
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (196, '2026-05-22T13:03:00', 'legacy_mediainfo_hdr')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|196: legacy_mediainfo_hdr migrated
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052365s
2026-05-22 13:03:00.5|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrating
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.5|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 197
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (197, '2026-05-22T13:03:00', 'rename_blacklist_to_blocklist')
2026-05-22 13:03:00.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|197: rename_blacklist_to_blocklist migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.013932s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|add_indexer_tags|Starting migration of Log DB to 198
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (198, '2026-05-22T13:03:00', 'add_indexer_tags')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|198: add_indexer_tags migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0083272s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|mediainfo_to_ffmpeg|Starting migration of Log DB to 199
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (199, '2026-05-22T13:03:00', 'mediainfo_to_ffmpeg')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|199: mediainfo_to_ffmpeg migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0081286s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|cdh_per_downloadclient|Starting migration of Log DB to 200
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (200, '2026-05-22T13:03:00', 'cdh_per_downloadclient')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|200: cdh_per_downloadclient migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063031s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|migrate_discord_from_slack|Starting migration of Log DB to 201
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (201, '2026-05-22T13:03:00', 'migrate_discord_from_slack')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|201: migrate_discord_from_slack migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029344s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|remove_predb|Starting migration of Log DB to 202
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (202, '2026-05-22T13:03:00', 'remove_predb')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|202: remove_predb migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0072366s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|add_on_update_to_notifications|Starting migration of Log DB to 203
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (203, '2026-05-22T13:03:00', 'add_on_update_to_notifications')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|203: add_on_update_to_notifications migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033332s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|ensure_identity_on_id_columns|Starting migration of Log DB to 204
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (204, '2026-05-22T13:03:00', 'ensure_identity_on_id_columns')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|204: ensure_identity_on_id_columns migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037087s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|download_client_per_indexer|Starting migration of Log DB to 205
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (205, '2026-05-22T13:03:00', 'download_client_per_indexer')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|205: download_client_per_indexer migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048535s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|multiple_ratings_support|Starting migration of Log DB to 206
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (206, '2026-05-22T13:03:00', 'multiple_ratings_support')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|206: multiple_ratings_support migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050775s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|movie_metadata|Starting migration of Log DB to 207
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (207, '2026-05-22T13:03:00', 'movie_metadata')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|207: movie_metadata migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041207s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|208: add_collections migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|add_collections|Starting migration of Log DB to 208
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (208, '2026-05-22T13:03:00', 'add_collections')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|208: add_collections migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033756s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|movie_meta_collection_index|Starting migration of Log DB to 209
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (209, '2026-05-22T13:03:00', 'movie_meta_collection_index')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|209: movie_meta_collection_index migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032066s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|movie_added_notifications|Starting migration of Log DB to 210
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (210, '2026-05-22T13:03:00', 'movie_added_notifications')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|210: movie_added_notifications migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033681s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|more_movie_meta_index|Starting migration of Log DB to 211
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (211, '2026-05-22T13:03:00', 'more_movie_meta_index')
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|211: more_movie_meta_index migrated
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026658s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrating
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.6|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 212
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 2.9E-06s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL)
2026-05-22 13:03:00.6|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"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC)
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004936s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:03:00.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL UNIQUE PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL)
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory"
2026-05-22 13:03:00.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory"
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC)
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044702s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT)
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo"
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo"
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo"
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047593s
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (212, '2026-05-22T13:03:00', 'postgres_update_timestamp_columns_to_with_timezone')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|212: postgres_update_timestamp_columns_to_with_timezone migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00868s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_language_tags_to_subtitle_files|Starting migration of Log DB to 214
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (214, '2026-05-22T13:03:00', 'add_language_tags_to_subtitle_files')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|214: add_language_tags_to_subtitle_files migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041913s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_salt_to_users|Starting migration of Log DB to 215
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (215, '2026-05-22T13:03:00', 'add_salt_to_users')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|215: add_salt_to_users migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045277s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|clean_alt_titles|Starting migration of Log DB to 216
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (216, '2026-05-22T13:03:00', 'clean_alt_titles')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|216: clean_alt_titles migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0030333s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|remove_omg|Starting migration of Log DB to 217
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (217, '2026-05-22T13:03:00', 'remove_omg')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|217: remove_omg migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028096s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_additional_info_to_pending_releases|Starting migration of Log DB to 218
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (218, '2026-05-22T13:03:00', 'add_additional_info_to_pending_releases')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|218: add_additional_info_to_pending_releases migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032631s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_result_to_commands|Starting migration of Log DB to 219
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (219, '2026-05-22T13:03:00', 'add_result_to_commands')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|219: add_result_to_commands migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031107s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|health_restored_notification|Starting migration of Log DB to 220
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (220, '2026-05-22T13:03:00', 'health_restored_notification')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|220: health_restored_notification migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036831s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_on_manual_interaction_required_to_notifications|Starting migration of Log DB to 221
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (221, '2026-05-22T13:03:00', 'add_on_manual_interaction_required_to_notifications')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|221: add_on_manual_interaction_required_to_notifications migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056729s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|remove_rarbg|Starting migration of Log DB to 222
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (222, '2026-05-22T13:03:00', 'remove_rarbg')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|222: remove_rarbg migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032088s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|remove_invalid_roksbox_metadata_images|Starting migration of Log DB to 223
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (223, '2026-05-22T13:03:00', 'remove_invalid_roksbox_metadata_images')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|223: remove_invalid_roksbox_metadata_images migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032419s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|list_sync_time|Starting migration of Log DB to 224
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (224, '2026-05-22T13:03:00', 'list_sync_time')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|224: list_sync_time migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0080028s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_tags_to_collections|Starting migration of Log DB to 225
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (225, '2026-05-22T13:03:00', 'add_tags_to_collections')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|225: add_tags_to_collections migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029851s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_download_client_tags|Starting migration of Log DB to 226
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (226, '2026-05-22T13:03:00', 'add_download_client_tags')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|226: add_download_client_tags migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027639s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_auto_tagging|Starting migration of Log DB to 227
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (227, '2026-05-22T13:03:00', 'add_auto_tagging')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|227: add_auto_tagging migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033023s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|add_custom_format_score_bypass_to_delay_profile|Starting migration of Log DB to 228
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (228, '2026-05-22T13:03:00', 'add_custom_format_score_bypass_to_delay_profile')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|228: add_custom_format_score_bypass_to_delay_profile migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032755s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|update_restrictions_to_release_profiles|Starting migration of Log DB to 229
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (229, '2026-05-22T13:03:00', 'update_restrictions_to_release_profiles')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|229: update_restrictions_to_release_profiles migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031287s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|rename_quality_profiles|Starting migration of Log DB to 230
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (230, '2026-05-22T13:03:00', 'rename_quality_profiles')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|230: rename_quality_profiles migrated
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057511s
2026-05-22 13:03:00.7|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrating
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.7|Info|update_images_remote_url|Starting migration of Log DB to 231
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (231, '2026-05-22T13:03:00', 'update_images_remote_url')
2026-05-22 13:03:00.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|231: update_images_remote_url migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039241s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|add_notification_status|Starting migration of Log DB to 232
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (232, '2026-05-22T13:03:00', 'add_notification_status')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|232: add_notification_status migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034452s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|rename_deprecated_indexer_flags|Starting migration of Log DB to 233
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (233, '2026-05-22T13:03:00', 'rename_deprecated_indexer_flags')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|233: rename_deprecated_indexer_flags migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034668s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|movie_last_searched_time|Starting migration of Log DB to 234
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (234, '2026-05-22T13:03:00', 'movie_last_searched_time')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049629s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|email_encryption|Starting migration of Log DB to 235
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (235, '2026-05-22T13:03:00', 'email_encryption')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036582s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|236: clear_last_rss_releases_info migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|clear_last_rss_releases_info|Starting migration of Log DB to 236
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (236, '2026-05-22T13:03:00', 'clear_last_rss_releases_info')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|236: clear_last_rss_releases_info migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036877s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|237: add_indexes migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|add_indexes|Starting migration of Log DB to 237
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (237, '2026-05-22T13:03:00', 'add_indexes')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|237: add_indexes migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051827s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|238: parse_title_from_existing_subtitle_files migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|parse_title_from_existing_subtitle_files|Starting migration of Log DB to 238
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (238, '2026-05-22T13:03:00', 'parse_title_from_existing_subtitle_files')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|238: parse_title_from_existing_subtitle_files migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040656s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|239: add_minimum_upgrade_format_score_to_quality_profiles migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|add_minimum_upgrade_format_score_to_quality_profiles|Starting migration of Log DB to 239
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (239, '2026-05-22T13:03:00', 'add_minimum_upgrade_format_score_to_quality_profiles')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|239: add_minimum_upgrade_format_score_to_quality_profiles migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0095147s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|240: drop_multi_episode_style_from_naming_config migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|drop_multi_episode_style_from_naming_config|Starting migration of Log DB to 240
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (240, '2026-05-22T13:03:00', 'drop_multi_episode_style_from_naming_config')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|240: drop_multi_episode_style_from_naming_config migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049581s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|241: stevenlu_update_url migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|stevenlu_update_url|Starting migration of Log DB to 241
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (241, '2026-05-22T13:03:00', 'stevenlu_update_url')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|241: stevenlu_update_url migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0057305s
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|242: add_movie_keywords migrating
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2026-05-22 13:03:00.8|Info|add_movie_keywords|Starting migration of Log DB to 242
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (242, '2026-05-22T13:03:00', 'add_movie_keywords')
2026-05-22 13:03:00.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|242: add_movie_keywords migrated
2026-05-22 13:03:00.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039588s
2026-05-22 13:03:01.1|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2026-05-22 13:03:01.1|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker.
2026-05-22 13:03:01.3|Info|QualityProfileService|Setting up default quality profiles
2026-05-22 13:03:01.4|Info|CommandExecutor|Starting 2 threads for tasks.
2026-05-22 13:03:01.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 13:03:01.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 13:03:01.5|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2026-05-22 13:03:06.6|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:03:11.6|Error|TaskExtensions|Task Error
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(ApplicationStartedEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 162
at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_2`1.<PublishEvent>b__2() in ./NzbDrone.Core/Messaging/Events/EventAggregator.cs:line 120
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2026-05-22 13:18:06.8|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:18:11.8|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-22 13:18:17.0|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:18:22.0|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-22 13:18:27.0|Info|ManagedHttpDispatcher|IPv4 is available: False, IPv6 will be left enabled
2026-05-22 13:18:32.0|Error|TaskExtensions|Task Error
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(IEvent message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 187
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2026-05-22 13:33:02.1|Info|RssSyncService|Starting RSS Sync
2026-05-22 13:33:02.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 13:33:02.1|Info|DownloadDecisionMaker|No results found
2026-05-22 13:33:02.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 14:03:02.5|Info|RssSyncService|Starting RSS Sync
2026-05-22 14:03:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 14:03:02.5|Info|DownloadDecisionMaker|No results found
2026-05-22 14:03:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 14:15:52.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-05-22 14:15:52.4|Info|ConsoleApp|Exiting main.
2026-05-22 14:17:38.5|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 6.1.1.10360
2026-05-22 14:17:38.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 14:17:38.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 14:17:39.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 14:17:39.5|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 14:17:39.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:17:39.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:17:39.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:17:39.7|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:17:39.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0611025s
2026-05-22 14:17:39.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:17:39.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0640874s
2026-05-22 14:17:39.7|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:17:39.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:17:39.8|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0090066s
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:17:39.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0098109s
2026-05-22 14:17:40.4|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2026-05-22 14:17:40.6|Info|CommandExecutor|Starting 2 threads for tasks.
2026-05-22 14:17:40.7|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 14:17:40.7|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 14:17:40.7|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2026-05-22 14:17:40.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-05-22 14:17:41.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:51.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-22 14:17:58.3|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2026-05-22 14:17:58.4|Info|ConsoleApp|Exiting main.
2026-05-22 14:19:13.3|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 6.1.1.10360
2026-05-22 14:19:13.5|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 14:19:13.5|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 14:19:13.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-22 14:19:14.1|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 14:19:14.2|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:19:14.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:19:14.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:19:14.3|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0600932s
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:19:14.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0629646s
2026-05-22 14:19:14.3|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-22 14:19:14.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-22 14:19:14.4|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0073752s
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-22 14:19:14.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0078579s
2026-05-22 14:19:14.9|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2026-05-22 14:19:15.2|Info|CommandExecutor|Starting 2 threads for tasks.
2026-05-22 14:19:15.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-22 14:19:15.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-22 14:19:15.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2026-05-22 14:19:15.4|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-05-22 14:33:15.5|Info|RssSyncService|Starting RSS Sync
2026-05-22 14:33:15.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 14:33:15.5|Info|DownloadDecisionMaker|No results found
2026-05-22 14:33:15.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 15:03:16.0|Info|RssSyncService|Starting RSS Sync
2026-05-22 15:03:16.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 15:03:16.0|Info|DownloadDecisionMaker|No results found
2026-05-22 15:03:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 15:33:16.4|Info|RssSyncService|Starting RSS Sync
2026-05-22 15:33:16.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 15:33:16.4|Info|DownloadDecisionMaker|No results found
2026-05-22 15:33:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 16:03:16.8|Info|RssSyncService|Starting RSS Sync
2026-05-22 16:03:16.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 16:03:16.8|Info|DownloadDecisionMaker|No results found
2026-05-22 16:03:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 16:33:17.3|Info|RssSyncService|Starting RSS Sync
2026-05-22 16:33:17.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 16:33:17.3|Info|DownloadDecisionMaker|No results found
2026-05-22 16:33:17.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 17:03:17.7|Info|RssSyncService|Starting RSS Sync
2026-05-22 17:03:17.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 17:03:17.7|Info|DownloadDecisionMaker|No results found
2026-05-22 17:03:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 17:33:18.2|Info|RssSyncService|Starting RSS Sync
2026-05-22 17:33:18.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 17:33:18.2|Info|DownloadDecisionMaker|No results found
2026-05-22 17:33:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 18:03:18.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 18:03:18.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 18:03:18.6|Info|DownloadDecisionMaker|No results found
2026-05-22 18:03:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 18:33:19.0|Info|RssSyncService|Starting RSS Sync
2026-05-22 18:33:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 18:33:19.0|Info|DownloadDecisionMaker|No results found
2026-05-22 18:33:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 19:03:19.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 19:03:19.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 19:03:19.6|Info|DownloadDecisionMaker|No results found
2026-05-22 19:03:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 19:33:20.3|Info|RssSyncService|Starting RSS Sync
2026-05-22 19:33:20.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 19:33:20.3|Info|DownloadDecisionMaker|No results found
2026-05-22 19:33:20.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 20:03:20.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 20:03:20.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 20:03:20.6|Info|DownloadDecisionMaker|No results found
2026-05-22 20:03:20.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 20:33:21.0|Info|RssSyncService|Starting RSS Sync
2026-05-22 20:33:21.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 20:33:21.0|Info|DownloadDecisionMaker|No results found
2026-05-22 20:33:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 21:03:21.4|Info|RssSyncService|Starting RSS Sync
2026-05-22 21:03:21.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 21:03:21.4|Info|DownloadDecisionMaker|No results found
2026-05-22 21:03:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 21:33:21.8|Info|RssSyncService|Starting RSS Sync
2026-05-22 21:33:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 21:33:21.8|Info|DownloadDecisionMaker|No results found
2026-05-22 21:33:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 22:03:22.2|Info|RssSyncService|Starting RSS Sync
2026-05-22 22:03:22.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 22:03:22.2|Info|DownloadDecisionMaker|No results found
2026-05-22 22:03:22.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 22:33:22.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 22:33:22.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 22:33:22.6|Info|DownloadDecisionMaker|No results found
2026-05-22 22:33:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 23:03:23.1|Info|RssSyncService|Starting RSS Sync
2026-05-22 23:03:23.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 23:03:23.1|Info|DownloadDecisionMaker|No results found
2026-05-22 23:03:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-22 23:33:23.6|Info|RssSyncService|Starting RSS Sync
2026-05-22 23:33:23.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-22 23:33:23.6|Info|DownloadDecisionMaker|No results found
2026-05-22 23:33:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 00:03:24.0|Info|RssSyncService|Starting RSS Sync
2026-05-23 00:03:24.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 00:03:24.0|Info|DownloadDecisionMaker|No results found
2026-05-23 00:03:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 00:33:24.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 00:33:24.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 00:33:24.6|Info|DownloadDecisionMaker|No results found
2026-05-23 00:33:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 01:03:25.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 01:03:25.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 01:03:25.1|Info|DownloadDecisionMaker|No results found
2026-05-23 01:03:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 01:33:25.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 01:33:25.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 01:33:25.6|Info|DownloadDecisionMaker|No results found
2026-05-23 01:33:25.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 02:03:25.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 02:03:25.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 02:03:25.9|Info|DownloadDecisionMaker|No results found
2026-05-23 02:03:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 02:33:26.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 02:33:26.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 02:33:26.6|Info|DownloadDecisionMaker|No results found
2026-05-23 02:33:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 03:03:27.0|Info|RssSyncService|Starting RSS Sync
2026-05-23 03:03:27.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 03:03:27.0|Info|DownloadDecisionMaker|No results found
2026-05-23 03:03:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 03:33:27.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 03:33:27.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 03:33:27.6|Info|DownloadDecisionMaker|No results found
2026-05-23 03:33:27.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 04:03:28.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 04:03:28.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 04:03:28.2|Info|DownloadDecisionMaker|No results found
2026-05-23 04:03:28.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 04:33:28.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 04:33:28.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 04:33:28.8|Info|DownloadDecisionMaker|No results found
2026-05-23 04:33:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 05:03:29.7|Info|RssSyncService|Starting RSS Sync
2026-05-23 05:03:29.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 05:03:29.7|Info|DownloadDecisionMaker|No results found
2026-05-23 05:03:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 05:33:30.4|Info|RssSyncService|Starting RSS Sync
2026-05-23 05:33:30.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 05:33:30.4|Info|DownloadDecisionMaker|No results found
2026-05-23 05:33:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 06:03:30.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 06:03:30.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 06:03:30.8|Info|DownloadDecisionMaker|No results found
2026-05-23 06:03:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 06:33:31.3|Info|RssSyncService|Starting RSS Sync
2026-05-23 06:33:31.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 06:33:31.3|Info|DownloadDecisionMaker|No results found
2026-05-23 06:33:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 07:03:31.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 07:03:31.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 07:03:31.9|Info|DownloadDecisionMaker|No results found
2026-05-23 07:03:31.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 07:33:32.3|Info|RssSyncService|Starting RSS Sync
2026-05-23 07:33:32.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 07:33:32.3|Info|DownloadDecisionMaker|No results found
2026-05-23 07:33:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 08:03:33.0|Info|RssSyncService|Starting RSS Sync
2026-05-23 08:03:33.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 08:03:33.0|Info|DownloadDecisionMaker|No results found
2026-05-23 08:03:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 08:33:33.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 08:33:33.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 08:33:33.9|Info|DownloadDecisionMaker|No results found
2026-05-23 08:33:33.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 09:03:34.7|Info|RssSyncService|Starting RSS Sync
2026-05-23 09:03:34.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 09:03:34.7|Info|DownloadDecisionMaker|No results found
2026-05-23 09:03:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 09:33:35.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 09:33:35.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 09:33:35.5|Info|DownloadDecisionMaker|No results found
2026-05-23 09:33:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 10:03:36.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 10:03:36.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 10:03:36.2|Info|DownloadDecisionMaker|No results found
2026-05-23 10:03:36.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 10:33:36.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 10:33:36.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 10:33:36.6|Info|DownloadDecisionMaker|No results found
2026-05-23 10:33:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 11:03:37.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 11:03:37.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 11:03:37.1|Info|DownloadDecisionMaker|No results found
2026-05-23 11:03:37.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 11:33:37.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 11:33:37.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 11:33:37.9|Info|DownloadDecisionMaker|No results found
2026-05-23 11:33:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 12:03:38.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 12:03:38.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 12:03:38.5|Info|DownloadDecisionMaker|No results found
2026-05-23 12:03:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 12:33:38.9|Info|RssSyncService|Starting RSS Sync
2026-05-23 12:33:38.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 12:33:38.9|Info|DownloadDecisionMaker|No results found
2026-05-23 12:33:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 13:03:09.6|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2026-05-23 13:03:09.7|Info|HousekeepingService|Running housecleaning tasks
2026-05-23 13:03:09.9|Info|Database|Vacuuming Log database
2026-05-23 13:03:09.9|Info|Database|Log database compressed
2026-05-23 13:03:09.9|Info|Database|Vacuuming Main database
2026-05-23 13:03:10.1|Info|Database|Main database compressed
2026-05-23 13:03:41.4|Info|RssSyncService|Starting RSS Sync
2026-05-23 13:03:41.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 13:03:41.4|Info|DownloadDecisionMaker|No results found
2026-05-23 13:03:41.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 13:34:11.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 13:34:11.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 13:34:11.1|Info|DownloadDecisionMaker|No results found
2026-05-23 13:34:11.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 14:04:11.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 14:04:11.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 14:04:11.5|Info|DownloadDecisionMaker|No results found
2026-05-23 14:04:11.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 14:34:12.4|Info|RssSyncService|Starting RSS Sync
2026-05-23 14:34:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 14:34:12.4|Info|DownloadDecisionMaker|No results found
2026-05-23 14:34:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 15:04:13.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 15:04:13.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 15:04:13.2|Info|DownloadDecisionMaker|No results found
2026-05-23 15:04:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 15:34:13.7|Info|RssSyncService|Starting RSS Sync
2026-05-23 15:34:13.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 15:34:13.7|Info|DownloadDecisionMaker|No results found
2026-05-23 15:34:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 16:04:14.4|Info|RssSyncService|Starting RSS Sync
2026-05-23 16:04:14.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 16:04:14.4|Info|DownloadDecisionMaker|No results found
2026-05-23 16:04:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 16:34:15.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 16:34:15.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 16:34:15.1|Info|DownloadDecisionMaker|No results found
2026-05-23 16:34:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 17:04:15.7|Info|RssSyncService|Starting RSS Sync
2026-05-23 17:04:15.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 17:04:15.7|Info|DownloadDecisionMaker|No results found
2026-05-23 17:04:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 17:34:16.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 17:34:16.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 17:34:16.6|Info|DownloadDecisionMaker|No results found
2026-05-23 17:34:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 18:04:17.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 18:04:17.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 18:04:17.2|Info|DownloadDecisionMaker|No results found
2026-05-23 18:04:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 18:34:18.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 18:34:18.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 18:34:18.1|Info|DownloadDecisionMaker|No results found
2026-05-23 18:34:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 19:03:53.7|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-23 19:03:58.7|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-23 19:04:03.7|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-23 19:04:08.8|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-23 19:04:18.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 19:04:18.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 19:04:18.8|Info|DownloadDecisionMaker|No results found
2026-05-23 19:04:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 19:34:20.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 19:34:20.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 19:34:20.1|Info|DownloadDecisionMaker|No results found
2026-05-23 19:34:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 20:04:20.5|Info|RssSyncService|Starting RSS Sync
2026-05-23 20:04:20.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 20:04:20.5|Info|DownloadDecisionMaker|No results found
2026-05-23 20:04:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 20:34:21.1|Info|RssSyncService|Starting RSS Sync
2026-05-23 20:34:21.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 20:34:21.1|Info|DownloadDecisionMaker|No results found
2026-05-23 20:34:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 21:04:21.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 21:04:21.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 21:04:21.8|Info|DownloadDecisionMaker|No results found
2026-05-23 21:04:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 21:34:22.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 21:34:22.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 21:34:22.2|Info|DownloadDecisionMaker|No results found
2026-05-23 21:34:22.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 22:04:22.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 22:04:22.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 22:04:22.8|Info|DownloadDecisionMaker|No results found
2026-05-23 22:04:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 22:34:23.2|Info|RssSyncService|Starting RSS Sync
2026-05-23 22:34:23.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 22:34:23.2|Info|DownloadDecisionMaker|No results found
2026-05-23 22:34:23.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 23:04:23.8|Info|RssSyncService|Starting RSS Sync
2026-05-23 23:04:23.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 23:04:23.8|Info|DownloadDecisionMaker|No results found
2026-05-23 23:04:23.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-23 23:34:24.6|Info|RssSyncService|Starting RSS Sync
2026-05-23 23:34:24.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-23 23:34:24.6|Info|DownloadDecisionMaker|No results found
2026-05-23 23:34:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 00:04:25.9|Info|RssSyncService|Starting RSS Sync
2026-05-24 00:04:25.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 00:04:25.9|Info|DownloadDecisionMaker|No results found
2026-05-24 00:04:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 00:34:26.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 00:34:26.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 00:34:26.7|Info|DownloadDecisionMaker|No results found
2026-05-24 00:34:26.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 01:04:27.4|Info|RssSyncService|Starting RSS Sync
2026-05-24 01:04:27.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 01:04:27.4|Info|DownloadDecisionMaker|No results found
2026-05-24 01:04:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 01:04:32.4|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 01:04:37.5|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 01:04:42.4|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-24 01:04:47.5|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 01:34:27.9|Info|RssSyncService|Starting RSS Sync
2026-05-24 01:34:27.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 01:34:27.9|Info|DownloadDecisionMaker|No results found
2026-05-24 01:34:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 02:04:28.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 02:04:28.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 02:04:28.7|Info|DownloadDecisionMaker|No results found
2026-05-24 02:04:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 02:34:29.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 02:34:29.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 02:34:29.2|Info|DownloadDecisionMaker|No results found
2026-05-24 02:34:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 03:04:30.0|Info|RssSyncService|Starting RSS Sync
2026-05-24 03:04:30.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 03:04:30.0|Info|DownloadDecisionMaker|No results found
2026-05-24 03:04:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 03:34:30.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 03:34:30.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 03:34:30.6|Info|DownloadDecisionMaker|No results found
2026-05-24 03:34:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 04:04:31.3|Info|RssSyncService|Starting RSS Sync
2026-05-24 04:04:31.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 04:04:31.3|Info|DownloadDecisionMaker|No results found
2026-05-24 04:04:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 04:34:32.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 04:34:32.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 04:34:32.2|Info|DownloadDecisionMaker|No results found
2026-05-24 04:34:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 05:04:32.9|Info|RssSyncService|Starting RSS Sync
2026-05-24 05:04:32.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 05:04:32.9|Info|DownloadDecisionMaker|No results found
2026-05-24 05:04:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 05:34:33.3|Info|RssSyncService|Starting RSS Sync
2026-05-24 05:34:33.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 05:34:33.3|Info|DownloadDecisionMaker|No results found
2026-05-24 05:34:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 06:04:34.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 06:04:34.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 06:04:34.1|Info|DownloadDecisionMaker|No results found
2026-05-24 06:04:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 06:34:34.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 06:34:34.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 06:34:34.7|Info|DownloadDecisionMaker|No results found
2026-05-24 06:34:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 07:04:35.4|Info|RssSyncService|Starting RSS Sync
2026-05-24 07:04:35.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 07:04:35.4|Info|DownloadDecisionMaker|No results found
2026-05-24 07:04:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 07:05:10.4|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 07:05:15.4|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 07:05:20.4|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-24 07:05:25.5|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 07:34:36.0|Info|RssSyncService|Starting RSS Sync
2026-05-24 07:34:36.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 07:34:36.0|Info|DownloadDecisionMaker|No results found
2026-05-24 07:34:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 08:04:36.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 08:04:36.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 08:04:36.8|Info|DownloadDecisionMaker|No results found
2026-05-24 08:04:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 08:34:37.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 08:34:37.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 08:34:37.5|Info|DownloadDecisionMaker|No results found
2026-05-24 08:34:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 09:04:38.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 09:04:38.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 09:04:38.1|Info|DownloadDecisionMaker|No results found
2026-05-24 09:04:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 09:34:38.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 09:34:38.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 09:34:38.8|Info|DownloadDecisionMaker|No results found
2026-05-24 09:34:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 10:04:39.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 10:04:39.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 10:04:39.6|Info|DownloadDecisionMaker|No results found
2026-05-24 10:04:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 10:34:40.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 10:34:40.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 10:34:40.2|Info|DownloadDecisionMaker|No results found
2026-05-24 10:34:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 11:04:40.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 11:04:40.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 11:04:40.5|Info|DownloadDecisionMaker|No results found
2026-05-24 11:04:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 11:34:41.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 11:34:41.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 11:34:41.2|Info|DownloadDecisionMaker|No results found
2026-05-24 11:34:41.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 12:04:41.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 12:04:41.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 12:04:41.8|Info|DownloadDecisionMaker|No results found
2026-05-24 12:04:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 12:34:42.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 12:34:42.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 12:34:42.6|Info|DownloadDecisionMaker|No results found
2026-05-24 12:34:42.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 13:03:13.6|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2026-05-24 13:03:13.6|Info|HousekeepingService|Running housecleaning tasks
2026-05-24 13:03:13.6|Info|Database|Vacuuming Log database
2026-05-24 13:03:13.7|Info|Database|Log database compressed
2026-05-24 13:03:13.7|Info|Database|Vacuuming Main database
2026-05-24 13:03:13.9|Info|Database|Main database compressed
2026-05-24 13:03:18.4|Error|CommandExecutor|Error occurred while executing task RefreshMovie
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.radarr.video: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetChangedMovies(DateTime startTime) in ./NzbDrone.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 69
at NzbDrone.Core.Movies.RefreshMovieService.Execute(RefreshMovieCommand message) in ./NzbDrone.Core/Movies/RefreshMovieService.cs:line 265
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 13:04:43.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 13:04:43.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 13:04:43.6|Info|DownloadDecisionMaker|No results found
2026-05-24 13:04:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 13:05:48.7|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 13:05:53.7|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 13:05:58.7|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-24 13:06:03.7|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 13:34:44.0|Info|RssSyncService|Starting RSS Sync
2026-05-24 13:34:44.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 13:34:44.0|Info|DownloadDecisionMaker|No results found
2026-05-24 13:34:44.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 14:04:44.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 14:04:44.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 14:04:44.7|Info|DownloadDecisionMaker|No results found
2026-05-24 14:04:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 14:34:45.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 14:34:45.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 14:34:45.2|Info|DownloadDecisionMaker|No results found
2026-05-24 14:34:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 15:04:46.3|Info|RssSyncService|Starting RSS Sync
2026-05-24 15:04:46.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 15:04:46.3|Info|DownloadDecisionMaker|No results found
2026-05-24 15:04:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 15:34:47.4|Info|RssSyncService|Starting RSS Sync
2026-05-24 15:34:47.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 15:34:47.4|Info|DownloadDecisionMaker|No results found
2026-05-24 15:34:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 16:04:48.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 16:04:48.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 16:04:48.1|Info|DownloadDecisionMaker|No results found
2026-05-24 16:04:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 16:34:48.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 16:34:48.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 16:34:48.8|Info|DownloadDecisionMaker|No results found
2026-05-24 16:34:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 17:04:49.7|Info|RssSyncService|Starting RSS Sync
2026-05-24 17:04:49.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 17:04:49.7|Info|DownloadDecisionMaker|No results found
2026-05-24 17:04:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 17:34:50.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 17:34:50.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 17:34:50.5|Info|DownloadDecisionMaker|No results found
2026-05-24 17:34:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 18:04:51.3|Info|RssSyncService|Starting RSS Sync
2026-05-24 18:04:51.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 18:04:51.3|Info|DownloadDecisionMaker|No results found
2026-05-24 18:04:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 18:34:52.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 18:34:52.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 18:34:52.2|Info|DownloadDecisionMaker|No results found
2026-05-24 18:34:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 19:04:53.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 19:04:53.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 19:04:53.1|Info|DownloadDecisionMaker|No results found
2026-05-24 19:04:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 19:06:28.1|Error|ServerSideNotificationService|Failed to retrieve notifications
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.ServerSideNotificationService.RetrieveServerChecks() in ./NzbDrone.Core/HealthCheck/ServerSideNotificationService.cs:line 61
2026-05-24 19:06:33.1|Error|CommandExecutor|Error occurred while executing task ApplicationCheckUpdate
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage(CommandTrigger updateTrigger, Boolean installMajorUpdate) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 238
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationCheckUpdateCommand message) in ./NzbDrone.Core/Update/InstallUpdateService.cs:line 281
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 19:06:38.1|Warn|SystemTimeCheck|Unable to verify system time
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 32
2026-05-24 19:06:43.2|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (radarr.servarr.com: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate(String branch, Version currentVersion) in ./NzbDrone.Core/Update/UpdatePackageProvider.cs:line 54
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate() in ./NzbDrone.Core/Update/UpdateCheckService.cs:line 25
at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check() in ./NzbDrone.Core/HealthCheck/Checks/UpdateCheck.cs:line 91
at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 98
at System.Linq.Enumerable.SelectListIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
at System.Linq.Enumerable.SelectListIterator`2.ToList()
at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 95
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute(CheckHealthCommand message) in ./NzbDrone.Core/HealthCheck/HealthCheckService.cs:line 149
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-24 19:34:53.6|Info|RssSyncService|Starting RSS Sync
2026-05-24 19:34:53.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 19:34:53.6|Info|DownloadDecisionMaker|No results found
2026-05-24 19:34:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 20:04:54.4|Info|RssSyncService|Starting RSS Sync
2026-05-24 20:04:54.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 20:04:54.4|Info|DownloadDecisionMaker|No results found
2026-05-24 20:04:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 20:34:55.1|Info|RssSyncService|Starting RSS Sync
2026-05-24 20:34:55.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 20:34:55.1|Info|DownloadDecisionMaker|No results found
2026-05-24 20:34:55.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 21:04:55.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 21:04:55.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 21:04:55.5|Info|DownloadDecisionMaker|No results found
2026-05-24 21:04:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 21:34:56.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 21:34:56.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 21:34:56.2|Info|DownloadDecisionMaker|No results found
2026-05-24 21:34:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 22:04:56.9|Info|RssSyncService|Starting RSS Sync
2026-05-24 22:04:56.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 22:04:56.9|Info|DownloadDecisionMaker|No results found
2026-05-24 22:04:56.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 22:34:57.8|Info|RssSyncService|Starting RSS Sync
2026-05-24 22:34:57.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 22:34:57.8|Info|DownloadDecisionMaker|No results found
2026-05-24 22:34:57.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 23:04:58.5|Info|RssSyncService|Starting RSS Sync
2026-05-24 23:04:58.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 23:04:58.5|Info|DownloadDecisionMaker|No results found
2026-05-24 23:04:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-24 23:34:59.2|Info|RssSyncService|Starting RSS Sync
2026-05-24 23:34:59.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-24 23:34:59.2|Info|DownloadDecisionMaker|No results found
2026-05-24 23:34:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 00:04:59.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 00:04:59.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 00:04:59.9|Info|DownloadDecisionMaker|No results found
2026-05-25 00:04:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 00:18:30.8|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 6.1.1.10360
2026-05-25 00:18:30.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-25 00:18:31.0|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-25 00:18:31.8|Info|AppFolderInfo|Data directory is being overridden to [/config]
2026-05-25 00:18:32.1|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-25 00:18:32.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-25 00:18:32.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-25 00:18:32.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-25 00:18:32.4|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-25 00:18:32.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1304679s
2026-05-25 00:18:32.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-25 00:18:32.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1358259s
2026-05-25 00:18:32.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2026-05-25 00:18:32.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2026-05-25 00:18:32.6|Info|DatabaseEngineVersionCheck|SQLite 3.50.4
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0097091s
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2026-05-25 00:18:32.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010044s
2026-05-25 00:18:33.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2026-05-25 00:18:34.5|Info|CommandExecutor|Starting 2 threads for tasks.
2026-05-25 00:18:34.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2026-05-25 00:18:34.8|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2026-05-25 00:18:34.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2026-05-25 00:18:34.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
2026-05-25 00:18:35.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:38.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:42.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:47.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:18:56.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:19:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:19:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:20:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:21:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:22:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:23:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:24:40.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:25:42.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:26:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:27:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:28:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:29:51.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:30:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:31:55.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:32:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:34:00.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:35:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:35:04.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 00:35:04.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 00:35:04.9|Info|DownloadDecisionMaker|No results found
2026-05-25 00:35:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 00:36:04.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:37:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:38:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:39:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:40:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:41:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:42:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:43:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:44:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:45:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:46:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:47:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:48:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:49:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:50:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:51:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:52:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:53:40.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:54:42.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:55:45.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:56:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:57:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:58:51.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 00:59:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:00:55.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:01:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:03:00.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:04:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:05:04.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:05:05.4|Info|RssSyncService|Starting RSS Sync
2026-05-25 01:05:05.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 01:05:05.4|Info|DownloadDecisionMaker|No results found
2026-05-25 01:05:05.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 01:06:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:07:08.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:08:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:09:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:10:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:11:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:12:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:13:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:14:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:15:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:16:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:17:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:18:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:19:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:20:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:21:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:22:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:23:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:24:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:25:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:26:49.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:27:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:28:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:29:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:30:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:32:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:33:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:34:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:35:05.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 01:35:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 01:35:05.8|Info|DownloadDecisionMaker|No results found
2026-05-25 01:35:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 01:35:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:36:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:37:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:38:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:39:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:40:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:41:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:42:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:43:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:44:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:45:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:46:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:47:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:48:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:49:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:50:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:51:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:52:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:53:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:54:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:55:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:56:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:57:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:58:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 01:59:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:01:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:02:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:03:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:04:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:05:06.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 02:05:06.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 02:05:06.3|Info|DownloadDecisionMaker|No results found
2026-05-25 02:05:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 02:05:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:06:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:07:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:08:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:09:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:10:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:11:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:12:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:13:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:14:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:15:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:16:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:17:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:18:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:19:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:20:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:21:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:22:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:23:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:24:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:25:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:26:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:27:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:28:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:30:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:31:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:32:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:33:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:34:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:35:06.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 02:35:06.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 02:35:06.8|Info|DownloadDecisionMaker|No results found
2026-05-25 02:35:06.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 02:35:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:36:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:37:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:38:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:39:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:40:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:41:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:42:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:43:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:44:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:45:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:46:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:47:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:48:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:49:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:50:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:51:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:52:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:53:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:54:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:55:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:56:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:57:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 02:59:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:00:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:01:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:02:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:03:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:04:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:05:07.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 03:05:07.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 03:05:07.3|Info|DownloadDecisionMaker|No results found
2026-05-25 03:05:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 03:05:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:06:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:07:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:08:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:09:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:10:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:11:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:12:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:13:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:14:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:15:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:16:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:17:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:18:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:19:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:20:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:21:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:22:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:23:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:24:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:25:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:26:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:28:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:29:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:30:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:31:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:32:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:33:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:34:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:35:07.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 03:35:07.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 03:35:07.8|Info|DownloadDecisionMaker|No results found
2026-05-25 03:35:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 03:35:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:36:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:37:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:38:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:39:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:40:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:41:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:42:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:43:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:44:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:45:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:46:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:47:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:48:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:49:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:50:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:51:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:52:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:53:53.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:54:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:55:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:57:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:58:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 03:59:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:00:06.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:01:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:02:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:03:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:04:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:05:08.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 04:05:08.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 04:05:08.2|Info|DownloadDecisionMaker|No results found
2026-05-25 04:05:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 04:05:17.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:06:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:07:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:08:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:09:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:10:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:11:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:12:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:13:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:14:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:15:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:16:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:17:43.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:18:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:19:47.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:20:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:21:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:22:53.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:23:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:24:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:26:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:27:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:28:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:29:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:30:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:31:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:32:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:33:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:34:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:35:09.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 04:35:09.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 04:35:09.2|Info|DownloadDecisionMaker|No results found
2026-05-25 04:35:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 04:35:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:36:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:37:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:38:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:39:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:40:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:41:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:42:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:43:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:44:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:45:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:46:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:47:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:48:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:49:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:50:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:51:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:52:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:53:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:55:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:56:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:57:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:58:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 04:59:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:00:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:01:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:02:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:03:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:04:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:05:09.7|Info|RssSyncService|Starting RSS Sync
2026-05-25 05:05:09.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 05:05:09.7|Info|DownloadDecisionMaker|No results found
2026-05-25 05:05:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 05:05:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:06:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:07:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:08:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:09:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:10:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:11:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:12:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:13:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:14:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:15:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:16:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:17:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:18:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:19:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:20:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:21:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:22:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:24:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:25:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:26:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:27:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:28:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:29:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:30:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:31:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:32:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:33:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:34:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:35:11.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 05:35:11.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 05:35:11.0|Info|DownloadDecisionMaker|No results found
2026-05-25 05:35:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 05:35:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:36:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:37:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:38:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:39:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:40:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:41:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:42:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:43:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:44:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:45:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:46:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:47:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:48:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:49:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:50:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:51:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:53:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:54:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:55:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:56:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:57:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:58:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 05:59:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:00:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:01:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:02:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:03:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:04:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:05:11.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 06:05:11.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 06:05:11.5|Info|DownloadDecisionMaker|No results found
2026-05-25 06:05:11.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 06:05:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:06:28.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:07:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:08:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:09:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:10:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:11:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:12:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:13:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:14:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:15:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:16:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:17:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:18:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:19:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:20:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:22:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:23:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:24:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:25:06.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:26:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:27:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:28:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:29:15.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:30:17.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:31:19.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:32:21.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:33:24.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:34:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:35:11.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 06:35:11.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 06:35:11.9|Info|DownloadDecisionMaker|No results found
2026-05-25 06:35:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 06:35:28.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:36:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:37:32.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:38:34.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:39:36.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:40:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:41:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:42:43.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:43:45.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:44:47.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:45:49.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:46:51.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:47:54.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:48:56.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:49:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:51:00.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:52:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:53:04.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:54:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:55:09.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:56:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:57:13.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:58:15.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 06:59:17.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:00:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:01:22.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:02:24.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:03:26.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:04:28.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:05:12.4|Info|RssSyncService|Starting RSS Sync
2026-05-25 07:05:12.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 07:05:12.4|Info|DownloadDecisionMaker|No results found
2026-05-25 07:05:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 07:05:30.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:06:32.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:07:34.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:08:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:09:39.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:10:41.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:11:43.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:12:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:13:47.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:14:50.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:15:52.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:16:54.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:17:56.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:18:58.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:20:00.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:21:02.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:22:05.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:23:07.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:24:09.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:25:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:26:13.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:27:15.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:28:17.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:29:20.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:30:22.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:31:24.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:32:26.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:33:28.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:34:30.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:35:12.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 07:35:12.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 07:35:12.8|Info|DownloadDecisionMaker|No results found
2026-05-25 07:35:12.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 07:35:32.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:36:35.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:37:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:38:39.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:39:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:40:43.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:41:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:42:48.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:43:50.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:44:52.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:45:54.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:46:56.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:47:58.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:49:00.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:50:03.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:51:05.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:52:07.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:53:09.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:54:11.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:55:13.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:56:16.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:57:18.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:58:20.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 07:59:22.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:00:24.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:01:26.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:02:28.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:03:31.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:04:33.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:05:14.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 08:05:14.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 08:05:14.2|Info|DownloadDecisionMaker|No results found
2026-05-25 08:05:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 08:05:35.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:06:37.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:07:39.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:08:41.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:09:43.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:10:46.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:11:48.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:12:50.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:13:52.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:14:54.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:15:56.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:16:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:18:01.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:19:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:20:05.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:21:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:22:09.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:23:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:24:14.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:25:16.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:26:18.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:27:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:28:22.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:29:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:30:26.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:31:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:32:31.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:33:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:34:35.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:35:14.7|Info|RssSyncService|Starting RSS Sync
2026-05-25 08:35:14.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 08:35:14.7|Info|DownloadDecisionMaker|No results found
2026-05-25 08:35:14.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 08:35:37.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:36:39.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:37:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:38:44.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:39:46.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:40:48.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:41:50.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:42:52.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:43:54.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:44:57.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:45:59.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:47:01.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:48:03.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:49:05.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:50:07.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:51:09.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:52:12.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:53:14.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:54:16.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:55:18.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:56:20.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:57:22.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:58:25.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 08:59:27.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:00:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:01:31.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:02:33.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:03:35.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:04:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:05:15.4|Info|RssSyncService|Starting RSS Sync
2026-05-25 09:05:15.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 09:05:15.4|Info|DownloadDecisionMaker|No results found
2026-05-25 09:05:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 09:05:40.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:06:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:07:44.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:08:46.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:09:48.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:10:50.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:11:52.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:12:55.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:13:57.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:14:59.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:16:01.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:17:03.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:18:05.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:19:08.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:20:10.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:21:12.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:22:14.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:23:16.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:24:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:25:20.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:26:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:27:25.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:28:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:29:29.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:30:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:31:33.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:32:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:33:38.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:34:40.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:35:15.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 09:35:15.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 09:35:15.8|Info|DownloadDecisionMaker|No results found
2026-05-25 09:35:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 09:35:42.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:36:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:37:46.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:38:48.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:39:51.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:40:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:41:55.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:42:57.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:43:59.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:45:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:46:03.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:47:06.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:48:08.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:49:10.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:50:12.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:51:14.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:52:16.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:53:18.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:54:21.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:55:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:56:25.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:57:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:58:29.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 09:59:31.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:00:34.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:01:36.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:02:38.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:03:40.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:04:42.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:05:16.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 10:05:16.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 10:05:16.2|Info|DownloadDecisionMaker|No results found
2026-05-25 10:05:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 10:05:44.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:06:46.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:07:49.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:08:51.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:09:53.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:10:55.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:11:57.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:12:59.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:14:02.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:15:04.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:16:06.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:17:08.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:18:10.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:19:12.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:20:14.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:21:17.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:22:19.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:23:21.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:24:23.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:25:25.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:26:27.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:27:29.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:28:32.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:29:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:30:36.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:31:38.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:32:40.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:33:42.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:34:45.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:35:16.7|Info|RssSyncService|Starting RSS Sync
2026-05-25 10:35:16.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 10:35:16.7|Info|DownloadDecisionMaker|No results found
2026-05-25 10:35:16.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 10:35:47.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:36:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:37:51.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:38:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:39:55.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:40:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:42:00.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:43:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:44:04.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:45:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:46:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:47:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:48:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:49:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:50:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:51:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:52:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:53:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:54:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:55:28.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:56:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:57:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:58:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 10:59:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:00:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:01:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:02:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:03:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:04:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:05:17.1|Info|RssSyncService|Starting RSS Sync
2026-05-25 11:05:17.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 11:05:17.1|Info|DownloadDecisionMaker|No results found
2026-05-25 11:05:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 11:05:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:06:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:07:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:08:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:09:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:11:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:12:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:13:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:14:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:15:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:16:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:17:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:18:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:19:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:20:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:21:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:22:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:23:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:24:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:25:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:26:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:27:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:28:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:29:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:30:41.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:31:43.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:32:45.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:33:47.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:34:49.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:35:17.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 11:35:17.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 11:35:17.5|Info|DownloadDecisionMaker|No results found
2026-05-25 11:35:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 11:35:51.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:36:54.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:37:56.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:38:58.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:40:00.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:41:02.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:42:04.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:43:06.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:44:09.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:45:11.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:46:13.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:47:15.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:48:17.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:49:19.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:50:21.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:51:24.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:52:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:53:28.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:54:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:55:32.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:56:34.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:57:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:58:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 11:59:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:00:43.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:01:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:02:47.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:03:49.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:04:52.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:05:18.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 12:05:18.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 12:05:18.0|Info|DownloadDecisionMaker|No results found
2026-05-25 12:05:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 12:05:54.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:06:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:07:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:09:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:10:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:11:04.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:12:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:13:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:14:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:15:13.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:16:15.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:17:17.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:18:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:19:22.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:20:24.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:21:26.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:22:28.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:23:30.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:24:32.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:25:35.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:26:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:27:39.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:28:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:29:43.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:30:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:31:47.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:32:50.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:33:52.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:34:54.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:35:19.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 12:35:19.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 12:35:19.0|Info|DownloadDecisionMaker|No results found
2026-05-25 12:35:19.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 12:35:56.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:36:58.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:38:00.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:39:02.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:40:05.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:41:07.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:42:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:43:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:44:13.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:45:15.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:46:18.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:47:20.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:48:22.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:49:24.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:50:26.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:51:28.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:52:30.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:53:33.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:54:35.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:55:37.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:56:39.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:57:41.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:58:43.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 12:59:45.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:00:48.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:01:50.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:02:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:03:19.4|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2026-05-25 13:03:19.4|Info|HousekeepingService|Running housecleaning tasks
2026-05-25 13:03:19.4|Info|Database|Vacuuming Log database
2026-05-25 13:03:19.4|Info|Database|Log database compressed
2026-05-25 13:03:19.4|Info|Database|Vacuuming Main database
2026-05-25 13:03:19.4|Info|Database|Main database compressed
2026-05-25 13:03:54.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:04:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:05:21.6|Info|RssSyncService|Starting RSS Sync
2026-05-25 13:05:21.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 13:05:21.6|Info|DownloadDecisionMaker|No results found
2026-05-25 13:05:21.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 13:05:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:07:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:08:03.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:09:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:10:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:11:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:12:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:13:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:14:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:15:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:16:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:17:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:18:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:19:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:20:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:21:31.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:22:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:23:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:24:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:25:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:26:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:27:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:28:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:29:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:30:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:31:52.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:32:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:33:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:34:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:35:51.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 13:35:51.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 13:35:51.5|Info|DownloadDecisionMaker|No results found
2026-05-25 13:35:51.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 13:36:01.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:37:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:38:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:39:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:40:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:41:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:42:14.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:43:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:44:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:45:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:46:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:47:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:48:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:49:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:50:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:51:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:52:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:53:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:54:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:55:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:56:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:57:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:58:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 13:59:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:00:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:01:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:02:57.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:03:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:05:01.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:05:52.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 14:05:52.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 14:05:52.0|Info|DownloadDecisionMaker|No results found
2026-05-25 14:05:52.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 14:06:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:07:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:08:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:09:10.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:10:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:11:14.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:12:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:13:18.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:14:20.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:15:22.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:16:25.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:17:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:18:29.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:19:31.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:20:33.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:21:35.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:22:38.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:23:40.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:24:42.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:25:44.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:26:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:27:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:28:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:29:53.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:30:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:31:57.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:32:59.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:34:01.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:35:03.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:35:52.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 14:35:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 14:35:52.9|Info|DownloadDecisionMaker|No results found
2026-05-25 14:35:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 14:36:05.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:37:08.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:38:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:39:12.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:40:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:41:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:42:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:43:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:44:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:45:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:46:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:47:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:48:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:49:33.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:50:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:51:38.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:52:40.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:53:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:54:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:55:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:56:48.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:57:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:58:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 14:59:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:00:57.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:01:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:03:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:04:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:05:06.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:05:53.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 15:05:53.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 15:05:53.3|Info|DownloadDecisionMaker|No results found
2026-05-25 15:05:53.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 15:06:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:07:10.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:08:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:09:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:10:16.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:11:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:12:21.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:13:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:14:25.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:15:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:16:29.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:17:31.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:18:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:19:36.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:20:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:21:40.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:22:42.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:23:44.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:24:46.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:25:49.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:26:51.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:27:53.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:28:55.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:29:57.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:30:59.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:32:01.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:33:04.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:34:06.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:35:08.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:35:53.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 15:35:53.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 15:35:53.8|Info|DownloadDecisionMaker|No results found
2026-05-25 15:35:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 15:36:10.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:37:12.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:38:14.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:39:17.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:40:19.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:41:21.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:42:23.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:43:25.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:44:27.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:45:29.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:46:32.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:47:34.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:48:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:49:38.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:50:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:51:42.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:52:44.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:53:47.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:54:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:55:51.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:56:53.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:57:55.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 15:58:57.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:00:00.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:01:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:02:04.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:03:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:04:08.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:05:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:05:54.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 16:05:54.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 16:05:54.3|Info|DownloadDecisionMaker|No results found
2026-05-25 16:05:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 16:06:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:07:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:08:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:09:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:10:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:11:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:12:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:13:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:14:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:15:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:16:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:17:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:18:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:19:40.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:20:42.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:21:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:22:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:23:49.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:24:51.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:25:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:26:55.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:27:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:29:00.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:30:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:31:04.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:32:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:33:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:34:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:35:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:35:54.8|Info|RssSyncService|Starting RSS Sync
2026-05-25 16:35:54.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 16:35:54.8|Info|DownloadDecisionMaker|No results found
2026-05-25 16:35:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 16:36:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:37:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:38:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:39:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:40:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:41:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:42:28.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:43:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:44:32.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:45:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:46:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:47:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:48:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:49:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:50:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:51:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:52:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:53:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:54:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:55:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:56:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:58:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 16:59:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:00:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:01:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:02:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:03:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:04:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:05:15.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:05:55.2|Info|RssSyncService|Starting RSS Sync
2026-05-25 17:05:55.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 17:05:55.2|Info|DownloadDecisionMaker|No results found
2026-05-25 17:05:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 17:06:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:07:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:08:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:09:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:10:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:11:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:12:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:13:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:14:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:15:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:16:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:17:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:18:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:19:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:20:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:21:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:22:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:23:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:24:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:25:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:27:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:28:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:29:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:30:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:31:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:32:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:33:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:34:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:35:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:35:55.6|Info|RssSyncService|Starting RSS Sync
2026-05-25 17:35:55.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 17:35:55.6|Info|DownloadDecisionMaker|No results found
2026-05-25 17:35:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 17:36:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:37:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:38:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:39:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:40:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:41:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:42:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:43:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:44:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:45:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:46:41.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:47:43.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:48:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:49:47.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:50:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:51:51.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:52:53.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:53:56.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:54:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:56:00.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:57:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:58:04.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 17:59:06.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:00:09.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:01:11.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:02:13.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:03:15.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:04:17.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:05:19.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:05:56.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 18:05:56.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 18:05:56.0|Info|DownloadDecisionMaker|No results found
2026-05-25 18:05:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 18:06:21.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:07:24.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:08:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:09:28.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:10:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:11:32.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:12:34.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:13:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:14:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:15:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:16:43.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:17:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:18:47.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:19:49.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:20:52.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:21:54.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:22:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:23:58.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:25:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:26:02.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:27:04.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:28:07.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:29:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:30:11.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:31:13.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:32:15.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:33:17.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:34:20.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:35:22.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:35:56.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 18:35:56.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 18:35:56.5|Info|DownloadDecisionMaker|No results found
2026-05-25 18:35:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 18:36:24.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:37:26.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:38:28.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:39:30.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:40:32.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:41:35.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:42:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:43:39.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:44:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:45:43.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:46:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:47:48.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:48:50.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:49:52.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:50:54.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:51:56.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:52:58.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:54:00.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:55:03.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:56:05.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:57:07.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:58:09.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 18:59:11.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:00:13.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:01:16.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:02:18.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:03:20.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:04:22.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:05:24.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:05:57.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 19:05:57.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 19:05:57.0|Info|DownloadDecisionMaker|No results found
2026-05-25 19:05:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 19:06:26.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:07:28.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:08:31.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:09:33.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:10:35.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:11:37.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:12:39.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:13:41.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:14:43.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:15:46.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:16:48.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:17:50.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:18:52.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:19:54.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:20:56.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:21:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:23:01.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:24:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:25:05.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:26:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:27:09.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:28:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:29:14.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:30:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:31:18.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:32:20.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:33:22.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:34:24.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:35:26.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:35:57.5|Info|RssSyncService|Starting RSS Sync
2026-05-25 19:35:57.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 19:35:57.5|Info|DownloadDecisionMaker|No results found
2026-05-25 19:35:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 19:36:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:37:31.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:38:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:39:35.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:40:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:41:39.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:42:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:43:44.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:44:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:45:48.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:46:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:47:52.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:48:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:49:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:50:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:52:01.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:53:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:54:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:55:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:56:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:57:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:58:14.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 19:59:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:00:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:01:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:02:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:03:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:04:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:05:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:05:57.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 20:05:57.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 20:05:57.9|Info|DownloadDecisionMaker|No results found
2026-05-25 20:05:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 20:06:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:07:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:08:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:09:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:10:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:11:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:12:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:13:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:14:48.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:15:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:16:52.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:17:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:18:57.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:19:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:21:01.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:22:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:23:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:24:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:25:10.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:26:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:27:14.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:28:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:29:18.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:30:20.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:31:22.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:32:25.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:33:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:34:29.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:35:31.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:35:59.3|Info|RssSyncService|Starting RSS Sync
2026-05-25 20:35:59.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 20:35:59.3|Info|DownloadDecisionMaker|No results found
2026-05-25 20:35:59.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 20:36:33.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:37:35.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:38:38.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:39:40.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:40:42.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:41:44.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:42:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:43:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:44:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:45:53.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:46:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:47:57.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:48:59.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:50:01.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:51:03.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:52:05.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:53:08.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:54:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:55:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:56:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:57:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:58:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 20:59:20.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:00:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:01:25.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:02:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:03:29.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:04:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:05:33.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:05:59.7|Info|RssSyncService|Starting RSS Sync
2026-05-25 21:05:59.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 21:05:59.7|Info|DownloadDecisionMaker|No results found
2026-05-25 21:05:59.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 21:06:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:07:38.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:08:40.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:09:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:10:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:11:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:12:48.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:13:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:14:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:15:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:16:57.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:17:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:19:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:20:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:21:06.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:22:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:23:10.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:24:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:25:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:26:16.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:27:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:28:21.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:29:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:30:25.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:31:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:32:29.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:33:31.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:34:34.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:35:36.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:36:00.1|Info|RssSyncService|Starting RSS Sync
2026-05-25 21:36:00.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 21:36:00.1|Info|DownloadDecisionMaker|No results found
2026-05-25 21:36:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 21:36:38.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:37:40.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:38:42.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:39:44.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:40:46.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:41:49.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:42:51.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:43:53.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:44:55.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:45:57.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:46:59.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:48:02.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:49:04.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:50:06.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:51:08.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:52:10.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:53:12.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:54:14.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:55:17.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:56:19.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:57:21.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:58:23.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 21:59:25.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:00:27.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:01:30.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:02:32.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:03:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:04:36.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:05:38.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:06:00.6|Info|RssSyncService|Starting RSS Sync
2026-05-25 22:06:00.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 22:06:00.6|Info|DownloadDecisionMaker|No results found
2026-05-25 22:06:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 22:06:40.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:07:42.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:08:45.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:09:47.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:10:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:11:51.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:12:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:13:55.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:14:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:16:00.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:17:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:18:04.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:19:06.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:20:08.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:21:10.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:22:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:23:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:24:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:25:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:26:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:27:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:28:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:29:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:30:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:31:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:32:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:33:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:34:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:35:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:36:01.0|Info|RssSyncService|Starting RSS Sync
2026-05-25 22:36:01.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 22:36:01.0|Info|DownloadDecisionMaker|No results found
2026-05-25 22:36:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 22:36:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:37:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:38:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:39:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:40:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:41:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:42:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:43:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:45:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:46:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:47:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:48:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:49:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:50:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:51:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:52:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:53:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:54:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:55:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:56:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:57:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:58:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 22:59:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:00:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:01:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:02:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:03:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:04:41.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:05:43.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:06:01.4|Info|RssSyncService|Starting RSS Sync
2026-05-25 23:06:01.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 23:06:01.4|Info|DownloadDecisionMaker|No results found
2026-05-25 23:06:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 23:06:45.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:07:47.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:08:49.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:09:51.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:10:54.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:11:56.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:12:58.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:14:00.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:15:02.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:16:04.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:17:06.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:18:09.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:19:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:20:13.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:21:15.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:22:17.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:23:19.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:24:21.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:25:24.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:26:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:27:28.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:28:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:29:32.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:30:34.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:31:36.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:32:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:33:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:34:43.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:35:45.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:36:01.9|Info|RssSyncService|Starting RSS Sync
2026-05-25 23:36:01.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-25 23:36:01.9|Info|DownloadDecisionMaker|No results found
2026-05-25 23:36:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-25 23:36:47.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:37:49.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:38:52.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:39:54.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:40:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:41:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:43:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:44:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:45:04.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:46:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:47:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:48:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:49:13.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:50:15.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:51:17.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:52:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:53:22.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:54:24.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:55:26.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:56:28.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:57:30.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:58:32.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-25 23:59:35.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:00:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:01:39.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:02:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:03:43.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:04:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:05:47.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:06:02.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 00:06:02.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 00:06:02.5|Info|DownloadDecisionMaker|No results found
2026-05-26 00:06:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 00:06:50.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:07:52.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:08:54.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:09:56.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:10:58.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:12:00.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:13:03.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:14:05.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:15:07.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:16:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:17:11.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:18:13.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:19:15.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:20:18.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:21:20.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:22:22.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:23:24.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:24:26.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:25:28.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:26:30.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:27:33.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:28:35.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:29:37.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:30:39.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:31:41.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:32:43.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:33:46.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:34:48.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:35:50.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:36:02.9|Info|RssSyncService|Starting RSS Sync
2026-05-26 00:36:02.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 00:36:02.9|Info|DownloadDecisionMaker|No results found
2026-05-26 00:36:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 00:36:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:37:54.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:38:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:39:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:41:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:42:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:43:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:44:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:45:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:46:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:47:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:48:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:49:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:50:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:51:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:52:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:53:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:54:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:55:31.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:56:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:57:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:58:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 00:59:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:00:41.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:01:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:02:46.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:03:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:04:50.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:05:52.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:06:03.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 01:06:03.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 01:06:03.5|Info|DownloadDecisionMaker|No results found
2026-05-26 01:06:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 01:06:54.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:07:56.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:08:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:10:01.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:11:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:12:05.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:13:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:14:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:15:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:16:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:17:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:18:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:19:20.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:20:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:21:24.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:22:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:23:28.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:24:31.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:25:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:26:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:27:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:28:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:29:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:30:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:31:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:32:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:33:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:34:52.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:35:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:36:04.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 01:36:04.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 01:36:04.0|Info|DownloadDecisionMaker|No results found
2026-05-26 01:36:04.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 01:36:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:37:59.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:39:01.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:40:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:41:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:42:07.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:43:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:44:11.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:45:14.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:46:16.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:47:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:48:20.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:49:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:50:24.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:51:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:52:29.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:53:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:54:33.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:55:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:56:37.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:57:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:58:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 01:59:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:00:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:01:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:02:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:03:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:04:54.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:05:57.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:06:04.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 02:06:04.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 02:06:04.5|Info|DownloadDecisionMaker|No results found
2026-05-26 02:06:04.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 02:06:59.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:08:01.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:09:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:10:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:11:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:12:10.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:13:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:14:14.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:15:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:16:18.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:17:20.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:18:22.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:19:25.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:20:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:21:29.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:22:31.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:23:33.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:24:35.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:25:37.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:26:40.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:27:42.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:28:44.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:29:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:30:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:31:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:32:53.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:33:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:34:57.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:35:59.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:36:04.9|Info|RssSyncService|Starting RSS Sync
2026-05-26 02:36:04.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 02:36:04.9|Info|DownloadDecisionMaker|No results found
2026-05-26 02:36:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 02:37:01.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:38:03.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:39:05.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:40:08.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:41:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:42:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:43:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:44:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:45:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:46:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:47:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:48:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:49:27.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:50:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:51:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:52:33.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:53:36.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:54:38.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:55:40.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:56:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:57:44.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:58:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 02:59:49.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:00:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:01:53.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:02:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:03:57.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:04:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:06:01.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:06:05.3|Info|RssSyncService|Starting RSS Sync
2026-05-26 03:06:05.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 03:06:05.3|Info|DownloadDecisionMaker|No results found
2026-05-26 03:06:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 03:07:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:08:06.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:09:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:10:10.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:11:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:12:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:13:16.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:14:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:15:21.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:16:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:17:25.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:18:27.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:19:29.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:20:32.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:21:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:22:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:23:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:24:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:25:42.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:26:44.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:27:47.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:28:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:29:51.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:30:53.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:31:55.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:32:57.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:33:59.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:35:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:36:04.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:36:05.8|Info|RssSyncService|Starting RSS Sync
2026-05-26 03:36:05.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 03:36:05.8|Info|DownloadDecisionMaker|No results found
2026-05-26 03:36:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 03:37:06.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:38:08.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:39:10.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:40:12.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:41:14.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:42:17.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:43:19.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:44:21.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:45:23.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:46:25.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:47:27.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:48:30.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:49:32.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:50:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:51:36.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:52:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:53:40.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:54:42.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:55:45.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:56:47.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:57:49.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:58:51.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 03:59:53.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:00:55.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:01:57.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:03:00.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:04:02.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:05:04.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:06:06.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 04:06:06.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 04:06:06.2|Info|DownloadDecisionMaker|No results found
2026-05-26 04:06:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 04:06:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:07:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:08:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:09:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:10:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:11:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:12:19.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:13:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:14:23.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:15:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:16:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:17:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:18:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:19:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:20:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:21:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:22:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:23:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:24:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:25:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:26:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:27:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:28:53.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:29:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:30:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:32:00.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:33:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:34:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:35:06.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:36:06.8|Info|RssSyncService|Starting RSS Sync
2026-05-26 04:36:06.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 04:36:06.8|Info|DownloadDecisionMaker|No results found
2026-05-26 04:36:06.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 04:36:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:37:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:38:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:39:15.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:40:17.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:41:19.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:42:21.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:43:24.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:44:26.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:45:28.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:46:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:47:32.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:48:34.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:49:36.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:50:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:51:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:52:43.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:53:45.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:54:47.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:55:49.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:56:52.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:57:54.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:58:56.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 04:59:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:01:00.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:02:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:03:04.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:04:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:05:09.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:06:07.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 05:06:07.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 05:06:07.2|Info|DownloadDecisionMaker|No results found
2026-05-26 05:06:07.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 05:06:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:07:13.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:08:15.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:09:17.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:10:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:11:22.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:12:24.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:13:26.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:14:28.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:15:30.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:16:32.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:17:34.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:18:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:19:39.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:20:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:21:43.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:22:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:23:47.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:24:49.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:25:52.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:26:54.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:27:56.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:28:58.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:30:00.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:31:02.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:32:05.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:33:07.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:34:09.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:35:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:36:07.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 05:36:07.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 05:36:07.6|Info|DownloadDecisionMaker|No results found
2026-05-26 05:36:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 05:36:13.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:37:15.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:38:17.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:39:20.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:40:22.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:41:24.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:42:26.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:43:28.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:44:30.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:45:32.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:46:35.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:47:37.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:48:39.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:49:41.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:50:43.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:51:45.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:52:47.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:53:50.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:54:52.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:55:54.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:56:56.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:57:58.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 05:59:00.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:00:03.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:01:05.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:02:07.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:03:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:04:11.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:05:13.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:06:08.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 06:06:08.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 06:06:08.1|Info|DownloadDecisionMaker|No results found
2026-05-26 06:06:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 06:06:15.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:07:18.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:08:20.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:09:22.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:10:24.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:11:26.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:12:28.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:13:30.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:14:33.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:15:35.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:16:37.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:17:39.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:18:41.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:19:43.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:20:45.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:21:48.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:22:50.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:23:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:24:54.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:25:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:26:58.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:28:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:29:03.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:30:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:31:07.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:32:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:33:11.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:34:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:35:16.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:36:08.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 06:36:08.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 06:36:08.6|Info|DownloadDecisionMaker|No results found
2026-05-26 06:36:08.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 06:36:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:37:20.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:38:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:39:24.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:40:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:41:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:42:31.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:43:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:44:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:45:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:46:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:47:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:48:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:49:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:50:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:51:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:52:52.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:53:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:54:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:55:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:57:01.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:58:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 06:59:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:00:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:01:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:02:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:03:14.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:04:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:05:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:06:09.1|Info|RssSyncService|Starting RSS Sync
2026-05-26 07:06:09.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 07:06:09.1|Info|DownloadDecisionMaker|No results found
2026-05-26 07:06:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 07:06:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:07:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:08:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:09:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:10:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:11:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:12:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:13:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:14:37.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:15:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:16:42.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:17:44.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:18:46.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:19:48.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:20:50.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:21:52.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:22:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:23:57.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:24:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:26:01.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:27:03.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:28:05.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:29:07.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:30:09.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:31:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:32:14.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:33:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:34:18.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:35:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:36:09.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 07:36:09.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 07:36:09.6|Info|DownloadDecisionMaker|No results found
2026-05-26 07:36:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 07:36:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:37:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:38:27.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:39:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:40:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:41:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:42:35.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:43:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:44:39.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:45:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:46:44.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:47:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:48:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:49:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:50:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:51:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:52:57.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:53:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:55:01.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:56:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:57:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:58:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 07:59:10.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:00:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:01:14.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:02:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:03:18.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:04:20.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:05:23.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:06:10.1|Info|RssSyncService|Starting RSS Sync
2026-05-26 08:06:10.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 08:06:10.1|Info|DownloadDecisionMaker|No results found
2026-05-26 08:06:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 08:06:25.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:07:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:08:29.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:09:31.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:10:33.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:11:35.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:12:38.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:13:40.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:14:42.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:15:44.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:16:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:17:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:18:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:19:53.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:20:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:21:57.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:22:59.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:24:01.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:25:03.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:26:06.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:27:08.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:28:10.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:29:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:30:14.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:31:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:32:18.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:33:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:34:23.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:35:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:36:10.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 08:36:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 08:36:10.6|Info|DownloadDecisionMaker|No results found
2026-05-26 08:36:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 08:36:27.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:37:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:38:31.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:39:33.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:40:36.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:41:38.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:42:40.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:43:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:44:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:45:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:46:49.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:47:51.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:48:53.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:49:55.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:50:57.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:51:59.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:53:01.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:54:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:55:06.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:56:08.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:57:10.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:58:12.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 08:59:14.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:00:17.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:01:19.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:02:21.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:03:23.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:04:25.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:05:27.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:06:11.7|Info|RssSyncService|Starting RSS Sync
2026-05-26 09:06:11.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 09:06:11.7|Info|DownloadDecisionMaker|No results found
2026-05-26 09:06:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 09:06:29.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:07:32.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:08:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:09:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:10:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:11:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:12:42.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:13:44.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:14:47.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:15:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:16:51.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:17:53.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:18:55.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:19:57.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:20:59.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:22:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:23:04.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:24:06.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:25:08.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:26:10.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:27:12.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:28:15.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:29:17.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:30:19.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:31:21.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:32:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:33:25.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:34:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:35:30.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:36:12.1|Info|RssSyncService|Starting RSS Sync
2026-05-26 09:36:12.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 09:36:12.1|Info|DownloadDecisionMaker|No results found
2026-05-26 09:36:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 09:36:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:37:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:38:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:39:38.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:40:40.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:41:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:42:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:43:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:44:49.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:45:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:46:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:47:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:48:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:50:00.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:51:02.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:52:04.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:53:06.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:54:08.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:55:10.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:56:13.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:57:15.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:58:17.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 09:59:19.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:00:21.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:01:23.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:02:25.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:03:28.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:04:30.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:05:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:06:12.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 10:06:12.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 10:06:12.6|Info|DownloadDecisionMaker|No results found
2026-05-26 10:06:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 10:06:34.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:07:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:08:38.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:09:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:10:43.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:11:45.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:12:47.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:13:49.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:14:51.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:15:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:16:56.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:17:58.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:19:00.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:20:02.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:21:04.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:22:06.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:23:08.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:24:11.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:25:13.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:26:15.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:27:17.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:28:19.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:29:21.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:30:24.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:31:26.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:32:28.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:33:30.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:34:32.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:35:34.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:36:13.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 10:36:13.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 10:36:13.0|Info|DownloadDecisionMaker|No results found
2026-05-26 10:36:13.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 10:36:36.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:37:39.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:38:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:39:43.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:40:45.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:41:47.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:42:49.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:43:51.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:44:54.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:45:56.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:46:58.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:48:00.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:49:02.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:50:04.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:51:07.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:52:09.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:53:11.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:54:13.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:55:15.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:56:17.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:57:19.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:58:22.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 10:59:24.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:00:26.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:01:28.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:02:30.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:03:32.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:04:34.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:05:37.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:06:13.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 11:06:13.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 11:06:13.5|Info|DownloadDecisionMaker|No results found
2026-05-26 11:06:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 11:06:39.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:07:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:08:43.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:09:45.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:10:47.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:11:49.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:12:52.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:13:54.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:14:56.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:15:58.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:17:00.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:18:02.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:19:05.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:20:07.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:21:09.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:22:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:23:13.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:24:15.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:25:18.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:26:20.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:27:22.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:28:24.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:29:26.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:30:28.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:31:30.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:32:33.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:33:35.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:34:37.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:35:39.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:36:13.8|Info|RssSyncService|Starting RSS Sync
2026-05-26 11:36:13.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 11:36:13.8|Info|DownloadDecisionMaker|No results found
2026-05-26 11:36:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 11:36:41.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:37:43.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:38:46.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:39:48.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:40:50.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:41:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:42:54.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:43:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:44:58.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:46:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:47:03.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:48:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:49:07.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:50:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:51:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:52:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:53:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:54:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:55:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:56:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:57:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:58:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 11:59:29.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:00:31.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:01:33.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:02:35.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:03:37.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:04:39.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:05:41.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:06:14.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 12:06:14.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 12:06:14.2|Info|DownloadDecisionMaker|No results found
2026-05-26 12:06:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 12:06:44.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:07:46.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:08:48.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:09:50.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:10:52.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:11:54.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:12:56.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:13:59.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:15:01.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:16:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:17:05.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:18:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:19:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:20:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:21:14.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:22:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:23:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:24:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:25:22.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:26:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:27:27.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:28:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:29:31.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:30:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:31:35.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:32:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:33:40.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:34:42.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:35:44.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:36:14.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 12:36:14.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 12:36:14.6|Info|DownloadDecisionMaker|No results found
2026-05-26 12:36:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 12:36:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:37:48.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:38:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:39:52.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:40:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:41:57.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:42:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:44:01.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:45:03.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:46:05.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:47:07.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:48:10.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:49:12.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:50:14.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:51:16.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:52:18.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:53:20.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:54:22.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:55:25.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:56:27.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:57:29.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:58:31.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 12:59:33.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:00:35.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:01:37.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:02:40.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:03:42.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:03:45.2|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2026-05-26 13:03:45.2|Info|HousekeepingService|Running housecleaning tasks
2026-05-26 13:03:45.2|Info|Database|Vacuuming Log database
2026-05-26 13:03:45.2|Info|Database|Log database compressed
2026-05-26 13:03:45.2|Info|Database|Vacuuming Main database
2026-05-26 13:03:45.2|Info|Database|Main database compressed
2026-05-26 13:03:50.2|Error|CommandExecutor|Error occurred while executing task RefreshMovie
[v6.1.1.10360] System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.radarr.video: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.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 326
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 312
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(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(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.<SendAsync>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 ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.GetAsync[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 333
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 341
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetChangedMovies(DateTime startTime) in ./NzbDrone.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 69
at NzbDrone.Core.Movies.RefreshMovieService.Execute(RefreshMovieCommand message) in ./NzbDrone.Core/Movies/RefreshMovieService.cs:line 265
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 65
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./NzbDrone.Core/Messaging/Commands/CommandExecutor.cs:line 44
2026-05-26 13:04:44.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:05:46.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:06:15.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 13:06:15.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 13:06:15.2|Info|DownloadDecisionMaker|No results found
2026-05-26 13:06:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 13:06:48.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:07:50.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:08:53.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:09:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:10:57.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:11:59.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:13:01.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:14:03.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:15:05.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:16:08.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:17:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:18:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:19:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:20:16.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:21:18.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:22:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:23:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:24:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:25:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:26:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:27:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:28:33.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:29:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:30:38.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:31:40.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:32:42.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:33:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:34:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:35:48.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:36:15.8|Info|RssSyncService|Starting RSS Sync
2026-05-26 13:36:15.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 13:36:15.8|Info|DownloadDecisionMaker|No results found
2026-05-26 13:36:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 13:36:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:37:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:38:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:39:57.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:40:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:42:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:43:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:44:06.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:45:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:46:10.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:47:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:48:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:49:16.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:50:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:51:21.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:52:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:53:25.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:54:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:55:29.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:56:32.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:57:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:58:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 13:59:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:00:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:01:42.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:02:44.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:03:47.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:04:49.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:05:51.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:06:16.2|Info|RssSyncService|Starting RSS Sync
2026-05-26 14:06:16.2|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 14:06:16.2|Info|DownloadDecisionMaker|No results found
2026-05-26 14:06:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 14:06:53.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:07:55.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:08:57.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:09:59.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:11:02.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:12:04.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:13:06.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:14:08.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:15:10.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:16:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:17:15.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:18:17.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:19:19.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:20:21.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:21:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:22:25.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:23:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:24:30.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:25:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:26:34.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:27:36.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:28:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:29:40.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:30:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:31:45.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:32:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:33:49.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:34:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:35:53.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:36:16.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 14:36:16.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 14:36:16.6|Info|DownloadDecisionMaker|No results found
2026-05-26 14:36:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 14:36:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:37:58.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:39:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:40:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:41:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:42:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:43:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:44:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:45:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:46:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:47:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:48:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:49:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:50:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:51:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:52:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:53:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:54:32.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:55:34.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:56:36.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:57:39.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:58:41.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 14:59:43.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:00:45.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:01:47.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:02:49.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:03:51.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:04:54.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:05:56.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:06:17.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 15:06:17.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 15:06:17.0|Info|DownloadDecisionMaker|No results found
2026-05-26 15:06:17.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 15:06:58.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:08:00.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:09:02.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:10:04.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:11:06.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:12:09.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:13:11.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:14:13.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:15:15.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:16:17.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:17:19.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:18:22.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:19:24.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:20:26.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:21:28.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:22:30.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:23:32.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:24:34.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:25:37.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:26:39.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:27:41.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:28:43.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:29:45.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:30:47.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:31:50.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:32:52.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:33:54.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:34:56.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:35:58.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:36:17.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 15:36:17.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 15:36:17.6|Info|DownloadDecisionMaker|No results found
2026-05-26 15:36:17.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 15:37:00.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:38:02.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:39:05.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:40:07.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:41:09.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:42:11.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:43:13.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:44:15.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:45:17.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:46:20.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:47:22.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:48:24.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:49:26.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:50:28.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:51:30.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:52:33.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:53:35.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:54:37.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:55:39.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:56:41.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:57:43.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:58:45.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 15:59:48.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:00:50.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:01:52.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:02:54.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:03:56.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:04:58.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:06:01.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:06:18.7|Info|RssSyncService|Starting RSS Sync
2026-05-26 16:06:18.7|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 16:06:18.7|Info|DownloadDecisionMaker|No results found
2026-05-26 16:06:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 16:07:03.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:08:05.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:09:07.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:10:09.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:11:11.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:12:13.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:13:16.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:14:18.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:15:20.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:16:22.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:17:24.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:18:26.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:19:29.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:20:31.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:21:33.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:22:35.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:23:37.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:24:39.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:25:42.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:26:44.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:27:46.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:28:48.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:29:50.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:30:52.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:31:54.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:32:57.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:33:59.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:35:01.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:36:03.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:36:19.1|Info|RssSyncService|Starting RSS Sync
2026-05-26 16:36:19.1|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 16:36:19.1|Info|DownloadDecisionMaker|No results found
2026-05-26 16:36:19.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 16:37:05.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:38:07.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:39:09.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:40:12.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:41:14.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:42:16.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:43:18.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:44:20.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:45:22.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:46:24.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:47:27.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:48:29.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:49:31.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:50:33.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:51:35.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:52:37.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:53:40.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:54:42.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:55:44.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:56:46.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:57:48.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:58:50.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 16:59:52.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:00:55.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:01:57.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:02:59.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:04:01.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:05:03.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:06:05.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:06:19.6|Info|RssSyncService|Starting RSS Sync
2026-05-26 17:06:19.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 17:06:19.6|Info|DownloadDecisionMaker|No results found
2026-05-26 17:06:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 17:07:07.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:08:10.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:09:12.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:10:14.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:11:16.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:12:18.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:13:20.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:14:23.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:15:25.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:16:27.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:17:29.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:18:31.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:19:33.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:20:35.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:21:38.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:22:40.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:23:42.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:24:44.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:25:46.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:26:48.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:27:50.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:28:53.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:29:55.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:30:57.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:31:59.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:33:01.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:34:03.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:35:06.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:36:08.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:36:20.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 17:36:20.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 17:36:20.0|Info|DownloadDecisionMaker|No results found
2026-05-26 17:36:20.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 17:37:10.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:38:12.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:39:14.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:40:16.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:41:18.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:42:21.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:43:23.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:44:25.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:45:27.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:46:29.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:47:31.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:48:33.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:49:36.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:50:38.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:51:40.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:52:42.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:53:44.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:54:46.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:55:48.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:56:51.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:57:53.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:58:55.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 17:59:57.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:00:59.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:02:01.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:03:04.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:04:06.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:05:08.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:06:10.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:06:20.4|Info|RssSyncService|Starting RSS Sync
2026-05-26 18:06:20.4|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 18:06:20.4|Info|DownloadDecisionMaker|No results found
2026-05-26 18:06:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 18:07:12.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:08:14.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:09:16.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:10:19.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:11:21.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:12:23.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:13:25.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:14:27.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:15:29.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:16:31.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:17:34.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:18:36.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:19:38.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:20:40.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:21:42.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:22:44.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:23:47.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:24:49.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:25:51.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:26:53.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:27:55.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:28:57.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:29:59.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:31:02.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:32:04.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:33:06.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:34:08.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:35:10.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:36:12.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:36:21.0|Info|RssSyncService|Starting RSS Sync
2026-05-26 18:36:21.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 18:36:21.0|Info|DownloadDecisionMaker|No results found
2026-05-26 18:36:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 18:37:15.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:38:17.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:39:19.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:40:21.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:41:23.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:42:25.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:43:27.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:44:30.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:45:32.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:46:34.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:47:36.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:48:38.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:49:40.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:50:43.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:51:45.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:52:47.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:53:49.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:54:51.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:55:53.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:56:55.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:57:58.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 18:59:00.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:00:02.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:01:04.5|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:02:06.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:03:08.8|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:04:11.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:05:13.1|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:06:15.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:06:21.5|Info|RssSyncService|Starting RSS Sync
2026-05-26 19:06:21.5|Warn|FetchAndParseRssService|No available indexers. check your configuration.
2026-05-26 19:06:21.5|Info|DownloadDecisionMaker|No results found
2026-05-26 19:06:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2026-05-26 19:07:17.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:08:19.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:09:21.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:10:23.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:11:26.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:12:28.2|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:13:30.3|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:14:32.4|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:15:34.6|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:16:36.7|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:17:38.9|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.
2026-05-26 19:18:41.0|Info|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was challenged.