2024-07-01 16:20:24.5|Info|Bootstrap|Starting Readarr - /app/readarr/bin/Readarr - Version 0.3.29.2565 2024-07-01 16:20:24.6|Info|AppFolderInfo|Data directory is being overridden to [/config] 2024-07-01 16:20:24.6|Info|AppFolderInfo|Data directory is being overridden to [/config] 2024-07-01 16:20:24.8|Info|AppFolderInfo|Data directory is being overridden to [/config] 2024-07-01 16:20:24.9|Info|MigrationController|*** Migrating data source=/config/readarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2024-07-01 16:20:25.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating 2024-07-01 16:20:25.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.0|Info|DatabaseEngineVersionCheck|SQLite 3.45.3 2024-07-01 16:20:25.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0430122s 2024-07-01 16:20:25.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated 2024-07-01 16:20:25.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.044515s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0250174s 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0290952s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012975s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001337s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007956s 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021366s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 7.8E-06s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002882s 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001533s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.1|Info|InitialSetup|Starting migration of Main DB to 1 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Config" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Key" TEXT NOT NULL, "Value" TEXT NOT NULL) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005016s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003069s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RootFolders 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "RootFolders" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Path" TEXT NOT NULL, "Name" TEXT, "DefaultMetadataProfileId" INTEGER NOT NULL DEFAULT 0, "DefaultQualityProfileId" INTEGER NOT NULL DEFAULT 0, "DefaultMonitorOption" INTEGER NOT NULL DEFAULT 0, "DefaultTags" TEXT, "IsCalibreLibrary" INTEGER NOT NULL, "CalibreSettings" TEXT) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005028s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex RootFolders (Path) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_RootFolders_Path" ON "RootFolders" ("Path" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002295s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Authors 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Authors" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "SortName" TEXT, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "MetadataProfileId" INTEGER NOT NULL DEFAULT 1, "AuthorMetadataId" INTEGER NOT NULL) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005448s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Authors (CleanName) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_CleanName" ON "Authors" ("CleanName" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002426s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Authors (Path) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_Path" ON "Authors" ("Path" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002434s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Authors (AuthorMetadataId) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Authors_AuthorMetadataId" ON "Authors" ("AuthorMetadataId" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002489s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Books 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Books" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorMetadataId" INTEGER NOT NULL DEFAULT 0, "ForeignBookId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Title" TEXT NOT NULL, "ReleaseDate" DATETIME, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "CleanTitle" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AnyEditionOk" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Added" DATETIME, "AddOptions" TEXT) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005999s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Books (ForeignBookId) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_ForeignBookId" ON "Books" ("ForeignBookId" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002438s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Books (TitleSlug) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Books_TitleSlug" ON "Books" ("TitleSlug" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002429s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Books (CleanTitle) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_CleanTitle" ON "Books" ("CleanTitle" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002217s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Series 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Series" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignSeriesId" TEXT NOT NULL, "Title" TEXT NOT NULL, "Description" TEXT, "Numbered" INTEGER NOT NULL, "WorkCount" INTEGER NOT NULL, "PrimaryWorkCount" INTEGER NOT NULL) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004003s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Series (ForeignSeriesId) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Series_ForeignSeriesId" ON "Series" ("ForeignSeriesId" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002617s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable SeriesBookLink 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "SeriesBookLink" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SeriesId" INTEGER NOT NULL, "BookId" INTEGER NOT NULL, "Position" TEXT, "IsPrimary" INTEGER NOT NULL, CONSTRAINT "FK_SeriesBookLink_SeriesId_Series_Id" FOREIGN KEY ("SeriesId") REFERENCES "Series" ("Id") ON DELETE CASCADE, CONSTRAINT "FK_SeriesBookLink_BookId_Books_Id" FOREIGN KEY ("BookId") REFERENCES "Books" ("Id") ON DELETE CASCADE) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022143s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex SeriesBookLink (SeriesId) 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_SeriesBookLink_SeriesId" ON "SeriesBookLink" ("SeriesId" ASC) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002687s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateForeignKey FK_SeriesBookLink_SeriesId_Series_Id SeriesBookLink(SeriesId) Series(Id) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002153s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateForeignKey FK_SeriesBookLink_BookId_Books_Id SeriesBookLink(BookId) Books(Id) 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.08E-05s 2024-07-01 16:20:25.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AuthorMetadata 2024-07-01 16:20:25.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AuthorMetadata" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAuthorId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Name" TEXT NOT NULL, "Overview" TEXT, "Disambiguation" TEXT, "Gender" TEXT, "Hometown" TEXT, "Born" DATETIME, "Died" DATETIME, "Status" INTEGER NOT NULL, "Images" TEXT NOT NULL, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "Aliases" TEXT NOT NULL DEFAULT '[]') 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0014791s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AuthorMetadata (ForeignAuthorId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_ForeignAuthorId" ON "AuthorMetadata" ("ForeignAuthorId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002688s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AuthorMetadata (TitleSlug) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_TitleSlug" ON "AuthorMetadata" ("TitleSlug" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002761s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Editions 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Editions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "BookId" INTEGER NOT NULL DEFAULT 0, "ForeignEditionId" TEXT NOT NULL, "Isbn13" TEXT, "Asin" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Language" TEXT, "Overview" TEXT, "Format" TEXT, "IsEbook" INTEGER, "Disambiguation" TEXT, "Publisher" TEXT, "PageCount" INTEGER, "ReleaseDate" DATETIME, "Images" TEXT NOT NULL, "Links" TEXT, "Ratings" TEXT, "Monitored" INTEGER NOT NULL, "ManualAdd" INTEGER NOT NULL) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006835s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Editions (ForeignEditionId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Editions_ForeignEditionId" ON "Editions" ("ForeignEditionId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002554s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable BookFiles 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "BookFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EditionId" INTEGER NOT NULL, "CalibreId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME NOT NULL, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "Modified" DATETIME NOT NULL DEFAULT '2000-01-01T00:00:00', "Path" TEXT NOT NULL) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006755s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex BookFiles (EditionId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_BookFiles_EditionId" ON "BookFiles" ("EditionId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002121s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex BookFiles (Path) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_BookFiles_Path" ON "BookFiles" ("Path" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002423s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History" ("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, "AuthorId" INTEGER NOT NULL DEFAULT 0, "BookId" INTEGER NOT NULL DEFAULT 0) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004612s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001955s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (EventType) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EventType" ON "History" ("EventType" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001985s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002092s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (BookId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_BookId" ON "History" ("BookId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002312s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications 2024-07-01 16:20:25.2|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, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL, "OnReleaseImport" INTEGER NOT NULL DEFAULT 0, "OnHealthIssue" INTEGER NOT NULL DEFAULT 0, "IncludeHealthWarnings" INTEGER NOT NULL DEFAULT 0, "OnDownloadFailure" INTEGER NOT NULL DEFAULT 0, "OnImportFailure" INTEGER NOT NULL DEFAULT 0, "OnTrackRetag" INTEGER NOT NULL DEFAULT 0) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007802s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003588s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002261s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037411s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002433s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualityProfiles 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Cutoff" INTEGER NOT NULL, "Items" TEXT NOT NULL, "UpgradeAllowed" INTEGER) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003835s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityProfiles (Name) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityProfiles_Name" ON "QualityProfiles" ("Name" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002439s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataProfiles 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "MinPopularity" NUMERIC NOT NULL, "SkipMissingDate" INTEGER NOT NULL, "SkipMissingIsbn" INTEGER NOT NULL, "SkipPartsAndSets" INTEGER NOT NULL, "SkipSeriesSecondary" INTEGER NOT NULL, "AllowedLanguages" TEXT) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000471s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex MetadataProfiles (Name) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_MetadataProfiles_Name" ON "MetadataProfiles" ("Name" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002187s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable QualityDefinitions 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "QualityDefinitions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Quality" INTEGER NOT NULL, "Title" TEXT NOT NULL, "MinSize" NUMERIC, "MaxSize" NUMERIC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003485s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Quality) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Quality" ON "QualityDefinitions" ("Quality" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002449s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex QualityDefinitions (Title) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_QualityDefinitions_Title" ON "QualityDefinitions" ("Title" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002335s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NamingConfig 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NamingConfig" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ReplaceIllegalCharacters" INTEGER NOT NULL DEFAULT 1, "AuthorFolderFormat" TEXT, "RenameBooks" INTEGER, "StandardBookFormat" TEXT) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003797s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Blacklist 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blacklist" ("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, "AuthorId" INTEGER NOT NULL DEFAULT 0, "BookIds" TEXT NOT NULL DEFAULT '') 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005038s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Metadata 2024-07-01 16:20:25.2|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) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003715s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable MetadataFiles 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "BookId" INTEGER, "BookFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004664s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients 2024-07-01 16:20:25.2|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, "Priority" INTEGER NOT NULL DEFAULT 1) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004118s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable PendingReleases 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "PendingReleases" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Title" TEXT NOT NULL, "Added" DATETIME NOT NULL, "Release" TEXT NOT NULL, "AuthorId" INTEGER NOT NULL DEFAULT 0, "ParsedBookInfo" TEXT NOT NULL DEFAULT '', "Reason" INTEGER NOT NULL DEFAULT 0) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004317s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable RemotePathMappings 2024-07-01 16:20:25.2|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) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003384s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002544s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002217s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ReleaseProfiles 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Preferred" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "IncludePreferredWhenRenaming" INTEGER NOT NULL DEFAULT 1) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003807s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DelayProfiles 2024-07-01 16:20:25.2|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) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004495s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Users" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Identifier" TEXT NOT NULL, "Username" TEXT NOT NULL, "Password" TEXT NOT NULL) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003302s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002096s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002052s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands 2024-07-01 16:20:25.2|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) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004704s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004286s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (ProviderId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002267s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ExtraFiles 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorId" INTEGER NOT NULL, "BookId" INTEGER NOT NULL, "BookFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004351s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003956s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002871s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportLists 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportLists" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableAutomaticAdd" INTEGER, "RootFolderPath" TEXT NOT NULL, "ShouldMonitor" INTEGER NOT NULL, "ProfileId" INTEGER NOT NULL, "MetadataProfileId" INTEGER NOT NULL, "Tags" TEXT) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004882s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportLists (Name) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportLists_Name" ON "ImportLists" ("Name" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002542s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListStatus 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004189s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListStatus (ProviderId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002519s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ImportListExclusions 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListExclusions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignId" TEXT NOT NULL, "Name" TEXT NOT NULL) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003096s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ImportListExclusions (ForeignId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListExclusions_ForeignId" ON "ImportListExclusions" ("ForeignId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002404s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters 2024-07-01 16:20:25.2|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) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003149s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex History (BookId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_History_BookId" 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004585s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (BookId, Date) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_BookId_Date" ON "History" ("BookId" ASC, "Date" DESC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002111s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|DeleteIndex History (DownloadId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP INDEX "IX_History_DownloadId" 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002359s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId, Date) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002078s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Authors (Monitored) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_Monitored" ON "Authors" ("Monitored" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001909s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Books (AuthorMetadataId) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_AuthorMetadataId" ON "Books" ("AuthorMetadataId" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002046s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Books (AuthorMetadataId, ReleaseDate) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_AuthorMetadataId_ReleaseDate" ON "Books" ("AuthorMetadataId" ASC, "ReleaseDate" ASC) 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002344s 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DelayProfiles" ("EnableUsenet", "EnableTorrent", "PreferredProtocol", "UsenetDelay", "TorrentDelay", "Order", "Tags") VALUES (1, 1, 1, 0, 0, 2147483647, '[]') 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|-> 1 Insert operations completed in 00:00:00.0024188 taking an average of 00:00:00.0024188 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-07-01T16:20:25', 'InitialSetup') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.006155s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|2: ImportListSearch migrating 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.2|Info|ImportListSearch|Starting migration of Main DB to 2 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists ShouldSearch Boolean 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "ShouldSearch" INTEGER NOT NULL DEFAULT 1 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005992s 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2024-07-01T16:20:25', 'ImportListSearch') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|2: ImportListSearch migrated 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002141s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|3: add_priority_to_indexers migrating 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.2|Info|add_priority_to_indexers|Starting migration of Main DB to 3 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Priority Int32 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Priority" INTEGER NOT NULL DEFAULT 25 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005194s 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2024-07-01T16:20:25', 'add_priority_to_indexers') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|3: add_priority_to_indexers migrated 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022972s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|4: rename_supports_on_track_retag migrating 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.2|Info|rename_supports_on_track_retag|Starting migration of Main DB to 4 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Notifications OnTrackRetag to OnBookRetag 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Notifications_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "OnGrab" INTEGER NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "OnUpgrade" INTEGER, "Tags" TEXT, "OnRename" INTEGER NOT NULL, "OnReleaseImport" INTEGER NOT NULL, "OnHealthIssue" INTEGER NOT NULL, "IncludeHealthWarnings" INTEGER NOT NULL, "OnDownloadFailure" INTEGER NOT NULL, "OnImportFailure" INTEGER NOT NULL, "OnBookRetag" INTEGER NOT NULL) 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Notifications_temp" ("Id", "Name", "OnGrab", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnReleaseImport", "OnHealthIssue", "IncludeHealthWarnings", "OnDownloadFailure", "OnImportFailure", "OnBookRetag") SELECT "Id", "Name", "OnGrab", "Settings", "Implementation", "ConfigContract", "OnUpgrade", "Tags", "OnRename", "OnReleaseImport", "OnHealthIssue", "IncludeHealthWarnings", "OnDownloadFailure", "OnImportFailure", "OnTrackRetag" FROM "Notifications" 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Notifications" 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications_temp" RENAME TO "Notifications" 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0178502s 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2024-07-01T16:20:25', 'rename_supports_on_track_retag') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|4: rename_supports_on_track_retag migrated 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0195516s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|5: add_indexer_and_enabled_to_release_profiles migrating 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.2|Info|add_indexer_and_enabled_to_release_profiles|Starting migration of Main DB to 5 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles Enabled Boolean 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "Enabled" INTEGER NOT NULL DEFAULT 1 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005766s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ReleaseProfiles 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ReleaseProfiles IndexerId Int32 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles" ADD COLUMN "IndexerId" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005541s 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2024-07-01T16:20:25', 'add_indexer_and_enabled_to_release_profiles') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|5: add_indexer_and_enabled_to_release_profiles migrated 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020935s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|6: remove_chown_and_folderchmod_config migrating 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.2|Info|remove_chown_and_folderchmod_config|Starting migration of Main DB to 6 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" IN ('folderchmod', 'chownuser') 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004145s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004857s 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2024-07-01T16:20:25', 'remove_chown_and_folderchmod_config') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|6: remove_chown_and_folderchmod_config migrated 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020403s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|7: update_notifiarr migrating 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.2|Info|update_notifiarr|Starting migration of Main DB to 7 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier'; 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier'; 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003134s 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2024-07-01T16:20:25', 'update_notifiarr') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|7: update_notifiarr migrated 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018293s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|8: extend_metadata_profiles migrating 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.2|Info|extend_metadata_profiles|Starting migration of Main DB to 8 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataProfiles 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MetadataProfiles MinPages Int32 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataProfiles" ADD COLUMN "MinPages" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006104s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataProfiles 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn MetadataProfiles Ignored String 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataProfiles" ADD COLUMN "Ignored" TEXT 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005597s 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2024-07-01T16:20:25', 'extend_metadata_profiles') 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|8: extend_metadata_profiles migrated 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021229s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|9: update_author_sort_name migrating 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.2|Info|update_author_sort_name|Starting migration of Main DB to 9 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AuthorMetadata 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AuthorMetadata SortName String 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AuthorMetadata" ADD COLUMN "SortName" TEXT 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005915s 2024-07-01 16:20:25.2|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0214629s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AuthorMetadata 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AuthorMetadata SortName String 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AuthorMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAuthorId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Name" TEXT NOT NULL, "Overview" TEXT, "Disambiguation" TEXT, "Gender" TEXT, "Hometown" TEXT, "Born" DATETIME, "Died" DATETIME, "Status" INTEGER NOT NULL, "Images" TEXT NOT NULL, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "Aliases" TEXT NOT NULL, "SortName" TEXT NOT NULL) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AuthorMetadata_temp" ("Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName") SELECT "Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName" FROM "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AuthorMetadata_temp" RENAME TO "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_ForeignAuthorId" ON "AuthorMetadata" ("ForeignAuthorId" ASC) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_TitleSlug" ON "AuthorMetadata" ("TitleSlug" ASC) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053127s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Authors SortName 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Authors_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "MetadataProfileId" INTEGER NOT NULL, "AuthorMetadataId" INTEGER NOT NULL) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Authors_temp" ("Id", "CleanName", "Path", "Monitored", "LastInfoSync", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "AuthorMetadataId") SELECT "Id", "CleanName", "Path", "Monitored", "LastInfoSync", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "AuthorMetadataId" FROM "Authors" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Authors" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Authors_temp" RENAME TO "Authors" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_CleanName" ON "Authors" ("CleanName" ASC) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_Path" ON "Authors" ("Path" ASC) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Authors_AuthorMetadataId" ON "Authors" ("AuthorMetadataId" ASC) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_Monitored" ON "Authors" ("Monitored" ASC) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005621s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2024-07-01T16:20:25', 'update_author_sort_name') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|9: update_author_sort_name migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074844s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|10: add_bookfile_part migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|add_bookfile_part|Starting migration of Main DB to 10 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable BookFiles 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn BookFiles Part Int32 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "BookFiles" ADD COLUMN "Part" INTEGER NOT NULL DEFAULT 1 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00059s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2024-07-01T16:20:25', 'add_bookfile_part') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|10: add_bookfile_part migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002207s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|11: update_audio_qualities migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|update_audio_qualities|Starting migration of Main DB to 11 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031647s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2024-07-01T16:20:25', 'update_audio_qualities') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|11: update_audio_qualities migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046722s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|12: add_bookfile_part_naming_token migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|add_bookfile_part_naming_token|Starting migration of Main DB to 12 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "NamingConfig" SET "StandardBookFormat" = "StandardBookFormat" || '{ (PartNumber)}' 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "NamingConfig" SET "StandardBookFormat" = "StandardBookFormat" || '{ (PartNumber)}' 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001806s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2024-07-01T16:20:25', 'add_bookfile_part_naming_token') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|12: add_bookfile_part_naming_token migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001703s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|13: update_author_sort_name_again migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|update_author_sort_name_again|Starting migration of Main DB to 13 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AuthorMetadata 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AuthorMetadata NameLastFirst String 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AuthorMetadata" ADD COLUMN "NameLastFirst" TEXT 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006539s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AuthorMetadata 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AuthorMetadata SortNameLastFirst String 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AuthorMetadata" ADD COLUMN "SortNameLastFirst" TEXT 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006079s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011146s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AuthorMetadata 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AuthorMetadata NameLastFirst String 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AuthorMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAuthorId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Name" TEXT NOT NULL, "Overview" TEXT, "Disambiguation" TEXT, "Gender" TEXT, "Hometown" TEXT, "Born" DATETIME, "Died" DATETIME, "Status" INTEGER NOT NULL, "Images" TEXT NOT NULL, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "Aliases" TEXT NOT NULL, "SortName" TEXT NOT NULL, "NameLastFirst" TEXT NOT NULL, "SortNameLastFirst" TEXT) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AuthorMetadata_temp" ("Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName", "NameLastFirst", "SortNameLastFirst") SELECT "Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName", "NameLastFirst", "SortNameLastFirst" FROM "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AuthorMetadata_temp" RENAME TO "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_ForeignAuthorId" ON "AuthorMetadata" ("ForeignAuthorId" ASC) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_TitleSlug" ON "AuthorMetadata" ("TitleSlug" ASC) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047024s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AuthorMetadata 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AuthorMetadata SortNameLastFirst String 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AuthorMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAuthorId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Name" TEXT NOT NULL, "Overview" TEXT, "Disambiguation" TEXT, "Gender" TEXT, "Hometown" TEXT, "Born" DATETIME, "Died" DATETIME, "Status" INTEGER NOT NULL, "Images" TEXT NOT NULL, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "Aliases" TEXT NOT NULL, "SortName" TEXT NOT NULL, "NameLastFirst" TEXT NOT NULL, "SortNameLastFirst" TEXT NOT NULL) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AuthorMetadata_temp" ("Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName", "NameLastFirst", "SortNameLastFirst") SELECT "Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName", "NameLastFirst", "SortNameLastFirst" FROM "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AuthorMetadata_temp" RENAME TO "AuthorMetadata" 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_ForeignAuthorId" ON "AuthorMetadata" ("ForeignAuthorId" ASC) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_TitleSlug" ON "AuthorMetadata" ("TitleSlug" ASC) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046544s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2024-07-01T16:20:25', 'update_author_sort_name_again') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|13: update_author_sort_name_again migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0063774s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|14: rename_blacklist_to_blocklist migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|rename_blacklist_to_blocklist|Starting migration of Main DB to 14 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|RenameTable Blacklist Blocklist 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blacklist" RENAME TO "Blocklist" 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013487s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2024-07-01T16:20:25', 'rename_blacklist_to_blocklist') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|14: rename_blacklist_to_blocklist migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031178s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|15: FixIndexes migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|FixIndexes|Starting migration of Main DB to 15 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Editions (BookId) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Editions_BookId" ON "Editions" ("BookId" ASC) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002119s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2024-07-01T16:20:25', 'FixIndexes') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|15: FixIndexes migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017715s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|16: AddRelatedBooks migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|AddRelatedBooks|Starting migration of Main DB to 16 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Books 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.07E-05s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Books RelatedBooks String 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Books" ADD COLUMN "RelatedBooks" TEXT NOT NULL DEFAULT '[]' 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006046s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2024-07-01T16:20:25', 'AddRelatedBooks') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|16: AddRelatedBooks migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022824s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|17: ImportListMonitorExisting migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|ImportListMonitorExisting|Starting migration of Main DB to 17 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists ShouldMonitorExisting Boolean 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "ShouldMonitorExisting" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005891s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2024-07-01T16:20:25', 'ImportListMonitorExisting') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|17: ImportListMonitorExisting migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021622s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|18: AddSeriesPosition migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|AddSeriesPosition|Starting migration of Main DB to 18 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable SeriesBookLink 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn SeriesBookLink SeriesPosition Int32 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "SeriesBookLink" ADD COLUMN "SeriesPosition" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005798s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2024-07-01T16:20:25', 'AddSeriesPosition') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|18: AddSeriesPosition migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024866s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|19: AddNewItemMonitorType migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|AddNewItemMonitorType|Starting migration of Main DB to 19 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Authors 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Authors MonitorNewItems Int32 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Authors" ADD COLUMN "MonitorNewItems" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005695s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable RootFolders 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn RootFolders DefaultNewItemMonitorOption Int32 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "RootFolders" ADD COLUMN "DefaultNewItemMonitorOption" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005747s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportLists 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportLists MonitorNewItems Int32 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportLists" ADD COLUMN "MonitorNewItems" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005521s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2024-07-01T16:20:25', 'AddNewItemMonitorType') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|19: AddNewItemMonitorType migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021232s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|20: AddDownloadHistory migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|AddDownloadHistory|Starting migration of Main DB to 20 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadHistory 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "AuthorId" 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) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004777s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (EventType) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012414s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (AuthorId) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_AuthorId" ON "DownloadHistory" ("AuthorId" ASC) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000209s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadHistory (DownloadId) 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC) 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002164s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029879s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2024-07-01T16:20:25', 'AddDownloadHistory') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|20: AddDownloadHistory migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0045927s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|21: add_on_delete_to_notifications migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.3|Info|add_on_delete_to_notifications|Starting migration of Main DB to 21 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnAuthorDelete Boolean 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnAuthorDelete" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005751s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnBookDelete Boolean 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnBookDelete" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000556s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnBookFileDelete Boolean 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnBookFileDelete" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000567s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnBookFileDeleteForUpgrade Boolean 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnBookFileDeleteForUpgrade" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005631s 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2024-07-01T16:20:25', 'add_on_delete_to_notifications') 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|21: add_on_delete_to_notifications migrated 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026753s 2024-07-01 16:20:25.3|Info|FluentMigrator.Runner.MigrationRunner|22: EditionMonitoredIndex migrating 2024-07-01 16:20:25.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.4|Info|EditionMonitoredIndex|Starting migration of Main DB to 22 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Editions (Monitored) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Editions_Monitored" ON "Editions" ("Monitored" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002976s 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2024-07-01T16:20:25', 'EditionMonitoredIndex') 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|22: EditionMonitoredIndex migrated 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018863s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|23: postgres_update_timestamp_columns_to_with_timezone migrating 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.4|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Main DB to 23 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Commands" WHERE 1 = 1 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018731s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Authors 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Authors LastInfoSync DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Authors_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "MetadataProfileId" INTEGER NOT NULL, "AuthorMetadataId" INTEGER NOT NULL, "MonitorNewItems" INTEGER NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Authors_temp" ("Id", "CleanName", "Path", "Monitored", "LastInfoSync", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "AuthorMetadataId", "MonitorNewItems") SELECT "Id", "CleanName", "Path", "Monitored", "LastInfoSync", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "AuthorMetadataId", "MonitorNewItems" FROM "Authors" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Authors" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Authors_temp" RENAME TO "Authors" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_CleanName" ON "Authors" ("CleanName" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_Path" ON "Authors" ("Path" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Authors_AuthorMetadataId" ON "Authors" ("AuthorMetadataId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_Monitored" ON "Authors" ("Monitored" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051393s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Authors 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Authors Added DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Authors_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "CleanName" TEXT NOT NULL, "Path" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "LastInfoSync" DATETIME, "QualityProfileId" INTEGER, "Tags" TEXT, "Added" DATETIME, "AddOptions" TEXT, "MetadataProfileId" INTEGER NOT NULL, "AuthorMetadataId" INTEGER NOT NULL, "MonitorNewItems" INTEGER NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Authors_temp" ("Id", "CleanName", "Path", "Monitored", "LastInfoSync", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "AuthorMetadataId", "MonitorNewItems") SELECT "Id", "CleanName", "Path", "Monitored", "LastInfoSync", "QualityProfileId", "Tags", "Added", "AddOptions", "MetadataProfileId", "AuthorMetadataId", "MonitorNewItems" FROM "Authors" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Authors" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Authors_temp" RENAME TO "Authors" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_CleanName" ON "Authors" ("CleanName" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_Path" ON "Authors" ("Path" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Authors_AuthorMetadataId" ON "Authors" ("AuthorMetadataId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Authors_Monitored" ON "Authors" ("Monitored" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049331s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AuthorMetadata 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AuthorMetadata Born DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AuthorMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAuthorId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Name" TEXT NOT NULL, "Overview" TEXT, "Disambiguation" TEXT, "Gender" TEXT, "Hometown" TEXT, "Born" DATETIME, "Died" DATETIME, "Status" INTEGER NOT NULL, "Images" TEXT NOT NULL, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "Aliases" TEXT NOT NULL, "SortName" TEXT NOT NULL, "NameLastFirst" TEXT NOT NULL, "SortNameLastFirst" TEXT NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AuthorMetadata_temp" ("Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName", "NameLastFirst", "SortNameLastFirst") SELECT "Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName", "NameLastFirst", "SortNameLastFirst" FROM "AuthorMetadata" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AuthorMetadata" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AuthorMetadata_temp" RENAME TO "AuthorMetadata" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_ForeignAuthorId" ON "AuthorMetadata" ("ForeignAuthorId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_TitleSlug" ON "AuthorMetadata" ("TitleSlug" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046784s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AuthorMetadata 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn AuthorMetadata Died DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AuthorMetadata_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ForeignAuthorId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Name" TEXT NOT NULL, "Overview" TEXT, "Disambiguation" TEXT, "Gender" TEXT, "Hometown" TEXT, "Born" DATETIME, "Died" DATETIME, "Status" INTEGER NOT NULL, "Images" TEXT NOT NULL, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "Aliases" TEXT NOT NULL, "SortName" TEXT NOT NULL, "NameLastFirst" TEXT NOT NULL, "SortNameLastFirst" TEXT NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "AuthorMetadata_temp" ("Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName", "NameLastFirst", "SortNameLastFirst") SELECT "Id", "ForeignAuthorId", "TitleSlug", "Name", "Overview", "Disambiguation", "Gender", "Hometown", "Born", "Died", "Status", "Images", "Links", "Genres", "Ratings", "Aliases", "SortName", "NameLastFirst", "SortNameLastFirst" FROM "AuthorMetadata" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "AuthorMetadata" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AuthorMetadata_temp" RENAME TO "AuthorMetadata" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_ForeignAuthorId" ON "AuthorMetadata" ("ForeignAuthorId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AuthorMetadata_TitleSlug" ON "AuthorMetadata" ("TitleSlug" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046552s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist Date DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "AuthorId" INTEGER NOT NULL, "BookIds" TEXT NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "AuthorId", "BookIds") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "AuthorId", "BookIds" FROM "Blocklist" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist" 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003875s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Blocklist PublishedDate DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Blocklist_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "SourceTitle" TEXT NOT NULL, "Quality" TEXT NOT NULL, "Date" DATETIME NOT NULL, "PublishedDate" DATETIME, "Size" INTEGER, "Protocol" INTEGER, "Indexer" TEXT, "Message" TEXT, "TorrentInfoHash" TEXT, "AuthorId" INTEGER NOT NULL, "BookIds" TEXT NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Blocklist_temp" ("Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "AuthorId", "BookIds") SELECT "Id", "SourceTitle", "Quality", "Date", "PublishedDate", "Size", "Protocol", "Indexer", "Message", "TorrentInfoHash", "AuthorId", "BookIds" FROM "Blocklist" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Blocklist" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist_temp" RENAME TO "Blocklist" 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038156s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Books 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Books ReleaseDate DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Books_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorMetadataId" INTEGER NOT NULL, "ForeignBookId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Title" TEXT NOT NULL, "ReleaseDate" DATETIME, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "CleanTitle" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AnyEditionOk" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Added" DATETIME, "AddOptions" TEXT, "RelatedBooks" TEXT NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Books_temp" ("Id", "AuthorMetadataId", "ForeignBookId", "TitleSlug", "Title", "ReleaseDate", "Links", "Genres", "Ratings", "CleanTitle", "Monitored", "AnyEditionOk", "LastInfoSync", "Added", "AddOptions", "RelatedBooks") SELECT "Id", "AuthorMetadataId", "ForeignBookId", "TitleSlug", "Title", "ReleaseDate", "Links", "Genres", "Ratings", "CleanTitle", "Monitored", "AnyEditionOk", "LastInfoSync", "Added", "AddOptions", "RelatedBooks" FROM "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Books_temp" RENAME TO "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_ForeignBookId" ON "Books" ("ForeignBookId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Books_TitleSlug" ON "Books" ("TitleSlug" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_CleanTitle" ON "Books" ("CleanTitle" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_AuthorMetadataId" ON "Books" ("AuthorMetadataId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_AuthorMetadataId_ReleaseDate" ON "Books" ("AuthorMetadataId" ASC, "ReleaseDate" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.010821s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Books 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Books LastInfoSync DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Books_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorMetadataId" INTEGER NOT NULL, "ForeignBookId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Title" TEXT NOT NULL, "ReleaseDate" DATETIME, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "CleanTitle" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AnyEditionOk" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Added" DATETIME, "AddOptions" TEXT, "RelatedBooks" TEXT NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Books_temp" ("Id", "AuthorMetadataId", "ForeignBookId", "TitleSlug", "Title", "ReleaseDate", "Links", "Genres", "Ratings", "CleanTitle", "Monitored", "AnyEditionOk", "LastInfoSync", "Added", "AddOptions", "RelatedBooks") SELECT "Id", "AuthorMetadataId", "ForeignBookId", "TitleSlug", "Title", "ReleaseDate", "Links", "Genres", "Ratings", "CleanTitle", "Monitored", "AnyEditionOk", "LastInfoSync", "Added", "AddOptions", "RelatedBooks" FROM "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Books_temp" RENAME TO "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_ForeignBookId" ON "Books" ("ForeignBookId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Books_TitleSlug" ON "Books" ("TitleSlug" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_CleanTitle" ON "Books" ("CleanTitle" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_AuthorMetadataId" ON "Books" ("AuthorMetadataId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_AuthorMetadataId_ReleaseDate" ON "Books" ("AuthorMetadataId" ASC, "ReleaseDate" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0053966s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Books 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Books Added DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Books_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorMetadataId" INTEGER NOT NULL, "ForeignBookId" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Title" TEXT NOT NULL, "ReleaseDate" DATETIME, "Links" TEXT, "Genres" TEXT, "Ratings" TEXT, "CleanTitle" TEXT NOT NULL, "Monitored" INTEGER NOT NULL, "AnyEditionOk" INTEGER NOT NULL, "LastInfoSync" DATETIME, "Added" DATETIME, "AddOptions" TEXT, "RelatedBooks" TEXT NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Books_temp" ("Id", "AuthorMetadataId", "ForeignBookId", "TitleSlug", "Title", "ReleaseDate", "Links", "Genres", "Ratings", "CleanTitle", "Monitored", "AnyEditionOk", "LastInfoSync", "Added", "AddOptions", "RelatedBooks") SELECT "Id", "AuthorMetadataId", "ForeignBookId", "TitleSlug", "Title", "ReleaseDate", "Links", "Genres", "Ratings", "CleanTitle", "Monitored", "AnyEditionOk", "LastInfoSync", "Added", "AddOptions", "RelatedBooks" FROM "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Books_temp" RENAME TO "Books" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_ForeignBookId" ON "Books" ("ForeignBookId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Books_TitleSlug" ON "Books" ("TitleSlug" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_CleanTitle" ON "Books" ("CleanTitle" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_AuthorMetadataId" ON "Books" ("AuthorMetadataId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Books_AuthorMetadataId_ReleaseDate" ON "Books" ("AuthorMetadataId" ASC, "ReleaseDate" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0054043s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable BookFiles 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn BookFiles DateAdded DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "BookFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EditionId" INTEGER NOT NULL, "CalibreId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "Modified" DATETIME NOT NULL, "Path" TEXT NOT NULL, "Part" INTEGER NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "BookFiles_temp" ("Id", "EditionId", "CalibreId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path", "Part") SELECT "Id", "EditionId", "CalibreId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path", "Part" FROM "BookFiles" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "BookFiles" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "BookFiles_temp" RENAME TO "BookFiles" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_BookFiles_EditionId" ON "BookFiles" ("EditionId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_BookFiles_Path" ON "BookFiles" ("Path" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043232s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable BookFiles 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn BookFiles Modified DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "BookFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EditionId" INTEGER NOT NULL, "CalibreId" INTEGER NOT NULL, "Quality" TEXT NOT NULL, "Size" INTEGER NOT NULL, "SceneName" TEXT, "DateAdded" DATETIME, "ReleaseGroup" TEXT, "MediaInfo" TEXT, "Modified" DATETIME, "Path" TEXT NOT NULL, "Part" INTEGER NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "BookFiles_temp" ("Id", "EditionId", "CalibreId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path", "Part") SELECT "Id", "EditionId", "CalibreId", "Quality", "Size", "SceneName", "DateAdded", "ReleaseGroup", "MediaInfo", "Modified", "Path", "Part" FROM "BookFiles" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "BookFiles" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "BookFiles_temp" RENAME TO "BookFiles" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_BookFiles_EditionId" ON "BookFiles" ("EditionId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_BookFiles_Path" ON "BookFiles" ("Path" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043976s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands QueuedAt DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037591s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands StartedAt DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037731s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands EndedAt DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037663s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus InitialFailure DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-07-01 16:20:25.4|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" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050075s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus MostRecentFailure DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-07-01 16:20:25.4|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" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040003s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus DisabledTill DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-07-01 16:20:25.4|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" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041491s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Editions 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Editions ReleaseDate DateTimeOffset 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Editions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "BookId" INTEGER NOT NULL, "ForeignEditionId" TEXT NOT NULL, "Isbn13" TEXT, "Asin" TEXT, "Title" TEXT NOT NULL, "TitleSlug" TEXT NOT NULL, "Language" TEXT, "Overview" TEXT, "Format" TEXT, "IsEbook" INTEGER, "Disambiguation" TEXT, "Publisher" TEXT, "PageCount" INTEGER, "ReleaseDate" DATETIME, "Images" TEXT NOT NULL, "Links" TEXT, "Ratings" TEXT, "Monitored" INTEGER NOT NULL, "ManualAdd" INTEGER NOT NULL) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Editions_temp" ("Id", "BookId", "ForeignEditionId", "Isbn13", "Asin", "Title", "TitleSlug", "Language", "Overview", "Format", "IsEbook", "Disambiguation", "Publisher", "PageCount", "ReleaseDate", "Images", "Links", "Ratings", "Monitored", "ManualAdd") SELECT "Id", "BookId", "ForeignEditionId", "Isbn13", "Asin", "Title", "TitleSlug", "Language", "Overview", "Format", "IsEbook", "Disambiguation", "Publisher", "PageCount", "ReleaseDate", "Images", "Links", "Ratings", "Monitored", "ManualAdd" FROM "Editions" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Editions" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Editions_temp" RENAME TO "Editions" 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Editions_ForeignEditionId" ON "Editions" ("ForeignEditionId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Editions_BookId" ON "Editions" ("BookId" ASC) 2024-07-01 16:20:25.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Editions_Monitored" ON "Editions" ("Monitored" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.004878s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles Added DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorId" INTEGER NOT NULL, "BookId" INTEGER NOT NULL, "BookFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "AuthorId", "BookId", "BookFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "AuthorId", "BookId", "BookFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles" 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036546s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ExtraFiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ExtraFiles LastUpdated DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ExtraFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorId" INTEGER NOT NULL, "BookId" INTEGER NOT NULL, "BookFileId" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "Extension" TEXT NOT NULL, "Added" DATETIME NOT NULL, "LastUpdated" DATETIME NOT NULL) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ExtraFiles_temp" ("Id", "AuthorId", "BookId", "BookFileId", "RelativePath", "Extension", "Added", "LastUpdated") SELECT "Id", "AuthorId", "BookId", "BookFileId", "RelativePath", "Extension", "Added", "LastUpdated" FROM "ExtraFiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ExtraFiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ExtraFiles_temp" RENAME TO "ExtraFiles" 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037162s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Date DateTimeOffset 2024-07-01 16:20:25.5|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, "AuthorId" INTEGER NOT NULL, "BookId" INTEGER NOT NULL) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "AuthorId", "BookId") SELECT "Id", "SourceTitle", "Date", "Quality", "Data", "EventType", "DownloadId", "AuthorId", "BookId" FROM "History" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_EventType" ON "History" ("EventType" ASC) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_BookId_Date" ON "History" ("BookId" ASC, "Date" DESC) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId_Date" ON "History" ("DownloadId" ASC, "Date" DESC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047347s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus InitialFailure DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040525s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus MostRecentFailure DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049234s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus DisabledTill DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastSyncListInfo" TEXT) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastSyncListInfo" FROM "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040409s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus InitialFailure DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00397s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus MostRecentFailure DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039504s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus DisabledTill DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo" FROM "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0039231s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles LastUpdated DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "BookId" INTEGER, "BookFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "AuthorId", "Consumer", "Type", "RelativePath", "LastUpdated", "BookId", "BookFileId", "Hash", "Added", "Extension") SELECT "Id", "AuthorId", "Consumer", "Type", "RelativePath", "LastUpdated", "BookId", "BookFileId", "Hash", "Added", "Extension" FROM "MetadataFiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles" 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037122s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable MetadataFiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn MetadataFiles Added DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "MetadataFiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "AuthorId" INTEGER NOT NULL, "Consumer" TEXT NOT NULL, "Type" INTEGER NOT NULL, "RelativePath" TEXT NOT NULL, "LastUpdated" DATETIME NOT NULL, "BookId" INTEGER, "BookFileId" INTEGER, "Hash" TEXT, "Added" DATETIME, "Extension" TEXT NOT NULL) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "MetadataFiles_temp" ("Id", "AuthorId", "Consumer", "Type", "RelativePath", "LastUpdated", "BookId", "BookFileId", "Hash", "Added", "Extension") SELECT "Id", "AuthorId", "Consumer", "Type", "RelativePath", "LastUpdated", "BookId", "BookFileId", "Hash", "Added", "Extension" FROM "MetadataFiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "MetadataFiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "MetadataFiles_temp" RENAME TO "MetadataFiles" 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036604s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable PendingReleases 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn PendingReleases Added DateTimeOffset 2024-07-01 16:20:25.5|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, "AuthorId" INTEGER NOT NULL, "ParsedBookInfo" TEXT NOT NULL, "Reason" INTEGER NOT NULL) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "PendingReleases_temp" ("Id", "Title", "Added", "Release", "AuthorId", "ParsedBookInfo", "Reason") SELECT "Id", "Title", "Added", "Release", "AuthorId", "ParsedBookInfo", "Reason" FROM "PendingReleases" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "PendingReleases" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "PendingReleases_temp" RENAME TO "PendingReleases" 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035488s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 4E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastExecution DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042932s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastStartTime DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00375s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 5E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076844s 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2024-07-01T16:20:25', 'postgres_update_timestamp_columns_to_with_timezone') 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|23: postgres_update_timestamp_columns_to_with_timezone migrated 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0107198s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|24: add_update_history migrating 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.5|Info|add_update_history|Starting migration of Main DB to 24 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2024-07-01T16:20:25', 'add_update_history') 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|24: add_update_history migrated 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020859s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|25: add_on_update_to_notifications migrating 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.5|Info|add_on_update_to_notifications|Starting migration of Main DB to 25 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 1 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005523s 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2024-07-01T16:20:25', 'add_on_update_to_notifications') 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|25: add_on_update_to_notifications migrated 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020829s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|26: add_custom_formats migrating 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.5|Info|add_custom_formats|Starting migration of Main DB to 26 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfHighestQuality Boolean 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfHighestQuality" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005666s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "DelayProfiles" SET "BypassIfHighestQuality" = 1 WHERE 1 = 1 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016752s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable BookFiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn BookFiles OriginalFilePath String 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "BookFiles" ADD COLUMN "OriginalFilePath" TEXT 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005264s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010834s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFormats 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFormats" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Specifications" TEXT NOT NULL DEFAULT '[]', "IncludeCustomFormatWhenRenaming" INTEGER NOT NULL DEFAULT 0) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003301s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex CustomFormats (Name) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_CustomFormats_Name" ON "CustomFormats" ("Name" ASC) 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002048s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles FormatItems String 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "FormatItems" TEXT NOT NULL DEFAULT '[]' 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005513s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles MinFormatScore Int32 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "MinFormatScore" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005392s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable QualityProfiles 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn QualityProfiles CutoffFormatScore Int32 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "QualityProfiles" ADD COLUMN "CutoffFormatScore" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005393s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0046243s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009719s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles Preferred 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "IncludePreferredWhenRenaming" INTEGER NOT NULL, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL) 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ReleaseProfiles_temp" ("Id", "Required", "Ignored", "Tags", "IncludePreferredWhenRenaming", "Enabled", "IndexerId") SELECT "Id", "Required", "Ignored", "Tags", "IncludePreferredWhenRenaming", "Enabled", "IndexerId" FROM "ReleaseProfiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles" 2024-07-01 16:20:25.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles" 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040212s 2024-07-01 16:20:25.5|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ReleaseProfiles IncludePreferredWhenRenaming 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ReleaseProfiles_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Required" TEXT, "Ignored" TEXT, "Tags" TEXT NOT NULL, "Enabled" INTEGER NOT NULL, "IndexerId" INTEGER NOT NULL) 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ReleaseProfiles_temp" ("Id", "Required", "Ignored", "Tags", "Enabled", "IndexerId") SELECT "Id", "Required", "Ignored", "Tags", "Enabled", "IndexerId" FROM "ReleaseProfiles" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ReleaseProfiles" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ReleaseProfiles_temp" RENAME TO "ReleaseProfiles" 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038118s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement DELETE FROM "ReleaseProfiles" WHERE "Required" = '[]' AND "Ignored" = '[]' 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "ReleaseProfiles" WHERE "Required" = '[]' AND "Ignored" = '[]' 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001703s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles BypassIfAboveCustomFormatScore Boolean 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "BypassIfAboveCustomFormatScore" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005461s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DelayProfiles 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DelayProfiles MinimumCustomFormatScore Int32 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DelayProfiles" ADD COLUMN "MinimumCustomFormatScore" INTEGER 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005339s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2024-07-01T16:20:25', 'add_custom_formats') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|26: add_custom_formats migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026222s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|27: remove_omg migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|remove_omg|Starting migration of Main DB to 27 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Omgwtfnzbs' 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001742s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Rarbg' 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002051s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2024-07-01T16:20:25', 'remove_omg') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|27: remove_omg migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019736s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|28: add_indexer_tags migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|add_indexer_tags|Starting migration of Main DB to 28 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005313s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2024-07-01T16:20:25', 'add_indexer_tags') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|28: add_indexer_tags migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025172s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|29: list_sync_time migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|list_sync_time|Starting migration of Main DB to 29 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn ImportListStatus LastSyncListInfo 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-07-01 16:20:25.6|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" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043018s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 7E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ImportListStatus LastInfoSync DateTime 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus" ADD COLUMN "LastInfoSync" DATETIME 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000535s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2024-07-01T16:20:25', 'list_sync_time') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|29: list_sync_time migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024781s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|30: download_client_per_indexer migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|download_client_per_indexer|Starting migration of Main DB to 30 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers DownloadClientId Int32 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "DownloadClientId" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005711s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2024-07-01T16:20:25', 'download_client_per_indexer') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|30: download_client_per_indexer migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024137s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|31: add_colon_replacement_to_naming_config migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|add_colon_replacement_to_naming_config|Starting migration of Main DB to 31 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable NamingConfig 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn NamingConfig ColonReplacementFormat Int32 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "NamingConfig" ADD COLUMN "ColonReplacementFormat" INTEGER NOT NULL DEFAULT 4 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000562s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2024-07-01T16:20:25', 'add_colon_replacement_to_naming_config') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|31: add_colon_replacement_to_naming_config migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023546s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|32: postgres_update_timestamp_columns_to_with_timezone_part2 migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|postgres_update_timestamp_columns_to_with_timezone_part2|Starting migration of Main DB to 32 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadHistory 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadHistory Date DateTimeOffset 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "EventType" INTEGER NOT NULL, "AuthorId" INTEGER NOT NULL, "DownloadId" TEXT NOT NULL, "SourceTitle" TEXT NOT NULL, "Date" DATETIME, "Protocol" INTEGER, "IndexerId" INTEGER, "DownloadClientId" INTEGER, "Release" TEXT, "Data" TEXT) 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadHistory_temp" ("Id", "EventType", "AuthorId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data") SELECT "Id", "EventType", "AuthorId", "DownloadId", "SourceTitle", "Date", "Protocol", "IndexerId", "DownloadClientId", "Release", "Data" FROM "DownloadHistory" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadHistory" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadHistory_temp" RENAME TO "DownloadHistory" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_EventType" ON "DownloadHistory" ("EventType" ASC) 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_AuthorId" ON "DownloadHistory" ("AuthorId" ASC) 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_DownloadHistory_DownloadId" ON "DownloadHistory" ("DownloadId" ASC) 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047784s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ImportListStatus 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ImportListStatus LastInfoSync DateTimeOffset 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ImportListStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastInfoSync" DATETIME) 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ImportListStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastInfoSync" FROM "ImportListStatus" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ImportListStatus" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ImportListStatus_temp" RENAME TO "ImportListStatus" 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ImportListStatus_ProviderId" ON "ImportListStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048986s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2024-07-01T16:20:25', 'postgres_update_timestamp_columns_to_with_timezone_part2') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|32: postgres_update_timestamp_columns_to_with_timezone_part2 migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067461s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|33: metadata_profile_ignored_to_list migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|metadata_profile_ignored_to_list|Starting migration of Main DB to 33 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017577s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2024-07-01T16:20:25', 'metadata_profile_ignored_to_list') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|33: metadata_profile_ignored_to_list migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033654s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|35: add_download_client_tags migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|add_download_client_tags|Starting migration of Main DB to 35 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Tags String 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Tags" TEXT 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005889s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2024-07-01T16:20:25', 'add_download_client_tags') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|35: add_download_client_tags migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023933s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|36: add_result_to_commands migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|add_result_to_commands|Starting migration of Main DB to 36 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Commands Result Int32 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands" ADD COLUMN "Result" INTEGER NOT NULL DEFAULT 1 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00059s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2024-07-01T16:20:25', 'add_result_to_commands') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|36: add_result_to_commands migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024341s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|add_notification_status|Starting migration of Main DB to 37 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NotificationStatus 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NotificationStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003347s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NotificationStatus (ProviderId) 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NotificationStatus_ProviderId" ON "NotificationStatus" ("ProviderId" ASC) 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002159s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2024-07-01T16:20:25', 'add_notification_status') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020074s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_author_added_to_notifications migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|add_on_author_added_to_notifications|Starting migration of Main DB to 38 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnAuthorAdded Boolean 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnAuthorAdded" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006766s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2024-07-01T16:20:25', 'add_on_author_added_to_notifications') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_author_added_to_notifications migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022333s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|39: book_last_searched_time migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|book_last_searched_time|Starting migration of Main DB to 39 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Books 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Books LastSearchTime DateTimeOffset 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Books" ADD COLUMN "LastSearchTime" DATETIME 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005994s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2024-07-01T16:20:25', 'book_last_searched_time') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|39: book_last_searched_time migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002424s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|40: add_indexer_flags migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|add_indexer_flags|Starting migration of Main DB to 40 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Blocklist 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Blocklist IndexerFlags Int32 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Blocklist" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006075s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable BookFiles 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn BookFiles IndexerFlags Int32 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "BookFiles" ADD COLUMN "IndexerFlags" INTEGER NOT NULL DEFAULT 0 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005976s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2024-07-01T16:20:25', 'add_indexer_flags') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|40: add_indexer_flags migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020941s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrating 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.6|Info|cdh_per_downloadclient|Starting migration of Main DB to 158 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveCompletedDownloads Boolean 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveCompletedDownloads" INTEGER NOT NULL DEFAULT 1 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006155s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients RemoveFailedDownloads Boolean 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "RemoveFailedDownloads" INTEGER NOT NULL DEFAULT 1 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006477s 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0152891s 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2024-07-01T16:20:25', 'cdh_per_downloadclient') 2024-07-01 16:20:25.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrated 2024-07-01 16:20:25.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0170551s 2024-07-01 16:20:25.7|Info|MigrationController|*** Migrating data source=/config/cache.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2024-07-01 16:20:25.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating 2024-07-01 16:20:25.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:25.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:25.8|Info|DatabaseEngineVersionCheck|SQLite 3.45.3 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049236s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051067s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL) 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003291s 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031759s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version) 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003884s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005289s 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017131s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003486s 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015543s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|InitialSetup|Starting migration to 1 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable HttpResponse 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "HttpResponse" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Url" TEXT NOT NULL, "LastRefresh" DATETIME NOT NULL, "Expiry" DATETIME NOT NULL, "Value" TEXT NOT NULL, "StatusCode" INTEGER NOT NULL) 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004752s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex HttpResponse (Url) 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_HttpResponse_Url" ON "HttpResponse" ("Url" ASC) 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002291s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex HttpResponse (Expiry) 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_HttpResponse_Expiry" ON "HttpResponse" ("Expiry" ASC) 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002324s 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-07-01T16:20:25', 'InitialSetup') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019043s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|2: ImportListSearch migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|ImportListSearch|Starting migration to 2 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2024-07-01T16:20:25', 'ImportListSearch') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|2: ImportListSearch migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021993s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|3: add_priority_to_indexers migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_priority_to_indexers|Starting migration to 3 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2024-07-01T16:20:25', 'add_priority_to_indexers') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|3: add_priority_to_indexers migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019363s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|4: rename_supports_on_track_retag migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|rename_supports_on_track_retag|Starting migration to 4 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2024-07-01T16:20:25', 'rename_supports_on_track_retag') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|4: rename_supports_on_track_retag migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015242s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|5: add_indexer_and_enabled_to_release_profiles migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_indexer_and_enabled_to_release_profiles|Starting migration to 5 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2024-07-01T16:20:25', 'add_indexer_and_enabled_to_release_profiles') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|5: add_indexer_and_enabled_to_release_profiles migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016914s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|6: remove_chown_and_folderchmod_config migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|remove_chown_and_folderchmod_config|Starting migration to 6 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2024-07-01T16:20:25', 'remove_chown_and_folderchmod_config') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|6: remove_chown_and_folderchmod_config migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019068s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|7: update_notifiarr migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|update_notifiarr|Starting migration to 7 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2024-07-01T16:20:25', 'update_notifiarr') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|7: update_notifiarr migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001796s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|8: extend_metadata_profiles migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|extend_metadata_profiles|Starting migration to 8 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2024-07-01T16:20:25', 'extend_metadata_profiles') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|8: extend_metadata_profiles migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018549s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|9: update_author_sort_name migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|update_author_sort_name|Starting migration to 9 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2024-07-01T16:20:25', 'update_author_sort_name') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|9: update_author_sort_name migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016183s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|10: add_bookfile_part migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_bookfile_part|Starting migration to 10 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2024-07-01T16:20:25', 'add_bookfile_part') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|10: add_bookfile_part migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021617s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|11: update_audio_qualities migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|update_audio_qualities|Starting migration to 11 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2024-07-01T16:20:25', 'update_audio_qualities') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|11: update_audio_qualities migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016588s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|12: add_bookfile_part_naming_token migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_bookfile_part_naming_token|Starting migration to 12 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2024-07-01T16:20:25', 'add_bookfile_part_naming_token') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|12: add_bookfile_part_naming_token migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017245s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|13: update_author_sort_name_again migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|update_author_sort_name_again|Starting migration to 13 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2024-07-01T16:20:25', 'update_author_sort_name_again') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|13: update_author_sort_name_again migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016141s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|14: rename_blacklist_to_blocklist migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|rename_blacklist_to_blocklist|Starting migration to 14 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2024-07-01T16:20:25', 'rename_blacklist_to_blocklist') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|14: rename_blacklist_to_blocklist migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016687s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|15: FixIndexes migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|FixIndexes|Starting migration to 15 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2024-07-01T16:20:25', 'FixIndexes') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|15: FixIndexes migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015502s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|16: AddRelatedBooks migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|AddRelatedBooks|Starting migration to 16 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2024-07-01T16:20:25', 'AddRelatedBooks') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|16: AddRelatedBooks migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001593s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|17: ImportListMonitorExisting migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|ImportListMonitorExisting|Starting migration to 17 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2024-07-01T16:20:25', 'ImportListMonitorExisting') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|17: ImportListMonitorExisting migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001651s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|18: AddSeriesPosition migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|AddSeriesPosition|Starting migration to 18 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2024-07-01T16:20:25', 'AddSeriesPosition') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|18: AddSeriesPosition migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016429s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|19: AddNewItemMonitorType migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|AddNewItemMonitorType|Starting migration to 19 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2024-07-01T16:20:25', 'AddNewItemMonitorType') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|19: AddNewItemMonitorType migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016316s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|20: AddDownloadHistory migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|AddDownloadHistory|Starting migration to 20 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2024-07-01T16:20:25', 'AddDownloadHistory') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|20: AddDownloadHistory migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018644s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|21: add_on_delete_to_notifications migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_on_delete_to_notifications|Starting migration to 21 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2024-07-01T16:20:25', 'add_on_delete_to_notifications') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|21: add_on_delete_to_notifications migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019209s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|22: EditionMonitoredIndex migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|EditionMonitoredIndex|Starting migration to 22 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2024-07-01T16:20:25', 'EditionMonitoredIndex') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|22: EditionMonitoredIndex migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016372s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|23: postgres_update_timestamp_columns_to_with_timezone migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration to 23 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable HttpResponse 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn HttpResponse LastRefresh DateTimeOffset 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "HttpResponse_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Url" TEXT NOT NULL, "LastRefresh" DATETIME, "Expiry" DATETIME NOT NULL, "Value" TEXT NOT NULL, "StatusCode" INTEGER NOT NULL) 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "HttpResponse_temp" ("Id", "Url", "LastRefresh", "Expiry", "Value", "StatusCode") SELECT "Id", "Url", "LastRefresh", "Expiry", "Value", "StatusCode" FROM "HttpResponse" 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "HttpResponse" 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "HttpResponse_temp" RENAME TO "HttpResponse" 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_HttpResponse_Url" ON "HttpResponse" ("Url" ASC) 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_HttpResponse_Expiry" ON "HttpResponse" ("Expiry" ASC) 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022994s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable HttpResponse 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 8E-07s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn HttpResponse Expiry DateTimeOffset 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "HttpResponse_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Url" TEXT NOT NULL, "LastRefresh" DATETIME, "Expiry" DATETIME, "Value" TEXT NOT NULL, "StatusCode" INTEGER NOT NULL) 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "HttpResponse_temp" ("Id", "Url", "LastRefresh", "Expiry", "Value", "StatusCode") SELECT "Id", "Url", "LastRefresh", "Expiry", "Value", "StatusCode" FROM "HttpResponse" 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "HttpResponse" 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "HttpResponse_temp" RENAME TO "HttpResponse" 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_HttpResponse_Url" ON "HttpResponse" ("Url" ASC) 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_HttpResponse_Expiry" ON "HttpResponse" ("Expiry" ASC) 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020397s 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2024-07-01T16:20:25', 'postgres_update_timestamp_columns_to_with_timezone') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|23: postgres_update_timestamp_columns_to_with_timezone migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035975s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|24: add_update_history migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_update_history|Starting migration to 24 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2024-07-01T16:20:25', 'add_update_history') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|24: add_update_history migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020538s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|25: add_on_update_to_notifications migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_on_update_to_notifications|Starting migration to 25 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2024-07-01T16:20:25', 'add_on_update_to_notifications') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|25: add_on_update_to_notifications migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022628s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|26: add_custom_formats migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_custom_formats|Starting migration to 26 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2024-07-01T16:20:25', 'add_custom_formats') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|26: add_custom_formats migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016272s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|27: remove_omg migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|remove_omg|Starting migration to 27 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2024-07-01T16:20:25', 'remove_omg') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|27: remove_omg migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019296s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|28: add_indexer_tags migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_indexer_tags|Starting migration to 28 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2024-07-01T16:20:25', 'add_indexer_tags') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|28: add_indexer_tags migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020929s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|29: list_sync_time migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|list_sync_time|Starting migration to 29 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2024-07-01T16:20:25', 'list_sync_time') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|29: list_sync_time migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020764s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|30: download_client_per_indexer migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|download_client_per_indexer|Starting migration to 30 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2024-07-01T16:20:25', 'download_client_per_indexer') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|30: download_client_per_indexer migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016049s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|31: add_colon_replacement_to_naming_config migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_colon_replacement_to_naming_config|Starting migration to 31 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2024-07-01T16:20:25', 'add_colon_replacement_to_naming_config') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|31: add_colon_replacement_to_naming_config migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017148s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|32: postgres_update_timestamp_columns_to_with_timezone_part2 migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|postgres_update_timestamp_columns_to_with_timezone_part2|Starting migration to 32 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2024-07-01T16:20:25', 'postgres_update_timestamp_columns_to_with_timezone_part2') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|32: postgres_update_timestamp_columns_to_with_timezone_part2 migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016171s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|33: metadata_profile_ignored_to_list migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|metadata_profile_ignored_to_list|Starting migration to 33 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2024-07-01T16:20:25', 'metadata_profile_ignored_to_list') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|33: metadata_profile_ignored_to_list migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017664s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|35: add_download_client_tags migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_download_client_tags|Starting migration to 35 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2024-07-01T16:20:25', 'add_download_client_tags') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|35: add_download_client_tags migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016488s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|36: add_result_to_commands migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_result_to_commands|Starting migration to 36 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2024-07-01T16:20:25', 'add_result_to_commands') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|36: add_result_to_commands migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016695s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_notification_status|Starting migration to 37 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2024-07-01T16:20:25', 'add_notification_status') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016956s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_author_added_to_notifications migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|add_on_author_added_to_notifications|Starting migration to 38 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2024-07-01T16:20:25', 'add_on_author_added_to_notifications') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_author_added_to_notifications migrated 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016391s 2024-07-01 16:20:25.8|Info|FluentMigrator.Runner.MigrationRunner|39: book_last_searched_time migrating 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.8|Info|book_last_searched_time|Starting migration to 39 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2024-07-01T16:20:25', 'book_last_searched_time') 2024-07-01 16:20:25.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.9|Info|FluentMigrator.Runner.MigrationRunner|39: book_last_searched_time migrated 2024-07-01 16:20:25.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001612s 2024-07-01 16:20:25.9|Info|FluentMigrator.Runner.MigrationRunner|40: add_indexer_flags migrating 2024-07-01 16:20:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.9|Info|add_indexer_flags|Starting migration to 40 2024-07-01 16:20:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2024-07-01T16:20:25', 'add_indexer_flags') 2024-07-01 16:20:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.9|Info|FluentMigrator.Runner.MigrationRunner|40: add_indexer_flags migrated 2024-07-01 16:20:25.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018863s 2024-07-01 16:20:25.9|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrating 2024-07-01 16:20:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:25.9|Info|cdh_per_downloadclient|Starting migration to 158 2024-07-01 16:20:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2024-07-01T16:20:25', 'cdh_per_downloadclient') 2024-07-01 16:20:25.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:25.9|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrated 2024-07-01 16:20:25.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016729s 2024-07-01 16:20:25.9|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {b92b7627-e21d-4a87-b130-39eed04ce088} may be persisted to storage in unencrypted form. 2024-07-01 16:20:26.0|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-07-01 16:20:26.0|Info|DatabaseEngineVersionCheck|SQLite 3.45.3 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040062s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041624s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL) 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000278s 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0029931s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version) 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002163s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005331s 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021371s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.1E-06s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003337s 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016054s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|InitialSetup|Starting migration of Log DB to 1 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs 2024-07-01 16:20:26.0|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) 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0040095s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time) 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC) 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001849s 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-07-01T16:20:26', 'InitialSetup') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017819s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|2: ImportListSearch migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|ImportListSearch|Starting migration of Log DB to 2 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2024-07-01T16:20:26', 'ImportListSearch') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|2: ImportListSearch migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001711s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|3: add_priority_to_indexers migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|add_priority_to_indexers|Starting migration of Log DB to 3 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2024-07-01T16:20:26', 'add_priority_to_indexers') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|3: add_priority_to_indexers migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001903s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|4: rename_supports_on_track_retag migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|rename_supports_on_track_retag|Starting migration of Log DB to 4 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2024-07-01T16:20:26', 'rename_supports_on_track_retag') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|4: rename_supports_on_track_retag migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021779s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|5: add_indexer_and_enabled_to_release_profiles migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|add_indexer_and_enabled_to_release_profiles|Starting migration of Log DB to 5 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2024-07-01T16:20:26', 'add_indexer_and_enabled_to_release_profiles') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|5: add_indexer_and_enabled_to_release_profiles migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019903s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|6: remove_chown_and_folderchmod_config migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|remove_chown_and_folderchmod_config|Starting migration of Log DB to 6 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2024-07-01T16:20:26', 'remove_chown_and_folderchmod_config') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|6: remove_chown_and_folderchmod_config migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001906s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|7: update_notifiarr migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|update_notifiarr|Starting migration of Log DB to 7 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2024-07-01T16:20:26', 'update_notifiarr') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|7: update_notifiarr migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019777s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|8: extend_metadata_profiles migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|extend_metadata_profiles|Starting migration of Log DB to 8 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2024-07-01T16:20:26', 'extend_metadata_profiles') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|8: extend_metadata_profiles migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019158s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|9: update_author_sort_name migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|update_author_sort_name|Starting migration of Log DB to 9 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (9, '2024-07-01T16:20:26', 'update_author_sort_name') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|9: update_author_sort_name migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019302s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|10: add_bookfile_part migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|add_bookfile_part|Starting migration of Log DB to 10 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2024-07-01T16:20:26', 'add_bookfile_part') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|10: add_bookfile_part migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017621s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|11: update_audio_qualities migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|update_audio_qualities|Starting migration of Log DB to 11 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2024-07-01T16:20:26', 'update_audio_qualities') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|11: update_audio_qualities migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018869s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|12: add_bookfile_part_naming_token migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|add_bookfile_part_naming_token|Starting migration of Log DB to 12 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (12, '2024-07-01T16:20:26', 'add_bookfile_part_naming_token') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|12: add_bookfile_part_naming_token migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018528s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|13: update_author_sort_name_again migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|update_author_sort_name_again|Starting migration of Log DB to 13 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2024-07-01T16:20:26', 'update_author_sort_name_again') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|13: update_author_sort_name_again migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018044s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|14: rename_blacklist_to_blocklist migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|rename_blacklist_to_blocklist|Starting migration of Log DB to 14 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2024-07-01T16:20:26', 'rename_blacklist_to_blocklist') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|14: rename_blacklist_to_blocklist migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016179s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|15: FixIndexes migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|FixIndexes|Starting migration of Log DB to 15 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2024-07-01T16:20:26', 'FixIndexes') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|15: FixIndexes migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00159s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|16: AddRelatedBooks migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|AddRelatedBooks|Starting migration of Log DB to 16 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2024-07-01T16:20:26', 'AddRelatedBooks') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|16: AddRelatedBooks migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020596s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|17: ImportListMonitorExisting migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|ImportListMonitorExisting|Starting migration of Log DB to 17 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2024-07-01T16:20:26', 'ImportListMonitorExisting') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|17: ImportListMonitorExisting migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001764s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|18: AddSeriesPosition migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|AddSeriesPosition|Starting migration of Log DB to 18 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2024-07-01T16:20:26', 'AddSeriesPosition') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|18: AddSeriesPosition migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016199s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|19: AddNewItemMonitorType migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|AddNewItemMonitorType|Starting migration of Log DB to 19 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2024-07-01T16:20:26', 'AddNewItemMonitorType') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|19: AddNewItemMonitorType migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016104s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|20: AddDownloadHistory migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|AddDownloadHistory|Starting migration of Log DB to 20 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2024-07-01T16:20:26', 'AddDownloadHistory') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|20: AddDownloadHistory migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001872s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|21: add_on_delete_to_notifications migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|add_on_delete_to_notifications|Starting migration of Log DB to 21 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2024-07-01T16:20:26', 'add_on_delete_to_notifications') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|21: add_on_delete_to_notifications migrated 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015907s 2024-07-01 16:20:26.0|Info|FluentMigrator.Runner.MigrationRunner|22: EditionMonitoredIndex migrating 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.0|Info|EditionMonitoredIndex|Starting migration of Log DB to 22 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2024-07-01T16:20:26', 'EditionMonitoredIndex') 2024-07-01 16:20:26.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|22: EditionMonitoredIndex migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016529s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|23: postgres_update_timestamp_columns_to_with_timezone migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 23 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.2E-06s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL) 2024-07-01 16:20:26.1|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" 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs" 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs" 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC) 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019242s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT) 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo" 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo" 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo" 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017998s 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2024-07-01T16:20:26', 'postgres_update_timestamp_columns_to_with_timezone') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|23: postgres_update_timestamp_columns_to_with_timezone migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0034254s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|24: add_update_history migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_update_history|Starting migration of Log DB to 24 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory 2024-07-01 16:20:26.1|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) 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003247s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date) 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC) 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002161s 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2024-07-01T16:20:26', 'add_update_history') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|24: add_update_history migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021535s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|25: add_on_update_to_notifications migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_on_update_to_notifications|Starting migration of Log DB to 25 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2024-07-01T16:20:26', 'add_on_update_to_notifications') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|25: add_on_update_to_notifications migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016951s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|26: add_custom_formats migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_custom_formats|Starting migration of Log DB to 26 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2024-07-01T16:20:26', 'add_custom_formats') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|26: add_custom_formats migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016331s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|27: remove_omg migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|remove_omg|Starting migration of Log DB to 27 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2024-07-01T16:20:26', 'remove_omg') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|27: remove_omg migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018628s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|28: add_indexer_tags migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_indexer_tags|Starting migration of Log DB to 28 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2024-07-01T16:20:26', 'add_indexer_tags') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|28: add_indexer_tags migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001606s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|29: list_sync_time migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|list_sync_time|Starting migration of Log DB to 29 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2024-07-01T16:20:26', 'list_sync_time') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|29: list_sync_time migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019667s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|30: download_client_per_indexer migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|download_client_per_indexer|Starting migration of Log DB to 30 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2024-07-01T16:20:26', 'download_client_per_indexer') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|30: download_client_per_indexer migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017297s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|31: add_colon_replacement_to_naming_config migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_colon_replacement_to_naming_config|Starting migration of Log DB to 31 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2024-07-01T16:20:26', 'add_colon_replacement_to_naming_config') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|31: add_colon_replacement_to_naming_config migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016858s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|32: postgres_update_timestamp_columns_to_with_timezone_part2 migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|postgres_update_timestamp_columns_to_with_timezone_part2|Starting migration of Log DB to 32 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2024-07-01T16:20:26', 'postgres_update_timestamp_columns_to_with_timezone_part2') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|32: postgres_update_timestamp_columns_to_with_timezone_part2 migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018056s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|33: metadata_profile_ignored_to_list migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|metadata_profile_ignored_to_list|Starting migration of Log DB to 33 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2024-07-01T16:20:26', 'metadata_profile_ignored_to_list') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|33: metadata_profile_ignored_to_list migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00206s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|35: add_download_client_tags migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_download_client_tags|Starting migration of Log DB to 35 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2024-07-01T16:20:26', 'add_download_client_tags') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|35: add_download_client_tags migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020582s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|36: add_result_to_commands migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_result_to_commands|Starting migration of Log DB to 36 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2024-07-01T16:20:26', 'add_result_to_commands') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|36: add_result_to_commands migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019834s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_notification_status|Starting migration of Log DB to 37 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2024-07-01T16:20:26', 'add_notification_status') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020985s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_author_added_to_notifications migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_on_author_added_to_notifications|Starting migration of Log DB to 38 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2024-07-01T16:20:26', 'add_on_author_added_to_notifications') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|38: add_on_author_added_to_notifications migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019158s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|39: book_last_searched_time migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|book_last_searched_time|Starting migration of Log DB to 39 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2024-07-01T16:20:26', 'book_last_searched_time') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|39: book_last_searched_time migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019286s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|40: add_indexer_flags migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|add_indexer_flags|Starting migration of Log DB to 40 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (40, '2024-07-01T16:20:26', 'add_indexer_flags') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|40: add_indexer_flags migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021727s 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrating 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-07-01 16:20:26.1|Info|cdh_per_downloadclient|Starting migration of Log DB to 158 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (158, '2024-07-01T16:20:26', 'cdh_per_downloadclient') 2024-07-01 16:20:26.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|158: cdh_per_downloadclient migrated 2024-07-01 16:20:26.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018729s 2024-07-01 16:20:26.1|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled 2024-07-01 16:20:26.2|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8787 2024-07-01 16:20:26.2|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker. 2024-07-01 16:20:26.3|Info|QualityProfileService|Setting up default quality profiles 2024-07-01 16:20:26.3|Info|MetadataProfileService|Setting up standard metadata profile 2024-07-01 16:20:26.3|Info|MetadataProfileService|Setting up empty metadata profile 2024-07-01 16:20:26.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2024-07-01 16:20:26.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2024-07-01 16:20:26.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/readarr/bin 2024-07-01 16:21:39.8|Info|DiskScanService|Scanning /books/ 2024-07-01 16:21:40.2|Info|RootFolderWatchingService|Watching directory /books/ 2024-07-01 16:21:40.3|Info|ImportDecisionMaker|Reading file 1/81 2024-07-01 16:21:40.5|Info|ImportDecisionMaker|Reading file 2/81 2024-07-01 16:21:43.2|Info|ImportDecisionMaker|Reading file 3/81 2024-07-01 16:21:43.3|Info|ImportDecisionMaker|Reading file 4/81 2024-07-01 16:21:43.4|Info|ImportDecisionMaker|Reading file 5/81 2024-07-01 16:21:43.4|Info|ImportDecisionMaker|Reading file 6/81 2024-07-01 16:21:43.5|Info|ImportDecisionMaker|Reading file 7/81 2024-07-01 16:21:43.5|Info|ImportDecisionMaker|Reading file 8/81 2024-07-01 16:21:43.6|Info|ImportDecisionMaker|Reading file 9/81 2024-07-01 16:21:43.6|Info|ImportDecisionMaker|Reading file 10/81 2024-07-01 16:21:43.6|Info|ImportDecisionMaker|Reading file 11/81 2024-07-01 16:21:43.7|Info|ImportDecisionMaker|Reading file 12/81 2024-07-01 16:21:43.7|Info|ImportDecisionMaker|Reading file 13/81 2024-07-01 16:21:43.8|Info|ImportDecisionMaker|Reading file 14/81 2024-07-01 16:21:43.8|Info|ImportDecisionMaker|Reading file 15/81 2024-07-01 16:21:43.8|Info|ImportDecisionMaker|Reading file 16/81 2024-07-01 16:21:43.9|Info|ImportDecisionMaker|Reading file 17/81 2024-07-01 16:21:43.9|Info|ImportDecisionMaker|Reading file 18/81 2024-07-01 16:21:43.9|Info|ImportDecisionMaker|Reading file 19/81 2024-07-01 16:21:44.0|Info|ImportDecisionMaker|Reading file 20/81 2024-07-01 16:21:44.0|Info|ImportDecisionMaker|Reading file 21/81 2024-07-01 16:21:44.1|Info|ImportDecisionMaker|Reading file 22/81 2024-07-01 16:21:44.1|Info|ImportDecisionMaker|Reading file 23/81 2024-07-01 16:21:44.1|Info|ImportDecisionMaker|Reading file 24/81 2024-07-01 16:21:44.2|Info|ImportDecisionMaker|Reading file 25/81 2024-07-01 16:21:44.2|Info|ImportDecisionMaker|Reading file 26/81 2024-07-01 16:21:44.2|Info|ImportDecisionMaker|Reading file 27/81 2024-07-01 16:21:44.3|Info|ImportDecisionMaker|Reading file 28/81 2024-07-01 16:21:44.3|Info|ImportDecisionMaker|Reading file 29/81 2024-07-01 16:21:44.3|Info|ImportDecisionMaker|Reading file 30/81 2024-07-01 16:21:44.5|Info|ImportDecisionMaker|Reading file 31/81 2024-07-01 16:21:44.6|Info|ImportDecisionMaker|Reading file 32/81 2024-07-01 16:21:44.6|Info|ImportDecisionMaker|Reading file 33/81 2024-07-01 16:21:44.6|Info|ImportDecisionMaker|Reading file 34/81 2024-07-01 16:21:44.7|Info|ImportDecisionMaker|Reading file 35/81 2024-07-01 16:21:44.7|Info|ImportDecisionMaker|Reading file 36/81 2024-07-01 16:21:44.8|Info|ImportDecisionMaker|Reading file 37/81 2024-07-01 16:21:44.8|Info|ImportDecisionMaker|Reading file 38/81 2024-07-01 16:21:44.8|Info|ImportDecisionMaker|Reading file 39/81 2024-07-01 16:21:44.9|Info|ImportDecisionMaker|Reading file 40/81 2024-07-01 16:21:44.9|Info|ImportDecisionMaker|Reading file 41/81 2024-07-01 16:21:45.0|Info|ImportDecisionMaker|Reading file 42/81 2024-07-01 16:21:45.1|Info|ImportDecisionMaker|Reading file 43/81 2024-07-01 16:21:45.1|Info|ImportDecisionMaker|Reading file 44/81 2024-07-01 16:21:45.2|Info|ImportDecisionMaker|Reading file 45/81 2024-07-01 16:21:45.2|Info|ImportDecisionMaker|Reading file 46/81 2024-07-01 16:21:45.3|Info|ImportDecisionMaker|Reading file 47/81 2024-07-01 16:21:45.3|Info|ImportDecisionMaker|Reading file 48/81 2024-07-01 16:21:45.4|Info|ImportDecisionMaker|Reading file 49/81 2024-07-01 16:21:45.4|Info|ImportDecisionMaker|Reading file 50/81 2024-07-01 16:21:45.5|Info|ImportDecisionMaker|Reading file 51/81 2024-07-01 16:21:45.6|Info|ImportDecisionMaker|Reading file 52/81 2024-07-01 16:21:45.6|Info|ImportDecisionMaker|Reading file 53/81 2024-07-01 16:21:45.7|Info|ImportDecisionMaker|Reading file 54/81 2024-07-01 16:21:45.8|Info|ImportDecisionMaker|Reading file 55/81 2024-07-01 16:21:45.8|Info|ImportDecisionMaker|Reading file 56/81 2024-07-01 16:21:45.9|Info|ImportDecisionMaker|Reading file 57/81 2024-07-01 16:21:45.9|Info|ImportDecisionMaker|Reading file 58/81 2024-07-01 16:21:46.0|Info|ImportDecisionMaker|Reading file 59/81 2024-07-01 16:21:46.1|Info|ImportDecisionMaker|Reading file 60/81 2024-07-01 16:21:46.1|Info|ImportDecisionMaker|Reading file 61/81 2024-07-01 16:21:46.1|Info|ImportDecisionMaker|Reading file 62/81 2024-07-01 16:21:46.2|Info|ImportDecisionMaker|Reading file 63/81 2024-07-01 16:21:46.2|Info|ImportDecisionMaker|Reading file 64/81 2024-07-01 16:21:46.3|Info|ImportDecisionMaker|Reading file 65/81 2024-07-01 16:21:46.3|Info|ImportDecisionMaker|Reading file 66/81 2024-07-01 16:21:46.4|Info|ImportDecisionMaker|Reading file 67/81 2024-07-01 16:21:46.4|Info|ImportDecisionMaker|Reading file 68/81 2024-07-01 16:21:46.4|Info|ImportDecisionMaker|Reading file 69/81 2024-07-01 16:21:46.5|Info|ImportDecisionMaker|Reading file 70/81 2024-07-01 16:21:46.5|Info|ImportDecisionMaker|Reading file 71/81 2024-07-01 16:21:46.6|Info|ImportDecisionMaker|Reading file 72/81 2024-07-01 16:21:46.6|Info|ImportDecisionMaker|Reading file 73/81 2024-07-01 16:21:46.7|Info|ImportDecisionMaker|Reading file 74/81 2024-07-01 16:21:46.7|Info|ImportDecisionMaker|Reading file 75/81 2024-07-01 16:21:46.8|Info|ImportDecisionMaker|Reading file 76/81 2024-07-01 16:21:46.8|Info|ImportDecisionMaker|Reading file 77/81 2024-07-01 16:21:46.9|Info|ImportDecisionMaker|Reading file 78/81 2024-07-01 16:21:46.9|Info|ImportDecisionMaker|Reading file 79/81 2024-07-01 16:21:47.0|Info|ImportDecisionMaker|Reading file 80/81 2024-07-01 16:21:47.0|Info|ImportDecisionMaker|Reading file 81/81 2024-07-01 16:21:47.1|Info|TrackGroupingService|Grouping 81 tracks 2024-07-01 16:21:47.1|Info|IdentificationService|Identifying book 1/81 2024-07-01 16:21:47.5|Info|IdentificationService|Identifying book 2/81 2024-07-01 16:21:48.6|Info|IdentificationService|Identifying book 3/81 2024-07-01 16:21:50.7|Info|IdentificationService|Identifying book 4/81 2024-07-01 16:21:52.2|Info|IdentificationService|Identifying book 5/81 2024-07-01 16:21:52.4|Info|IdentificationService|Identifying book 6/81 2024-07-01 16:21:52.9|Info|IdentificationService|Identifying book 7/81 2024-07-01 16:21:53.4|Info|IdentificationService|Identifying book 8/81 2024-07-01 16:21:54.5|Info|IdentificationService|Identifying book 9/81 2024-07-01 16:21:54.7|Info|IdentificationService|Identifying book 10/81 2024-07-01 16:21:55.7|Info|IdentificationService|Identifying book 11/81 2024-07-01 16:21:56.3|Info|IdentificationService|Identifying book 12/81 2024-07-01 16:21:56.9|Info|IdentificationService|Identifying book 13/81 2024-07-01 16:21:57.5|Info|IdentificationService|Identifying book 14/81 2024-07-01 16:21:58.2|Info|IdentificationService|Identifying book 15/81 2024-07-01 16:21:58.4|Info|IdentificationService|Identifying book 16/81 2024-07-01 16:21:58.7|Info|IdentificationService|Identifying book 17/81 2024-07-01 16:21:59.2|Info|IdentificationService|Identifying book 18/81 2024-07-01 16:21:59.7|Info|IdentificationService|Identifying book 19/81 2024-07-01 16:21:59.9|Info|IdentificationService|Identifying book 20/81 2024-07-01 16:22:00.8|Info|IdentificationService|Identifying book 21/81 2024-07-01 16:22:01.0|Info|Auth|Auth-Success ip 10.0.0.64 username 'jkenney' 2024-07-01 16:22:01.2|Info|IdentificationService|Identifying book 22/81 2024-07-01 16:22:01.3|Info|IdentificationService|Identifying book 23/81 2024-07-01 16:22:02.1|Info|IdentificationService|Identifying book 24/81 2024-07-01 16:22:02.8|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:22:13.8|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:22:45.1|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:22:58.9|Info|IdentificationService|Identifying book 25/81 2024-07-01 16:22:59.5|Info|IdentificationService|Identifying book 26/81 2024-07-01 16:22:59.7|Info|IdentificationService|Identifying book 27/81 2024-07-01 16:22:59.9|Info|IdentificationService|Identifying book 28/81 2024-07-01 16:23:00.1|Info|IdentificationService|Identifying book 29/81 2024-07-01 16:23:00.8|Info|IdentificationService|Identifying book 30/81 2024-07-01 16:23:01.0|Info|IdentificationService|Identifying book 31/81 2024-07-01 16:23:01.2|Info|IdentificationService|Identifying book 32/81 2024-07-01 16:23:01.3|Info|IdentificationService|Identifying book 33/81 2024-07-01 16:23:01.4|Info|IdentificationService|Identifying book 34/81 2024-07-01 16:23:01.6|Info|IdentificationService|Identifying book 35/81 2024-07-01 16:23:01.8|Info|IdentificationService|Identifying book 36/81 2024-07-01 16:23:02.0|Info|IdentificationService|Identifying book 37/81 2024-07-01 16:23:02.3|Info|IdentificationService|Identifying book 38/81 2024-07-01 16:23:13.8|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:23:30.4|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:23:40.7|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:23:51.0|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:24:01.4|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:24:12.1|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:24:27.6|Info|AddAuthorService|Adding Author [14342697][Caroline Peckham] Path: [/books/Caroline Peckham] 2024-07-01 16:24:27.7|Info|RefreshAuthorService|Updating Info for Caroline Peckham 2024-07-01 16:24:27.7|Info|RefreshBookService|Updating Info for Eternal Reign 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for The Awakening (Zodiac Academy #1) 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Kingdom of Thieves 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Wolf Games 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Eternal Night (Age of Vampires Book 5) 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Hunter Trials 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for The Vampire Games: Two Complete Seasons 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for V Games 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Wolf Games: Severed Fates 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Creeping Shadow 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Wolf Games: Island of Shade 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Eternal Curse 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for V Games: Fresh From the Grave 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Eternal Vow 2024-07-01 16:24:27.8|Info|RefreshBookService|Updating Info for Eternal Shade 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for V Games: Dead Before Dawn 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Creatures of the Dark 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Eternal Love 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for A Game of Vampires (The Vampire Games Book 0) 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Kingdom of Wishes 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Eternal Storm 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Dark Fae 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Kingdom of Shadows 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Savage Fae (Ruthless Boys of the Zodiac Book 2) 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Shadow Princess 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Ruthless Fae 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Origins of an Academy Bully 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Demon of Mine 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for The Reckoning 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Zodiac Academy 6: Fated Throne 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Sorrow and Starlight 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Society of Psychos 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Feral Wolf 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Kings of Quarantine 2024-07-01 16:24:27.9|Info|RefreshBookService|Updating Info for Dead Man's Isle 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Darkmore Penitentiary 1 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for The Awakening as Told by the Boys 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Warrior Fae 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Kings of Lockdown 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Kings of Anarchy 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Beautiful Savage 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Never Keep 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Gallows Bridge 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Captive Fae 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for The Death Club 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Carnival Hill 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Beautiful Carnage: A Dark Enemies to Lovers Romance (Dark Empire Book 1) 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Sinners' Playground 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Paradise Lagoon 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Night 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for A Kingdom of Gods and Ruin 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for A Zodiac Academy short story: The Tale of Geraldine and the Moon Madness 2024-07-01 16:24:28.0|Info|RefreshBookService|Updating Info for Forsaken Relic 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Forget-Me-Not Bombshell 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Zodiac Academy: Live And Let Lionel 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Vicious Fae 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for A Game of Malice and Greed 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for The Big A.S.S. Party 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Zodiac Academy 5: Cursed Fates 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Beyond the Veil 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Broken Fae 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Foxy Tales: A Charity Collection of Bonus Chapters from Zodiac Academy & More 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Devil's Pass 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Wrathful Mortals 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Queen of Quarantine 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Ravaged Souls 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Zodiac Academy: Heartless Sky 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for The Awakening [Dramatized Adaptation] 2024-07-01 16:24:28.1|Info|RefreshBookService|Updating Info for Seth on the Moon 2024-07-01 16:24:28.3|Info|MediaCoverService|Downloading Poster for [14342697][Caroline Peckham] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1528321577i/14342697.jpg 2024-07-01 16:24:28.5|Info|MediaCoverService|Downloading Cover for [68409282][Eternal Reign] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1692034253i/196791249.jpg 2024-07-01 16:24:28.6|Info|MediaCoverService|Downloading Cover for [71248761][The Awakening (Zodiac Academy #1)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1560277389i/46261182.jpg 2024-07-01 16:24:28.6|Info|MediaCoverService|Downloading Cover for [70873565][Kingdom of Thieves] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1558720740i/46006088.jpg 2024-07-01 16:24:28.8|Info|MediaCoverService|Downloading Cover for [63758621][Wolf Games] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1532265332i/40899185.jpg 2024-07-01 16:24:28.9|Info|MediaCoverService|Downloading Cover for [69472948][Eternal Night (Age of Vampires Book 5)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1554960324i/45019378.jpg 2024-07-01 16:24:28.9|Info|MediaCoverService|Downloading Cover for [66971216][Hunter Trials] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1544278133i/43169192.jpg 2024-07-01 16:24:29.0|Info|MediaCoverService|Downloading Cover for [71066269][The Vampire Games: Two Complete Seasons] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1559495384i/46132157.jpg 2024-07-01 16:24:29.1|Info|MediaCoverService|Downloading Cover for [57568519][V Games] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1504415713i/36172319.jpg 2024-07-01 16:24:29.1|Info|MediaCoverService|Downloading Cover for [66390524][Wolf Games: Severed Fates] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1541541362i/42649409.jpg 2024-07-01 16:24:29.2|Info|MediaCoverService|Downloading Cover for [46517940][Creeping Shadow] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1442251027i/26526373.jpg 2024-07-01 16:24:29.2|Info|MediaCoverService|Downloading Cover for [65114727][Wolf Games: Island of Shade] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1536332279i/41732992.jpg 2024-07-01 16:24:29.3|Info|MediaCoverService|Downloading Cover for [68967203][Eternal Curse] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1694581477i/198957529.jpg 2024-07-01 16:24:29.4|Info|MediaCoverService|Downloading Cover for [58236460][V Games: Fresh From the Grave] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1509541876i/36515367.jpg 2024-07-01 16:24:29.5|Info|MediaCoverService|Downloading Cover for [69143272][Eternal Vow] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1554823019i/45004505.jpg 2024-07-01 16:24:29.5|Info|MediaCoverService|Downloading Cover for [68725205][Eternal Shade] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1694447310i/198841496.jpg 2024-07-01 16:24:29.6|Info|MediaCoverService|Downloading Cover for [62037621][V Games: Dead Before Dawn] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1525514403i/40040199.jpg 2024-07-01 16:24:29.7|Info|MediaCoverService|Downloading Cover for [70052101][Creatures of the Dark] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1556393075i/45316572.jpg 2024-07-01 16:24:29.7|Info|MediaCoverService|Downloading Cover for [70481141][Eternal Love] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1557472423i/45709642.jpg 2024-07-01 16:24:29.8|Info|MediaCoverService|Downloading Cover for [64911505][A Game of Vampires (The Vampire Games Book 0)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1535799774i/41585363.jpg 2024-07-01 16:24:29.9|Info|MediaCoverService|Downloading Cover for [70840291][Kingdom of Wishes] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1558516144i/45989767.jpg 2024-07-01 16:24:30.0|Info|MediaCoverService|Downloading Cover for [69882132][Eternal Storm] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1556292871i/45308234.jpg 2024-07-01 16:24:30.0|Info|MediaCoverService|Downloading Cover for [73674686][Dark Fae] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619705977i/57892054.jpg 2024-07-01 16:24:30.1|Info|MediaCoverService|Downloading Cover for [72535540][Kingdom of Shadows] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1564500444l/49667800.jpg 2024-07-01 16:24:30.2|Info|MediaCoverService|Downloading Cover for [73931818][Savage Fae (Ruthless Boys of the Zodiac Book 2)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619382623i/57849105.jpg 2024-07-01 16:24:30.3|Info|MediaCoverService|Downloading Cover for [73633777][Shadow Princess ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1570223430l/53146871.jpg 2024-07-01 16:24:30.3|Info|MediaCoverService|Downloading Cover for [72253314][Ruthless Fae] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1565943045l/51966347.jpg 2024-07-01 16:24:30.4|Info|MediaCoverService|Downloading Cover for [71900258][Origins of an Academy Bully] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1677104440i/49646047.jpg 2024-07-01 16:24:30.4|Info|MediaCoverService|Downloading Cover for [72619149][Demon of Mine] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1566322491l/52225764.jpg 2024-07-01 16:24:30.5|Info|MediaCoverService|Downloading Cover for [73173964][The Reckoning] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635539821i/49551172.jpg 2024-07-01 16:24:30.5|Info|MediaCoverService|Downloading Cover for [83869987][Zodiac Academy 6: Fated Throne] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1605478159i/53535526.jpg 2024-07-01 16:24:30.6|Info|MediaCoverService|Downloading Cover for [94200172][Sorrow and Starlight] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1664442356i/59808792.jpg 2024-07-01 16:24:30.6|Info|MediaCoverService|Downloading Cover for [89680423][Society of Psychos] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1650059867i/57305606.jpg 2024-07-01 16:24:30.7|Info|MediaCoverService|Downloading Cover for [86734967][Feral Wolf] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1622989552i/55618681.jpg 2024-07-01 16:24:30.7|Info|MediaCoverService|Downloading Cover for [78850373][Kings of Quarantine] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1585459559i/52775593.jpg 2024-07-01 16:24:30.7|Info|MediaCoverService|Downloading Cover for [87218775][Dead Man's Isle] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1621968085i/58158799.jpg 2024-07-01 16:24:30.9|Info|MediaCoverService|Downloading Cover for [77404278][Darkmore Penitentiary 1] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1622992073i/58272410.jpg 2024-07-01 16:24:30.9|Info|MediaCoverService|Downloading Cover for [92595608][The Awakening as Told by the Boys] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1629291604i/58800799.jpg 2024-07-01 16:24:30.9|Info|MediaCoverService|Downloading Cover for [85811442][Warrior Fae] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619382385i/57849074.jpg 2024-07-01 16:24:31.0|Info|MediaCoverService|Downloading Cover for [83853947][Kings of Lockdown] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590617895i/53517406.jpg 2024-07-01 16:24:31.1|Info|MediaCoverService|Downloading Cover for [84630734][Kings of Anarchy] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1595767752i/54681468.jpg 2024-07-01 16:24:31.2|Info|MediaCoverService|Downloading Cover for [75738087][Beautiful Savage] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1580261011i/50709060.jpg 2024-07-01 16:24:31.2|Info|MediaCoverService|Downloading Cover for [217192942][Never Keep] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1712404286i/210966754.jpg 2024-07-01 16:24:31.3|Info|MediaCoverService|Downloading Cover for [93468179][Gallows Bridge] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1644891497i/59316171.jpg 2024-07-01 16:24:31.3|Info|MediaCoverService|Downloading Cover for [83919234][Captive Fae] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1622992365i/58272634.jpg 2024-07-01 16:24:31.4|Info|MediaCoverService|Downloading Cover for [89111606][The Death Club] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1650059963i/56969228.jpg 2024-07-01 16:24:31.4|Info|MediaCoverService|Downloading Cover for [91497149][Carnival Hill] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1624417835i/58349113.jpg 2024-07-01 16:24:31.5|Info|MediaCoverService|Downloading Cover for [75130183][Beautiful Carnage: A Dark Enemies to Lovers Romance (Dark Empire Book 1) ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1577825987i/50227123.jpg 2024-07-01 16:24:31.5|Info|MediaCoverService|Downloading Cover for [86968152][Sinners' Playground] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1603367168i/55762906.jpg 2024-07-01 16:24:31.6|Info|MediaCoverService|Downloading Cover for [92883961][Paradise Lagoon] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1630974703i/58940150.jpg 2024-07-01 16:24:31.7|Info|MediaCoverService|Downloading Cover for [93991068][Night] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1637697640i/59690022.jpg 2024-07-01 16:24:31.8|Info|MediaCoverService|Downloading Cover for [144271360][A Kingdom of Gods and Ruin] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1677128767i/122996537.jpg 2024-07-01 16:24:31.9|Info|MediaCoverService|Downloading Cover for [215042716][Forsaken Relic] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1710161924i/208907286.jpg 2024-07-01 16:24:32.0|Info|MediaCoverService|Downloading Cover for [93857298][Forget-Me-Not Bombshell] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1636686778i/59595387.jpg 2024-07-01 16:24:32.0|Info|MediaCoverService|Downloading Cover for [213673735][Zodiac Academy: Live And Let Lionel] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1707177040i/207603149.jpg 2024-07-01 16:24:32.1|Info|MediaCoverService|Downloading Cover for [74576550][Vicious Fae] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619382736i/57849111.jpg 2024-07-01 16:24:32.2|Info|MediaCoverService|Downloading Cover for [98583462][A Game of Malice and Greed] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1664400351i/62815080.jpg 2024-07-01 16:24:32.4|Info|MediaCoverService|Downloading Cover for [85485350][The Big A.S.S. Party] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1596452502i/54798561.jpg 2024-07-01 16:24:32.4|Info|MediaCoverService|Downloading Cover for [75348379][Zodiac Academy 5: Cursed Fates] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1578710951i/50391615.jpg 2024-07-01 16:24:32.5|Info|MediaCoverService|Downloading Cover for [183716554][Beyond the Veil] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1686777106i/177899172.jpg 2024-07-01 16:24:32.6|Info|MediaCoverService|Downloading Cover for [76173516][Broken Fae] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619382818i/57849125.jpg 2024-07-01 16:24:32.6|Info|MediaCoverService|Downloading Cover for [96423354][Foxy Tales: A Charity Collection of Bonus Chapters from Zodiac Academy & More] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1669905417i/63901705.jpg 2024-07-01 16:24:32.7|Info|MediaCoverService|Downloading Cover for [86995214][Devil's Pass] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1603549307i/55778314.jpg 2024-07-01 16:24:32.8|Info|MediaCoverService|Downloading Cover for [208116423][Wrathful Mortals] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1700825798i/202624700.jpg 2024-07-01 16:24:32.8|Info|MediaCoverService|Downloading Cover for [86318563][Queen of Quarantine] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1600698659i/55348890.jpg 2024-07-01 16:24:32.9|Info|MediaCoverService|Downloading Cover for [215674123][Ravaged Souls] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1709568250i/209480328.jpg 2024-07-01 16:24:32.9|Info|MediaCoverService|Downloading Cover for [88106253][Zodiac Academy: Heartless Sky] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1628199263i/56474282.jpg 2024-07-01 16:24:33.0|Info|MediaCoverService|Downloading Cover for [218448861][The Awakening [Dramatized Adaptation]] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1713412621i/211725696.jpg 2024-07-01 16:24:33.1|Info|MediaCoverService|Downloading Cover for [93580590][Seth on the Moon] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1634632569i/59412252.jpg 2024-07-01 16:24:43.4|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:24:54.5|Info|IdentificationService|Identifying book 39/81 2024-07-01 16:24:54.7|Info|IdentificationService|Identifying book 40/81 2024-07-01 16:24:55.8|Info|IdentificationService|Identifying book 41/81 2024-07-01 16:25:00.8|Info|IdentificationService|Identifying book 42/81 2024-07-01 16:25:01.0|Info|IdentificationService|Identifying book 43/81 2024-07-01 16:25:01.1|Info|IdentificationService|Identifying book 44/81 2024-07-01 16:25:01.3|Info|IdentificationService|Identifying book 45/81 2024-07-01 16:25:03.2|Info|IdentificationService|Identifying book 46/81 2024-07-01 16:25:05.2|Info|IdentificationService|Identifying book 47/81 2024-07-01 16:25:14.6|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:25:57.1|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:26:07.5|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:26:18.9|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:26:37.1|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:27:10.0|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:27:20.5|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:27:33.0|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:27:43.3|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:27:53.0|Warn|Newznab|Unable to connect to indexer [v0.3.29.2565] System.Xml.XmlException: There are multiple root elements. Line 7, position 4. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r) at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options) at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options) at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.ParseCapabilities(HttpResponse response) in ./Readarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 96 at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Readarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 68 at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.b__0() in ./Readarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35 at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Readarr.Common/Cache/Cached.cs:line 108 at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Readarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35 at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Readarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 42 at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 325 RequestUri: https://api.nzbgeek.info?t=caps&apikey=(removed) OK;ContentType: text/html;ContentLength: 366;ContentSample: NZBgeek


2024-07-01 16:27:53.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Unable to connect to indexer, check the log for more details 2024-07-01 16:27:56.9|Info|IdentificationService|Identifying book 48/81 2024-07-01 16:27:57.1|Info|IdentificationService|Identifying book 49/81 2024-07-01 16:27:57.3|Info|IdentificationService|Identifying book 50/81 2024-07-01 16:28:01.6|Info|IdentificationService|Identifying book 51/81 2024-07-01 16:28:02.0|Info|IdentificationService|Identifying book 52/81 2024-07-01 16:28:02.2|Info|IdentificationService|Identifying book 53/81 2024-07-01 16:28:02.4|Info|IdentificationService|Identifying book 54/81 2024-07-01 16:28:02.7|Info|IdentificationService|Identifying book 55/81 2024-07-01 16:28:02.9|Info|IdentificationService|Identifying book 56/81 2024-07-01 16:28:03.7|Info|IdentificationService|Identifying book 57/81 2024-07-01 16:28:03.9|Info|IdentificationService|Identifying book 58/81 2024-07-01 16:28:07.0|Info|IdentificationService|Identifying book 59/81 2024-07-01 16:28:07.8|Info|IdentificationService|Identifying book 60/81 2024-07-01 16:28:10.2|Info|IdentificationService|Identifying book 61/81 2024-07-01 16:28:16.3|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:28:46.0|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:28:56.8|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:29:09.0|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:29:31.6|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:29:43.4|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:29:54.6|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:30:04.9|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:30:15.7|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:30:47.3|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:30:57.7|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:31:08.2|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:31:20.2|Info|IdentificationService|Identifying book 62/81 2024-07-01 16:31:20.9|Info|IdentificationService|Identifying book 63/81 2024-07-01 16:31:21.1|Info|IdentificationService|Identifying book 64/81 2024-07-01 16:31:22.6|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:31:50.7|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:32:01.0|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:32:11.3|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:32:29.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- MusicCategory: Category does not exist 2024-07-01 16:32:40.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- MusicCategory: Category does not exist 2024-07-01 16:32:45.3|Info|IdentificationService|Identifying book 65/81 2024-07-01 16:32:50.6|Info|IdentificationService|Identifying book 66/81 2024-07-01 16:32:51.1|Info|IdentificationService|Identifying book 67/81 2024-07-01 16:32:53.4|Info|IdentificationService|Identifying book 68/81 2024-07-01 16:32:53.5|Info|IdentificationService|Identifying book 69/81 2024-07-01 16:32:55.3|Info|IdentificationService|Identifying book 70/81 2024-07-01 16:32:57.4|Info|IdentificationService|Identifying book 71/81 2024-07-01 16:32:57.5|Info|IdentificationService|Identifying book 72/81 2024-07-01 16:32:57.6|Info|IdentificationService|Identifying book 73/81 2024-07-01 16:32:57.7|Info|IdentificationService|Identifying book 74/81 2024-07-01 16:32:58.0|Info|IdentificationService|Identifying book 75/81 2024-07-01 16:32:58.1|Info|IdentificationService|Identifying book 76/81 2024-07-01 16:32:58.2|Info|IdentificationService|Identifying book 77/81 2024-07-01 16:33:00.4|Info|IdentificationService|Identifying book 78/81 2024-07-01 16:33:02.8|Info|IdentificationService|Identifying book 79/81 2024-07-01 16:33:03.5|Info|IdentificationService|Identifying book 80/81 2024-07-01 16:33:07.1|Info|IdentificationService|Identifying book 81/81 2024-07-01 16:33:08.0|Info|ImportApprovedBooks|Importing book 1/70 [94791835][A Forest of Vanity and Valour] 2024-07-01 16:33:08.0|Info|AddAuthorService|Adding Author [19734562][A.P. Beswick] Path: [/books/A.P. Beswick] 2024-07-01 16:33:08.1|Info|ImportApprovedBooks|Importing book 2/70 [98148518][The Ashes and the Star-Cursed King] 2024-07-01 16:33:08.1|Info|AddAuthorService|Adding Author [16170636][Carissa Broadbent] Path: [/books/Carissa Broadbent] 2024-07-01 16:33:08.1|Info|ImportApprovedBooks|Importing book 3/70 [95720800][The Serpent and the Wings of Night] 2024-07-01 16:33:08.1|Info|ImportApprovedBooks|Importing book 4/70 [88106253][Zodiac Academy: Heartless Sky] 2024-07-01 16:33:08.1|Info|ImportApprovedBooks|Importing book 5/70 [94200172][Sorrow and Starlight] 2024-07-01 16:33:08.1|Info|ImportApprovedBooks|Importing book 6/70 [75348379][Zodiac Academy 5: Cursed Fates] 2024-07-01 16:33:08.1|Info|ImportApprovedBooks|Importing book 7/70 [83869987][Zodiac Academy 6: Fated Throne] 2024-07-01 16:33:08.1|Info|ImportApprovedBooks|Importing book 8/70 [73633777][Shadow Princess ] 2024-07-01 16:33:08.2|Info|ImportApprovedBooks|Importing book 9/70 [17624817][The Power of Habit] 2024-07-01 16:33:08.2|Info|AddAuthorService|Adding Author [5201530][Charles Duhigg] Path: [/books/Charles Duhigg] 2024-07-01 16:33:08.2|Info|ImportApprovedBooks|Importing book 10/70 [24878172][Ugly Love] 2024-07-01 16:33:08.2|Info|AddAuthorService|Adding Author [5430144][Colleen Hoover] Path: [/books/Colleen Hoover] 2024-07-01 16:33:08.2|Info|ImportApprovedBooks|Importing book 11/70 [92003062][Hooked] 2024-07-01 16:33:08.2|Info|AddAuthorService|Adding Author [20245445][Emily McIntire] Path: [/books/Emily McIntire] 2024-07-01 16:33:08.3|Info|ImportApprovedBooks|Importing book 12/70 [93733711][Scarred] 2024-07-01 16:33:08.3|Info|ImportApprovedBooks|Importing book 13/70 [91913524][Haunting Adeline] 2024-07-01 16:33:08.3|Info|AddAuthorService|Adding Author [18239774][H.D. Carlton] Path: [/books/H.D. Carlton] 2024-07-01 16:33:08.3|Info|ImportApprovedBooks|Importing book 14/70 [204505074][Hunting Adeline] 2024-07-01 16:33:08.3|Info|ImportApprovedBooks|Importing book 15/70 [89875145][Satan's Affair] 2024-07-01 16:33:08.3|Info|ImportApprovedBooks|Importing book 16/70 [68723661][Emotional Intelligence: Why it is Crucial for Success in Life and Business - 7 Simple Ways to Raise Your EQ, Make Friends with Your Emotions, and Improve Your Relationships] 2024-07-01 16:33:08.3|Info|AddAuthorService|Adding Author [1846216][James W. Williams] Path: [/books/James W. Williams] 2024-07-01 16:33:08.3|Info|ImportApprovedBooks|Importing book 17/70 [83878276][Den of Vipers] 2024-07-01 16:33:08.3|Info|AddAuthorService|Adding Author [18390408][K.A. Knight] Path: [/books/K.A. Knight] 2024-07-01 16:33:08.3|Info|ImportApprovedBooks|Importing book 18/70 [81567677][Exodus] 2024-07-01 16:33:08.3|Info|AddAuthorService|Adding Author [7390938][Kate Stewart] Path: [/books/Kate Stewart] 2024-07-01 16:33:08.3|Info|ImportApprovedBooks|Importing book 19/70 [63419528][Flock] 2024-07-01 16:33:08.4|Info|ImportApprovedBooks|Importing book 20/70 [87516998][The Finish Line] 2024-07-01 16:33:08.4|Info|ImportApprovedBooks|Importing book 21/70 [85280448][Neon Gods] 2024-07-01 16:33:08.4|Info|AddAuthorService|Adding Author [5398028][Katee Robert] Path: [/books/Katee Robert] 2024-07-01 16:33:08.4|Info|ImportApprovedBooks|Importing book 22/70 [195598603][The Secrets of Giza] 2024-07-01 16:33:08.4|Info|AddAuthorService|Adding Author [15455618][Ken H. Warner] Path: [/books/Ken H. Warner] 2024-07-01 16:33:08.4|Info|ImportApprovedBooks|Importing book 23/70 [96533325][Happily Never After] 2024-07-01 16:33:08.4|Info|AddAuthorService|Adding Author [19322026][Lynn Painter] Path: [/books/Lynn Painter] 2024-07-01 16:33:08.4|Info|ImportApprovedBooks|Importing book 24/70 [91657255][Mr Wrong Number] 2024-07-01 16:33:08.4|Info|ImportApprovedBooks|Importing book 25/70 [75868812][The Do-Over] 2024-07-01 16:33:08.4|Info|ImportApprovedBooks|Importing book 26/70 [95326582][The Love Wager] 2024-07-01 16:33:08.4|Info|ImportApprovedBooks|Importing book 27/70 [28553712][Made For You] 2024-07-01 16:33:08.5|Info|AddAuthorService|Adding Author [175855][Melissa Marr] Path: [/books/Melissa Marr] 2024-07-01 16:33:08.5|Info|ImportApprovedBooks|Importing book 28/70 [29888][Self-Made Man: One Woman's Journey into Manhood and Back Again] 2024-07-01 16:33:08.5|Info|AddAuthorService|Adding Author [16532][Norah Vincent] Path: [/books/Norah Vincent] 2024-07-01 16:33:08.5|Info|ImportApprovedBooks|Importing book 29/70 [75499539][The Atlas Six] 2024-07-01 16:33:08.5|Info|AddAuthorService|Adding Author [16225393][Olivie Blake] Path: [/books/Olivie Blake] 2024-07-01 16:33:08.5|Info|ImportApprovedBooks|Importing book 30/70 [43002071][Aflame] 2024-07-01 16:33:08.5|Info|AddAuthorService|Adding Author [7139136][Penelope Douglas] Path: [/books/Penelope Douglas] 2024-07-01 16:33:08.5|Info|ImportApprovedBooks|Importing book 31/70 [61165395][Birthday Girl] 2024-07-01 16:33:08.5|Info|ImportApprovedBooks|Importing book 32/70 [25938681][Falling Away] 2024-07-01 16:33:08.5|Info|ImportApprovedBooks|Importing book 33/70 [41292505][Corrupt] 2024-07-01 16:33:08.5|Info|ImportApprovedBooks|Importing book 34/70 [74517408][Credence] 2024-07-01 16:33:08.6|Info|ImportApprovedBooks|Importing book 35/70 [50822533][Next to Never] 2024-07-01 16:33:08.6|Info|ImportApprovedBooks|Importing book 36/70 [25465053][Rival] 2024-07-01 16:33:08.6|Info|ImportApprovedBooks|Importing book 37/70 [25720207][Until You] 2024-07-01 16:33:08.6|Info|ImportApprovedBooks|Importing book 38/70 [96945623][Fourth Wing] 2024-07-01 16:33:08.6|Info|AddAuthorService|Adding Author [7539785][Rebecca Yarros] Path: [/books/Rebecca Yarros] 2024-07-01 16:33:08.6|Info|ImportApprovedBooks|Importing book 39/70 [114498467][Iron Flame] 2024-07-01 16:33:08.6|Info|ImportApprovedBooks|Importing book 40/70 [84094372][Dark Psychology: 7 in 1: The Art of Persuasion, How to influence people, Hypnosis Techniques, NLP secrets, Analyze Body language, Gaslighting, Manipulation Subliminal, and Emotional Intelligence 2.0] 2024-07-01 16:33:08.6|Info|AddAuthorService|Adding Author [20336533][Robert Dale Goleman] Path: [/books/Robert Dale Goleman] 2024-07-01 16:33:08.6|Info|ImportApprovedBooks|Importing book 41/70 [1297604][The 48 Laws of Power] 2024-07-01 16:33:08.7|Info|AddAuthorService|Adding Author [865][Robert Greene] Path: [/books/Robert Greene] 2024-07-01 16:33:08.7|Info|ImportApprovedBooks|Importing book 42/70 [82091448][A Game of Fate] 2024-07-01 16:33:08.7|Info|AddAuthorService|Adding Author [18145334][Scarlett St. Clair] Path: [/books/Scarlett St. Clair] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 43/70 [88382117][A Game of Gods] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 44/70 [86477633][A Game of Retribution] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 45/70 [88569919][A Touch of Chaos] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 46/70 [66983274][A Touch of Darkness] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 47/70 [80568473][A Touch of Malice] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 48/70 [73358385][A Touch of Ruin] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 49/70 [46924472][Midnight Mass] 2024-07-01 16:33:08.8|Info|AddAuthorService|Adding Author [7369992][Sierra Simone] Path: [/books/Sierra Simone] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 50/70 [45253010][Priest] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 51/70 [53330025][Sinner] 2024-07-01 16:33:08.8|Info|ImportApprovedBooks|Importing book 52/70 [78982151][From Blood and Ash] 2024-07-01 16:33:08.9|Info|AddAuthorService|Adding Author [4476934][Jennifer L. Armentrout] Path: [/books/Jennifer L. Armentrout] 2024-07-01 16:33:08.9|Info|ImportApprovedBooks|Importing book 53/70 [84765606][A Kingdom of Flesh and Fire] 2024-07-01 16:33:08.9|Info|ImportApprovedBooks|Importing book 54/70 [86127489][The ​Crown of Gilded Bones] 2024-07-01 16:33:08.9|Info|ImportApprovedBooks|Importing book 55/70 [89639173][A Shadow in the Ember] 2024-07-01 16:33:08.9|Info|ImportApprovedBooks|Importing book 56/70 [54810660][A Court of Frost and Starlight] 2024-07-01 16:33:09.0|Info|AddAuthorService|Adding Author [3433047][Sarah J. Maas] Path: [/books/Sarah J. Maas] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 57/70 [25126749][A Court of Mist and Fury] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 58/70 [21905102][A Court of Thorns and Roses] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 59/70 [25126752][A Court of Wings and Ruin] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 60/70 [51666936][A Court of Silver Flames] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 61/70 [46924772][House of Earth and Blood] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 62/70 [79052208][House of Flame and Shadow] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 63/70 [62252869][House of Sky and Breath] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 64/70 [21581860][Crown of Midnight] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 65/70 [25272004][Empire of Storms] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 66/70 [25128502][Heir of Fire] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 67/70 [25272014][Kingdom of Ash] 2024-07-01 16:33:09.0|Info|ImportApprovedBooks|Importing book 68/70 [25272067][Queen of Shadows] 2024-07-01 16:33:09.1|Info|ImportApprovedBooks|Importing book 69/70 [25691778][The Assassin's Blade] 2024-07-01 16:33:09.1|Info|ImportApprovedBooks|Importing book 70/70 [51681900][Tower of Dawn] 2024-07-01 16:33:09.1|Info|ImportApprovedBooks|Importing 75 files 2024-07-01 16:33:09.2|Info|RefreshAuthorService|Updating Info for A.P. Beswick 2024-07-01 16:33:09.2|Info|RefreshBookService|Updating Info for A Forest of Vanity and Valour 2024-07-01 16:33:09.2|Info|DiskScanService|Scanning /books/ 2024-07-01 16:33:09.2|Info|RefreshBookService|Updating Info for A Sea of Sorrow and Scorn 2024-07-01 16:33:09.2|Info|RefreshBookService|Updating Info for A Frost of Fear and Fortitude 2024-07-01 16:33:09.2|Info|RefreshBookService|Updating Info for A Stone Of Destiny and Despair 2024-07-01 16:33:09.2|Info|RefreshBookService|Updating Info for A Kingdom of Courage and Cruelty 2024-07-01 16:33:09.3|Info|RefreshAuthorService|Updating Info for Carissa Broadbent 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for The Serpent and the Wings of Night 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for The Ashes and the Star-Cursed King 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for A Palace Fractured 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for Slaying the Vampire Conqueror 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for Ashen Son 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for Children of Fallen Gods 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for Six Scorched Roses 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for Mother of Death & Dawn 2024-07-01 16:33:09.3|Info|RefreshBookService|Updating Info for Daughter of No Worlds 2024-07-01 16:33:09.3|Info|RefreshAuthorService|Updating Info for Charles Duhigg 2024-07-01 16:33:09.4|Info|RefreshBookService|Updating Info for The Power of Habit 2024-07-01 16:33:09.4|Info|MediaCoverService|Downloading Poster for [16170636][Carissa Broadbent] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1574549177i/16170636.jpg 2024-07-01 16:33:09.4|Info|MediaCoverService|Downloading Poster for [19734562][A.P. Beswick] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1573814525i/19734562.jpg 2024-07-01 16:33:09.4|Info|RefreshBookService|Updating Info for Smarter Faster Better: The Secrets of Being Productive 2024-07-01 16:33:09.4|Info|RefreshBookService|Updating Info for Smarter Faster Better, The Power of Habit 2024-07-01 16:33:09.4|Info|MediaCoverService|Downloading Poster for [5201530][Charles Duhigg] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1349273209i/5201530.jpg 2024-07-01 16:33:09.4|Info|RefreshAuthorService|Updating Info for Colleen Hoover 2024-07-01 16:33:09.4|Info|RefreshBookService|Updating Info for Ugly Love 2024-07-01 16:33:09.4|Info|RefreshBookService|Updating Info for Maybe Someday 2024-07-01 16:33:09.4|Info|RefreshBookService|Updating Info for Point of Retreat 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Never Never 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Verity 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Never Never: Part Two 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Maybe Not 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Regretting You 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Hopeless 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Confess 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Atria Books: A Booklovers Sampler 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Losing Hope 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Too Late 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Reminders of Him 2024-07-01 16:33:09.5|Info|MediaCoverService|Downloading Cover for [94791835][A Forest of Vanity and Valour] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1642041530i/60114142.jpg 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Maybe Now 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for Slammed 2024-07-01 16:33:09.5|Info|RefreshBookService|Updating Info for This Girl 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for It Ends with Us 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for Never Never: Part Three 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for Finding Cinderella 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for Without Merit 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for November 9 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for All Your Perfects 2024-07-01 16:33:09.6|Info|ImportDecisionMaker|Reading file 1/11 2024-07-01 16:33:09.6|Info|MediaCoverService|Downloading Cover for [96178430][A Sea of Sorrow and Scorn] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1651691758i/61033025.jpg 2024-07-01 16:33:09.6|Info|MediaCoverService|Downloading Cover for [98148518][The Ashes and the Star-Cursed King] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1676294168i/62335396.jpg 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for It Ends With Us / Ugly Love / November 9 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for Finding Perfect 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for Layla 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for It Starts with Us 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for It Ends With Us, Verity, Reminders of Him, Ugly Love, November 9, All Your Perfects, Regretting You 7 Books Collection Set By Colleen Hoover 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for Verity – Der Epilog zum Spiegel-Bestseller 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for Regretting You -Extrait offert- 2024-07-01 16:33:09.6|Info|MediaCoverService|Downloading Cover for [95720800][The Serpent and the Wings of Night] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1648567430i/60714999.jpg 2024-07-01 16:33:09.6|Info|RefreshBookService|Updating Info for Heart Bones 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Layla -Extrait offert- 2024-07-01 16:33:09.7|Info|MediaCoverService|Downloading Cover for [17624817][The Power of Habit] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1466802892i/30745187.jpg 2024-07-01 16:33:09.7|Info|RefreshAuthorService|Updating Info for Emily McIntire 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Scarred 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Hooked 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Beneath the Stars 2024-07-01 16:33:09.7|Info|MediaCoverService|Downloading Cover for [96178429][A Frost of Fear and Fortitude] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1651691757i/61033024.jpg 2024-07-01 16:33:09.7|Info|MediaCoverService|Downloading Cover for [45641753][Smarter Faster Better: The Secrets of Being Productive] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1453057544i/25733966.jpg 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Beneath the Hood 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Wretched 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Beneath the Stands 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Crossed 2024-07-01 16:33:09.7|Info|MediaCoverService|Downloading Poster for [5430144][Colleen Hoover] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1464032240i/5430144.jpg 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Beneath the Surface 2024-07-01 16:33:09.7|Info|RefreshBookService|Updating Info for Be Still My Heart 2024-07-01 16:33:09.8|Info|MediaCoverService|Downloading Cover for [75134083][Smarter Faster Better, The Power of Habit] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1577846358i/50233863.jpg 2024-07-01 16:33:09.8|Info|MediaCoverService|Downloading Cover for [55937219][A Palace Fractured] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1491019289i/34745849.jpg 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Hexed 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Twisted 2024-07-01 16:33:09.8|Info|RefreshAuthorService|Updating Info for H.D. Carlton 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Haunting Adeline 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Hunting Adeline 2024-07-01 16:33:09.8|Info|MediaCoverService|Downloading Cover for [118760246][Slaying the Vampire Conqueror] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1679927142i/123368729.jpg 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Satan's Affair 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Does It Hurt? 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Shallow River 2024-07-01 16:33:09.8|Info|MediaCoverService|Downloading Cover for [101214015][A Stone Of Destiny and Despair] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1673480738i/75860912.jpg 2024-07-01 16:33:09.8|Info|RefreshAuthorService|Updating Info for James W. Williams 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Emotional Intelligence: Why it is Crucial for Success in Life and Business - 7 Simple Ways to Raise Your EQ, Make Friends with Your Emotions, and Improve Your Relationships 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Dark Psychology: The Practical Uses and Best Defenses of Psychological Warfare in Everyday Life - How to Detect and Defend Against Manipulation, Deception, Dark Persuasion, and Covert NLP 2024-07-01 16:33:09.8|Info|MediaCoverService|Downloading Poster for [20245445][Emily McIntire] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1709821932i/20245445.jpg 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Social Skills: Simple Techniques to Manage Your Shyness, Improve Conversations, Develop Your Charisma and Make Friends In No Time 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for How to Analyze People: Dark Psychology - Dark Secrets to Analyze and Influence Anyone Using Body Language, Human Psychology, Subliminal Persuasion and NLP 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Social Anxiety : Easy Daily Strategies for Overcoming Social Anxiety and Shyness, Build Successful Relationships, and Increase Happiness 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for Inteligencia Emocional: La transformación mental de 21 días para dominar sus emociones, mejorar sus habilidades sociales y lograr mejores y más felices ... Emocional Práctica nº 1) 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for How To Talk To Anyone: 51 Easy Conversation Topics You Can Use to Talk to Anyone Effortlessly 2024-07-01 16:33:09.8|Info|RefreshBookService|Updating Info for How to Read People Like a Book: A Guide to Speed-Reading People, Understand Body Language and Emotions, Decode Intentions, and Connect Effortlessly 2024-07-01 16:33:09.9|Info|MediaCoverService|Downloading Cover for [95126050][Ashen Son] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1644275637i/60354430.jpg 2024-07-01 16:33:09.9|Info|MediaCoverService|Downloading Cover for [24878172][Ugly Love] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1413166750i/20736424.jpg 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for How to Talk to Anyone About Anything: Improve Your Social Skills, Master Small Talk, Connect Effortlessly, and Make Real Friends 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Communication Skills Training: How to Talk to Anyone, Connect Effortlessly, Develop Charisma, and Become a People Person 2024-07-01 16:33:09.9|Info|MediaCoverService|Downloading Poster for [18239774][H.D. Carlton] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1630620794i/18239774.jpg 2024-07-01 16:33:09.9|Info|ImportDecisionMaker|Reading file 2/11 2024-07-01 16:33:09.9|Info|RefreshAuthorService|Updating Info for K.A. Knight 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Den of Vipers 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Aurora's Coven 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for The Summit 2024-07-01 16:33:09.9|Info|MediaCoverService|Downloading Cover for [24878180][Maybe Someday] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1421002815i/24445517.jpg 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Circus Save Me (Her Freaks Book 1) 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for The Hero Complex 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for The Wasteland: Their Champion Book One 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for The Wild Interview 2024-07-01 16:33:09.9|Info|MediaCoverService|Downloading Cover for [78347226][Children of Fallen Gods] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1592514703i/52617662.jpg 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Voyage to Ayama 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Rage 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for The Forgotten 2024-07-01 16:33:09.9|Info|MediaCoverService|Downloading Cover for [68723661][Emotional Intelligence: Why it is Crucial for Success in Life and Business - 7 Simple Ways to Raise Your EQ, Make Friends with Your Emotions, and Improve Your Relationships] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1551607032i/44180131.jpg 2024-07-01 16:33:09.9|Info|MediaCoverService|Downloading Cover for [96241897][A Kingdom of Courage and Cruelty] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1652151875i/61065561.jpg 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for The Cities 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Capturing Carmen 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Dreaming of Ayama 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Aurora's Betrayal 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Scarlett Limerence 2024-07-01 16:33:09.9|Info|RefreshBookService|Updating Info for Stolen Trophy 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Monstrous Lies 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Pretty Spelled 2024-07-01 16:33:10.0|Info|MediaCoverService|Downloading Cover for [19038910][Point of Retreat] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1330543249i/13496084.jpg 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Monstrous Truths 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Gangsters and Guns 2024-07-01 16:33:10.0|Info|MediaCoverService|Downloading Cover for [92003062][Hooked] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1689266407i/188855826.jpg 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Deadly Encounter 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for The Lost 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Pretty Stormy (The Fallen Gods Book 3) 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Pretty Painful 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for The Nations 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Pretty Faces 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Stepbrothers' Darling 2024-07-01 16:33:10.0|Info|MediaCoverService|Downloading Cover for [68433829][Dark Psychology: The Practical Uses and Best Defenses of Psychological Warfare in Everyday Life - How to Detect and Defend Against Manipulation, Deception, Dark Persuasion, and Covert NLP] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1550220518i/44014921.jpg 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Pretty Bloody 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Burn Me 2024-07-01 16:33:10.0|Info|MediaCoverService|Downloading Cover for [42942273][Never Never] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1428934147i/24378015.jpg 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Deadly Affair 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Crown of Stars 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Deadly Match 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Harboring Harlow 2024-07-01 16:33:10.0|Info|MediaCoverService|Downloading Cover for [144324959][Six Scorched Roses] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1677587770i/123027751.jpg 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Unbreakable 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for The Damned 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Fractured Shadows 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Pretty Wild 2024-07-01 16:33:10.0|Info|MediaCoverService|Downloading Cover for [64581304][Verity] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1634158558i/59344312.jpg 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Hate 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Monstrous Ends 2024-07-01 16:33:10.0|Info|RefreshBookService|Updating Info for Nadia's Salvation 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for Blade of Iris 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for Unstoppable 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [67702569][Social Skills: Simple Techniques to Manage Your Shyness, Improve Conversations, Develop Your Charisma and Make Friends In No Time] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1547108899i/43527769.jpg 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for The Wild Tour 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [44022931][Never Never: Part Two] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1420928158i/24422492.jpg 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for Court of Nightmares 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for Diver's Heart 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [93733711][Scarred] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1702917328i/203993803.jpg 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for Alena's Revenge 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [91406285][Mother of Death & Dawn] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1638162097i/58303345.jpg 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for The Standby 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for Daddy's Angel 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for The Wild Finale 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for Stealing Shiloh 2024-07-01 16:33:10.1|Info|RefreshBookService|Updating Info for Pretty Hot 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [43191048][Maybe Not] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1416381591i/23587984.jpg 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [81164385][Beneath the Stars] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1596285735i/53286911.jpg 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [67160728][How to Analyze People: Dark Psychology - Dark Secrets to Analyze and Influence Anyone Using Body Language, Human Psychology, Subliminal Persuasion and NLP] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1545230046i/43276199.jpg 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [74933811][Daughter of No Worlds] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1577198904i/49826643.jpg 2024-07-01 16:33:10.1|Info|MediaCoverService|Downloading Cover for [69199213][Regretting You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1559332442i/44582454.jpg 2024-07-01 16:33:10.1|Info|RefreshAuthorService|Updating Info for Kate Stewart 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Flock 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Exodus 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for The Finish Line 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for The Guy on the Right 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Major Love 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Loving the White Liar 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Anything but Minor 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for The Real 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Camouflage / Crosshairs 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for The Guy in the Middle 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for The Reluctant Romantics Box Set: The Fall / The Mind / The Heart 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Sweeping the Series 2024-07-01 16:33:10.2|Info|MediaCoverService|Downloading Poster for [18390408][K.A. Knight] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1647877062i/18390408.jpg 2024-07-01 16:33:10.2|Info|MediaCoverService|Downloading Cover for [66878118][Social Anxiety : Easy Daily Strategies for Overcoming Social Anxiety and Shyness, Build Successful Relationships, and Increase Happiness] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1543745404i/43077879.jpg 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Room 212 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Method 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for The Fall 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for The Heart 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Excess 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Titan 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Drive 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for Someone Else's Ocean 2024-07-01 16:33:10.2|Info|RefreshBookService|Updating Info for The Mind 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for The Brave Line 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for Never Me 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for Crosshairs 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for Sexual Awakenings 2024-07-01 16:33:10.3|Info|MediaCoverService|Downloading Cover for [21389085][Hopeless] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1353489892i/15717943.jpg 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for The Guy on the Left 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for One Last Rainy Day: The Legacy of a Prince 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for WIP 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for Bittersweet Melody 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for Reverse 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for The Plight Before Christmas 2024-07-01 16:33:10.3|Info|MediaCoverService|Downloading Cover for [87458161][Beneath the Hood] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1615085482i/56145398.jpg 2024-07-01 16:33:10.3|Info|RefreshAuthorService|Updating Info for Katee Robert 2024-07-01 16:33:10.3|Info|MediaCoverService|Downloading Cover for [68429437][Inteligencia Emocional: La transformación mental de 21 días para dominar sus emociones, mejorar sus habilidades sociales y lograr mejores y más felices ... Emocional Práctica nº 1)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1550194770i/44013342.jpg 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for Neon Gods 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for Make Me Need 2024-07-01 16:33:10.3|Info|RefreshBookService|Updating Info for Lovers Unmasked 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Chasing Mrs. Right 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for The Bastard's Bargain 2024-07-01 16:33:10.4|Info|MediaCoverService|Downloading Cover for [83878276][Den of Vipers] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1639401231i/59816351.jpg 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Their Second Chance 2024-07-01 16:33:10.4|Info|MediaCoverService|Downloading Cover for [42099145][Confess] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1488107498i/34324605.jpg 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Make Me Want 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for The Marriage Contract 2024-07-01 16:33:10.4|Info|MediaCoverService|Downloading Cover for [94952822][Wretched] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1647264516i/60601111.jpg 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Undercover Attraction 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Animal Attraction 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for The Last King 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Her Rival's Touch 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Forbidden Promises 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for His to Keep 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for The High Priestess 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Queen of Swords 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Foolproof Love 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Two Wrongs, One Right 2024-07-01 16:33:10.4|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1595684469i/7390938.jpg: 403.Forbidden (9 bytes) Forbidden 2024-07-01 16:33:10.4|Info|MediaCoverService|Downloading Cover for [66062570][Aurora's Coven] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1539910312i/42389291.jpg 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Theirs Ever After 2024-07-01 16:33:10.4|Warn|MediaCoverService|Couldn't download media cover for [7390938][Kate Stewart]. HTTP request failed: [403:Forbidden] [GET] at [https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1595684469i/7390938.jpg] 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Betting on Fate 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for His Lover to Protect 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Mistaken by Fate 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for His Tormented Heart (Island of Ys #3) 2024-07-01 16:33:10.4|Info|MediaCoverService|Downloading Cover for [81567677][Exodus] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1596327795i/54781547.jpg 2024-07-01 16:33:10.4|Info|MediaCoverService|Downloading Cover for [25369760][Atria Books: A Booklovers Sampler] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1371078700i/18070971.jpg 2024-07-01 16:33:10.4|Info|RefreshBookService|Updating Info for Theirs for the Night 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Falling for His Best Friend 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for The Devil's Daughter 2024-07-01 16:33:10.5|Info|MediaCoverService|Downloading Cover for [67689486][How To Talk To Anyone: 51 Easy Conversation Topics You Can Use to Talk to Anyone Effortlessly] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1547052810i/43522336.jpg 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for The Wedding Pact 2024-07-01 16:33:10.5|Info|MediaCoverService|Downloading Cover for [86608767][Beneath the Stands] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1606979343i/55399755.jpg 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Indecent Proposal 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for The Hunting Grounds 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Seducing Mr. Right 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for A Fool for You 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for His Forbidden Desire 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for His to Take 2024-07-01 16:33:10.5|Info|MediaCoverService|Downloading Cover for [24075414][Losing Hope] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1368348507i/17340050.jpg 2024-07-01 16:33:10.5|Info|MediaCoverService|Downloading Cover for [67605066][The Summit] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1548704458i/43473730.jpg 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Desperate Measures 2024-07-01 16:33:10.5|Info|MediaCoverService|Downloading Cover for [83842816][How to Read People Like a Book: A Guide to Speed-Reading People, Understand Body Language and Emotions, Decode Intentions, and Connect Effortlessly] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590610942i/53503763.jpg 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for The Fearless King 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for In Bed with Mr. Wrong 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Wrong Bed, Right Guy 2024-07-01 16:33:10.5|Info|MediaCoverService|Downloading Cover for [63419528][Flock] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1595957203i/54735996.jpg 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Make Me Yours 2024-07-01 16:33:10.5|Info|MediaCoverService|Downloading Cover for [105290669][Crossed] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1706197562i/80340956.jpg 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Make Me Crave 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Fool Me Once 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Forever Theirs 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Seducing the Bridesmaid 2024-07-01 16:33:10.5|Info|MediaCoverService|Downloading Cover for [49952105][Too Late] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1683212089i/127555313.jpg 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Prom Queen 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Ties that Bind 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Protecting Fate 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for The Surviving Girls 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Meeting His Match 2024-07-01 16:33:10.5|Info|RefreshBookService|Updating Info for Kissing Kendall 2024-07-01 16:33:10.6|Info|MediaCoverService|Downloading Cover for [65661781][Circus Save Me (Her Freaks Book 1) ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1540227437i/42415738.jpg 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for Her Vengeful Embrace (Island of Ys #4) 2024-07-01 16:33:10.6|Info|MediaCoverService|Downloading Cover for [69199268][Reminders of Him] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1627673942i/58341222.jpg 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for A Worthy Opponent 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for Learn My Lesson (Wicked Villains #2) 2024-07-01 16:33:10.6|Info|MediaCoverService|Downloading Cover for [90102617][How to Talk to Anyone About Anything: Improve Your Social Skills, Master Small Talk, Connect Effortlessly, and Make Real Friends] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1616812709i/57538909.jpg 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for Stone Heart 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for The Gargoyle's Captive 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for Radiant Sin 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for Wicked Pursuit 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for A Touch of Taboo Shorts 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for The Dragon's Bride 2024-07-01 16:33:10.6|Info|MediaCoverService|Downloading Cover for [87516998][The Finish Line] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1637351607i/59655788.jpg 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for Hercules Cross: A Learn My Lesson Bonus Short 2024-07-01 16:33:10.6|Info|MediaCoverService|Downloading Cover for [90094962][Beneath the Surface] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1622552689i/57534436.jpg 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for The Bastard's Betrayal 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for Dark Restraint 2024-07-01 16:33:10.6|Info|MediaCoverService|Downloading Cover for [66404145][Maybe Now] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1541746506i/42657538.jpg 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for A Very Krampus Holiday 2024-07-01 16:33:10.6|Info|MediaCoverService|Downloading Cover for [69693057][The Hero Complex] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1554977062i/45020292.jpg 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for Zurielle’s New Role: The Sea Witch Bonus Short 2024-07-01 16:33:10.6|Info|MediaCoverService|Downloading Cover for [70669567][The Guy on the Right] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1561983502i/45859105.jpg 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for The Beast 2024-07-01 16:33:10.6|Info|RefreshBookService|Updating Info for The Proposal: A Desperate Measures Bonus Short 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Hunt on Dark Waters 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for To Kidnap a Princess 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Midnight Ruin 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for The Kraken's Sacrifice 2024-07-01 16:33:10.7|Info|MediaCoverService|Downloading Cover for [83847794][Communication Skills Training: How to Talk to Anyone, Connect Effortlessly, Develop Charisma, and Become a People Person] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590613665i/53510854.jpg 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Gifting Me To His Best Friend (A Touch of Taboo #2) 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Meg’s Punishment: A Learn My Lesson Bonus Short 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Wicked Beauty Epilogue 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Seducing My Guardian 2024-07-01 16:33:10.7|Info|MediaCoverService|Downloading Cover for [91913524][Haunting Adeline] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635746160i/59511004.jpg 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Electric Idol 2024-07-01 16:33:10.7|Info|MediaCoverService|Downloading Cover for [92474301][Be Still My Heart] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1632841346i/58746714.jpg 2024-07-01 16:33:10.7|Info|MediaCoverService|Downloading Cover for [65086680][The Wasteland: Their Champion Book One] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1536198481i/41722542.jpg 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Meg's Apology: A Desperate Measures Bonus Short 2024-07-01 16:33:10.7|Info|MediaCoverService|Downloading Cover for [18602144][Slammed] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1328530463i/13372690.jpg 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Turkey Day 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Queen 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Heir 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Queen Takes Rose 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for The Wedding: The Beast Bonus Short 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for First Holiday 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Zeus and Hera 2024-07-01 16:33:10.7|Info|MediaCoverService|Downloading Cover for [21502991][This Girl] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1364326075i/15784909.jpg 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for Jasmine’s Winter Solstice: A Desperate Measures Bonus Short 2024-07-01 16:33:10.7|Info|RefreshBookService|Updating Info for My Dad's Best Friend 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for The Sea Witch 2024-07-01 16:33:10.8|Info|MediaCoverService|Downloading Cover for [51883206][Major Love] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1476290641i/31226522.jpg 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for My Dad's Best Friend Bonus Content 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Sacrifice 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Cruel Seduction 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Wicked Beauty 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Your Dad Will Do Bonus Short 2024-07-01 16:33:10.8|Info|MediaCoverService|Downloading Cover for [68264211][The Wild Interview] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1549491246i/43877484.jpg 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Hades and Hades 2024-07-01 16:33:10.8|Info|MediaCoverService|Downloading Cover for [204505074][Hunting Adeline] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1643781397i/60289351.jpg 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Tink's Special Punishment: A Worthy Opponent Bonus Short 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Wicked Villains Shorts 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for The Demon's Bargain 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Abel 2024-07-01 16:33:10.8|Info|MediaCoverService|Downloading Cover for [215807401][Hexed] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1713892596i/210722967.jpg 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Broderick 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Ruthless Redemption 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Your Dad Will Do 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Gifting Me To His Best Friend Bonus Content 2024-07-01 16:33:10.8|Info|RefreshBookService|Updating Info for Seducing My Guardian Bonus Content 2024-07-01 16:33:10.8|Info|MediaCoverService|Downloading Cover for [94647868][Does It Hurt?] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1655247714i/60034351.jpg 2024-07-01 16:33:10.8|Info|MediaCoverService|Downloading Cover for [43940889][It Ends with Us] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1688011813i/27362503.jpg 2024-07-01 16:33:10.9|Info|MediaCoverService|Downloading Cover for [45478035][Loving the White Liar] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1438420903i/25944848.jpg 2024-07-01 16:33:10.9|Info|MediaCoverService|Downloading Cover for [65323386][Voyage to Ayama] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1543233012i/42957678.jpg 2024-07-01 16:33:10.9|Info|MediaCoverService|Downloading Cover for [80966946][Shallow River] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1608533126i/56354926.jpg 2024-07-01 16:33:10.9|Info|MediaCoverService|Downloading Cover for [45221017][Never Never: Part Three] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1443033152i/25454883.jpg 2024-07-01 16:33:10.9|Info|RefreshAuthorService|Updating Info for Ken H. Warner 2024-07-01 16:33:10.9|Info|MediaCoverService|Downloading Cover for [50286087][Anything but Minor] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1498775909i/35553325.jpg 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for The Secrets of Giza 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for Katana Shodan: The Scroll of the Five Masters 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for The Secret of Giza 2024-07-01 16:33:10.9|Info|MediaCoverService|Downloading Poster for [5398028][Katee Robert] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1351360784i/5398028.jpg 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for Mars Enigma 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for Wizard 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for In Search of the Makers 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for Fire Born 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for The Riddle of the Sphinx 2024-07-01 16:33:10.9|Info|MediaCoverService|Downloading Cover for [96954915][Twisted] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1666577988i/61798376.jpg 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for Delta Paradox 2024-07-01 16:33:10.9|Info|MediaCoverService|Downloading Cover for [70039558][Rage] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1556310261i/45310070.jpg 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for Majestic 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for Shifted 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for Abducted 2024-07-01 16:33:10.9|Info|RefreshBookService|Updating Info for The Anunnaki Mystery 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Enki 2024-07-01 16:33:11.0|Info|RefreshAuthorService|Updating Info for Lynn Painter 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for The Do-Over 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Mr Wrong Number 2024-07-01 16:33:11.0|Info|MediaCoverService|Downloading Cover for [26338696][Finding Cinderella] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1381082896i/18631291.jpg 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for The Love Wager 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Happily Never After 2024-07-01 16:33:11.0|Info|MediaCoverService|Downloading Cover for [85280448][Neon Gods] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1638299706i/59730999.jpg 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Better Than the Movies 2024-07-01 16:33:11.0|Info|MediaCoverService|Downloading Cover for [69187251][The Forgotten] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1553359324i/44576595.jpg 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Valentine's Day #3 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Basketball Night 2024-07-01 16:33:11.0|Info|MediaCoverService|Downloading Poster for [15455618][Ken H. Warner] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1602427495i/15455618.jpg 2024-07-01 16:33:11.0|Info|MediaCoverService|Downloading Cover for [54004492][Without Merit] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1506608833i/33280872.jpg 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for The Wedding Day 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Better Than Before 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Better than the Prom 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Wes Bennett's Vivid Dream 2024-07-01 16:33:11.0|Info|MediaCoverService|Downloading Cover for [59401804][The Real] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1520439215i/37767019.jpg 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for The Party 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for DECEMBER 15 (A WesLizNickEmilieBaileyCharlie Christmas) 2024-07-01 16:33:11.0|Info|RefreshBookService|Updating Info for Colin's Proposal 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Nothing Like the Movies 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Accidentally Amy 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for The End of the DONC 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Betting on You 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Wes & Liz's College Road Trip 2024-07-01 16:33:11.1|Info|MediaCoverService|Downloading Cover for [40214925][November 9] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1447138036i/25111004.jpg 2024-07-01 16:33:11.1|Info|MediaCoverService|Downloading Cover for [66605962][Make Me Need] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1555294637i/42844070.jpg 2024-07-01 16:33:11.1|Info|MediaCoverService|Downloading Cover for [73264643][The Cities] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1567748579l/50813859.jpg 2024-07-01 16:33:11.1|Info|RefreshAuthorService|Updating Info for Melissa Marr 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Made For You 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Unruly 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Guns for the Dead 2024-07-01 16:33:11.1|Info|MediaCoverService|Downloading Cover for [62271881][Camouflage / Crosshairs] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1526570905i/40138288.jpg 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for One Blood Ruby 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Enthralled: Paranormal Diversions 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Wicked Lovely: Desert Tales, Volume 2: Challenge 2024-07-01 16:33:11.1|Info|MediaCoverService|Downloading Poster for [19322026][Lynn Painter] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1577135205i/19322026.jpg 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for The Strength Inside 2024-07-01 16:33:11.1|Info|MediaCoverService|Downloading Cover for [58113564][All Your Perfects] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1531682842i/38926487.jpg 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Undaunted 2024-07-01 16:33:11.1|Info|MediaCoverService|Downloading Cover for [195598603][The Secrets of Giza] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1631672597i/58999313.jpg 2024-07-01 16:33:11.1|Info|MediaCoverService|Downloading Cover for [25756369][Lovers Unmasked] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1379902454i/18282728.jpg 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for Tales of Folk & Fey: A Wicked Lovely Collection 2024-07-01 16:33:11.1|Info|RefreshBookService|Updating Info for The Maiden Thief 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Fragile Eternity 2024-07-01 16:33:11.2|Info|MediaCoverService|Downloading Cover for [73795736][Capturing Carmen] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1571271954l/52973559.jpg 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Bunny Roo, I Love You 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Radiant Shadows 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Faery Tales & Nightmares (Wicked Lovely) 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for The Arrivals 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Carnival of Souls 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Baby Dragon, Baby Dragon! 2024-07-01 16:33:11.2|Info|MediaCoverService|Downloading Cover for [92651244][It Ends With Us / Ugly Love / November 9] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1629607132i/58826526.jpg 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Love Is Hell 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Two Lines 2024-07-01 16:33:11.2|Info|MediaCoverService|Downloading Cover for [63847744][The Guy in the Middle] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1580743659i/40944080.jpg 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Stopping Time 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Love Struck 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Old Habits 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Wicked Lovely: Desert Tales, Volume 3 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Ink Exchange 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Darkest Mercy 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Wicked Lovely: Desert Tales, Volume 1: Sanctuary 2024-07-01 16:33:11.2|Info|MediaCoverService|Downloading Cover for [96533325][Happily Never After] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1690787300i/177178032.jpg 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Graveminder 2024-07-01 16:33:11.2|Info|MediaCoverService|Downloading Cover for [73015257][Dreaming of Ayama] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1566339189l/52232393.jpg 2024-07-01 16:33:11.2|Info|MediaCoverService|Downloading Cover for [41055277][Katana Shodan: The Scroll of the Five Masters] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1396153721i/21799593.jpg 2024-07-01 16:33:11.2|Info|MediaCoverService|Downloading Cover for [74442358][Finding Perfect] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1575153032i/49018309.jpg 2024-07-01 16:33:11.2|Info|MediaCoverService|Downloading Cover for [24085265][Chasing Mrs. Right] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1363789295i/17345825.jpg 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Seven Black Diamonds 2024-07-01 16:33:11.2|Info|RefreshBookService|Updating Info for Wicked Lovely 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Desert Tales (Wicked Lovely) 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Love Hurts: A Wicked Lovely story 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Bunny Roo and Duckling Too 2024-07-01 16:33:11.3|Info|MediaCoverService|Downloading Cover for [53789143][The Reluctant Romantics Box Set: The Fall / The Mind / The Heart] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1480019718i/33121650.jpg 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for The Wicked and the Dead 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Dark Sun 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for The Kiss & The Killer 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Daiquiris & Daggers 2024-07-01 16:33:11.3|Info|MediaCoverService|Downloading Cover for [76893124][Layla] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1593095775i/52089753.jpg 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Cold Iron Heart 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for The Hidden Knife 2024-07-01 16:33:11.3|Info|MediaCoverService|Downloading Cover for [84286416][The Secret of Giza] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1591752457i/53926227.jpg 2024-07-01 16:33:11.3|Info|MediaCoverService|Downloading Cover for [72703638][Aurora's Betrayal] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1565301588l/51060914.jpg 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Pretty Broken Things 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Summer Bound 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for The Strange Case of Harleen and Harley 2024-07-01 16:33:11.3|Info|MediaCoverService|Downloading Cover for [56760212][The Bastard's Bargain] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1503970025i/35393431.jpg 2024-07-01 16:33:11.3|Info|MediaCoverService|Downloading Cover for [91657255][Mr Wrong Number] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1647023751i/58636942.jpg 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Champagne & Commitments 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for The Hexed and The Hunted 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Blood Martinis & Mistletoe 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Of Roses and Kings 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Winter Dreams: A Wicked Lovely Story 2024-07-01 16:33:11.3|Info|MediaCoverService|Downloading Cover for [59237533][Sweeping the Series] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1522183751i/39665500.jpg 2024-07-01 16:33:11.3|Info|RefreshBookService|Updating Info for Cursed by Death: A Graveminder Novel 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Cover for [95171426][It Starts with Us ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1644605295i/60393672.jpg 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Cover for [73693273][Scarlett Limerence] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1570613323l/50798573.jpg 2024-07-01 16:33:11.4|Info|RefreshAuthorService|Updating Info for Norah Vincent 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Cover for [97995067][It Ends With Us, Verity, Reminders of Him, Ugly Love, November 9, All Your Perfects, Regretting You 7 Books Collection Set By Colleen Hoover] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1661932291i/62202174.jpg 2024-07-01 16:33:11.4|Info|RefreshBookService|Updating Info for Self-Made Man: One Woman's Journey into Manhood and Back Again 2024-07-01 16:33:11.4|Info|RefreshBookService|Updating Info for Thy Neighbor 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Cover for [75868812][The Do-Over] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1665330348i/60321723.jpg 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Cover for [66079638][Their Second Chance] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1540495260i/42397498.jpg 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Cover for [40126538][Room 212] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1394581149i/21424673.jpg 2024-07-01 16:33:11.4|Info|RefreshBookService|Updating Info for Voluntary Madness: My Year Lost and Found in the Loony Bin 2024-07-01 16:33:11.4|Info|RefreshBookService|Updating Info for Adeline: A Novel of Virginia Woolf 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Cover for [88464269][Mars Enigma] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1610316546i/56619051.jpg 2024-07-01 16:33:11.4|Info|RefreshAuthorService|Updating Info for Olivie Blake 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Poster for [175855][Melissa Marr] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1556828699i/175855.jpg 2024-07-01 16:33:11.4|Info|MediaCoverService|Downloading Cover for [96057100][Stolen Trophy] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1651255934i/60903337.jpg 2024-07-01 16:33:11.4|Info|RefreshBookService|Updating Info for The Atlas Six 2024-07-01 16:33:11.5|Info|MediaCoverService|Downloading Cover for [71767711][Better Than the Movies] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1618150545i/55710822.jpg 2024-07-01 16:33:11.5|Info|MediaCoverService|Downloading Cover for [98607779][Verity – Der Epilog zum Spiegel-Bestseller] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1697140983i/199564055.jpg 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for Masters of Death 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for Midsummer Night Dreams 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for The Lovers Grim 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for One for My Enemy 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for Lovely Tangled Vices 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for Fairytales of the Macabre 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for La Petite Mort 2024-07-01 16:33:11.5|Info|MediaCoverService|Downloading Cover for [67541421][Method] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1553104432i/43444744.jpg 2024-07-01 16:33:11.5|Info|MediaCoverService|Downloading Poster for [16532][Norah Vincent] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1277751644i/16532.jpg 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for The Atlas Paradox 2024-07-01 16:33:11.5|Info|MediaCoverService|Downloading Cover for [56625357][Make Me Want] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1507781415i/35268764.jpg 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for Sacred Hospitality 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for The Answer You Are Looking For Is Yes: A Witch Way Anthology 2024-07-01 16:33:11.5|Info|RefreshBookService|Updating Info for Alone With You in the Ether 2024-07-01 16:33:11.5|Info|MediaCoverService|Downloading Cover for [93937920][Wizard] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1637291355i/59652369.jpg 2024-07-01 16:33:11.6|Info|RefreshAuthorService|Updating Info for Penelope Douglas 2024-07-01 16:33:11.6|Info|RefreshBookService|Updating Info for Birthday Girl 2024-07-01 16:33:11.6|Info|MediaCoverService|Downloading Cover for [44974905][The Marriage Contract] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1429923811i/25253481.jpg 2024-07-01 16:33:11.6|Info|MediaCoverService|Downloading Cover for [203618884][Valentine's Day #3] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1696698591i/199311763.jpg 2024-07-01 16:33:11.6|Info|MediaCoverService|Downloading Cover for [88369428][Regretting You -Extrait offert-] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1609995679i/56580529.jpg 2024-07-01 16:33:11.6|Info|MediaCoverService|Downloading Cover for [29888][Self-Made Man: One Woman's Journey into Manhood and Back Again] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1394230824i/6322676.jpg 2024-07-01 16:33:11.6|Info|MediaCoverService|Downloading Cover for [97494900][Monstrous Lies] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1659505490i/61842056.jpg 2024-07-01 16:33:11.6|Info|MediaCoverService|Downloading Poster for [16225393][Olivie Blake] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1558925167i/16225393.jpg 2024-07-01 16:33:11.6|Info|RefreshBookService|Updating Info for Rival 2024-07-01 16:33:11.6|Info|MediaCoverService|Downloading Cover for [28553712][Made For You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1480113916i/20419003.jpg 2024-07-01 16:33:11.6|Info|RefreshBookService|Updating Info for Corrupt 2024-07-01 16:33:11.6|Info|RefreshBookService|Updating Info for Aflame 2024-07-01 16:33:11.6|Info|MediaCoverService|Downloading Cover for [41130564][The Fall] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1447019777i/21857392.jpg 2024-07-01 16:33:11.6|Info|RefreshBookService|Updating Info for Falling Away 2024-07-01 16:33:11.6|Info|RefreshBookService|Updating Info for Until You 2024-07-01 16:33:11.6|Info|RefreshBookService|Updating Info for Next to Never 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Credence 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Bully 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Adrenaline 2024-07-01 16:33:11.7|Info|MediaCoverService|Downloading Cover for [75856512][Heart Bones] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1580936060i/51007311.jpg 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Misconduct 2024-07-01 16:33:11.7|Info|MediaCoverService|Downloading Cover for [202649406][Basketball Night] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1695196884i/199046275.jpg 2024-07-01 16:33:11.7|Info|MediaCoverService|Downloading Cover for [19016556][Thy Neighbor] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1337100143i/13543079.jpg 2024-07-01 16:33:11.7|Info|MediaCoverService|Downloading Cover for [55655787][Undercover Attraction] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1489127335i/34522290.jpg 2024-07-01 16:33:11.7|Info|MediaCoverService|Downloading Cover for [98866763][In Search of the Makers] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1665970612i/63017944.jpg 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Falls Boys 2024-07-01 16:33:11.7|Info|MediaCoverService|Downloading Cover for [45583114][Unruly] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1452463694i/25817390.jpg 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Pirate Girls 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Hideaway 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Nightfall 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Punk 57 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Kill Switch 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Devil's Night Series 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Fire Night 2024-07-01 16:33:11.7|Info|MediaCoverService|Downloading Cover for [48096953][The Heart] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1459106341i/28094314.jpg 2024-07-01 16:33:11.7|Info|MediaCoverService|Downloading Cover for [75499539][The Atlas Six] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1637416664i/59058507.jpg 2024-07-01 16:33:11.7|Info|RefreshBookService|Updating Info for Five Brothers 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Cover for [3905551][Voluntary Madness: My Year Lost and Found in the Loony Bin] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1349061036i/3860427.jpg 2024-07-01 16:33:11.8|Info|RefreshBookService|Updating Info for Conclave 2024-07-01 16:33:11.8|Info|RefreshBookService|Updating Info for Tryst Six Venom 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Cover for [25736105][Guns for the Dead] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1391979382i/18271810.jpg 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Cover for [85523045][Pretty Spelled] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1596581415i/54819512.jpg 2024-07-01 16:33:11.8|Info|RefreshAuthorService|Updating Info for Rebecca Yarros 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Cover for [56354966][Animal Attraction] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1493902675i/35061983.jpg 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Cover for [59963278][Masters of Death] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1517395110i/38311338.jpg 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Cover for [199329199][Fire Born] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1693367464i/196926263.jpg 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Cover for [203618723][The Wedding Day] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1696697709i/199311730.jpg 2024-07-01 16:33:11.8|Info|RefreshBookService|Updating Info for Iron Flame 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Cover for [93396654][Layla -Extrait offert-] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1633705247i/59241553.jpg 2024-07-01 16:33:11.8|Info|MediaCoverService|Downloading Poster for [7139136][Penelope Douglas] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1480874868i/7139136.jpg 2024-07-01 16:33:11.8|Info|RefreshBookService|Updating Info for Fourth Wing 2024-07-01 16:33:11.8|Info|RefreshBookService|Updating Info for Full Measures 2024-07-01 16:33:11.8|Info|RefreshBookService|Updating Info for Wilder 2024-07-01 16:33:11.8|Info|RefreshBookService|Updating Info for Eyes Turned Skyward 2024-07-01 16:33:11.8|Info|RefreshBookService|Updating Info for Beyond What is Given 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for Ignite 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [42180908][Adeline: A Novel of Virginia Woolf] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1409807609i/22675080.jpg 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for Hallowed Ground 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for Reason to Believe 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for Nova 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [63148094][Midsummer Night Dreams] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1529942000i/40642159.jpg 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [205470480][Better Than Before] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1698244957i/200674043.jpg 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [48107244][One Blood Ruby] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1473444537i/30363412.jpg 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for Rebel 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for Point of Origin 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [56577757][Excess] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1494466288i/26226057.jpg 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for Great and Precious Things 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [98117854][Monstrous Truths] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1662454063i/62315318.jpg 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [57571231][The Last King] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1503970844i/36003789.jpg 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for 1984: Against All Odds 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for The Last Letter 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [43002071][Aflame] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1582929691i/51890571.jpg 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for The Reality of Everything 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [71422032][The Lovers Grim] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1561218841l/49495469.jpg 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [89708690][The Riddle of the Sphinx] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1615003180i/57322705.jpg 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for The Things We Leave Unfinished 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [15364019][Enthralled: Paranormal Diversions] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1298938676i/10459088.jpg 2024-07-01 16:33:11.9|Info|MediaCoverService|Downloading Cover for [97818409][Better than the Prom] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1661181374i/62053108.jpg 2024-07-01 16:33:11.9|Info|RefreshBookService|Updating Info for A Little Too Close 2024-07-01 16:33:12.0|Info|RefreshBookService|Updating Info for Muses & Melodies 2024-07-01 16:33:12.0|Info|RefreshBookService|Updating Info for In the Likely Event 2024-07-01 16:33:12.0|Info|MediaCoverService|Downloading Cover for [61165395][Birthday Girl] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1523361696i/39555142.jpg 2024-07-01 16:33:12.0|Info|MediaCoverService|Downloading Cover for [68143002][One for My Enemy] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1548922261i/43795562.jpg 2024-07-01 16:33:12.0|Info|RefreshAuthorService|Updating Info for Robert Dale Goleman 2024-07-01 16:33:12.0|Info|MediaCoverService|Downloading Cover for [68979812][Her Rival's Touch] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1607700842i/56250374.jpg 2024-07-01 16:33:12.0|Info|RefreshBookService|Updating Info for Dark Psychology: 7 in 1: The Art of Persuasion, How to influence people, Hypnosis Techniques, NLP secrets, Analyze Body language, Gaslighting, Manipulation Subliminal, and Emotional Intelligence 2.0 2024-07-01 16:33:12.0|Info|MediaCoverService|Downloading Cover for [26737068][Titan] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1384485463i/18806155.jpg 2024-07-01 16:33:12.0|Info|MediaCoverService|Downloading Cover for [6663380][Wicked Lovely: Desert Tales, Volume 2: Challenge] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1425417054i/6472253.jpg 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [96485585][Delta Paradox] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1654042093i/61204044.jpg 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Poster for [7539785][Rebecca Yarros] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1689003619i/7539785.jpg 2024-07-01 16:33:12.1|Info|RefreshAuthorService|Updating Info for Robert Greene 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [56223524][Drive] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1505666150i/34950852.jpg 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [84094372][Dark Psychology: 7 in 1: The Art of Persuasion, How to influence people, Hypnosis Techniques, NLP secrets, Analyze Body language, Gaslighting, Manipulation Subliminal, and Emotional Intelligence 2.0] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1591114980i/53774818.jpg 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for The 48 Laws of Power 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for Death and Life of Philosophy 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [52555608][Forbidden Promises] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1473794370i/31932596.jpg 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [65900738][Lovely Tangled Vices] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1539214201i/42274337.jpg 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for The 33 Strategies of War 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [202753614][Wes Bennett's Vivid Dream] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1695366826i/199078687.jpg 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [23632133][The Strength Inside] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1391979548i/17184030.jpg 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [25938681][Falling Away] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1421350272i/24302697.jpg 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for Concise Art of Seduction 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [88911503][Gangsters and Guns] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1611838491i/56866870.jpg 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for The Concise 48 Laws of Power 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [57115275][Someone Else's Ocean] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1529086970i/35660213.jpg 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for The Laws of Human Nature 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for The Concise Mastery 2024-07-01 16:33:12.1|Info|MediaCoverService|Downloading Cover for [41292505][Corrupt] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1447639460i/27837695.jpg 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for Interviews with the Masters: A Companion to Robert Greene's Mastery 2024-07-01 16:33:12.1|Info|RefreshBookService|Updating Info for Mastery 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for Art of Seduction 2024-07-01 16:33:12.2|Info|MediaCoverService|Downloading Cover for [41068531][His to Keep] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1396398422i/21805608.jpg 2024-07-01 16:33:12.2|Info|MediaCoverService|Downloading Cover for [58325986][Fairytales of the Macabre] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1510493674i/36581461.jpg 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for The Daily Laws: 366 Meditations on Power, Seduction, Mastery, Strategy and Human Nature 2024-07-01 16:33:12.2|Info|MediaCoverService|Downloading Cover for [151158021][The Party] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1681600221i/133126470.jpg 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for The Concise Laws of Human Nature 2024-07-01 16:33:12.2|Info|RefreshAuthorService|Updating Info for Scarlett St. Clair 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for A Touch of Darkness 2024-07-01 16:33:12.2|Info|MediaCoverService|Downloading Cover for [96945623][Fourth Wing] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1707534221i/208107331.jpg 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for A Touch of Ruin 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for A Game of Gods 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for A Game of Retribution 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for A Game of Fate 2024-07-01 16:33:12.2|Info|MediaCoverService|Downloading Cover for [43910534][Undaunted] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1433320401i/24331496.jpg 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for A Touch of Malice 2024-07-01 16:33:12.2|Info|MediaCoverService|Downloading Cover for [74517408][Credence] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1639498426i/59823939.jpg 2024-07-01 16:33:12.2|Info|MediaCoverService|Downloading Poster for [865][Robert Greene] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1298212921i/865.jpg 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for A Touch of Chaos 2024-07-01 16:33:12.2|Info|RefreshBookService|Updating Info for When Stars Come Out 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for Trilogie Hadès et Perséphone T1 à T3 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for King of Battle and Blood 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for Queen of Myth and Monsters 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [18710462][The High Priestess] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1334191334i/13414296.jpg 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [73663068][La Petite Mort] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1571117208l/52628776.jpg 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for Apples Dipped in Gold 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for Mountains Made of Glass 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [100335695][Deadly Encounter] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1671513087i/72402877.jpg 2024-07-01 16:33:12.3|Info|RefreshAuthorService|Updating Info for Sierra Simone 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [209697603][DECEMBER 15 (A WesLizNickEmilieBaileyCharlie Christmas)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1702646834i/203844364.jpg 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for Sinner 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [114498467][Iron Flame] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1700227811i/177118773.jpg 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [90727766][The Atlas Paradox] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1665849047i/57912066.jpg 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for Priest 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [50822533][Next to Never] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1478759678i/30327715.jpg 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for Midnight Mass 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [1297604][The 48 Laws of Power] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1697515468i/134559908.jpg 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for Cards of Love: The Moon 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [18458530][Queen of Swords] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1395794026i/13586316.jpg 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for The Reclaiming of Ivy Leavold 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [48096939][The Mind] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1454194744i/28809390.jpg 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Poster for [18145334][Scarlett St. Clair] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1588869125i/18145334.jpg 2024-07-01 16:33:12.3|Info|MediaCoverService|Downloading Cover for [70049279][Tales of Folk & Fey: A Wicked Lovely Collection] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1556751532i/45336066.jpg 2024-07-01 16:33:12.3|Info|RefreshBookService|Updating Info for A Lesson in Thorns 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for The Persuasion of Molly O'Flaherty 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for American Prince 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Feast of Sparks 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for P*rn Star Bonus Material 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for The Seduction of Molly O'Flaherty 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for American Queen 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for The Wedding of Molly O'Flaherty 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for The Punishment of Ivy Leavold 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Misadventures in Blue 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Misadventures of a Curvy Girl 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Harvest of Sighs 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for American Squire 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for The Education of Ivy Leavold 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for American King 2024-07-01 16:33:12.4|Info|MediaCoverService|Downloading Cover for [95605425][Sacred Hospitality] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1647707435i/60648548.jpg 2024-07-01 16:33:12.4|Info|MediaCoverService|Downloading Cover for [53678035][The Brave Line] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1484746067i/33023650.jpg 2024-07-01 16:33:12.4|Info|MediaCoverService|Downloading Cover for [74937669][The Lost] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1577219895i/49837589.jpg 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Misadventures with a Professor 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Door of Bruises 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for The Awakening of Ivy Leavold 2024-07-01 16:33:12.4|Info|MediaCoverService|Downloading Cover for [50164856][Foolproof Love] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1459880486i/29796304.jpg 2024-07-01 16:33:12.4|Info|MediaCoverService|Downloading Cover for [948048][Death and Life of Philosophy] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1348805806i/963147.jpg 2024-07-01 16:33:12.4|Info|MediaCoverService|Downloading Cover for [27454506][Full Measures] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1390541918i/20625686.jpg 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Red & White 2024-07-01 16:33:12.4|Info|MediaCoverService|Downloading Cover for [47877428][The Maiden Thief ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1448291025i/27883170.jpg 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Once Upon a Dream 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for My Present This Year 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for The Last Crimes of Peregrine Hind 2024-07-01 16:33:12.4|Info|RefreshBookService|Updating Info for Gloria 2024-07-01 16:33:12.5|Info|MediaCoverService|Downloading Cover for [203618796][Colin's Proposal] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1696698149i/199311743.jpg 2024-07-01 16:33:12.5|Info|RefreshBookService|Updating Info for Salt in the Wound 2024-07-01 16:33:12.5|Info|RefreshBookService|Updating Info for The Chasing of Eleanor Vane 2024-07-01 16:33:12.5|Info|RefreshBookService|Updating Info for The Fae Queen's Captive (Peculiar Tastes #6) 2024-07-01 16:33:12.5|Info|RefreshBookService|Updating Info for Salt Kiss 2024-07-01 16:33:12.5|Info|RefreshBookService|Updating Info for Sherwood 2024-07-01 16:33:12.5|Info|RefreshBookService|Updating Info for Saint 2024-07-01 16:33:12.5|Info|RefreshBookService|Updating Info for Sanguine 2024-07-01 16:33:12.5|Info|MediaCoverService|Downloading Cover for [25465053][Rival] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1394976821i/20893564.jpg 2024-07-01 16:33:12.5|Info|MediaCoverService|Downloading Cover for [41336257][Never Me] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1400159924i/22019824.jpg 2024-07-01 16:33:12.5|Info|MediaCoverService|Downloading Cover for [84419429][Pretty Stormy (The Fallen Gods Book 3)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1592199871i/54055663.jpg 2024-07-01 16:33:12.5|Info|RefreshBookService|Updating Info for Supplicant 2024-07-01 16:33:12.5|Info|MediaCoverService|Downloading Cover for [48863691][Wilder] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1470299001i/28672986.jpg 2024-07-01 16:33:12.5|Warn|RefreshSeriesService|Series [11432][Legacy] not found in metadata and is being deleted 2024-07-01 16:33:12.6|Info|MediaCoverService|Downloading Cover for [82091448][A Game of Fate] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1610033299i/55546639.jpg 2024-07-01 16:33:12.6|Info|MediaCoverService|Downloading Cover for [35224][The 33 Strategies of War] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1388491606i/35289.jpg 2024-07-01 16:33:12.6|Info|MediaCoverService|Downloading Cover for [85778092][The Answer You Are Looking For Is Yes: A Witch Way Anthology] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1600734070i/54998129.jpg 2024-07-01 16:33:12.6|Info|MediaCoverService|Downloading Cover for [88760826][Majestic] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1659036642i/56785296.jpg 2024-07-01 16:33:12.6|Info|MediaCoverService|Downloading Cover for [106248460][Nothing Like the Movies] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1674243032i/81413486.jpg 2024-07-01 16:33:12.6|Info|RefreshAuthorService|Updating Info for Jennifer L. Armentrout 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Cover for [5219564][Fragile Eternity] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1327813714i/5152561.jpg 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Cover for [24659435][Two Wrongs, One Right] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1364001878i/17665765.jpg 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Poster for [7369992][Sierra Simone] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1547613931i/7369992.jpg 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for A Kingdom of Flesh and Fire 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for From Blood and Ash 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for A Shadow in the Ember 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for The ​Crown of Gilded Bones 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Cover for [25720207][Until You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1386223591i/19199245.jpg 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Cover for [96295795][Accidentally Amy] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1660101722i/61922953.jpg 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Cover for [43162014][Eyes Turned Skyward] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1416547408i/23562877.jpg 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Cover for [48117382][Concise Art of Seduction] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1386924348i/20999.jpg 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for 1001 Dark Nights: Bundle Six 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for Oblivion 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for Deity 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for The One & Only 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Cover for [47481832][Crosshairs] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1497984948i/27430397.jpg 2024-07-01 16:33:12.7|Info|MediaCoverService|Downloading Cover for [83852429][Pretty Painful] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590616744i/53515796.jpg 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for Apollyon 2024-07-01 16:33:12.7|Info|RefreshBookService|Updating Info for Unchained 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Fall with Me 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Opposition 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Sentinel 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Onyx 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Cursed 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Half-Blood 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for The Brightest Night Sneak Peek 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Wicked 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Obsession 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for The Power 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for Fire in You 2024-07-01 16:33:12.8|Info|RefreshBookService|Updating Info for The King 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for Moonlight Seduction 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for The Struggle 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for Bitter Sweet Love 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for Stone Cold Touch 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for Moonlight Sins 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for The Burning Shadow 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for Scorched 2024-07-01 16:33:12.9|Info|MediaCoverService|Downloading Cover for [84581419][Alone With You in the Ether] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1661863300i/61126612.jpg 2024-07-01 16:33:12.9|Info|MediaCoverService|Downloading Cover for [65134024][Theirs Ever After] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1540497387i/41740482.jpg 2024-07-01 16:33:12.9|Info|MediaCoverService|Downloading Cover for [42819735][Bunny Roo, I Love You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1412040568i/23281810.jpg 2024-07-01 16:33:12.9|Info|MediaCoverService|Downloading Cover for [88382117][A Game of Gods] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1675904988i/107524922.jpg 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for Storm and Fury 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for Meet Cute 2024-07-01 16:33:12.9|Info|MediaCoverService|Downloading Cover for [46924472][Midnight Mass] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1448310398i/26878521.jpg 2024-07-01 16:33:12.9|Info|MediaCoverService|Downloading Cover for [25420107][Bully] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1392309572i/20803953.jpg 2024-07-01 16:33:12.9|Info|RefreshBookService|Updating Info for Forever with You 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for White Hot Kiss 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for The Prophecy 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for The Prince 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for The Darkest Star 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Daimon 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Dream of You 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Torn 2024-07-01 16:33:13.0|Info|MediaCoverService|Downloading Cover for [25658006][The Concise 48 Laws of Power] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1374554273i/18224060.jpg 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Moonlight Scandals 2024-07-01 16:33:13.0|Info|MediaCoverService|Downloading Cover for [94994611][Shifted] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1643518038i/60241034.jpg 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Brave 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Opal 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Elixir 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Shadows 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for The Wedding 2024-07-01 16:33:13.0|Info|MediaCoverService|Downloading Cover for [45301163][Beyond What is Given] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1438969017i/25518107.jpg 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for If There's No Tomorrow 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for Obsidian 2024-07-01 16:33:13.0|Info|RefreshBookService|Updating Info for The Return 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for Pure 2024-07-01 16:33:13.1|Info|MediaCoverService|Downloading Cover for [85658479][The Nations] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1597208791i/54894821.jpg 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for Origin 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for Don't Look Back 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for Every Last Breath 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for Obsidian: Last Chapter in Daemon's POV 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for The Problem with Forever 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for The Dead List 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for Till Death 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for Rage and Ruin 2024-07-01 16:33:13.1|Info|MediaCoverService|Downloading Cover for [45253010][Priest] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1433645877i/25507389.jpg 2024-07-01 16:33:13.1|Info|MediaCoverService|Downloading Cover for [51724681][Adrenaline] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1468471491i/31117856.jpg 2024-07-01 16:33:13.1|Info|MediaCoverService|Downloading Cover for [60958057][The Laws of Human Nature] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1620206225i/39330937.jpg 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for The Queen 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for The Brightest Night 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for The Red Pearl Scene 2024-07-01 16:33:13.1|Info|RefreshBookService|Updating Info for The War of Two Queens 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for Born of Blood and Ash 2024-07-01 16:33:13.2|Info|MediaCoverService|Downloading Cover for [43467379][Betting on Fate] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1418643510i/23857650.jpg 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for A Fire in the Flesh 2024-07-01 16:33:13.2|Info|MediaCoverService|Downloading Cover for [6517530][Radiant Shadows] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1258758145i/6368610.jpg 2024-07-01 16:33:13.2|Info|MediaCoverService|Downloading Cover for [86477633][A Game of Retribution] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1634348464i/59356187.jpg 2024-07-01 16:33:13.2|Info|MediaCoverService|Downloading Cover for [71868777][Sexual Awakenings] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1438890890i/25124955.jpg 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for A Light in the Flame 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for Grace and Glory 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for Visions of Flesh and Blood: A Blood and Ash/Flesh and Fire Compendium 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for A Fire in the Flesh 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for Fall of Ruin and Wrath 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for Sentinel 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for Sneak Peek for Fall of Ruin and Wrath 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for Cupcakes and Kisses 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for The Heart of Bone and Ash 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for A Soul of Ash and Blood 2024-07-01 16:33:13.2|Info|RefreshBookService|Updating Info for Like the First Time 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [86746018][Abducted] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1602422350i/55625572.jpg 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [203618963][The End of the DONC] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1696701419i/199311770.jpg 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [40531137][The Concise Mastery] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1394298376i/21192565.jpg 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [85523046][Pretty Faces] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1596581416i/54819513.jpg 2024-07-01 16:33:13.3|Info|RefreshAuthorService|Updating Info for Sarah J. Maas 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [73013195][The Guy on the Left] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1576283943i/49226468.jpg 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Poster for [4476934][Jennifer L. Armentrout] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1552568126i/4476934.jpg 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [43207111][Misconduct] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1426613181i/23605463.jpg 2024-07-01 16:33:13.3|Info|RefreshBookService|Updating Info for A Court of Silver Flames 2024-07-01 16:33:13.3|Info|RefreshBookService|Updating Info for Crown of Midnight 2024-07-01 16:33:13.3|Info|RefreshBookService|Updating Info for A Court of Mist and Fury 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [88569919][A Touch of Chaos] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1675904987i/107524920.jpg 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [13445087][Faery Tales & Nightmares (Wicked Lovely)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1308680953i/8576171.jpg 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [65263859][Cards of Love: The Moon] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1536863962i/41819392.jpg 2024-07-01 16:33:13.3|Info|MediaCoverService|Downloading Cover for [51430739][Ignite] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1649965196i/30834084.jpg 2024-07-01 16:33:13.4|Info|RefreshBookService|Updating Info for Queen of Shadows 2024-07-01 16:33:13.4|Info|RefreshBookService|Updating Info for House of Earth and Blood 2024-07-01 16:33:13.4|Info|RefreshBookService|Updating Info for A Court of Wings and Ruin 2024-07-01 16:33:13.4|Info|RefreshBookService|Updating Info for The Assassin's Blade 2024-07-01 16:33:13.4|Info|RefreshBookService|Updating Info for A Court of Thorns and Roses 2024-07-01 16:33:13.4|Info|MediaCoverService|Downloading Cover for [94938418][Betting on You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1675615468i/60197314.jpg 2024-07-01 16:33:13.4|Info|MediaCoverService|Downloading Cover for [27240444][Interviews with the Masters: A Companion to Robert Greene's Mastery] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1400068176i/19197492.jpg 2024-07-01 16:33:13.4|Info|RefreshBookService|Updating Info for Empire of Storms 2024-07-01 16:33:13.4|Info|MediaCoverService|Downloading Cover for [45921981][His Lover to Protect] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1439221779i/26029757.jpg 2024-07-01 16:33:13.4|Info|MediaCoverService|Downloading Cover for [92048750][Stepbrothers' Darling] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1626395732i/58564503.jpg 2024-07-01 16:33:13.4|Info|RefreshBookService|Updating Info for Heir of Fire 2024-07-01 16:33:13.4|Info|RefreshBookService|Updating Info for Kingdom of Ash 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for A Court of Frost and Starlight 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for House of Sky and Breath 2024-07-01 16:33:13.5|Info|MediaCoverService|Downloading Cover for [59612282][Falls Boys] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635601458i/37906154.jpg 2024-07-01 16:33:13.5|Info|MediaCoverService|Downloading Cover for [46178141][Hallowed Ground] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1449849586i/26201118.jpg 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for Tower of Dawn 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for House of Flame and Shadow 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for A Court of Thorns and Roses Coloring Book 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for The Assassin and the Pirate Lord 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for Untitled Novella 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for A Court of Thorns and Roses eSampler 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for The Assassin and the Empire 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for The Assassin and the Desert 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for The Assassin and the Healer 2024-07-01 16:33:13.5|Info|MediaCoverService|Downloading Cover for [66983274][A Touch of Darkness] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1552653941i/43175155.jpg 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for Catwoman: Soulstealer 2024-07-01 16:33:13.5|Info|MediaCoverService|Downloading Cover for [21856418][The Arrivals] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1364489574i/16248002.jpg 2024-07-01 16:33:13.5|Info|MediaCoverService|Downloading Cover for [78982151][From Blood and Ash] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1609488793i/56499950.jpg 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for The Throne of Glass Coloring Book 2024-07-01 16:33:13.5|Info|MediaCoverService|Downloading Cover for [45215083][The Reclaiming of Ivy Leavold] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1437089598i/25450384.jpg 2024-07-01 16:33:13.5|Info|RefreshBookService|Updating Info for Throne of Glass 2024-07-01 16:33:13.6|Info|RefreshBookService|Updating Info for The Assassin and the Underworld 2024-07-01 16:33:13.6|Info|RefreshBookService|Updating Info for Throne of Glass Series Collection 2024-07-01 16:33:13.6|Info|MediaCoverService|Downloading Cover for [19176675][Mastery] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1348274726i/13589182.jpg 2024-07-01 16:33:13.6|Info|MediaCoverService|Downloading Cover for [92484338][The Anunnaki Mystery] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1659037023i/58751313.jpg 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Cover for [169885303][Wes & Liz's College Road Trip] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1684276157i/156715283.jpg 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Cover for [184594853][One Last Rainy Day: The Legacy of a Prince] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1690382325i/195077046.jpg 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Cover for [68370053][Reason to Believe] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1645770980i/43973311.jpg 2024-07-01 16:33:13.7|Info|ImportDecisionMaker|Reading file 3/11 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Poster for [3433047][Sarah J. Maas] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1582137198i/3433047.jpg 2024-07-01 16:33:13.7|Info|ImportDecisionMaker|Reading file 4/11 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Cover for [84765606][A Kingdom of Flesh and Fire] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1595874447i/54319549.jpg 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Cover for [912908][Art of Seduction] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1388282563i/20995.jpg 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Cover for [69142850][Pirate Girls] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635604652i/44552126.jpg 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Cover for [16269624][Carnival of Souls ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1391630081i/11340586.jpg 2024-07-01 16:33:13.7|Info|MediaCoverService|Downloading Cover for [67701434][A Lesson in Thorns] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1553107338i/44552089.jpg 2024-07-01 16:33:13.8|Info|MediaCoverService|Downloading Cover for [84390777][Pretty Bloody] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1592138527i/54018447.jpg 2024-07-01 16:33:13.8|Info|ImportDecisionMaker|Reading file 5/11 2024-07-01 16:33:13.8|Info|MediaCoverService|Downloading Cover for [43129264][Mistaken by Fate] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1415681499i/23526540.jpg 2024-07-01 16:33:13.8|Info|MediaCoverService|Downloading Cover for [88704158][The Daily Laws: 366 Meditations on Power, Seduction, Mastery, Strategy and Human Nature] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635018776i/56756745.jpg 2024-07-01 16:33:13.8|Info|ImportDecisionMaker|Reading file 6/11 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [52512184][Nova] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1481560632i/31844195.jpg 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [140108510][Bittersweet Melody] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1676397377i/118114114.jpg 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [63301200][Baby Dragon, Baby Dragon!] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1531150766i/40699569.jpg 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [86127489][The ​Crown of Gilded Bones] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1606759521i/55538385.jpg 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [80568473][A Touch of Malice] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1645693642i/60486606.jpg 2024-07-01 16:33:13.9|Info|ImportDecisionMaker|Reading file 7/11 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [96157215][Burn Me] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1651518679i/61021316.jpg 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [49314977][Hideaway] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1495731109i/29082755.jpg 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [98866762][Enki] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1665970611i/63017943.jpg 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [46791165][The Persuasion of Molly O'Flaherty] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1442783550i/26768640.jpg 2024-07-01 16:33:13.9|Info|MediaCoverService|Downloading Cover for [87135463][The Concise Laws of Human Nature] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1605627401i/55922538.jpg 2024-07-01 16:33:14.0|Info|ImportDecisionMaker|Reading file 8/11 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [2828675][Love Is Hell] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1442718283i/2761829.jpg 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [83833555][Reverse] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1658070040i/61486681.jpg 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [55031495][Rebel] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1498485367i/34032529.jpg 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [53324161][American Prince] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1487883111i/32734331.jpg 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [71229704][His Tormented Heart (Island of Ys #3)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1607701012i/56250391.jpg 2024-07-01 16:33:14.0|Info|MetadataService|Author folder does not exist, skipping metadata creation 2024-07-01 16:33:14.0|Info|ImportDecisionMaker|Reading file 9/11 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [51820772][Nightfall] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1621283073i/58080352.jpg 2024-07-01 16:33:14.0|Info|ImportDecisionMaker|Reading file 10/11 2024-07-01 16:33:14.0|Info|ImportDecisionMaker|Reading file 11/11 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [89639173][A Shadow in the Ember] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619458589i/57446423.jpg 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [96781318][Deadly Affair] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1656803053i/61383580.jpg 2024-07-01 16:33:14.0|Info|MediaCoverService|Downloading Cover for [16926785][Two Lines] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1312408541i/11964171.jpg 2024-07-01 16:33:14.1|Info|MediaCoverService|Downloading Cover for [73358385][A Touch of Ruin] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590609909i/53501736.jpg 2024-07-01 16:33:14.1|Info|TrackGroupingService|Grouping 11 tracks 2024-07-01 16:33:14.1|Info|IdentificationService|Identifying book 1/11 2024-07-01 16:33:14.1|Info|IdentificationService|Identifying book 2/11 2024-07-01 16:33:14.1|Info|MediaCoverService|Downloading Cover for [62083521][Theirs for the Night] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1533411844i/40389498.jpg 2024-07-01 16:33:14.1|Info|MediaCoverService|Downloading Cover for [93904200][The Plight Before Christmas] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1638382893i/59632248.jpg 2024-07-01 16:33:14.1|Info|MediaCoverService|Downloading Cover for [69001838][Feast of Sparks] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1562934149i/44434266.jpg 2024-07-01 16:33:14.1|Info|MediaCoverService|Downloading Cover for [17165654][Stopping Time] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1271307387i/8042847.jpg 2024-07-01 16:33:14.1|Info|MediaCoverService|Downloading Cover for [50411759][1001 Dark Nights: Bundle Six] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1468801114i/30006548.jpg 2024-07-01 16:33:14.1|Info|MediaCoverService|Downloading Cover for [49343156][Punk 57] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1689301728i/41021967.jpg 2024-07-01 16:33:14.2|Info|MediaCoverService|Downloading Cover for [45097409][Falling for His Best Friend] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1431313378i/25421436.jpg 2024-07-01 16:33:14.2|Info|MediaCoverService|Downloading Cover for [63069637][When Stars Come Out] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1538261816i/42098782.jpg 2024-07-01 16:33:14.2|Info|MediaCoverService|Downloading Cover for [94679285][Crown of Stars] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1641678610i/60049093.jpg 2024-07-01 16:33:14.2|Info|MediaCoverService|Downloading Cover for [44923008][Oblivion] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1449969672i/26529699.jpg 2024-07-01 16:33:14.2|Info|MediaCoverService|Downloading Cover for [49710554][Point of Origin] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1457393803i/29441529.jpg 2024-07-01 16:33:14.2|Info|MediaCoverService|Downloading Cover for [16763145][Love Struck] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1327881939i/11809616.jpg 2024-07-01 16:33:14.2|Info|MediaCoverService|Downloading Cover for [49844585][P*rn Star Bonus Material] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1458254204i/29543430.jpg 2024-07-01 16:33:14.2|Info|MediaCoverService|Downloading Cover for [51820767][Kill Switch] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1549821508i/43908024.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [51453777][The Devil's Daughter] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1481913526i/31123731.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [98650915][Trilogie Hadès et Perséphone T1 à T3] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1678130191i/123193439.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [68471299][Great and Precious Things] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1567774612i/44034494.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [14895598][Old Habits] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1327881013i/10000600.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [88527224][King of Battle and Blood] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1617457059i/56651967.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [97492521][Deadly Match] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1662630425i/61841130.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [45957534][The Wedding Pact] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1440329121i/26031239.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [14651130][Deity] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1323658176i/9761778.jpg 2024-07-01 16:33:14.3|Info|MediaCoverService|Downloading Cover for [47281757][The Seduction of Molly O'Flaherty] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1444763484i/27187570.jpg 2024-07-01 16:33:14.4|Info|MediaCoverService|Downloading Cover for [6556068][Wicked Lovely: Desert Tales, Volume 3] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1399939627i/6368606.jpg 2024-07-01 16:33:14.4|Info|MediaCoverService|Downloading Cover for [93666745][Devil's Night Series] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1666371611i/63054799.jpg 2024-07-01 16:33:14.4|Info|MediaCoverService|Downloading Cover for [47456781][The One & Only] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1446415489i/27409149.jpg 2024-07-01 16:33:14.4|Info|MediaCoverService|Downloading Cover for [88527618][Queen of Myth and Monsters] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1646123208i/56652074.jpg 2024-07-01 16:33:14.4|Info|MediaCoverService|Downloading Cover for [50407364][1984: Against All Odds] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1462340169i/30107434.jpg 2024-07-01 16:33:14.4|Info|MediaCoverService|Downloading Cover for [47465151][Indecent Proposal] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1450040146i/27416064.jpg 2024-07-01 16:33:14.4|Info|MediaCoverService|Downloading Cover for [50802007][American Queen] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1475848621i/30314992.jpg 2024-07-01 16:33:14.4|Info|MediaCoverService|Downloading Cover for [62053515][The Last Letter] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1534177574i/40045986.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [2327820][Ink Exchange] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1275693727i/2321296.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [84091134][Harboring Harlow] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1595025805i/54571762.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [55741253][The Hunting Grounds] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1497549864i/34673000.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [14789350][Apollyon] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1350101819i/9897164.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [87453311][Fire Night] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1621283161i/58080366.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [211833135][Apples Dipped in Gold] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1707073317i/205792530.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [46874788][The Wedding of Molly O'Flaherty] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1443625133i/26840491.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [64838817][The Reality of Everything] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1594900827i/54464797.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [17049638][Unchained] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1364349984i/12081652.jpg 2024-07-01 16:33:14.5|Info|MediaCoverService|Downloading Cover for [6556073][Darkest Mercy] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1278717537i/6368611.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [40316162][Seducing Mr. Right] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1396807616i/20944667.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [177739906][Unbreakable] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1685455725i/168061824.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [40358009][Fall with Me] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1427119705i/20980781.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [44382819][The Punishment of Ivy Leavold] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1425985188i/24753173.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [79888413][The Things We Leave Unfinished] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1588868282i/53137938.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [195414510][Five Brothers] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1698922067i/201102380.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [6528131][Wicked Lovely: Desert Tales, Volume 1: Sanctuary] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1441018654i/5069868.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [68020717][Misadventures in Blue] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1555704976i/43710948.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [90346159][The Damned] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1624524211i/57678530.jpg 2024-07-01 16:33:14.6|Info|MediaCoverService|Downloading Cover for [6130020][Graveminder] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1348598634i/5957313.jpg 2024-07-01 16:33:14.7|Info|MediaCoverService|Downloading Cover for [74319475][Conclave] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1621282956i/58080327.jpg 2024-07-01 16:33:14.7|Info|MediaCoverService|Downloading Cover for [50165349][A Fool for You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1459881418i/29796814.jpg 2024-07-01 16:33:14.7|Info|MediaCoverService|Downloading Cover for [19260000][Opposition] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1398694101i/13644055.jpg 2024-07-01 16:33:14.7|Info|MediaCoverService|Downloading Cover for [95139061][A Little Too Close] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1644300176i/60370907.jpg 2024-07-01 16:33:14.7|Info|MediaCoverService|Downloading Cover for [108897074][Mountains Made of Glass] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1674837828i/84354929.jpg 2024-07-01 16:33:14.7|Info|MediaCoverService|Downloading Cover for [63215811][Misadventures of a Curvy Girl] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1542167146i/40665653.jpg 2024-07-01 16:33:14.7|Info|MediaCoverService|Downloading Cover for [85282745][Tryst Six Venom] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1620195849i/54661258.jpg 2024-07-01 16:33:14.8|Info|MediaCoverService|Downloading Cover for [19200593][Sentinel] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1365509138i/13605723.jpg 2024-07-01 16:33:14.8|Info|MediaCoverService|Downloading Cover for [45106017][Seven Black Diamonds] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1443547252i/25816519.jpg 2024-07-01 16:33:14.8|Info|MediaCoverService|Downloading Cover for [78571416][Muses & Melodies] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1586960074i/52697272.jpg 2024-07-01 16:33:14.8|Info|MediaCoverService|Downloading Cover for [18211575][Onyx] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1329408511i/13047090.jpg 2024-07-01 16:33:14.8|Info|MediaCoverService|Downloading Cover for [54810660][A Court of Frost and Starlight] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1517331250i/36428932.jpg 2024-07-01 16:33:14.9|Info|MediaCoverService|Downloading Cover for [98117865][Fractured Shadows] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1662454187i/62315330.jpg 2024-07-01 16:33:14.9|Info|MediaCoverService|Downloading Cover for [67356784][His Forbidden Desire] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1607700680i/56250356.jpg 2024-07-01 16:33:14.9|Info|MediaCoverService|Downloading Cover for [16907093][Cursed] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1309806695i/11945589.jpg 2024-07-01 16:33:14.9|Info|MediaCoverService|Downloading Cover for [69034629][Harvest of Sighs] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1584723566i/44451017.jpg 2024-07-01 16:33:14.9|Info|MediaCoverService|Downloading Cover for [100216143][In the Likely Event] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1683338045i/127152907.jpg 2024-07-01 16:33:15.0|Info|MediaCoverService|Downloading Cover for [46777002][His to Take] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1442944776i/26749668.jpg 2024-07-01 16:33:15.0|Info|MediaCoverService|Downloading Cover for [25126749][A Court of Mist and Fury] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1510903921i/36610385.jpg 2024-07-01 16:33:15.0|Info|MediaCoverService|Downloading Cover for [296240][Wicked Lovely ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1327814035i/305234.jpg 2024-07-01 16:33:15.0|Info|MediaCoverService|Downloading Cover for [14568639][Half-Blood] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1311865840i/9680718.jpg 2024-07-01 16:33:15.1|Info|MediaCoverService|Downloading Cover for [68874128][Desperate Measures] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1555364543i/44323708.jpg 2024-07-01 16:33:15.1|Info|MediaCoverService|Downloading Cover for [70729553][American Squire] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1558376720i/45891879.jpg 2024-07-01 16:33:15.1|Info|MediaCoverService|Downloading Cover for [21905102][A Court of Thorns and Roses] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1510559554i/36586384.jpg 2024-07-01 16:33:15.1|Info|MediaCoverService|Downloading Cover for [71810499][The Brightest Night Sneak Peek] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1596387087i/54787995.jpg 2024-07-01 16:33:15.1|Info|MediaCoverService|Downloading Cover for [21549576][Desert Tales (Wicked Lovely)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1369157024i/17416083.jpg 2024-07-01 16:33:15.1|Info|MediaCoverService|Downloading Cover for [84947276][Pretty Wild] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1594163400i/54436003.jpg 2024-07-01 16:33:15.1|Info|MediaCoverService|Downloading Cover for [44206789][The Education of Ivy Leavold] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1429573801i/24598257.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [51666936][A Court of Silver Flames] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1630172013i/58876464.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [61726603][The Fearless King] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1524158431i/39895064.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [77512814][Hate] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1584030173i/52323468.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [53324163][American King] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1506518964i/32734333.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [73450175][Love Hurts: A Wicked Lovely story] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1568926289l/50951418.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [42465462][Wicked] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1410783827i/22895264.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [27681736][In Bed with Mr. Wrong] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1387579254i/19549107.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [19696664][Obsession] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1368003139i/14060046.jpg 2024-07-01 16:33:15.2|Info|MediaCoverService|Downloading Cover for [46924772][House of Earth and Blood] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1559142847i/44778083.jpg 2024-07-01 16:33:15.3|Info|MediaCoverService|Downloading Cover for [111477950][Monstrous Ends] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1674754637i/86992525.jpg 2024-07-01 16:33:15.3|Info|MediaCoverService|Downloading Cover for [44738249][The Power] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1439936107i/26125281.jpg 2024-07-01 16:33:15.3|Info|MediaCoverService|Downloading Cover for [80015969][Bunny Roo and Duckling Too] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1594002658i/53168875.jpg 2024-07-01 16:33:15.3|Info|MediaCoverService|Downloading Cover for [21464713][Wrong Bed, Right Guy] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1345817565i/15762975.jpg 2024-07-01 16:33:15.3|Info|MediaCoverService|Downloading Cover for [59866040][Misadventures with a Professor] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1523890190i/38198718.jpg 2024-07-01 16:33:15.3|Info|MediaCoverService|Downloading Cover for [40358025][Fire in You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1472064216i/20980797.jpg 2024-07-01 16:33:15.4|Info|MediaCoverService|Downloading Cover for [64025852][Make Me Yours] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1549995434i/41025056.jpg 2024-07-01 16:33:15.4|Info|MediaCoverService|Downloading Cover for [74937670][Nadia's Salvation] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1577219897i/49837592.jpg 2024-07-01 16:33:15.4|Info|MediaCoverService|Downloading Cover for [84993216][The Wicked and the Dead] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1594388675i/54462133.jpg 2024-07-01 16:33:15.4|Info|MediaCoverService|Downloading Cover for [69034658][Door of Bruises] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1602792675i/53627576.jpg 2024-07-01 16:33:15.4|Info|MediaCoverService|Downloading Cover for [58095343][Make Me Crave] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1528761248i/37782381.jpg 2024-07-01 16:33:15.4|Info|MediaCoverService|Downloading Cover for [79052208][House of Flame and Shadow] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1689843708i/123247594.jpg 2024-07-01 16:33:15.5|Info|MediaCoverService|Downloading Cover for [89292539][Dark Sun] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1613323676i/57059478.jpg 2024-07-01 16:33:15.5|Info|MediaCoverService|Downloading Cover for [93822329][Blade of Iris] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1645942141i/59573592.jpg 2024-07-01 16:33:15.5|Info|MediaCoverService|Downloading Cover for [64300283][The King] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1534257689i/41142454.jpg 2024-07-01 16:33:15.5|Info|MediaCoverService|Downloading Cover for [42967253][The Awakening of Ivy Leavold] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1417619773i/23403637.jpg 2024-07-01 16:33:15.5|Info|MediaCoverService|Downloading Cover for [62252869][House of Sky and Breath] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1633097753i/40132775.jpg 2024-07-01 16:33:15.5|Info|MediaCoverService|Downloading Cover for [50164967][Fool Me Once] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1459880954i/29796439.jpg 2024-07-01 16:33:15.5|Info|MediaCoverService|Downloading Cover for [57969387][Moonlight Seduction] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1513003533i/36301030.jpg 2024-07-01 16:33:15.5|Info|MediaCoverService|Downloading Cover for [110880603][Unstoppable] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1675691514i/86383207.jpg 2024-07-01 16:33:15.6|Info|MediaCoverService|Downloading Cover for [44781345][The Struggle] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1456699209i/25092129.jpg 2024-07-01 16:33:15.6|Info|MediaCoverService|Downloading Cover for [85017667][The Kiss & The Killer] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1602712985i/55673363.jpg 2024-07-01 16:33:15.6|Info|MediaCoverService|Downloading Cover for [21581860][Crown of Midnight] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1379089336i/18486264.jpg 2024-07-01 16:33:15.6|Info|MediaCoverService|Downloading Cover for [76066707][Red & White] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1581960335i/51397039.jpg 2024-07-01 16:33:15.6|Info|MediaCoverService|Downloading Cover for [62684221][Forever Theirs] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1529071289i/40382891.jpg 2024-07-01 16:33:15.6|Info|MediaCoverService|Downloading Cover for [24346735][Bitter Sweet Love] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1385068909i/17455811.jpg 2024-07-01 16:33:15.6|Info|MediaCoverService|Downloading Cover for [25272004][Empire of Storms] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1680869061i/126060933.jpg 2024-07-01 16:33:15.6|Info|MediaCoverService|Downloading Cover for [76013283][The Wild Tour] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1581858015i/51325174.jpg 2024-07-01 16:33:15.7|Info|MediaCoverService|Downloading Cover for [91732820][Daiquiris & Daggers] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1624885745i/58446119.jpg 2024-07-01 16:33:15.7|Info|MediaCoverService|Downloading Cover for [149725394][Court of Nightmares] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1681472408i/130225055.jpg 2024-07-01 16:33:15.7|Info|MediaCoverService|Downloading Cover for [24346742][Stone Cold Touch] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1394110942i/17455815.jpg 2024-07-01 16:33:15.7|Info|MediaCoverService|Downloading Cover for [25128502][Heir of Fire] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1398883978i/20658347.jpg 2024-07-01 16:33:15.7|Info|MediaCoverService|Downloading Cover for [88322872][Once Upon a Dream] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1609843823i/56561829.jpg 2024-07-01 16:33:15.8|Info|MediaCoverService|Downloading Cover for [26626689][Seducing the Bridesmaid] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1400623248i/18744937.jpg 2024-07-01 16:33:15.8|Info|MediaCoverService|Downloading Cover for [74525271][Cold Iron Heart] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1584790330i/52554863.jpg 2024-07-01 16:33:15.8|Info|MediaCoverService|Downloading Cover for [52535847][Moonlight Sins] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1499900680i/35068738.jpg 2024-07-01 16:33:15.8|Info|MediaCoverService|Downloading Cover for [89350023][Diver's Heart] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1614683092i/57287578.jpg 2024-07-01 16:33:15.8|Info|MediaCoverService|Downloading Cover for [100246266][My Present This Year] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1671219140i/68252622.jpg 2024-07-01 16:33:15.8|Info|MediaCoverService|Downloading Cover for [44611576][The Burning Shadow] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1550766154i/43263224.jpg 2024-07-01 16:33:15.8|Info|MediaCoverService|Downloading Cover for [25272014][Kingdom of Ash] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1609609858i/56518526.jpg 2024-07-01 16:33:15.8|Info|MediaCoverService|Downloading Cover for [85500196][The Hidden Knife] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1603141026i/54804650.jpg 2024-07-01 16:33:15.9|Info|MediaCoverService|Downloading Cover for [55921392][Prom Queen] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1490878299i/34735592.jpg 2024-07-01 16:33:15.9|Info|MediaCoverService|Downloading Cover for [91566582][Alena's Revenge] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1624524104i/58384201.jpg 2024-07-01 16:33:15.9|Info|MediaCoverService|Downloading Cover for [25272067][Queen of Shadows] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1440182270i/26141576.jpg 2024-07-01 16:33:15.9|Info|MediaCoverService|Downloading Cover for [144560864][The Last Crimes of Peregrine Hind] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1678548728i/123223284.jpg 2024-07-01 16:33:15.9|Info|MediaCoverService|Downloading Cover for [75510746][Pretty Broken Things] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619987372i/50529236.jpg 2024-07-01 16:33:15.9|Info|MediaCoverService|Downloading Cover for [56354962][Ties that Bind] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1493902551i/35061976.jpg 2024-07-01 16:33:16.0|Info|MediaCoverService|Downloading Cover for [25691778][The Assassin's Blade] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1384362444i/18243700.jpg 2024-07-01 16:33:16.0|Info|MediaCoverService|Downloading Cover for [25324637][Scorched] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1420636173i/18045624.jpg 2024-07-01 16:33:16.0|Info|MediaCoverService|Downloading Cover for [83884487][Summer Bound] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590653126i/53550821.jpg 2024-07-01 16:33:16.0|Info|MediaCoverService|Downloading Cover for [44613147][Protecting Fate] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1424793775i/24953021.jpg 2024-07-01 16:33:16.1|Info|MediaCoverService|Downloading Cover for [61809884][Storm and Fury] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1540397329i/40291564.jpg 2024-07-01 16:33:16.1|Info|MediaCoverService|Downloading Cover for [185342093][Gloria] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1687470022i/180159603.jpg 2024-07-01 16:33:16.1|Info|MediaCoverService|Downloading Cover for [75970282][The Standby] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1581597965i/51226527.jpg 2024-07-01 16:33:16.1|Info|MediaCoverService|Downloading Cover for [51681900][Tower of Dawn] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1497987607i/32802697.jpg 2024-07-01 16:33:16.1|Info|MediaCoverService|Downloading Cover for [96621636][The Strange Case of Harleen and Harley] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1684789476i/61908784.jpg 2024-07-01 16:33:16.1|Info|MediaCoverService|Downloading Cover for [54264531][Meet Cute] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1492664131i/33503607.jpg 2024-07-01 16:33:16.1|Info|MediaCoverService|Downloading Cover for [58755501][The Surviving Girls] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1520754159i/36954912.jpg 2024-07-01 16:33:16.2|Info|MediaCoverService|Downloading Cover for [51667250][A Court of Thorns and Roses Coloring Book] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1487862385i/31450846.jpg 2024-07-01 16:33:16.2|Info|MediaCoverService|Downloading Cover for [85410170][Daddy's Angel] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1596078006i/54752395.jpg 2024-07-01 16:33:16.2|Info|MediaCoverService|Downloading Cover for [42099073][Meeting His Match] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1404190539i/22609010.jpg 2024-07-01 16:33:16.2|Info|MediaCoverService|Downloading Cover for [169600523][Salt in the Wound] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1684181044i/156387571.jpg 2024-07-01 16:33:16.2|Info|MediaCoverService|Downloading Cover for [40358020][Forever with You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1438275513i/24357334.jpg 2024-07-01 16:33:16.2|Info|MediaCoverService|Downloading Cover for [18721148][The Assassin and the Pirate Lord] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1335782612i/13415554.jpg 2024-07-01 16:33:16.2|Info|MediaCoverService|Downloading Cover for [92961491][Champagne & Commitments] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1633835814i/59250084.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [86739277][The Wild Finale] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1610300032i/55621361.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [24346290][White Hot Kiss] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1377784515i/17455585.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [74055558][Kissing Kendall] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1580339978i/48704822.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [43372015][A Court of Thorns and Roses eSampler] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1421578982i/23757205.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [96259307][The Chasing of Eleanor Vane] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1652289461i/61075068.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [91732887][The Hexed and The Hunted] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1633436943i/58446156.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [19143595][The Assassin and the Empire] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1341877441i/13565676.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [73385690][Her Vengeful Embrace (Island of Ys #4)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1607701220i/56250417.jpg 2024-07-01 16:33:16.3|Info|MediaCoverService|Downloading Cover for [51839374][The Prophecy] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1518463991i/31193698.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [74438025][Stealing Shiloh] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1575118507i/49015481.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [97880597][The Fae Queen's Captive (Peculiar Tastes #6)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1661545109i/62093108.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [18814070][The Assassin and the Desert] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1335783827i/13419891.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [73374914][A Worthy Opponent] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1574826087l/51500614.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [85017634][Blood Martinis & Mistletoe] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1594503635i/54475939.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [25880898][The Assassin and the Healer] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1584556435i/18333581.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [59133530][The Prince] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1513249634i/37531545.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [85523048][Pretty Hot] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1596581422i/54819515.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [100487083][Salt Kiss] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1684335542i/75296599.jpg 2024-07-01 16:33:16.4|Info|MediaCoverService|Downloading Cover for [72662138][Learn My Lesson (Wicked Villains #2)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1565036871l/52641926.jpg 2024-07-01 16:33:16.5|Info|MediaCoverService|Downloading Cover for [50105352][Catwoman: Soulstealer] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1511802940i/29749098.jpg 2024-07-01 16:33:16.5|Info|MediaCoverService|Downloading Cover for [81129060][Of Roses and Kings] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590849056i/53663516.jpg 2024-07-01 16:33:16.5|Info|MediaCoverService|Downloading Cover for [55272995][The Darkest Star] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1526240882i/34221193.jpg 2024-07-01 16:33:16.5|Info|MediaCoverService|Downloading Cover for [94799693][Stone Heart] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1676740103i/122759146.jpg 2024-07-01 16:33:16.5|Info|MediaCoverService|Downloading Cover for [95394944][Sherwood] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1646216267i/60530654.jpg 2024-07-01 16:33:16.5|Info|MediaCoverService|Downloading Cover for [48300521][The Throne of Glass Coloring Book] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1459377385i/28260627.jpg 2024-07-01 16:33:16.6|Info|MediaCoverService|Downloading Cover for [86233534][Winter Dreams: A Wicked Lovely Story] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1599799470i/55296830.jpg 2024-07-01 16:33:16.6|Info|MediaCoverService|Downloading Cover for [15775406][Daimon] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1301005211i/10860399.jpg 2024-07-01 16:33:16.6|Info|MediaCoverService|Downloading Cover for [88749738][Saint] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1628608066i/58131787.jpg 2024-07-01 16:33:16.6|Info|MediaCoverService|Downloading Cover for [11138426][Throne of Glass] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1495278054i/7896527.jpg 2024-07-01 16:33:16.6|Info|MediaCoverService|Downloading Cover for [96343390][The Gargoyle's Captive] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1653507947i/61124204.jpg 2024-07-01 16:33:16.6|Info|MediaCoverService|Downloading Cover for [19111271][The Assassin and the Underworld] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1336062984i/13546173.jpg 2024-07-01 16:33:16.6|Info|MediaCoverService|Downloading Cover for [42939616][Dream of You] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1436163085i/23795188.jpg 2024-07-01 16:33:16.6|Info|MediaCoverService|Downloading Cover for [86959616][Cursed by Death: A Graveminder Novel] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1603321330i/55758970.jpg 2024-07-01 16:33:16.7|Info|MediaCoverService|Downloading Cover for [42694742][Torn] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1468329247i/31038172.jpg 2024-07-01 16:33:16.7|Info|MediaCoverService|Downloading Cover for [91079607][Sanguine] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1621593472i/58111561.jpg 2024-07-01 16:33:16.7|Info|MediaCoverService|Downloading Cover for [95309835][Radiant Sin] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1675179909i/61143436.jpg 2024-07-01 16:33:16.7|Info|MediaCoverService|Downloading Cover for [99155066][Throne of Glass Series Collection] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1508006478i/36412800.jpg 2024-07-01 16:33:16.7|Info|MediaCoverService|Downloading Cover for [60217857][Moonlight Scandals] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1526598795i/38608352.jpg 2024-07-01 16:33:16.7|Info|MediaCoverService|Downloading Cover for [87068158][Supplicant] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1615588444i/57390493.jpg 2024-07-01 16:33:16.8|Info|MediaCoverService|Downloading Cover for [205380247][Wicked Pursuit] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1698171823i/200599873.jpg 2024-07-01 16:33:16.8|Info|MediaCoverService|Downloading Cover for [42694744][Brave] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1505921222i/23149316.jpg 2024-07-01 16:33:16.9|Info|MediaCoverService|Downloading Cover for [18591132][Opal] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1553011318i/13362536.jpg 2024-07-01 16:33:16.9|Info|MediaCoverService|Downloading Cover for [93770181][A Touch of Taboo Shorts] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1637011782i/59537502.jpg 2024-07-01 16:33:16.9|Info|MediaCoverService|Downloading Cover for [19200600][Elixir] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1336124504i/13605727.jpg 2024-07-01 16:33:16.9|Info|MediaCoverService|Downloading Cover for [93236557][The Dragon's Bride] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1633111335i/59126709.jpg 2024-07-01 16:33:16.9|Info|MediaCoverService|Downloading Cover for [18364495][Shadows] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1328414465i/13183957.jpg 2024-07-01 16:33:17.0|Info|MediaCoverService|Downloading Cover for [45149562][The Wedding] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1503319613i/25397349.jpg 2024-07-01 16:33:17.0|Info|MediaCoverService|Downloading Cover for [91309087][The Bastard's Betrayal] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1626311913i/58253901.jpg 2024-07-01 16:33:17.0|Info|MediaCoverService|Downloading Cover for [97958575][Dark Restraint] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1699937414i/62171046.jpg 2024-07-01 16:33:17.0|Info|MediaCoverService|Downloading Cover for [48685490][If There's No Tomorrow] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1492387574i/34225450.jpg 2024-07-01 16:33:17.1|Info|MediaCoverService|Downloading Cover for [17588854][Obsidian] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1328275091i/12578077.jpg 2024-07-01 16:33:17.1|Info|MediaCoverService|Downloading Cover for [94047485][A Very Krampus Holiday] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1664031689i/62703657.jpg 2024-07-01 16:33:17.1|Info|MediaCoverService|Downloading Cover for [26743053][The Return] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1412877995i/18809475.jpg 2024-07-01 16:33:17.1|Info|MediaCoverService|Downloading Cover for [74134301][The Beast] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1574826137i/48760170.jpg 2024-07-01 16:33:17.2|Info|MediaCoverService|Downloading Cover for [14651123][Pure] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1296780419i/9761771.jpg 2024-07-01 16:33:17.2|Info|IdentificationService|Identifying book 3/11 2024-07-01 16:33:17.2|Info|MediaCoverService|Downloading Cover for [129433180][Hunt on Dark Waters] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1685352312i/112974914.jpg 2024-07-01 16:33:17.2|Info|MediaCoverService|Downloading Cover for [19259997][Origin] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1398100888i/13644052.jpg 2024-07-01 16:33:17.3|Info|MediaCoverService|Downloading Cover for [170908025][To Kidnap a Princess] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1684882973i/157836653.jpg 2024-07-01 16:33:17.3|Info|IdentificationService|Identifying book 4/11 2024-07-01 16:33:17.3|Info|MediaCoverService|Downloading Cover for [97958469][Midnight Ruin] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1687148513i/123416326.jpg 2024-07-01 16:33:17.3|Info|MediaCoverService|Downloading Cover for [18770689][Don't Look Back] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1380803444i/18296030.jpg 2024-07-01 16:33:17.4|Info|MediaCoverService|Downloading Cover for [95084492][The Kraken's Sacrifice] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1644092058i/60313107.jpg 2024-07-01 16:33:17.4|Info|MediaCoverService|Downloading Cover for [25805959][Every Last Breath] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1428512958i/17455817.jpg 2024-07-01 16:33:17.4|Info|MediaCoverService|Downloading Cover for [43959628][The Problem with Forever] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1562769688i/26721568.jpg 2024-07-01 16:33:17.5|Info|IdentificationService|Identifying book 5/11 2024-07-01 16:33:17.5|Info|MediaCoverService|Downloading Cover for [82646035][Gifting Me To His Best Friend (A Touch of Taboo #2)] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1589391537i/53408227.jpg 2024-07-01 16:33:17.5|Info|MediaCoverService|Downloading Cover for [44344338][The Dead List] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1429105958i/24719666.jpg 2024-07-01 16:33:17.5|Info|MediaCoverService|Downloading Cover for [130417185][Wicked Beauty Epilogue] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1675898308i/107357118.jpg 2024-07-01 16:33:17.5|Info|MediaCoverService|Downloading Cover for [50138176][Till Death] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1469713636i/29772434.jpg 2024-07-01 16:33:17.6|Info|MediaCoverService|Downloading Cover for [89669157][Seducing My Guardian] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1614792687i/57300110.jpg 2024-07-01 16:33:17.6|Info|IdentificationService|Identifying book 6/11 2024-07-01 16:33:17.6|Info|MediaCoverService|Downloading Cover for [90316959][Electric Idol] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1629300986i/57661359.jpg 2024-07-01 16:33:17.6|Info|MediaCoverService|Downloading Cover for [73457878][Rage and Ruin] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1569298624l/51852191.jpg 2024-07-01 16:33:17.7|Info|IdentificationService|Identifying book 7/11 2024-07-01 16:33:17.7|Info|MediaCoverService|Downloading Cover for [72225285][The Queen] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1563727445l/49889354.jpg 2024-07-01 16:33:17.7|Info|IdentificationService|Identifying book 8/11 2024-07-01 16:33:17.8|Info|MediaCoverService|Downloading Cover for [99778588][Turkey Day] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1669415626i/63841848.jpg 2024-07-01 16:33:17.8|Info|MediaCoverService|Downloading Cover for [74693570][The Brightest Night] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1622290272i/49247265.jpg 2024-07-01 16:33:17.8|Info|IdentificationService|Identifying book 9/11 2024-07-01 16:33:17.8|Info|MediaCoverService|Downloading Cover for [95740443][The Red Pearl Scene] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1678086508i/123190467.jpg 2024-07-01 16:33:17.8|Info|MediaCoverService|Downloading Cover for [90564200][Queen ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619039533i/57814137.jpg 2024-07-01 16:33:17.9|Info|MediaCoverService|Downloading Cover for [90566101][The War of Two Queens] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635174962i/57815107.jpg 2024-07-01 16:33:17.9|Info|MediaCoverService|Downloading Cover for [88402007][Heir ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1610119780i/56594283.jpg 2024-07-01 16:33:17.9|Info|MediaCoverService|Downloading Cover for [197725627][Born of Blood and Ash] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1692214081i/196787830.jpg 2024-07-01 16:33:17.9|Info|MediaCoverService|Downloading Cover for [74206412][Queen Takes Rose] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590783612i/48823210.jpg 2024-07-01 16:33:18.0|Info|MediaCoverService|Downloading Cover for [204581497][A Fire in the Flesh] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1697524370i/199964451.jpg 2024-07-01 16:33:18.0|Info|MediaCoverService|Downloading Cover for [130576495][First Holiday] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1675905207i/107524940.jpg 2024-07-01 16:33:18.1|Info|IdentificationService|Identifying book 10/11 2024-07-01 16:33:18.1|Info|MediaCoverService|Downloading Cover for [93644210][A Light in the Flame] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1654577187i/59449896.jpg 2024-07-01 16:33:18.1|Info|MediaCoverService|Downloading Cover for [98665669][Zeus and Hera] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1664828867i/62872570.jpg 2024-07-01 16:33:18.1|Info|MediaCoverService|Downloading Cover for [84659969][Grace and Glory] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1602093443i/54823478.jpg 2024-07-01 16:33:18.2|Info|MediaCoverService|Downloading Cover for [85514995][Jasmine’s Winter Solstice: A Desperate Measures Bonus Short] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1619672963i/54814244.jpg 2024-07-01 16:33:18.2|Info|MediaCoverService|Downloading Cover for [99805801][Visions of Flesh and Blood: A Blood and Ash/Flesh and Fire Compendium] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1697748501i/63844859.jpg 2024-07-01 16:33:18.2|Info|MediaCoverService|Downloading Cover for [87800899][My Dad's Best Friend] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1608493997i/56350727.jpg 2024-07-01 16:33:18.3|Info|IdentificationService|Identifying book 11/11 2024-07-01 16:33:18.3|Info|MediaCoverService|Downloading Cover for [78653739][The Sea Witch] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1590783512i/52719723.jpg 2024-07-01 16:33:18.4|Info|ImportApprovedBooks|Importing book 1/7 [96423354][Foxy Tales: A Charity Collection of Bonus Chapters from Zodiac Academy & More] 2024-07-01 16:33:18.4|Info|MediaCoverService|Downloading Cover for [96391026][A Fire in the Flesh] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1681507578i/61150440.jpg 2024-07-01 16:33:18.4|Info|ImportApprovedBooks|Importing book 2/7 [75130183][Beautiful Carnage: A Dark Enemies to Lovers Romance (Dark Empire Book 1) ] 2024-07-01 16:33:18.4|Info|ImportApprovedBooks|Importing book 3/7 [71900258][Origins of an Academy Bully] 2024-07-01 16:33:18.4|Info|ImportApprovedBooks|Importing book 4/7 [64581304][Verity] 2024-07-01 16:33:18.4|Info|MediaCoverService|Downloading Cover for [89427803][My Dad's Best Friend Bonus Content] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1613854274i/57140544.jpg 2024-07-01 16:33:18.4|Info|MediaCoverService|Downloading Cover for [100016523][Fall of Ruin and Wrath] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1677160116i/65214365.jpg 2024-07-01 16:33:18.4|Info|MediaCoverService|Downloading Cover for [86229255][Sacrifice] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1599782704i/55295313.jpg 2024-07-01 16:33:18.5|Info|ImportApprovedBooks|Importing book 5/7 [88749738][Saint] 2024-07-01 16:33:18.5|Info|ImportApprovedBooks|Importing book 6/7 [93644210][A Light in the Flame] 2024-07-01 16:33:18.5|Info|MediaCoverService|Downloading Cover for [208983208][Sentinel] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1417959853i/23275650.jpg 2024-07-01 16:33:18.5|Info|ImportApprovedBooks|Importing book 7/7 [11138426][Throne of Glass] 2024-07-01 16:33:18.6|Info|MediaCoverService|Downloading Cover for [183089387][Sneak Peek for Fall of Ruin and Wrath] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1687095897i/176283137.jpg 2024-07-01 16:33:18.6|Info|MediaCoverService|Downloading Cover for [97958324][Cruel Seduction] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1666610705i/63065383.jpg 2024-07-01 16:33:18.6|Info|ImportApprovedBooks|Importing 9 files 2024-07-01 16:33:18.6|Info|DiskScanService|Completed scanning disk for Caroline Peckham 2024-07-01 16:33:18.6|Info|MediaCoverService|Downloading Cover for [99805803][A Soul of Ash and Blood] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1677612497i/63847274.jpg 2024-07-01 16:33:18.7|Info|MediaCoverService|Downloading Cover for [92895127][Wicked Beauty ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1632882923i/58945351.jpg 2024-07-01 16:33:18.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:18.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:18.7|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:18.7|Info|AuthorScannedHandler|[Caroline Peckham] was recently added, performing post-add actions 2024-07-01 16:33:18.7|Info|MediaCoverService|Downloading Cover for [85119209][Like the First Time] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1628966390i/58768202.jpg 2024-07-01 16:33:18.7|Info|MediaCoverService|Downloading Cover for [87023365][Your Dad Will Do Bonus Short] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1603825260i/55811454.jpg 2024-07-01 16:33:18.8|Info|MediaCoverService|Downloading Cover for [93236174][Hades and Hades] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1634145884i/59125732.jpg 2024-07-01 16:33:18.8|Info|MediaCoverService|Downloading Cover for [87427262][Wicked Villains Shorts] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1606853589i/56131436.jpg 2024-07-01 16:33:18.9|Info|MediaCoverService|Downloading Cover for [97782420][The Demon's Bargain] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1660997270i/62029778.jpg 2024-07-01 16:33:19.0|Info|DiskScanService|Scanning /books/ 2024-07-01 16:33:19.0|Info|MediaCoverService|Downloading Cover for [85250818][Abel] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1604945991i/54641340.jpg 2024-07-01 16:33:19.0|Info|MediaCoverService|Downloading Cover for [87037314][Broderick] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1605649298i/55822109.jpg 2024-07-01 16:33:19.1|Info|MediaCoverService|Downloading Cover for [80228663][Your Dad Will Do] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1587084394i/53192006.jpg 2024-07-01 16:33:19.2|Info|ImportDecisionMaker|Reading file 1/4 2024-07-01 16:33:19.2|Info|MediaCoverService|Downloading Cover for [93218182][Gifting Me To His Best Friend Bonus Content] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1641638372i/59116469.jpg 2024-07-01 16:33:19.3|Info|MediaCoverService|Downloading Cover for [93228899][Seducing My Guardian Bonus Content] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1641639450i/59122094.jpg 2024-07-01 16:33:19.4|Info|ImportDecisionMaker|Reading file 2/4 2024-07-01 16:33:21.4|Info|ImportDecisionMaker|Reading file 3/4 2024-07-01 16:33:21.4|Info|ImportDecisionMaker|Reading file 4/4 2024-07-01 16:33:21.4|Info|TrackGroupingService|Grouping 4 tracks 2024-07-01 16:33:21.4|Info|IdentificationService|Identifying book 1/4 2024-07-01 16:33:21.4|Info|IdentificationService|Identifying book 2/4 2024-07-01 16:33:39.4|Warn|MediaCoverMapper|File /config/MediaCover/10/poster.jpg not found 2024-07-01 16:33:40.9|Info|BookInfoProxy|BookInfo returned 429, backing off for 10s 2024-07-01 16:33:52.1|Info|IdentificationService|Identifying book 3/4 2024-07-01 16:33:52.2|Info|IdentificationService|Identifying book 4/4 2024-07-01 16:33:52.5|Info|ImportApprovedBooks|Importing book 1/1 [96423354][Foxy Tales: A Charity Collection of Bonus Chapters from Zodiac Academy & More] 2024-07-01 16:33:52.5|Info|ImportApprovedBooks|Importing 1 files 2024-07-01 16:33:52.5|Info|DiskScanService|Completed scanning disk for A.P. Beswick 2024-07-01 16:33:52.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:52.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:52.5|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:52.5|Info|AuthorScannedHandler|[A.P. Beswick] was recently added, performing post-add actions 2024-07-01 16:33:52.5|Info|DiskScanService|Completed scanning disk for Carissa Broadbent 2024-07-01 16:33:52.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:52.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:52.5|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:52.5|Info|AuthorScannedHandler|[Carissa Broadbent] was recently added, performing post-add actions 2024-07-01 16:33:52.6|Info|DiskScanService|Completed scanning disk for Charles Duhigg 2024-07-01 16:33:52.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:52.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:52.6|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:52.6|Info|AuthorScannedHandler|[Charles Duhigg] was recently added, performing post-add actions 2024-07-01 16:33:52.6|Info|DiskScanService|Completed scanning disk for Colleen Hoover 2024-07-01 16:33:52.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:52.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:52.6|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:52.6|Info|AuthorScannedHandler|[Colleen Hoover] was recently added, performing post-add actions 2024-07-01 16:33:52.7|Info|DiskScanService|Completed scanning disk for Emily McIntire 2024-07-01 16:33:52.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:52.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:52.7|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:52.7|Info|AuthorScannedHandler|[Emily McIntire] was recently added, performing post-add actions 2024-07-01 16:33:52.8|Info|DiskScanService|Completed scanning disk for H.D. Carlton 2024-07-01 16:33:52.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:52.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:52.8|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:52.8|Info|AuthorScannedHandler|[H.D. Carlton] was recently added, performing post-add actions 2024-07-01 16:33:52.8|Info|DiskScanService|Completed scanning disk for James W. Williams 2024-07-01 16:33:52.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:52.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:52.8|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:52.8|Info|AuthorScannedHandler|[James W. Williams] was recently added, performing post-add actions 2024-07-01 16:33:52.8|Info|DiskScanService|Completed scanning disk for K.A. Knight 2024-07-01 16:33:52.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:52.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:52.9|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:52.9|Info|AuthorScannedHandler|[K.A. Knight] was recently added, performing post-add actions 2024-07-01 16:33:53.0|Info|DiskScanService|Completed scanning disk for Kate Stewart 2024-07-01 16:33:53.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.0|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.0|Info|AuthorScannedHandler|[Kate Stewart] was recently added, performing post-add actions 2024-07-01 16:33:53.1|Info|DiskScanService|Completed scanning disk for Katee Robert 2024-07-01 16:33:53.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.1|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.1|Info|AuthorScannedHandler|[Katee Robert] was recently added, performing post-add actions 2024-07-01 16:33:53.4|Info|DiskScanService|Completed scanning disk for Ken H. Warner 2024-07-01 16:33:53.4|Info|AuthorScannedHandler|[Ken H. Warner] was recently added, performing post-add actions 2024-07-01 16:33:53.4|Info|DiskScanService|Completed scanning disk for Lynn Painter 2024-07-01 16:33:53.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.4|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.4|Info|AuthorScannedHandler|[Lynn Painter] was recently added, performing post-add actions 2024-07-01 16:33:53.5|Info|DiskScanService|Completed scanning disk for Melissa Marr 2024-07-01 16:33:53.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.5|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.5|Info|AuthorScannedHandler|[Melissa Marr] was recently added, performing post-add actions 2024-07-01 16:33:53.7|Info|DiskScanService|Completed scanning disk for Norah Vincent 2024-07-01 16:33:53.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.7|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.7|Info|AuthorScannedHandler|[Norah Vincent] was recently added, performing post-add actions 2024-07-01 16:33:53.7|Info|DiskScanService|Completed scanning disk for Olivie Blake 2024-07-01 16:33:53.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.7|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.7|Info|AuthorScannedHandler|[Olivie Blake] was recently added, performing post-add actions 2024-07-01 16:33:53.7|Info|DiskScanService|Completed scanning disk for Penelope Douglas 2024-07-01 16:33:53.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.7|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.7|Info|AuthorScannedHandler|[Penelope Douglas] was recently added, performing post-add actions 2024-07-01 16:33:53.8|Info|DiskScanService|Completed scanning disk for Rebecca Yarros 2024-07-01 16:33:53.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.8|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.8|Info|AuthorScannedHandler|[Rebecca Yarros] was recently added, performing post-add actions 2024-07-01 16:33:53.9|Info|DiskScanService|Completed scanning disk for Robert Dale Goleman 2024-07-01 16:33:53.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.9|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.9|Info|AuthorScannedHandler|[Robert Dale Goleman] was recently added, performing post-add actions 2024-07-01 16:33:53.9|Info|DiskScanService|Completed scanning disk for Robert Greene 2024-07-01 16:33:53.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.9|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.9|Info|AuthorScannedHandler|[Robert Greene] was recently added, performing post-add actions 2024-07-01 16:33:53.9|Info|DiskScanService|Completed scanning disk for Scarlett St. Clair 2024-07-01 16:33:53.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:53.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:53.9|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:53.9|Info|AuthorScannedHandler|[Scarlett St. Clair] was recently added, performing post-add actions 2024-07-01 16:33:54.0|Info|DiskScanService|Completed scanning disk for Sierra Simone 2024-07-01 16:33:54.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:54.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:54.0|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:54.0|Info|AuthorScannedHandler|[Sierra Simone] was recently added, performing post-add actions 2024-07-01 16:33:54.1|Info|DiskScanService|Completed scanning disk for Jennifer L. Armentrout 2024-07-01 16:33:54.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:54.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:54.1|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:54.1|Info|AuthorScannedHandler|[Jennifer L. Armentrout] was recently added, performing post-add actions 2024-07-01 16:33:54.3|Info|DiskScanService|Completed scanning disk for Sarah J. Maas 2024-07-01 16:33:54.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2024-07-01 16:33:54.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2024-07-01 16:33:54.4|Info|ExistingExtraFileService|Found 0 extra files 2024-07-01 16:33:54.4|Info|AuthorScannedHandler|[Sarah J. Maas] was recently added, performing post-add actions 2024-07-01 16:35:26.5|Info|RssSyncService|Starting RSS Sync 2024-07-01 16:35:27.0|Info|DownloadDecisionMaker|Processing 100 releases 2024-07-01 16:35:27.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2024-07-01 16:37:57.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- MusicCategory: Category does not exist 2024-07-01 16:40:34.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- MusicCategory: Category does not exist 2024-07-01 16:50:50.6|Info|ReleaseSearchService|Searching indexers for [Caroline Peckham - Dark Fae]. 1 active indexers 2024-07-01 16:50:55.6|Info|DownloadDecisionMaker|Processing 22 releases 2024-07-01 16:50:56.5|Info|RssSyncService|Starting RSS Sync 2024-07-01 16:50:56.8|Info|DownloadDecisionMaker|Processing 100 releases 2024-07-01 16:50:56.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2024-07-01 16:57:19.8|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: Should be unique 2024-07-01 16:57:19.8|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: Should be unique 2024-07-01 16:57:19.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: Should be unique 2024-07-01 16:57:19.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: Should be unique 2024-07-01 16:57:29.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:57:39.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:57:49.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:57:51.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:57:53.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:57:55.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:57:55.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: Should be unique 2024-07-01 16:57:55.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: Should be unique 2024-07-01 16:57:55.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:57:57.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:57:59.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:58:01.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:58:04.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:58:05.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:58:08.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:58:09.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:58:13.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: 'Name' must not be empty. 2024-07-01 16:58:14.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:58:15.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-01 16:58:15.4|Warn|Torznab|Unable to connect to indexer [v0.3.29.2565] NzbDrone.Common.Http.TooManyRequestsException: HTTP request failed: [429:TooManyRequests] [GET] at [http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Readarr.Common/Http/HttpClient.cs:line 115 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 312 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 296 at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 431 2024-07-01 16:58:15.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100] 2024-07-01 16:58:16.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 16:58:17.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-01 16:58:17.3|Warn|Torznab|Unable to connect to indexer [v0.3.29.2565] NzbDrone.Common.Http.TooManyRequestsException: HTTP request failed: [429:TooManyRequests] [GET] at [http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Readarr.Common/Http/HttpClient.cs:line 115 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 312 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 296 at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 431 2024-07-01 16:58:17.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100] 2024-07-01 16:58:19.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-01 16:58:19.3|Warn|Torznab|Unable to connect to indexer [v0.3.29.2565] NzbDrone.Common.Http.TooManyRequestsException: HTTP request failed: [429:TooManyRequests] [GET] at [http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Readarr.Common/Http/HttpClient.cs:line 115 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 312 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 296 at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 431 2024-07-01 16:58:19.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100] 2024-07-01 16:58:23.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-01 16:58:23.3|Warn|Torznab|Unable to connect to indexer [v0.3.29.2565] NzbDrone.Common.Http.TooManyRequestsException: HTTP request failed: [429:TooManyRequests] [GET] at [http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Readarr.Common/Http/HttpClient.cs:line 115 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 312 at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 296 at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./Readarr.Core/Indexers/HttpIndexerBase.cs:line 431 2024-07-01 16:58:23.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Unable to connect to indexer, check the log above the ValidationFailure for more details. HTTP request failed: [429:TooManyRequests] [GET] at [http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100] 2024-07-01 16:58:23.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: Should be unique 2024-07-01 16:58:23.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- Name: Should be unique 2024-07-01 17:01:31.3|Info|ReleaseSearchService|Searching indexers for [Caroline Peckham - Dark Fae]. 8 active indexers 2024-07-01 17:01:31.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=search&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100&q=Dark%20Fae+Caroline%20Peckham: 429.TooManyRequests (142 bytes) 2024-07-01 17:01:31.4|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00 2024-07-01 17:01:33.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/4/api?t=search&cat=7000,3030,7020,7030&extended=1&apikey=(removed)&offset=0&limit=100&q=Caroline%20Peckham+Dark%20Fae: 429.TooManyRequests (142 bytes) 2024-07-01 17:01:33.4|Warn|Torznab|API Request Limit reached for BitSearch (Prowlarr). Disabled for 00:01:00 2024-07-01 17:01:34.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/3/api?t=search&cat=7000,7030&extended=1&apikey=(removed)&offset=0&limit=100&q=Caroline%20Peckham+Dark%20Fae: 429.TooManyRequests (142 bytes) 2024-07-01 17:01:34.3|Warn|Torznab|API Request Limit reached for Bangumi Moe (Prowlarr). Disabled for 00:01:00 2024-07-01 17:02:10.6|Info|DownloadDecisionMaker|Processing 29 releases 2024-07-01 17:06:26.6|Info|RssSyncService|Starting RSS Sync 2024-07-01 17:06:32.1|Info|DownloadDecisionMaker|Processing 257 releases 2024-07-01 17:06:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 257, Reports grabbed: 0 2024-07-01 17:21:56.7|Info|RssSyncService|Starting RSS Sync 2024-07-01 17:21:57.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 17:21:57.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:06:27 and 06/25/2024 17:21:57 UTC. Search may be required. 2024-07-01 17:21:57.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:06:27 and 06/25/2024 17:21:57 UTC. Search may be required. 2024-07-01 17:21:57.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 17:06:27 and 07/01/2024 17:21:57 UTC. Search may be required. 2024-07-01 17:22:02.2|Info|DownloadDecisionMaker|Processing 254 releases 2024-07-01 17:22:02.3|Info|RssSyncService|RSS Sync Completed. Reports found: 254, Reports grabbed: 0 2024-07-01 17:37:26.9|Info|RssSyncService|Starting RSS Sync 2024-07-01 17:37:27.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 17:37:27.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:21:57 and 06/25/2024 17:37:27 UTC. Search may be required. 2024-07-01 17:37:27.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:21:57 and 06/25/2024 17:37:27 UTC. Search may be required. 2024-07-01 17:37:27.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 17:21:57 and 07/01/2024 17:37:27 UTC. Search may be required. 2024-07-01 17:37:32.3|Info|DownloadDecisionMaker|Processing 248 releases 2024-07-01 17:37:32.4|Info|RssSyncService|RSS Sync Completed. Reports found: 248, Reports grabbed: 0 2024-07-01 17:52:57.0|Info|RssSyncService|Starting RSS Sync 2024-07-01 17:52:57.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:37:27 and 06/25/2024 17:52:57 UTC. Search may be required. 2024-07-01 17:52:57.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:37:27 and 06/25/2024 17:52:57 UTC. Search may be required. 2024-07-01 17:52:57.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 17:52:57.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 17:37:27 and 07/01/2024 17:52:57 UTC. Search may be required. 2024-07-01 17:53:02.4|Info|DownloadDecisionMaker|Processing 248 releases 2024-07-01 17:53:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 248, Reports grabbed: 0 2024-07-01 18:08:27.1|Info|RssSyncService|Starting RSS Sync 2024-07-01 18:08:27.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 18:08:27.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 17:52:57 and 07/01/2024 18:08:27 UTC. Search may be required. 2024-07-01 18:08:27.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:52:57 and 06/25/2024 18:08:27 UTC. Search may be required. 2024-07-01 18:08:28.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:52:57 and 06/25/2024 18:08:28 UTC. Search may be required. 2024-07-01 18:08:32.5|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 18:08:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 18:23:57.2|Info|RssSyncService|Starting RSS Sync 2024-07-01 18:23:57.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:08:27 and 06/25/2024 18:23:57 UTC. Search may be required. 2024-07-01 18:23:57.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 18:08:27 and 07/01/2024 18:23:57 UTC. Search may be required. 2024-07-01 18:23:57.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:08:28 and 06/25/2024 18:23:57 UTC. Search may be required. 2024-07-01 18:23:57.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 18:24:02.6|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 18:24:02.7|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 18:39:27.3|Info|RssSyncService|Starting RSS Sync 2024-07-01 18:39:27.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 18:39:27.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 18:23:57 and 07/01/2024 18:39:27 UTC. Search may be required. 2024-07-01 18:39:28.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:23:57 and 06/25/2024 18:39:28 UTC. Search may be required. 2024-07-01 18:39:28.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:23:57 and 06/25/2024 18:39:28 UTC. Search may be required. 2024-07-01 18:39:32.7|Info|DownloadDecisionMaker|Processing 245 releases 2024-07-01 18:39:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 245, Reports grabbed: 0 2024-07-01 18:54:57.4|Info|RssSyncService|Starting RSS Sync 2024-07-01 18:54:57.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:39:28 and 06/25/2024 18:54:57 UTC. Search may be required. 2024-07-01 18:54:58.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 18:39:27 and 07/01/2024 18:54:57 UTC. Search may be required. 2024-07-01 18:54:58.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 18:54:58.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:39:28 and 06/25/2024 18:54:58 UTC. Search may be required. 2024-07-01 18:55:02.8|Info|DownloadDecisionMaker|Processing 245 releases 2024-07-01 18:55:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 245, Reports grabbed: 0 2024-07-01 19:10:27.5|Info|RssSyncService|Starting RSS Sync 2024-07-01 19:10:27.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 19:10:28.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:54:57 and 06/25/2024 19:10:28 UTC. Search may be required. 2024-07-01 19:10:28.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 18:54:57 and 07/01/2024 19:10:28 UTC. Search may be required. 2024-07-01 19:10:28.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:54:58 and 06/25/2024 19:10:28 UTC. Search may be required. 2024-07-01 19:10:33.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 16:10:03 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 19:10:33.0|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 19:10:33.1|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 19:25:57.6|Info|RssSyncService|Starting RSS Sync 2024-07-01 19:25:58.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:10:28 and 06/25/2024 19:25:58 UTC. Search may be required. 2024-07-01 19:25:58.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 19:25:58.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:28 and 07/01/2024 19:25:58 UTC. Search may be required. 2024-07-01 19:25:58.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:10:28 and 06/25/2024 19:25:58 UTC. Search may be required. 2024-07-01 19:26:03.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:02 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 19:26:03.1|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 19:26:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 19:41:27.7|Info|RssSyncService|Starting RSS Sync 2024-07-01 19:41:28.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:25:58 and 06/25/2024 19:41:28 UTC. Search may be required. 2024-07-01 19:41:28.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 19:41:28.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:25:58 and 06/25/2024 19:41:28 UTC. Search may be required. 2024-07-01 19:41:28.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:25:58 and 07/01/2024 19:41:28 UTC. Search may be required. 2024-07-01 19:41:33.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:02 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 19:41:33.2|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 19:41:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 19:56:57.9|Info|RssSyncService|Starting RSS Sync 2024-07-01 19:56:58.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:41:28 and 06/25/2024 19:56:58 UTC. Search may be required. 2024-07-01 19:56:58.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:41:28 and 07/01/2024 19:56:58 UTC. Search may be required. 2024-07-01 19:56:58.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:41:28 and 06/25/2024 19:56:58 UTC. Search may be required. 2024-07-01 19:56:58.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 19:57:03.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:02 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 19:57:03.6|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 19:57:03.7|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 20:12:28.0|Info|RssSyncService|Starting RSS Sync 2024-07-01 20:12:28.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:56:58 and 06/25/2024 20:12:28 UTC. Search may be required. 2024-07-01 20:12:28.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:56:58 and 07/01/2024 20:12:28 UTC. Search may be required. 2024-07-01 20:12:28.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:56:58 and 06/25/2024 20:12:28 UTC. Search may be required. 2024-07-01 20:12:28.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 20:12:33.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:02 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 20:12:33.4|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 20:12:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 20:27:58.1|Info|RssSyncService|Starting RSS Sync 2024-07-01 20:27:58.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 20:27:58.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:12:28 and 06/25/2024 20:27:58 UTC. Search may be required. 2024-07-01 20:27:58.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:12:28 and 06/25/2024 20:27:58 UTC. Search may be required. 2024-07-01 20:27:59.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 20:12:28 and 07/01/2024 20:27:59 UTC. Search may be required. 2024-07-01 20:28:03.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:02 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 20:28:03.6|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 20:28:03.7|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 20:43:28.2|Info|RssSyncService|Starting RSS Sync 2024-07-01 20:43:28.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 20:27:59 and 07/01/2024 20:43:28 UTC. Search may be required. 2024-07-01 20:43:29.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 20:43:29.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:27:58 and 06/25/2024 20:43:29 UTC. Search may be required. 2024-07-01 20:43:29.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:27:58 and 06/25/2024 20:43:29 UTC. Search may be required. 2024-07-01 20:43:33.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:02 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 20:43:33.7|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 20:43:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 20:58:58.4|Info|RssSyncService|Starting RSS Sync 2024-07-01 20:58:58.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:43:29 and 06/25/2024 20:58:58 UTC. Search may be required. 2024-07-01 20:58:59.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 20:43:28 and 07/01/2024 20:58:59 UTC. Search may be required. 2024-07-01 20:58:59.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:43:29 and 06/25/2024 20:58:59 UTC. Search may be required. 2024-07-01 20:58:59.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 20:59:03.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:02 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 20:59:03.8|Info|DownloadDecisionMaker|Processing 247 releases 2024-07-01 20:59:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 247, Reports grabbed: 0 2024-07-01 21:14:28.5|Info|RssSyncService|Starting RSS Sync 2024-07-01 21:14:29.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:58:58 and 06/25/2024 21:14:29 UTC. Search may be required. 2024-07-01 21:14:29.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:58:59 and 06/25/2024 21:14:29 UTC. Search may be required. 2024-07-01 21:14:29.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 21:14:29.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 20:58:59 and 07/01/2024 21:14:29 UTC. Search may be required. 2024-07-01 21:14:34.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/01/2024 19:10:02 and 07/01/2024 19:10:02 UTC. Search may be required. 2024-07-01 21:14:34.1|Info|DownloadDecisionMaker|Processing 251 releases 2024-07-01 21:14:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 251, Reports grabbed: 0 2024-07-01 21:29:58.6|Info|RssSyncService|Starting RSS Sync 2024-07-01 21:29:59.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 21:29:59.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:14:29 and 06/25/2024 21:29:59 UTC. Search may be required. 2024-07-01 21:29:59.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:14:29 and 06/25/2024 21:29:59 UTC. Search may be required. 2024-07-01 21:29:59.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 21:14:29 and 07/01/2024 21:29:59 UTC. Search may be required. 2024-07-01 21:30:04.1|Info|DownloadDecisionMaker|Processing 251 releases 2024-07-01 21:30:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 251, Reports grabbed: 0 2024-07-01 21:45:28.7|Info|RssSyncService|Starting RSS Sync 2024-07-01 21:45:29.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:29:59 and 06/25/2024 21:45:29 UTC. Search may be required. 2024-07-01 21:45:29.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 21:45:29.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:29:59 and 06/25/2024 21:45:29 UTC. Search may be required. 2024-07-01 21:45:29.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 21:29:59 and 07/01/2024 21:45:29 UTC. Search may be required. 2024-07-01 21:45:34.1|Info|DownloadDecisionMaker|Processing 251 releases 2024-07-01 21:45:34.3|Info|RssSyncService|RSS Sync Completed. Reports found: 251, Reports grabbed: 0 2024-07-01 22:00:58.8|Info|RssSyncService|Starting RSS Sync 2024-07-01 22:00:59.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 22:00:59.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 21:45:29 and 07/01/2024 22:00:59 UTC. Search may be required. 2024-07-01 22:01:09.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/10/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-01 22:01:09.4|Warn|Torznab|API Request Limit reached for kickasstorrents.ws (Prowlarr). Disabled for 00:01:00 2024-07-01 22:01:15.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:45:29 and 06/25/2024 22:01:15 UTC. Search may be required. 2024-07-01 22:01:15.0|Info|DownloadDecisionMaker|Processing 248 releases 2024-07-01 22:01:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 248, Reports grabbed: 0 2024-07-01 22:16:28.9|Info|RssSyncService|Starting RSS Sync 2024-07-01 22:16:29.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 22:16:29.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:01:15 and 06/25/2024 22:16:29 UTC. Search may be required. 2024-07-01 22:16:29.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:45:29 and 06/25/2024 22:16:29 UTC. Search may be required. 2024-07-01 22:16:34.4|Info|DownloadDecisionMaker|Processing 212 releases 2024-07-01 22:16:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 212, Reports grabbed: 0 2024-07-01 22:31:59.0|Info|RssSyncService|Starting RSS Sync 2024-07-01 22:31:59.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:16:29 and 06/25/2024 22:31:59 UTC. Search may be required. 2024-07-01 22:31:59.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 22:31:59.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:16:29 and 06/25/2024 22:31:59 UTC. Search may be required. 2024-07-01 22:32:04.5|Info|DownloadDecisionMaker|Processing 212 releases 2024-07-01 22:32:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 212, Reports grabbed: 0 2024-07-01 22:47:29.2|Info|RssSyncService|Starting RSS Sync 2024-07-01 22:47:29.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 22:47:29.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:31:59 and 06/25/2024 22:47:29 UTC. Search may be required. 2024-07-01 22:47:29.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:31:59 and 06/25/2024 22:47:29 UTC. Search may be required. 2024-07-01 22:47:34.6|Info|DownloadDecisionMaker|Processing 212 releases 2024-07-01 22:47:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 212, Reports grabbed: 0 2024-07-01 22:59:06.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 22:59:16.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 22:59:17.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 22:59:19.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 22:59:20.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 22:59:22.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 22:59:25.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 22:59:27.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-01 23:02:59.2|Info|RssSyncService|Starting RSS Sync 2024-07-01 23:02:59.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:47:29 and 06/25/2024 23:02:59 UTC. Search may be required. 2024-07-01 23:02:59.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 23:03:00.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:47:29 and 06/25/2024 23:03:00 UTC. Search may be required. 2024-07-01 23:03:04.7|Info|DownloadDecisionMaker|Processing 312 releases 2024-07-01 23:03:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 312, Reports grabbed: 0 2024-07-01 23:18:29.3|Info|RssSyncService|Starting RSS Sync 2024-07-01 23:18:29.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 23:18:30.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 23:02:59 and 06/25/2024 23:18:30 UTC. Search may be required. 2024-07-01 23:18:30.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 23:03:00 and 06/25/2024 23:18:30 UTC. Search may be required. 2024-07-01 23:18:34.8|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-01 23:18:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-01 23:33:59.5|Info|RssSyncService|Starting RSS Sync 2024-07-01 23:33:59.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 23:18:30 and 06/25/2024 23:33:59 UTC. Search may be required. 2024-07-01 23:34:00.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 23:34:00.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 23:18:30 and 06/25/2024 23:34:00 UTC. Search may be required. 2024-07-01 23:34:01.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 03/19/2024 19:21:25 UTC. Search may be required. 2024-07-01 23:34:04.9|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-01 23:34:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-01 23:49:29.6|Info|RssSyncService|Starting RSS Sync 2024-07-01 23:49:30.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-01 23:49:30.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 23:33:59 and 06/25/2024 23:49:30 UTC. Search may be required. 2024-07-01 23:49:30.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 23:34:00 and 06/25/2024 23:49:30 UTC. Search may be required. 2024-07-01 23:49:31.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-01 23:49:35.1|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-01 23:49:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-02 00:04:59.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 00:05:00.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 23:49:30 and 06/26/2024 00:05:00 UTC. Search may be required. 2024-07-02 00:05:00.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 00:05:00.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 23:49:30 and 06/26/2024 00:05:00 UTC. Search may be required. 2024-07-02 00:05:05.2|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-02 00:05:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-02 00:20:29.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 00:20:30.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 00:20:30.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 00:05:00 and 06/26/2024 00:20:30 UTC. Search may be required. 2024-07-02 00:20:30.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 00:05:00 and 06/26/2024 00:20:30 UTC. Search may be required. 2024-07-02 00:20:35.3|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-02 00:20:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-02 00:35:59.9|Info|RssSyncService|Starting RSS Sync 2024-07-02 00:36:00.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 00:20:30 and 06/26/2024 00:36:00 UTC. Search may be required. 2024-07-02 00:36:00.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 00:20:30 and 06/26/2024 00:36:00 UTC. Search may be required. 2024-07-02 00:36:00.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 00:36:05.4|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-02 00:36:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-02 00:51:30.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 00:51:30.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 00:36:00 and 06/26/2024 00:51:30 UTC. Search may be required. 2024-07-02 00:51:30.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 00:51:30.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 00:36:00 and 06/26/2024 00:51:30 UTC. Search may be required. 2024-07-02 00:51:32.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 00:51:35.5|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-02 00:51:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-02 01:07:00.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 01:07:00.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 00:51:30 and 06/26/2024 01:07:00 UTC. Search may be required. 2024-07-02 01:07:00.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 00:51:30 and 06/26/2024 01:07:00 UTC. Search may be required. 2024-07-02 01:07:01.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 01:07:01.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/01/2024 22:00:59 and 07/02/2024 01:07:01 UTC. Search may be required. 2024-07-02 01:07:05.6|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-02 01:07:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-02 01:22:30.3|Info|RssSyncService|Starting RSS Sync 2024-07-02 01:22:30.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 01:22:31.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 01:07:01 and 07/02/2024 01:22:31 UTC. Search may be required. 2024-07-02 01:22:32.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 01:07:00 and 06/26/2024 01:22:32 UTC. Search may be required. 2024-07-02 01:22:33.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 01:07:00 and 06/26/2024 01:22:33 UTC. Search may be required. 2024-07-02 01:22:35.8|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-02 01:22:35.9|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-02 01:38:00.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 01:38:01.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 01:22:32 and 06/26/2024 01:38:01 UTC. Search may be required. 2024-07-02 01:38:01.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 01:22:31 and 07/02/2024 01:38:01 UTC. Search may be required. 2024-07-02 01:38:01.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 01:38:01.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 01:22:33 and 06/26/2024 01:38:01 UTC. Search may be required. 2024-07-02 01:38:05.9|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-02 01:38:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-02 01:53:30.6|Info|RssSyncService|Starting RSS Sync 2024-07-02 01:53:31.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 01:38:01 and 06/26/2024 01:53:31 UTC. Search may be required. 2024-07-02 01:53:31.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 01:53:31.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 01:38:01 and 06/26/2024 01:53:31 UTC. Search may be required. 2024-07-02 01:53:31.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 01:38:01 and 07/02/2024 01:53:31 UTC. Search may be required. 2024-07-02 01:53:36.0|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-02 01:53:36.2|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-02 02:09:00.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 02:09:01.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 02:09:01.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 01:53:31 and 07/02/2024 02:09:01 UTC. Search may be required. 2024-07-02 02:09:02.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 01:53:31 and 06/26/2024 02:09:02 UTC. Search may be required. 2024-07-02 02:09:02.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 01:53:31 and 06/26/2024 02:09:02 UTC. Search may be required. 2024-07-02 02:09:06.1|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-02 02:09:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-02 02:24:30.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 02:24:31.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 02:09:01 and 07/02/2024 02:24:31 UTC. Search may be required. 2024-07-02 02:24:31.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 02:24:32.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 02:09:02 and 06/26/2024 02:24:32 UTC. Search may be required. 2024-07-02 02:24:32.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 02:09:02 and 06/26/2024 02:24:32 UTC. Search may be required. 2024-07-02 02:24:36.3|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-02 02:24:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-02 02:40:01.0|Info|RssSyncService|Starting RSS Sync 2024-07-02 02:40:01.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 02:40:01.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 02:24:31 and 07/02/2024 02:40:01 UTC. Search may be required. 2024-07-02 02:40:02.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 02:24:32 and 06/26/2024 02:40:02 UTC. Search may be required. 2024-07-02 02:40:02.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 02:24:32 and 06/26/2024 02:40:02 UTC. Search may be required. 2024-07-02 02:40:06.4|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-02 02:40:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-02 02:55:31.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 02:55:31.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 02:40:01 and 07/02/2024 02:55:31 UTC. Search may be required. 2024-07-02 02:55:31.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 02:40:02 and 06/26/2024 02:55:31 UTC. Search may be required. 2024-07-02 02:55:31.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 02:40:02 and 06/26/2024 02:55:31 UTC. Search may be required. 2024-07-02 02:55:31.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 02:55:36.5|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 02:55:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 03:11:01.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 03:11:01.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 02:55:31 and 07/02/2024 03:11:01 UTC. Search may be required. 2024-07-02 03:11:01.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 02:55:31 and 06/26/2024 03:11:01 UTC. Search may be required. 2024-07-02 03:11:01.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 02:55:31 and 06/26/2024 03:11:01 UTC. Search may be required. 2024-07-02 03:11:01.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 03:11:06.6|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 03:11:06.8|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 03:26:31.3|Info|RssSyncService|Starting RSS Sync 2024-07-02 03:26:31.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 03:11:01 and 06/26/2024 03:26:31 UTC. Search may be required. 2024-07-02 03:26:32.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 03:11:01 and 07/02/2024 03:26:32 UTC. Search may be required. 2024-07-02 03:26:32.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 03:11:01 and 06/26/2024 03:26:32 UTC. Search may be required. 2024-07-02 03:26:32.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 03:26:36.7|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 03:26:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 03:42:01.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 03:42:02.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 03:26:32 and 07/02/2024 03:42:02 UTC. Search may be required. 2024-07-02 03:42:02.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 03:42:02.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 03:26:31 and 06/26/2024 03:42:02 UTC. Search may be required. 2024-07-02 03:42:02.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 03:26:32 and 06/26/2024 03:42:02 UTC. Search may be required. 2024-07-02 03:42:06.9|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 03:42:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 03:57:31.5|Info|RssSyncService|Starting RSS Sync 2024-07-02 03:57:32.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 03:42:02 and 06/26/2024 03:57:32 UTC. Search may be required. 2024-07-02 03:57:32.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 03:57:32.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 03:42:02 and 06/26/2024 03:57:32 UTC. Search may be required. 2024-07-02 03:57:32.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 03:42:02 and 07/02/2024 03:57:32 UTC. Search may be required. 2024-07-02 03:57:37.0|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 03:57:37.1|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 04:13:01.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 04:13:02.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 03:57:32 and 06/26/2024 04:13:02 UTC. Search may be required. 2024-07-02 04:13:02.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 04:13:02.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 03:57:32 and 07/02/2024 04:13:02 UTC. Search may be required. 2024-07-02 04:13:02.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 03:57:32 and 06/26/2024 04:13:02 UTC. Search may be required. 2024-07-02 04:13:07.1|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 04:13:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 04:28:31.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 04:28:32.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 04:13:02 and 07/02/2024 04:28:32 UTC. Search may be required. 2024-07-02 04:28:32.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 04:13:02 and 06/26/2024 04:28:32 UTC. Search may be required. 2024-07-02 04:28:32.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 04:13:02 and 06/26/2024 04:28:32 UTC. Search may be required. 2024-07-02 04:28:32.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 04:28:33.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 04:28:37.2|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 04:28:37.4|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 04:44:01.9|Info|RssSyncService|Starting RSS Sync 2024-07-02 04:44:02.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 04:28:32 and 06/26/2024 04:44:02 UTC. Search may be required. 2024-07-02 04:44:02.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 04:44:02.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 04:28:32 and 06/26/2024 04:44:02 UTC. Search may be required. 2024-07-02 04:44:02.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 04:28:32 and 07/02/2024 04:44:02 UTC. Search may be required. 2024-07-02 04:44:07.4|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 04:44:07.5|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 04:59:32.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 04:59:32.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 04:44:02 and 06/26/2024 04:59:32 UTC. Search may be required. 2024-07-02 04:59:32.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 04:59:32.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 04:44:02 and 07/02/2024 04:59:32 UTC. Search may be required. 2024-07-02 04:59:32.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 04:44:02 and 06/26/2024 04:59:32 UTC. Search may be required. 2024-07-02 04:59:37.5|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 04:59:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 05:00:07.8|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 05:00:17.8|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 05:00:18.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 05:00:20.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 05:00:22.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 05:00:24.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 05:00:26.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 05:00:28.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 05:15:02.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 05:15:02.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 04:59:32 and 06/26/2024 05:15:02 UTC. Search may be required. 2024-07-02 05:15:02.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 04:59:32 and 06/26/2024 05:15:02 UTC. Search may be required. 2024-07-02 05:15:03.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 05:15:03.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 04:59:32 and 07/02/2024 05:15:03 UTC. Search may be required. 2024-07-02 05:15:07.6|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 05:15:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 05:30:32.3|Info|RssSyncService|Starting RSS Sync 2024-07-02 05:30:32.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 05:30:33.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 05:15:03 and 07/02/2024 05:30:33 UTC. Search may be required. 2024-07-02 05:30:33.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:15:02 and 06/26/2024 05:30:33 UTC. Search may be required. 2024-07-02 05:30:33.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:15:02 and 06/26/2024 05:30:33 UTC. Search may be required. 2024-07-02 05:30:37.8|Info|DownloadDecisionMaker|Processing 314 releases 2024-07-02 05:30:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 314, Reports grabbed: 0 2024-07-02 05:46:02.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 05:46:02.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 05:46:03.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 05:30:33 and 07/02/2024 05:46:03 UTC. Search may be required. 2024-07-02 05:46:03.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:30:33 and 06/26/2024 05:46:03 UTC. Search may be required. 2024-07-02 05:46:03.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:30:33 and 06/26/2024 05:46:03 UTC. Search may be required. 2024-07-02 05:46:07.9|Info|DownloadDecisionMaker|Processing 314 releases 2024-07-02 05:46:08.0|Info|RssSyncService|RSS Sync Completed. Reports found: 314, Reports grabbed: 0 2024-07-02 06:01:32.5|Info|RssSyncService|Starting RSS Sync 2024-07-02 06:01:32.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 05:46:03 and 07/02/2024 06:01:32 UTC. Search may be required. 2024-07-02 06:01:33.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 06:01:33.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:46:03 and 06/26/2024 06:01:33 UTC. Search may be required. 2024-07-02 06:01:33.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:46:03 and 06/26/2024 06:01:33 UTC. Search may be required. 2024-07-02 06:01:38.0|Info|DownloadDecisionMaker|Processing 314 releases 2024-07-02 06:01:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 314, Reports grabbed: 0 2024-07-02 06:17:02.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 06:17:03.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 06:01:33 and 06/26/2024 06:17:03 UTC. Search may be required. 2024-07-02 06:17:03.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 06:17:03.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/26/2024 06:01:33 and 06/26/2024 06:17:03 UTC. Search may be required. 2024-07-02 06:17:03.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:01:32 and 07/02/2024 06:17:03 UTC. Search may be required. 2024-07-02 06:17:08.1|Info|DownloadDecisionMaker|Processing 316 releases 2024-07-02 06:17:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 316, Reports grabbed: 0 2024-07-02 06:32:32.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 06:32:33.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:17:03 and 07/02/2024 06:32:33 UTC. Search may be required. 2024-07-02 06:32:33.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 06:32:33.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 06:17:03 and 06/26/2024 06:32:33 UTC. Search may be required. 2024-07-02 06:32:34.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 06:32:38.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 02:05:03 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 06:32:38.2|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 06:32:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 06:48:02.9|Info|RssSyncService|Starting RSS Sync 2024-07-02 06:48:03.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:32:33 and 07/02/2024 06:48:03 UTC. Search may be required. 2024-07-02 06:48:03.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 06:48:03.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 06:32:33 and 06/26/2024 06:48:03 UTC. Search may be required. 2024-07-02 06:48:08.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 06:48:08.3|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 06:48:08.5|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 07:03:33.0|Info|RssSyncService|Starting RSS Sync 2024-07-02 07:03:33.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:48:03 and 07/02/2024 07:03:33 UTC. Search may be required. 2024-07-02 07:03:33.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 07:03:34.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 06:48:03 and 06/26/2024 07:03:34 UTC. Search may be required. 2024-07-02 07:03:38.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 07:03:38.5|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 07:03:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 07:19:03.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 07:19:03.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 07:03:33 and 07/02/2024 07:19:03 UTC. Search may be required. 2024-07-02 07:19:03.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 07:19:05.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 07:03:34 and 06/26/2024 07:19:05 UTC. Search may be required. 2024-07-02 07:19:08.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 07:19:08.6|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 07:19:08.7|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 07:34:33.3|Info|RssSyncService|Starting RSS Sync 2024-07-02 07:34:33.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 07:34:34.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 07:19:03 and 07/02/2024 07:34:33 UTC. Search may be required. 2024-07-02 07:34:34.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 07:19:05 and 06/26/2024 07:34:34 UTC. Search may be required. 2024-07-02 07:34:35.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 04/28/2024 09:33:34 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 07:34:38.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 07:34:38.7|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 07:34:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 07:50:03.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 07:50:03.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 07:34:33 and 07/02/2024 07:50:03 UTC. Search may be required. 2024-07-02 07:50:04.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 07:50:06.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 07:34:34 and 06/26/2024 07:50:06 UTC. Search may be required. 2024-07-02 07:50:08.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 07:50:08.8|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 07:50:09.0|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 08:05:33.5|Info|RssSyncService|Starting RSS Sync 2024-07-02 08:05:34.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 08:05:34.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 07:50:03 and 07/02/2024 08:05:34 UTC. Search may be required. 2024-07-02 08:05:34.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 07:50:06 and 06/26/2024 08:05:34 UTC. Search may be required. 2024-07-02 08:05:39.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 08:05:39.0|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 08:05:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 08:21:03.6|Info|RssSyncService|Starting RSS Sync 2024-07-02 08:21:04.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 08:21:04.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 08:05:34 and 06/26/2024 08:21:04 UTC. Search may be required. 2024-07-02 08:21:04.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 08:05:34 and 07/02/2024 08:21:04 UTC. Search may be required. 2024-07-02 08:21:09.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 08:21:09.1|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 08:21:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 08:36:33.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 08:36:34.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 08:21:04 and 07/02/2024 08:36:34 UTC. Search may be required. 2024-07-02 08:36:34.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 08:36:34.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 08:21:04 and 06/26/2024 08:36:34 UTC. Search may be required. 2024-07-02 08:36:39.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 08:36:39.2|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 08:36:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 08:52:03.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 08:52:04.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 08:36:34 and 07/02/2024 08:52:04 UTC. Search may be required. 2024-07-02 08:52:04.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 08:36:34 and 06/26/2024 08:52:04 UTC. Search may be required. 2024-07-02 08:52:04.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 08:52:09.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 08:52:09.4|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-02 08:52:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-02 09:07:34.0|Info|RssSyncService|Starting RSS Sync 2024-07-02 09:07:34.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 08:52:04 and 07/02/2024 09:07:34 UTC. Search may be required. 2024-07-02 09:07:34.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 09:07:36.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 04/18/2024 17:12:30 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 09:07:36.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 08:52:04 and 06/26/2024 09:07:36 UTC. Search may be required. 2024-07-02 09:07:39.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 09:07:39.4|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 09:07:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 09:23:04.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 09:23:04.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:07:34 and 07/02/2024 09:23:04 UTC. Search may be required. 2024-07-02 09:23:04.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 09:23:05.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 09:07:36 and 06/26/2024 09:23:05 UTC. Search may be required. 2024-07-02 09:23:06.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:04:02 and 07/02/2024 14:14:04 UTC. Search may be required. 2024-07-02 09:23:09.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 06:20:02 and 07/02/2024 06:20:02 UTC. Search may be required. 2024-07-02 09:23:09.5|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-02 09:23:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-02 09:38:34.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 09:38:34.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:23:04 and 07/02/2024 09:38:34 UTC. Search may be required. 2024-07-02 09:38:34.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 09:38:36.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 03/19/2024 20:20:21 UTC. Search may be required. 2024-07-02 09:38:36.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 09:23:05 and 06/26/2024 09:38:36 UTC. Search may be required. 2024-07-02 09:38:39.7|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-02 09:38:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-02 09:54:04.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 09:54:04.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:38:34 and 07/02/2024 09:54:04 UTC. Search may be required. 2024-07-02 09:54:05.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 09:54:05.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 09:38:36 and 06/26/2024 09:54:05 UTC. Search may be required. 2024-07-02 09:54:06.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 09:54:09.8|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-02 09:54:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-02 10:09:34.5|Info|RssSyncService|Starting RSS Sync 2024-07-02 10:09:35.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 10:09:35.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:54:04 and 07/02/2024 10:09:35 UTC. Search may be required. 2024-07-02 10:09:35.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 09:54:05 and 06/26/2024 10:09:35 UTC. Search may be required. 2024-07-02 10:09:40.0|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-02 10:09:40.1|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-02 10:25:04.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 10:25:05.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 10:09:35 and 07/02/2024 10:25:05 UTC. Search may be required. 2024-07-02 10:25:05.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 10:25:05.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 10:09:35 and 06/26/2024 10:25:05 UTC. Search may be required. 2024-07-02 10:25:10.1|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-02 10:25:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-02 10:40:34.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 10:40:35.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 10:25:05 and 07/02/2024 10:40:35 UTC. Search may be required. 2024-07-02 10:40:35.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 10:25:05 and 06/26/2024 10:40:35 UTC. Search may be required. 2024-07-02 10:40:35.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 10:40:36.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 10:40:40.3|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-02 10:40:40.4|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-02 10:56:04.9|Info|RssSyncService|Starting RSS Sync 2024-07-02 10:56:05.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 10:40:35 and 07/02/2024 10:56:05 UTC. Search may be required. 2024-07-02 10:56:05.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 10:56:05.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 10:40:35 and 06/26/2024 10:56:05 UTC. Search may be required. 2024-07-02 10:56:10.4|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-02 10:56:10.5|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-02 11:01:09.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 11:01:19.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 11:01:21.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 11:01:23.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 11:11:35.0|Info|RssSyncService|Starting RSS Sync 2024-07-02 11:11:35.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 11:11:35.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 10:56:05 and 06/26/2024 11:11:35 UTC. Search may be required. 2024-07-02 11:11:35.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 10:56:05 and 07/02/2024 11:11:35 UTC. Search may be required. 2024-07-02 11:11:40.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:20:02 and 07/02/2024 09:20:02 UTC. Search may be required. 2024-07-02 11:11:40.5|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-02 11:11:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-02 11:27:05.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 11:27:05.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 11:11:35 and 07/02/2024 11:27:05 UTC. Search may be required. 2024-07-02 11:27:05.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 11:27:05.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/26/2024 11:11:35 and 06/26/2024 11:27:05 UTC. Search may be required. 2024-07-02 11:27:06.2|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/02/2024 10:32:05 and 07/02/2024 10:32:05 UTC. Search may be required. 2024-07-02 11:27:07.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 05/16/2024 16:54:22 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 11:27:10.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:20:02 and 07/02/2024 09:20:02 UTC. Search may be required. 2024-07-02 11:27:10.6|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-02 11:27:10.7|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-02 11:42:35.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 11:42:36.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 11:27:05 and 07/02/2024 11:42:36 UTC. Search may be required. 2024-07-02 11:42:36.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 11:42:36.6|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/02/2024 10:32:05 and 07/02/2024 10:32:05 UTC. Search may be required. 2024-07-02 11:42:40.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:20:02 and 07/02/2024 09:20:02 UTC. Search may be required. 2024-07-02 11:42:40.7|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-02 11:42:40.8|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-02 11:58:05.3|Info|RssSyncService|Starting RSS Sync 2024-07-02 11:58:05.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 11:58:06.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 11:42:36 and 07/02/2024 11:58:06 UTC. Search may be required. 2024-07-02 11:58:06.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 11:42:35 and 06/25/2024 11:58:06 UTC. Search may be required. 2024-07-02 11:58:06.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 11:42:36 and 06/25/2024 11:58:06 UTC. Search may be required. 2024-07-02 11:58:10.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:20:02 and 07/02/2024 09:20:02 UTC. Search may be required. 2024-07-02 11:58:10.8|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-02 11:58:10.9|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-02 12:13:35.5|Info|RssSyncService|Starting RSS Sync 2024-07-02 12:13:36.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 11:58:06 and 06/25/2024 12:13:36 UTC. Search may be required. 2024-07-02 12:13:36.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 12:13:36.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 11:58:06 and 06/25/2024 12:13:36 UTC. Search may be required. 2024-07-02 12:13:36.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 11:58:06 and 07/02/2024 12:13:36 UTC. Search may be required. 2024-07-02 12:13:37.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 12:13:40.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:20:02 and 07/02/2024 09:20:02 UTC. Search may be required. 2024-07-02 12:13:40.9|Info|DownloadDecisionMaker|Processing 326 releases 2024-07-02 12:13:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 326, Reports grabbed: 0 2024-07-02 12:29:05.6|Info|RssSyncService|Starting RSS Sync 2024-07-02 12:29:06.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 12:13:36 and 06/25/2024 12:29:06 UTC. Search may be required. 2024-07-02 12:29:06.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 12:13:36 and 06/25/2024 12:29:06 UTC. Search may be required. 2024-07-02 12:29:06.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 12:29:06.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 12:13:36 and 07/02/2024 12:29:06 UTC. Search may be required. 2024-07-02 12:29:11.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:20:02 and 07/02/2024 09:20:02 UTC. Search may be required. 2024-07-02 12:29:11.0|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-02 12:29:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-02 12:44:35.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 12:44:36.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 12:29:06 and 06/25/2024 12:44:36 UTC. Search may be required. 2024-07-02 12:44:36.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 12:29:06 and 06/25/2024 12:44:36 UTC. Search may be required. 2024-07-02 12:44:36.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 12:44:36.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 12:29:06 and 07/02/2024 12:44:36 UTC. Search may be required. 2024-07-02 12:44:41.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 09:20:02 and 07/02/2024 09:20:02 UTC. Search may be required. 2024-07-02 12:44:41.8|Info|DownloadDecisionMaker|Processing 328 releases 2024-07-02 12:44:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 328, Reports grabbed: 0 2024-07-02 13:00:05.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 13:00:06.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 12:44:36 and 07/02/2024 13:00:06 UTC. Search may be required. 2024-07-02 13:00:06.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 12:44:36 and 06/25/2024 13:00:06 UTC. Search may be required. 2024-07-02 13:00:06.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 12:44:36 and 06/25/2024 13:00:06 UTC. Search may be required. 2024-07-02 13:00:06.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 13:00:11.3|Info|DownloadDecisionMaker|Processing 328 releases 2024-07-02 13:00:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 328, Reports grabbed: 0 2024-07-02 13:15:36.0|Info|RssSyncService|Starting RSS Sync 2024-07-02 13:15:36.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 13:00:06 and 07/02/2024 13:15:36 UTC. Search may be required. 2024-07-02 13:15:36.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 13:15:36.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 13:00:06 and 06/25/2024 13:15:36 UTC. Search may be required. 2024-07-02 13:15:36.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 13:00:06 and 06/25/2024 13:15:36 UTC. Search may be required. 2024-07-02 13:15:41.5|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-02 13:15:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-02 13:31:06.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 13:31:06.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 13:31:06.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 13:15:36 and 07/02/2024 13:31:06 UTC. Search may be required. 2024-07-02 13:31:06.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 13:15:36 and 06/25/2024 13:31:06 UTC. Search may be required. 2024-07-02 13:31:07.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 13:15:36 and 06/25/2024 13:31:07 UTC. Search may be required. 2024-07-02 13:31:11.6|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-02 13:31:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-02 13:46:36.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 13:46:36.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 13:46:36.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 13:31:06 and 06/25/2024 13:46:36 UTC. Search may be required. 2024-07-02 13:46:36.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 13:31:06 and 07/02/2024 13:46:36 UTC. Search may be required. 2024-07-02 13:46:36.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 13:31:07 and 06/25/2024 13:46:36 UTC. Search may be required. 2024-07-02 13:46:38.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 04/17/2024 04:50:29 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 13:46:41.7|Info|DownloadDecisionMaker|Processing 330 releases 2024-07-02 13:46:41.9|Info|RssSyncService|RSS Sync Completed. Reports found: 330, Reports grabbed: 0 2024-07-02 14:02:06.3|Info|RssSyncService|Starting RSS Sync 2024-07-02 14:02:06.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 14:02:06.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:07:17 and 07/02/2024 14:09:45 UTC. Search may be required. 2024-07-02 14:02:06.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 13:46:36 and 06/25/2024 14:02:06 UTC. Search may be required. 2024-07-02 14:02:06.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 13:46:36 and 07/02/2024 14:02:06 UTC. Search may be required. 2024-07-02 14:02:07.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 13:46:36 and 06/25/2024 14:02:07 UTC. Search may be required. 2024-07-02 14:02:07.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/02/2024 12:59:46 and 07/02/2024 12:59:46 UTC. Search may be required. 2024-07-02 14:02:11.8|Info|DownloadDecisionMaker|Processing 330 releases 2024-07-02 14:02:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 330, Reports grabbed: 0 2024-07-02 14:17:36.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 14:17:36.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 14:17:37.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 14:02:07 and 06/25/2024 14:17:37 UTC. Search may be required. 2024-07-02 14:17:37.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:02:06 and 07/02/2024 14:17:37 UTC. Search may be required. 2024-07-02 14:17:37.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 14:02:06 and 06/25/2024 14:17:37 UTC. Search may be required. 2024-07-02 14:17:41.9|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-02 14:17:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-02 14:33:06.6|Info|RssSyncService|Starting RSS Sync 2024-07-02 14:33:07.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:17:37 and 07/02/2024 14:33:07 UTC. Search may be required. 2024-07-02 14:33:07.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 14:33:07.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 14:17:37 and 06/25/2024 14:33:07 UTC. Search may be required. 2024-07-02 14:33:07.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 14:17:37 and 06/25/2024 14:33:07 UTC. Search may be required. 2024-07-02 14:33:12.0|Info|DownloadDecisionMaker|Processing 330 releases 2024-07-02 14:33:12.2|Info|RssSyncService|RSS Sync Completed. Reports found: 330, Reports grabbed: 0 2024-07-02 14:48:36.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 14:48:37.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 14:48:37.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:33:07 and 07/02/2024 14:48:37 UTC. Search may be required. 2024-07-02 14:48:37.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 14:33:07 and 06/25/2024 14:48:37 UTC. Search may be required. 2024-07-02 14:48:37.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 14:33:07 and 06/25/2024 14:48:37 UTC. Search may be required. 2024-07-02 14:48:42.1|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-02 14:48:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-02 15:04:06.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 15:04:07.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 15:04:07.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:48:37 and 07/02/2024 15:04:07 UTC. Search may be required. 2024-07-02 15:04:08.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 14:48:37 and 06/25/2024 15:04:08 UTC. Search may be required. 2024-07-02 15:04:08.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 14:48:37 and 06/25/2024 15:04:08 UTC. Search may be required. 2024-07-02 15:04:12.3|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-02 15:04:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-02 15:19:36.9|Info|RssSyncService|Starting RSS Sync 2024-07-02 15:19:37.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 15:19:37.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 15:04:07 and 07/02/2024 15:19:37 UTC. Search may be required. 2024-07-02 15:19:37.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 15:04:08 and 06/25/2024 15:19:37 UTC. Search may be required. 2024-07-02 15:19:37.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 15:04:08 and 06/25/2024 15:19:37 UTC. Search may be required. 2024-07-02 15:19:39.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 15:19:42.4|Info|DownloadDecisionMaker|Processing 335 releases 2024-07-02 15:19:42.6|Info|RssSyncService|RSS Sync Completed. Reports found: 335, Reports grabbed: 0 2024-07-02 15:35:07.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 15:35:07.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 15:19:37 and 07/02/2024 15:35:07 UTC. Search may be required. 2024-07-02 15:35:07.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 15:35:09.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 15:19:37 and 06/25/2024 15:35:09 UTC. Search may be required. 2024-07-02 15:35:09.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 15:19:37 and 06/25/2024 15:35:09 UTC. Search may be required. 2024-07-02 15:35:12.5|Info|DownloadDecisionMaker|Processing 331 releases 2024-07-02 15:35:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 331, Reports grabbed: 0 2024-07-02 15:50:37.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 15:50:37.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 15:50:37.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 15:35:09 and 06/25/2024 15:50:37 UTC. Search may be required. 2024-07-02 15:50:37.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 15:35:07 and 07/02/2024 15:50:37 UTC. Search may be required. 2024-07-02 15:50:37.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 15:35:09 and 06/25/2024 15:50:37 UTC. Search may be required. 2024-07-02 15:50:42.6|Info|DownloadDecisionMaker|Processing 327 releases 2024-07-02 15:50:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 327, Reports grabbed: 0 2024-07-02 16:06:07.3|Info|RssSyncService|Starting RSS Sync 2024-07-02 16:06:07.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 15:50:37 and 06/25/2024 16:06:07 UTC. Search may be required. 2024-07-02 16:06:07.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 16:06:08.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 15:50:37 and 06/25/2024 16:06:08 UTC. Search may be required. 2024-07-02 16:06:08.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 15:50:37 and 07/02/2024 16:06:08 UTC. Search may be required. 2024-07-02 16:06:12.8|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 16:06:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 16:20:37.8|Info|HousekeepingService|Running housecleaning tasks 2024-07-02 16:20:37.8|Info|RefreshAuthorService|Skipping refresh of author: A.P. Beswick 2024-07-02 16:20:37.8|Info|RefreshAuthorService|Skipping refresh of author: Carissa Broadbent 2024-07-02 16:20:37.8|Info|RefreshAuthorService|Updating Info for Caroline Peckham 2024-07-02 16:20:38.2|Info|RefreshAuthorService|Updating Info for Caroline Peckham 2024-07-02 16:20:38.2|Info|RefreshBookService|Updating Info for Never Keep 2024-07-02 16:20:38.2|Info|RefreshBookService|Updating Info for The Awakening [Dramatized Adaptation] 2024-07-02 16:20:38.4|Info|Database|Vacuuming Cache database 2024-07-02 16:20:38.4|Info|Database|Cache database compressed 2024-07-02 16:20:38.4|Info|RefreshAuthorService|Skipping refresh of author: Charles Duhigg 2024-07-02 16:20:38.4|Info|RefreshAuthorService|Skipping refresh of author: Colleen Hoover 2024-07-02 16:20:38.4|Info|RefreshAuthorService|Updating Info for Emily McIntire 2024-07-02 16:20:38.4|Info|Database|Vacuuming Log database 2024-07-02 16:20:38.4|Info|Database|Log database compressed 2024-07-02 16:20:38.4|Info|Database|Vacuuming Main database 2024-07-02 16:20:38.5|Info|Database|Main database compressed 2024-07-02 16:20:38.6|Info|RefreshAuthorService|Updating Info for Emily McIntire 2024-07-02 16:20:38.6|Info|RefreshBookService|Updating Info for Hexed 2024-07-02 16:20:38.6|Info|RefreshAuthorService|Skipping refresh of author: H.D. Carlton 2024-07-02 16:20:38.6|Info|RefreshAuthorService|Skipping refresh of author: James W. Williams 2024-07-02 16:20:38.6|Info|RefreshAuthorService|Skipping refresh of author: Jennifer L. Armentrout 2024-07-02 16:20:38.6|Info|RefreshAuthorService|Skipping refresh of author: K.A. Knight 2024-07-02 16:20:38.6|Info|RefreshAuthorService|Updating Info for Kate Stewart 2024-07-02 16:20:38.7|Info|RefreshAuthorService|Updating Info for Kate Stewart 2024-07-02 16:20:38.7|Info|RefreshBookService|Updating Info for WIP 2024-07-02 16:20:38.7|Info|RefreshAuthorService|Updating Info for Katee Robert 2024-07-02 16:20:38.8|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1595684469i/7390938.jpg: 403.Forbidden (9 bytes) Forbidden 2024-07-02 16:20:38.8|Warn|MediaCoverService|Couldn't download media cover for [7390938][Kate Stewart]. HTTP request failed: [403:Forbidden] [GET] at [https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/authors/1595684469i/7390938.jpg] 2024-07-02 16:20:38.8|Info|RefreshAuthorService|Updating Info for Katee Robert 2024-07-02 16:20:38.9|Info|RefreshBookService|Updating Info for Wicked Pursuit 2024-07-02 16:20:38.9|Info|RefreshBookService|Updating Info for Dark Restraint 2024-07-02 16:20:38.9|Info|RefreshBookService|Updating Info for Ruthless Redemption 2024-07-02 16:20:39.0|Info|RefreshAuthorService|Skipping refresh of author: Ken H. Warner 2024-07-02 16:20:39.0|Info|RefreshAuthorService|Skipping refresh of author: Lynn Painter 2024-07-02 16:20:39.0|Info|RefreshAuthorService|Updating Info for Melissa Marr 2024-07-02 16:20:39.1|Info|RefreshAuthorService|Updating Info for Melissa Marr 2024-07-02 16:20:39.1|Info|RefreshBookService|Updating Info for The Strange Case of Harleen and Harley 2024-07-02 16:20:39.2|Info|RefreshAuthorService|Skipping refresh of author: Norah Vincent 2024-07-02 16:20:39.2|Info|RefreshAuthorService|Skipping refresh of author: Olivie Blake 2024-07-02 16:20:39.2|Info|RefreshAuthorService|Updating Info for Penelope Douglas 2024-07-02 16:20:39.3|Info|RefreshAuthorService|Updating Info for Penelope Douglas 2024-07-02 16:20:39.3|Info|RefreshBookService|Updating Info for Five Brothers 2024-07-02 16:20:39.3|Info|RefreshAuthorService|Skipping refresh of author: Rebecca Yarros 2024-07-02 16:20:39.3|Info|RefreshAuthorService|Skipping refresh of author: Robert Dale Goleman 2024-07-02 16:20:39.3|Info|RefreshAuthorService|Skipping refresh of author: Robert Greene 2024-07-02 16:20:39.3|Info|RefreshAuthorService|Skipping refresh of author: Sarah J. Maas 2024-07-02 16:20:39.3|Info|RefreshAuthorService|Updating Info for Scarlett St. Clair 2024-07-02 16:20:39.4|Info|RefreshAuthorService|Updating Info for Scarlett St. Clair 2024-07-02 16:20:39.4|Info|RefreshBookService|Updating Info for Apples Dipped in Gold 2024-07-02 16:20:39.4|Info|RefreshAuthorService|Skipping refresh of author: Sierra Simone 2024-07-02 16:20:39.9|Info|MediaCoverService|Downloading Cover for [73633777][Shadow Princess ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1634579562i/59407132.jpg 2024-07-02 16:20:40.0|Info|MediaCoverService|Downloading Cover for [71900258][Origins of an Academy Bully] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1653624881i/61173920.jpg 2024-07-02 16:20:40.1|Info|MediaCoverService|Downloading Cover for [83869987][Zodiac Academy 6: Fated Throne] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635065905i/59440076.jpg 2024-07-02 16:20:40.7|Info|MediaCoverService|Downloading Cover for [75130183][Beautiful Carnage: A Dark Enemies to Lovers Romance (Dark Empire Book 1) ] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1625449104i/58488130.jpg 2024-07-02 16:20:41.0|Info|MediaCoverService|Downloading Cover for [75348379][Zodiac Academy 5: Cursed Fates] https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1634817355i/59425115.jpg 2024-07-02 16:21:37.5|Info|RssSyncService|Starting RSS Sync 2024-07-02 16:21:37.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 16:21:37.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 16:06:07 and 06/25/2024 16:21:37 UTC. Search may be required. 2024-07-02 16:21:38.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 16:06:08 and 06/25/2024 16:21:38 UTC. Search may be required. 2024-07-02 16:21:38.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:06:08 and 07/02/2024 16:21:38 UTC. Search may be required. 2024-07-02 16:21:43.0|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 16:21:43.1|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 16:34:07.6|Info|DiskScanService|Scanning /books/ 2024-07-02 16:34:08.0|Info|ImportDecisionMaker|Reading file 1/5 2024-07-02 16:34:08.0|Info|ImportDecisionMaker|Reading file 2/5 2024-07-02 16:34:08.0|Info|ImportDecisionMaker|Reading file 3/5 2024-07-02 16:34:08.1|Info|ImportDecisionMaker|Reading file 4/5 2024-07-02 16:34:08.1|Info|ImportDecisionMaker|Reading file 5/5 2024-07-02 16:34:08.1|Info|TrackGroupingService|Grouping 5 tracks 2024-07-02 16:34:08.1|Info|IdentificationService|Identifying book 1/5 2024-07-02 16:34:08.2|Info|IdentificationService|Identifying book 2/5 2024-07-02 16:34:08.2|Info|IdentificationService|Identifying book 3/5 2024-07-02 16:34:08.3|Info|IdentificationService|Identifying book 4/5 2024-07-02 16:34:08.3|Info|IdentificationService|Identifying book 5/5 2024-07-02 16:34:08.4|Info|ImportApprovedBooks|Importing book 1/5 [73674686][Dark Fae] 2024-07-02 16:34:08.4|Info|ImportApprovedBooks|Importing book 2/5 [73931818][Savage Fae (Ruthless Boys of the Zodiac Book 2)] 2024-07-02 16:34:08.4|Info|ImportApprovedBooks|Importing book 3/5 [74576550][Vicious Fae] 2024-07-02 16:34:08.4|Info|ImportApprovedBooks|Importing book 4/5 [76173516][Broken Fae] 2024-07-02 16:34:08.4|Info|ImportApprovedBooks|Importing book 5/5 [85811442][Warrior Fae] 2024-07-02 16:34:08.5|Info|ImportApprovedBooks|Importing 5 files 2024-07-02 16:37:07.6|Info|RssSyncService|Starting RSS Sync 2024-07-02 16:37:08.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 16:21:38 and 06/25/2024 16:37:08 UTC. Search may be required. 2024-07-02 16:37:08.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 16:21:37 and 06/25/2024 16:37:08 UTC. Search may be required. 2024-07-02 16:37:08.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:21:38 and 07/02/2024 16:37:08 UTC. Search may be required. 2024-07-02 16:37:08.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 16:37:09.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 16:37:13.1|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 16:37:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 16:52:37.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 16:52:38.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 16:52:38.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 16:37:08 and 06/25/2024 16:52:38 UTC. Search may be required. 2024-07-02 16:52:38.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:37:08 and 07/02/2024 16:52:38 UTC. Search may be required. 2024-07-02 16:52:38.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 16:37:08 and 06/25/2024 16:52:38 UTC. Search may be required. 2024-07-02 16:52:43.2|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 16:52:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 17:03:42.0|Warn|Torznab|Unable to connect to indexer. 2024-07-02 17:03:42.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Unable to connect to indexer, indexer's server is unavailable. Try again later. Http request timed out 2024-07-02 17:03:42.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 17:03:44.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 17:08:07.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 17:08:08.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 16:52:38 and 06/25/2024 17:08:08 UTC. Search may be required. 2024-07-02 17:08:08.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 17:08:08.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:52:38 and 07/02/2024 17:08:08 UTC. Search may be required. 2024-07-02 17:08:08.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 16:52:38 and 06/25/2024 17:08:08 UTC. Search may be required. 2024-07-02 17:08:13.3|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 17:08:13.4|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 17:23:37.9|Info|RssSyncService|Starting RSS Sync 2024-07-02 17:23:38.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 17:23:38.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 17:08:08 and 07/02/2024 17:23:38 UTC. Search may be required. 2024-07-02 17:23:38.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:08:08 and 06/25/2024 17:23:38 UTC. Search may be required. 2024-07-02 17:23:38.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:08:08 and 06/25/2024 17:23:38 UTC. Search may be required. 2024-07-02 17:23:43.4|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 17:23:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 17:39:08.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 17:39:08.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 17:39:08.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 17:23:38 and 07/02/2024 17:39:08 UTC. Search may be required. 2024-07-02 17:39:09.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:23:38 and 06/25/2024 17:39:09 UTC. Search may be required. 2024-07-02 17:39:09.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:23:38 and 06/25/2024 17:39:09 UTC. Search may be required. 2024-07-02 17:39:13.5|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 17:39:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 17:54:38.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 17:54:38.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:39:09 and 06/25/2024 17:54:38 UTC. Search may be required. 2024-07-02 17:54:38.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 17:54:38.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:39:09 and 06/25/2024 17:54:38 UTC. Search may be required. 2024-07-02 17:54:38.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 17:39:08 and 07/02/2024 17:54:38 UTC. Search may be required. 2024-07-02 17:54:40.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 17:54:43.7|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 17:54:43.8|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 18:10:08.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 18:10:08.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 17:54:38 and 07/02/2024 18:10:08 UTC. Search may be required. 2024-07-02 18:10:09.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:54:38 and 06/25/2024 18:10:09 UTC. Search may be required. 2024-07-02 18:10:09.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 18:10:09.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 17:54:38 and 06/25/2024 18:10:09 UTC. Search may be required. 2024-07-02 18:10:10.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/02/2024 22:50:49 and 07/02/2024 22:50:49 UTC. Search may be required. 2024-07-02 18:10:13.8|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-02 18:10:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-02 18:25:38.5|Info|RssSyncService|Starting RSS Sync 2024-07-02 18:25:38.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 18:10:08 and 07/02/2024 18:25:38 UTC. Search may be required. 2024-07-02 18:25:38.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 18:25:39.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:10:09 and 06/25/2024 18:25:39 UTC. Search may be required. 2024-07-02 18:25:39.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:10:09 and 06/25/2024 18:25:39 UTC. Search may be required. 2024-07-02 18:25:43.9|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 18:25:44.1|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 18:41:08.6|Info|RssSyncService|Starting RSS Sync 2024-07-02 18:41:09.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:25:39 and 06/25/2024 18:41:09 UTC. Search may be required. 2024-07-02 18:41:09.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 18:41:09.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:25:39 and 06/25/2024 18:41:09 UTC. Search may be required. 2024-07-02 18:41:09.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 18:25:38 and 07/02/2024 18:41:09 UTC. Search may be required. 2024-07-02 18:41:14.1|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 18:41:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 18:56:38.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 18:56:39.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 18:56:39.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 18:41:09 and 07/02/2024 18:56:39 UTC. Search may be required. 2024-07-02 18:56:40.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:41:09 and 06/25/2024 18:56:40 UTC. Search may be required. 2024-07-02 18:56:43.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:41:09 and 06/25/2024 18:56:43 UTC. Search may be required. 2024-07-02 18:56:44.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-02 18:56:44.6|Warn|Torznab|API Request Limit reached for TheRARBG (Prowlarr). Disabled for 00:01:00 2024-07-02 18:56:44.6|Info|DownloadDecisionMaker|Processing 225 releases 2024-07-02 18:56:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 225, Reports grabbed: 0 2024-07-02 19:12:08.9|Info|RssSyncService|Starting RSS Sync 2024-07-02 19:12:09.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:56:40 and 06/25/2024 19:12:09 UTC. Search may be required. 2024-07-02 19:12:09.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 18:56:43 and 06/25/2024 19:12:09 UTC. Search may be required. 2024-07-02 19:12:09.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 19:12:09.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 18:56:39 and 07/02/2024 19:12:09 UTC. Search may be required. 2024-07-02 19:12:14.3|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 19:12:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 19:27:39.0|Info|RssSyncService|Starting RSS Sync 2024-07-02 19:27:39.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 19:12:09 and 07/02/2024 19:27:39 UTC. Search may be required. 2024-07-02 19:27:39.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 19:27:39.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:12:09 and 06/25/2024 19:27:39 UTC. Search may be required. 2024-07-02 19:27:39.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:12:09 and 06/25/2024 19:27:39 UTC. Search may be required. 2024-07-02 19:27:44.4|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 19:27:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 19:43:09.1|Info|RssSyncService|Starting RSS Sync 2024-07-02 19:43:09.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 19:43:10.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 19:27:39 and 07/02/2024 19:43:09 UTC. Search may be required. 2024-07-02 19:43:10.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:27:39 and 06/25/2024 19:43:10 UTC. Search may be required. 2024-07-02 19:43:10.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:27:39 and 06/25/2024 19:43:10 UTC. Search may be required. 2024-07-02 19:43:14.7|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 19:43:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 19:58:39.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 19:58:39.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 19:58:39.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:43:10 and 06/25/2024 19:58:39 UTC. Search may be required. 2024-07-02 19:58:39.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 19:43:09 and 07/02/2024 19:58:39 UTC. Search may be required. 2024-07-02 19:58:40.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:43:10 and 06/25/2024 19:58:40 UTC. Search may be required. 2024-07-02 19:58:44.6|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 19:58:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 20:14:09.3|Info|RssSyncService|Starting RSS Sync 2024-07-02 20:14:09.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:58:39 and 06/25/2024 20:14:09 UTC. Search may be required. 2024-07-02 20:14:09.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 20:14:09.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 19:58:40 and 06/25/2024 20:14:09 UTC. Search may be required. 2024-07-02 20:14:09.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 19:58:39 and 07/02/2024 20:14:09 UTC. Search may be required. 2024-07-02 20:14:11.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 20:14:14.7|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 20:14:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 20:29:39.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 20:29:39.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 20:14:09 and 07/02/2024 20:29:39 UTC. Search may be required. 2024-07-02 20:29:39.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 20:29:39.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:14:09 and 06/25/2024 20:29:39 UTC. Search may be required. 2024-07-02 20:29:39.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:14:09 and 06/25/2024 20:29:39 UTC. Search may be required. 2024-07-02 20:29:44.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:05:02 and 07/02/2024 16:05:02 UTC. Search may be required. 2024-07-02 20:29:44.8|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-02 20:29:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-02 20:45:09.5|Info|RssSyncService|Starting RSS Sync 2024-07-02 20:45:09.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:29:39 and 06/25/2024 20:45:09 UTC. Search may be required. 2024-07-02 20:45:10.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 20:29:39 and 07/02/2024 20:45:10 UTC. Search may be required. 2024-07-02 20:45:10.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 20:45:10.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:29:39 and 06/25/2024 20:45:10 UTC. Search may be required. 2024-07-02 20:45:14.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:05:02 and 07/02/2024 16:05:02 UTC. Search may be required. 2024-07-02 20:45:14.9|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-02 20:45:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-02 21:00:39.6|Info|RssSyncService|Starting RSS Sync 2024-07-02 21:00:40.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:45:09 and 06/25/2024 21:00:40 UTC. Search may be required. 2024-07-02 21:00:40.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 20:45:10 and 06/25/2024 21:00:40 UTC. Search may be required. 2024-07-02 21:00:40.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 21:00:40.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 20:45:10 and 07/02/2024 21:00:40 UTC. Search may be required. 2024-07-02 21:00:41.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-02 21:00:45.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:05:02 and 07/02/2024 16:05:02 UTC. Search may be required. 2024-07-02 21:00:45.0|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-02 21:00:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-02 21:16:09.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 21:16:10.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 21:16:10.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:00:40 and 07/02/2024 21:16:10 UTC. Search may be required. 2024-07-02 21:16:11.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:00:40 and 06/25/2024 21:16:11 UTC. Search may be required. 2024-07-02 21:16:11.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:00:40 and 06/25/2024 21:16:11 UTC. Search may be required. 2024-07-02 21:16:11.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:55:20 and 07/03/2024 01:56:04 UTC. Search may be required. 2024-07-02 21:16:15.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:05:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 21:16:15.2|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 21:16:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 21:31:39.9|Info|RssSyncService|Starting RSS Sync 2024-07-02 21:31:40.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 21:31:40.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:16:10 and 07/02/2024 21:31:40 UTC. Search may be required. 2024-07-02 21:31:40.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:16:11 and 06/25/2024 21:31:40 UTC. Search may be required. 2024-07-02 21:31:40.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:16:11 and 06/25/2024 21:31:40 UTC. Search may be required. 2024-07-02 21:31:45.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:10:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 21:31:45.3|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 21:31:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 21:47:10.0|Info|RssSyncService|Starting RSS Sync 2024-07-02 21:47:10.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:31:40 and 06/25/2024 21:47:10 UTC. Search may be required. 2024-07-02 21:47:10.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:31:40 and 07/02/2024 21:47:10 UTC. Search may be required. 2024-07-02 21:47:10.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 21:47:10.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:31:40 and 06/25/2024 21:47:10 UTC. Search may be required. 2024-07-02 21:47:15.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:10:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 21:47:15.4|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 21:47:15.6|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 21:58:20.1|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from SABNzb [v0.3.29.2565] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Http request timed out ---> System.Net.WebException: Http request timed out ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException (125): Operation canceled --- End of inner exception stack trace --- 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.Http.HttpConnection.InitialFillAsync(Boolean async) at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Readarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 145 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Readarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Readarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Readarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Readarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 214 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Readarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 214 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue(Int32 start, Int32 limit, SabnzbdSettings settings) in ./Readarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 127 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue() in ./Readarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetItems()+MoveNext() in ./Readarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 186 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Readarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 89 2024-07-02 22:02:40.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 22:02:40.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 22:02:40.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:47:10 and 06/25/2024 22:02:40 UTC. Search may be required. 2024-07-02 22:02:40.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:47:10 and 07/02/2024 22:02:40 UTC. Search may be required. 2024-07-02 22:02:40.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 21:47:10 and 06/25/2024 22:02:40 UTC. Search may be required. 2024-07-02 22:02:45.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:10:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 22:02:45.6|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-02 22:02:45.7|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-02 22:18:10.2|Info|RssSyncService|Starting RSS Sync 2024-07-02 22:18:10.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 22:18:10.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:02:40 and 06/25/2024 22:18:10 UTC. Search may be required. 2024-07-02 22:18:11.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:02:40 and 06/25/2024 22:18:11 UTC. Search may be required. 2024-07-02 22:18:15.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:10:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 22:18:15.7|Info|DownloadDecisionMaker|Processing 310 releases 2024-07-02 22:18:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 310, Reports grabbed: 0 2024-07-02 22:33:40.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 22:33:40.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:18:10 and 06/25/2024 22:33:40 UTC. Search may be required. 2024-07-02 22:33:40.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 22:33:40.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:18:11 and 06/25/2024 22:33:40 UTC. Search may be required. 2024-07-02 22:33:45.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:10:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 22:33:45.8|Info|DownloadDecisionMaker|Processing 310 releases 2024-07-02 22:33:46.0|Info|RssSyncService|RSS Sync Completed. Reports found: 310, Reports grabbed: 0 2024-07-02 22:49:10.4|Info|RssSyncService|Starting RSS Sync 2024-07-02 22:49:10.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 22:49:11.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:33:40 and 06/25/2024 22:49:11 UTC. Search may be required. 2024-07-02 22:49:11.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:33:40 and 06/25/2024 22:49:11 UTC. Search may be required. 2024-07-02 22:49:15.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:10:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 22:49:15.9|Info|DownloadDecisionMaker|Processing 310 releases 2024-07-02 22:49:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 310, Reports grabbed: 0 2024-07-02 23:04:11.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 23:04:21.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 23:04:22.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 23:04:23.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-02 23:04:40.6|Info|RssSyncService|Starting RSS Sync 2024-07-02 23:04:40.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 22:02:40 and 07/02/2024 23:04:40 UTC. Search may be required. 2024-07-02 23:04:40.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 23:04:41.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:49:11 and 07/01/2024 23:04:41 UTC. Search may be required. 2024-07-02 23:04:46.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:10:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 23:04:46.0|Info|DownloadDecisionMaker|Processing 309 releases 2024-07-02 23:04:46.2|Info|RssSyncService|RSS Sync Completed. Reports found: 309, Reports grabbed: 0 2024-07-02 23:20:10.7|Info|RssSyncService|Starting RSS Sync 2024-07-02 23:20:11.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 23:20:11.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 23:04:40 and 07/02/2024 23:20:11 UTC. Search may be required. 2024-07-02 23:20:16.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/02/2024 21:10:02 and 07/02/2024 21:10:02 UTC. Search may be required. 2024-07-02 23:20:16.1|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-02 23:20:16.3|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-02 23:35:40.8|Info|RssSyncService|Starting RSS Sync 2024-07-02 23:35:41.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 23:20:11 and 07/02/2024 23:35:41 UTC. Search may be required. 2024-07-02 23:35:41.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 23:35:42.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 04:14:10 and 07/03/2024 04:16:08 UTC. Search may be required. 2024-07-02 23:35:46.3|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-02 23:35:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-02 23:51:11.0|Info|RssSyncService|Starting RSS Sync 2024-07-02 23:51:11.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 23:35:41 and 07/02/2024 23:51:11 UTC. Search may be required. 2024-07-02 23:51:11.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-02 23:51:16.4|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-02 23:51:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-03 00:06:41.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 00:06:41.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/02/2024 23:51:11 and 07/03/2024 00:06:41 UTC. Search may be required. 2024-07-03 00:06:41.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 00:06:43.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 00:06:46.6|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-03 00:06:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-03 00:22:11.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 00:22:11.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 00:06:41 and 07/03/2024 00:22:11 UTC. Search may be required. 2024-07-03 00:22:11.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 00:22:16.7|Info|DownloadDecisionMaker|Processing 311 releases 2024-07-03 00:22:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 311, Reports grabbed: 0 2024-07-03 00:37:41.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 00:37:41.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 00:22:11 and 07/03/2024 00:37:41 UTC. Search may be required. 2024-07-03 00:37:41.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 00:37:42.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/02/2024 16:08:13 and 07/03/2024 01:10:41 UTC. Search may be required. 2024-07-03 00:37:46.8|Info|DownloadDecisionMaker|Processing 312 releases 2024-07-03 00:37:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 312, Reports grabbed: 0 2024-07-03 00:53:11.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 00:53:11.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 00:53:11.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 00:37:41 and 07/03/2024 00:53:11 UTC. Search may be required. 2024-07-03 00:53:12.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:10:41 and 07/03/2024 01:10:41 UTC. Search may be required. 2024-07-03 00:53:17.0|Info|DownloadDecisionMaker|Processing 312 releases 2024-07-03 00:53:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 312, Reports grabbed: 0 2024-07-03 01:08:41.6|Info|RssSyncService|Starting RSS Sync 2024-07-03 01:08:41.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 00:53:11 and 07/03/2024 01:08:41 UTC. Search may be required. 2024-07-03 01:08:42.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 01:08:42.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:10:41 and 07/03/2024 01:10:41 UTC. Search may be required. 2024-07-03 01:08:47.0|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-03 01:08:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-03 01:24:11.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 01:24:12.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 01:24:12.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:08:41 and 07/03/2024 01:24:12 UTC. Search may be required. 2024-07-03 01:24:17.1|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-03 01:24:17.3|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-03 01:39:41.8|Info|RssSyncService|Starting RSS Sync 2024-07-03 01:39:42.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:24:12 and 07/03/2024 01:39:42 UTC. Search may be required. 2024-07-03 01:39:42.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 01:39:47.2|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-03 01:39:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-03 01:55:11.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 01:55:12.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 01:55:12.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:39:42 and 07/03/2024 01:55:12 UTC. Search may be required. 2024-07-03 01:55:19.1|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-03 01:55:19.2|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-03 02:10:42.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 02:10:42.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 02:10:42.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:55:12 and 07/03/2024 02:10:42 UTC. Search may be required. 2024-07-03 02:10:47.5|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-03 02:10:47.6|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-03 02:26:12.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 02:26:12.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 02:26:12.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 02:10:42 and 07/03/2024 02:26:12 UTC. Search may be required. 2024-07-03 02:26:17.6|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-03 02:26:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-03 02:41:42.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 02:41:42.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 02:26:12 and 07/03/2024 02:41:42 UTC. Search may be required. 2024-07-03 02:41:42.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 02:41:51.9|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-03 02:41:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-03 02:57:12.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 02:57:12.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 02:57:13.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 02:41:42 and 07/03/2024 02:57:12 UTC. Search may be required. 2024-07-03 02:57:17.8|Info|DownloadDecisionMaker|Processing 312 releases 2024-07-03 02:57:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 312, Reports grabbed: 0 2024-07-03 03:12:42.6|Info|RssSyncService|Starting RSS Sync 2024-07-03 03:12:42.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 02:57:12 and 07/03/2024 03:12:42 UTC. Search may be required. 2024-07-03 03:12:43.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 03:12:48.0|Info|DownloadDecisionMaker|Processing 312 releases 2024-07-03 03:12:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 312, Reports grabbed: 0 2024-07-03 03:28:12.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 03:28:13.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 03:28:13.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 03:12:42 and 07/03/2024 03:28:13 UTC. Search may be required. 2024-07-03 03:28:14.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 03:28:18.1|Info|DownloadDecisionMaker|Processing 312 releases 2024-07-03 03:28:18.3|Info|RssSyncService|RSS Sync Completed. Reports found: 312, Reports grabbed: 0 2024-07-03 03:43:42.8|Info|RssSyncService|Starting RSS Sync 2024-07-03 03:43:43.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:10:41 and 07/03/2024 04:27:45 UTC. Search may be required. 2024-07-03 03:43:43.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 03:43:43.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 03:28:13 and 07/03/2024 03:43:43 UTC. Search may be required. 2024-07-03 03:43:43.6|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/02/2024 15:04:44 and 07/03/2024 03:27:34 UTC. Search may be required. 2024-07-03 03:43:44.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:25:08 and 07/03/2024 08:25:37 UTC. Search may be required. 2024-07-03 03:43:48.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:10:01 and 07/03/2024 01:10:01 UTC. Search may be required. 2024-07-03 03:43:48.2|Info|DownloadDecisionMaker|Processing 316 releases 2024-07-03 03:43:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 316, Reports grabbed: 0 2024-07-03 03:59:12.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 03:59:13.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 03:43:43 and 07/03/2024 03:59:13 UTC. Search may be required. 2024-07-03 03:59:13.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 03:59:14.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:41:31 and 07/03/2024 08:49:13 UTC. Search may be required. 2024-07-03 03:59:18.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:10:01 and 07/03/2024 01:10:01 UTC. Search may be required. 2024-07-03 03:59:18.3|Info|DownloadDecisionMaker|Processing 313 releases 2024-07-03 03:59:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 313, Reports grabbed: 0 2024-07-03 04:14:42.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 04:14:43.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 04:14:43.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 03:59:13 and 07/03/2024 04:14:43 UTC. Search may be required. 2024-07-03 04:14:45.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:56:14 and 07/03/2024 09:03:45 UTC. Search may be required. 2024-07-03 04:14:48.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:10:01 and 07/03/2024 01:10:01 UTC. Search may be required. 2024-07-03 04:14:48.4|Info|DownloadDecisionMaker|Processing 310 releases 2024-07-03 04:14:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 310, Reports grabbed: 0 2024-07-03 04:30:13.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 04:30:13.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 04:14:43 and 07/03/2024 04:30:13 UTC. Search may be required. 2024-07-03 04:30:13.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 04:30:15.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 04:30:15.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:11:28 and 07/03/2024 09:21:46 UTC. Search may be required. 2024-07-03 04:30:18.5|Info|DownloadDecisionMaker|Processing 309 releases 2024-07-03 04:30:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 309, Reports grabbed: 0 2024-07-03 04:45:43.2|Info|RssSyncService|Starting RSS Sync 2024-07-03 04:45:43.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 04:45:43.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 04:30:13 and 07/03/2024 04:45:43 UTC. Search may be required. 2024-07-03 04:45:45.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:28:47 and 07/03/2024 09:32:55 UTC. Search may be required. 2024-07-03 04:45:48.6|Info|DownloadDecisionMaker|Processing 309 releases 2024-07-03 04:45:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 309, Reports grabbed: 0 2024-07-03 05:01:13.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 05:01:13.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 05:01:13.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 04:45:43 and 07/03/2024 05:01:13 UTC. Search may be required. 2024-07-03 05:01:14.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 03:29:32 and 07/03/2024 04:55:11 UTC. Search may be required. 2024-07-03 05:01:15.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:41:23 and 07/03/2024 09:47:51 UTC. Search may be required. 2024-07-03 05:01:18.8|Info|DownloadDecisionMaker|Processing 312 releases 2024-07-03 05:01:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 312, Reports grabbed: 0 2024-07-03 05:04:42.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 05:04:52.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 05:04:52.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 05:04:54.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 05:16:43.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 05:16:43.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:01:13 and 07/03/2024 05:16:43 UTC. Search may be required. 2024-07-03 05:16:43.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 04:29:45 and 07/03/2024 05:55:49 UTC. Search may be required. 2024-07-03 05:16:43.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 05:16:48.9|Info|DownloadDecisionMaker|Processing 315 releases 2024-07-03 05:16:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 315, Reports grabbed: 0 2024-07-03 05:32:13.6|Info|RssSyncService|Starting RSS Sync 2024-07-03 05:32:14.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 05:32:14.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:57:49 and 07/03/2024 05:57:59 UTC. Search may be required. 2024-07-03 05:32:14.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:16:43 and 07/03/2024 05:32:14 UTC. Search may be required. 2024-07-03 05:32:15.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:11:50 and 07/03/2024 10:14:45 UTC. Search may be required. 2024-07-03 05:32:19.0|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-03 05:32:19.2|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-03 05:47:43.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 05:47:44.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:32:14 and 07/03/2024 05:47:44 UTC. Search may be required. 2024-07-03 05:47:44.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 05:47:44.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/14/api?t=book&cat=7000,3030,7020,7030,7050&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-03 05:47:44.7|Warn|Torznab|API Request Limit reached for The Pirate Bay (Prowlarr). Disabled for 00:05:00 2024-07-03 05:47:49.2|Info|DownloadDecisionMaker|Processing 316 releases 2024-07-03 05:47:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 316, Reports grabbed: 0 2024-07-03 06:03:13.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 06:03:14.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:47:44 and 07/03/2024 06:03:14 UTC. Search may be required. 2024-07-03 06:03:14.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 06:03:19.3|Info|DownloadDecisionMaker|Processing 327 releases 2024-07-03 06:03:19.5|Info|RssSyncService|RSS Sync Completed. Reports found: 327, Reports grabbed: 0 2024-07-03 06:18:44.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 06:18:44.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:03:14 and 07/03/2024 06:18:44 UTC. Search may be required. 2024-07-03 06:18:44.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 06:18:46.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 06:18:49.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 01:10:01 and 07/03/2024 06:10:02 UTC. Search may be required. 2024-07-03 06:18:49.4|Info|DownloadDecisionMaker|Processing 335 releases 2024-07-03 06:18:49.6|Info|RssSyncService|RSS Sync Completed. Reports found: 335, Reports grabbed: 0 2024-07-03 06:34:14.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 06:34:14.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:18:44 and 07/03/2024 06:34:14 UTC. Search may be required. 2024-07-03 06:34:14.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 06/26/2024 05:00:00 UTC. Search may be required. 2024-07-03 06:34:19.5|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-03 06:34:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-03 06:49:44.2|Info|RssSyncService|Starting RSS Sync 2024-07-03 06:49:44.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 06/26/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 06:49:44.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:34:14 and 07/03/2024 06:49:44 UTC. Search may be required. 2024-07-03 06:49:49.7|Info|DownloadDecisionMaker|Processing 333 releases 2024-07-03 06:49:50.0|Info|RssSyncService|RSS Sync Completed. Reports found: 333, Reports grabbed: 0 2024-07-03 07:05:14.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 07:05:14.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:49:44 and 07/03/2024 07:05:14 UTC. Search may be required. 2024-07-03 07:05:14.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 07:05:16.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 07:05:19.8|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-03 07:05:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-03 07:20:44.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 07:20:44.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:05:14 and 07/03/2024 07:20:44 UTC. Search may be required. 2024-07-03 07:20:44.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 07:20:49.9|Info|DownloadDecisionMaker|Processing 330 releases 2024-07-03 07:20:50.0|Info|RssSyncService|RSS Sync Completed. Reports found: 330, Reports grabbed: 0 2024-07-03 07:36:14.6|Info|RssSyncService|Starting RSS Sync 2024-07-03 07:36:14.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:20:44 and 07/03/2024 07:36:14 UTC. Search may be required. 2024-07-03 07:36:15.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 07:36:20.0|Info|DownloadDecisionMaker|Processing 330 releases 2024-07-03 07:36:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 330, Reports grabbed: 0 2024-07-03 07:51:44.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 07:51:45.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 07:51:45.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:36:14 and 07/03/2024 07:51:45 UTC. Search may be required. 2024-07-03 07:51:50.2|Info|DownloadDecisionMaker|Processing 328 releases 2024-07-03 07:51:50.4|Info|RssSyncService|RSS Sync Completed. Reports found: 328, Reports grabbed: 0 2024-07-03 08:07:14.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 08:07:15.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:51:45 and 07/03/2024 08:07:15 UTC. Search may be required. 2024-07-03 08:07:15.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 08:07:16.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 08:07:20.3|Info|DownloadDecisionMaker|Processing 330 releases 2024-07-03 08:07:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 330, Reports grabbed: 0 2024-07-03 08:22:45.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 08:22:45.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:22:08 and 07/03/2024 07:24:44 UTC. Search may be required. 2024-07-03 08:22:45.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 08:22:45.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:07:15 and 07/03/2024 08:22:45 UTC. Search may be required. 2024-07-03 08:22:50.4|Info|DownloadDecisionMaker|Processing 328 releases 2024-07-03 08:22:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 328, Reports grabbed: 0 2024-07-03 08:38:15.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 08:38:15.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:22:45 and 07/03/2024 08:38:15 UTC. Search may be required. 2024-07-03 08:38:15.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 08:38:20.6|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-03 08:38:20.8|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-03 08:53:45.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 08:53:45.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:38:15 and 07/03/2024 08:53:45 UTC. Search may be required. 2024-07-03 08:53:45.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 08:53:47.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/25/2024 10:10:32 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 08:53:50.7|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-03 08:53:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-03 09:09:15.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 09:09:15.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:53:45 and 07/03/2024 09:09:15 UTC. Search may be required. 2024-07-03 09:09:15.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 09:09:20.8|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-03 09:09:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-03 09:24:45.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 09:24:45.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:09:15 and 07/03/2024 09:24:45 UTC. Search may be required. 2024-07-03 09:24:45.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 09:24:47.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:03:59 and 07/03/2024 14:12:14 UTC. Search may be required. 2024-07-03 09:24:50.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:05:02 and 07/03/2024 09:10:43 UTC. Search may be required. 2024-07-03 09:24:50.9|Info|DownloadDecisionMaker|Processing 335 releases 2024-07-03 09:24:51.1|Info|RssSyncService|RSS Sync Completed. Reports found: 335, Reports grabbed: 0 2024-07-03 09:40:15.6|Info|RssSyncService|Starting RSS Sync 2024-07-03 09:40:16.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 09:40:16.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:24:45 and 07/03/2024 09:40:16 UTC. Search may be required. 2024-07-03 09:40:21.0|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-03 09:40:21.2|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-03 09:55:45.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 09:55:46.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:40:16 and 07/03/2024 09:55:46 UTC. Search may be required. 2024-07-03 09:55:46.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 09:55:46.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:54:00 and 07/03/2024 10:38:27 UTC. Search may be required. 2024-07-03 09:55:47.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 09:55:51.2|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-03 09:55:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-03 10:11:15.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 10:11:16.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 10:11:16.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:55:46 and 07/03/2024 10:11:16 UTC. Search may be required. 2024-07-03 10:11:21.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:10:46 and 07/03/2024 10:05:02 UTC. Search may be required. 2024-07-03 10:11:21.3|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-03 10:11:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-03 10:26:46.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 10:26:46.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:43:33 and 07/03/2024 09:33:32 UTC. Search may be required. 2024-07-03 10:26:46.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:11:16 and 07/03/2024 10:26:46 UTC. Search may be required. 2024-07-03 10:26:46.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 10:26:51.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:05:03 and 07/03/2024 10:20:16 UTC. Search may be required. 2024-07-03 10:26:51.4|Info|DownloadDecisionMaker|Processing 344 releases 2024-07-03 10:26:51.6|Info|RssSyncService|RSS Sync Completed. Reports found: 344, Reports grabbed: 0 2024-07-03 10:42:16.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 10:42:16.2|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:33:32 and 07/03/2024 09:33:32 UTC. Search may be required. 2024-07-03 10:42:16.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:26:46 and 07/03/2024 10:42:16 UTC. Search may be required. 2024-07-03 10:42:16.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 10:42:21.6|Info|DownloadDecisionMaker|Processing 342 releases 2024-07-03 10:42:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 342, Reports grabbed: 0 2024-07-03 10:57:46.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 10:57:46.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:33:32 and 07/03/2024 09:33:32 UTC. Search may be required. 2024-07-03 10:57:46.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 10:57:46.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:42:16 and 07/03/2024 10:57:46 UTC. Search may be required. 2024-07-03 10:57:51.7|Info|DownloadDecisionMaker|Processing 341 releases 2024-07-03 10:57:51.9|Info|RssSyncService|RSS Sync Completed. Reports found: 341, Reports grabbed: 0 2024-07-03 11:05:13.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 11:05:23.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 11:05:23.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 11:05:25.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 11:13:16.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 11:13:16.5|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:33:32 and 07/03/2024 09:33:32 UTC. Search may be required. 2024-07-03 11:13:16.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:57:46 and 07/03/2024 11:13:16 UTC. Search may be required. 2024-07-03 11:13:16.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 11:13:17.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 10:57:47 and 07/02/2024 11:13:17 UTC. Search may be required. 2024-07-03 11:13:21.8|Info|DownloadDecisionMaker|Processing 340 releases 2024-07-03 11:13:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 340, Reports grabbed: 0 2024-07-03 11:28:46.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 11:28:46.7|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:33:32 and 07/03/2024 09:33:32 UTC. Search may be required. 2024-07-03 11:28:46.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 11:13:16 and 07/03/2024 11:28:46 UTC. Search may be required. 2024-07-03 11:28:46.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 11:28:47.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 11:13:17 and 07/02/2024 11:28:47 UTC. Search may be required. 2024-07-03 11:28:52.0|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-03 11:28:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-03 11:44:16.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 11:44:16.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:33:32 and 07/03/2024 09:33:32 UTC. Search may be required. 2024-07-03 11:44:17.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 11:28:46 and 07/03/2024 11:44:17 UTC. Search may be required. 2024-07-03 11:44:17.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 11:44:17.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:33:00 and 07/03/2024 10:33:00 UTC. Search may be required. 2024-07-03 11:44:17.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 11:28:47 and 07/02/2024 11:44:17 UTC. Search may be required. 2024-07-03 11:44:18.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 04/09/2024 22:14:07 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 11:44:22.1|Info|DownloadDecisionMaker|Processing 337 releases 2024-07-03 11:44:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 337, Reports grabbed: 0 2024-07-03 11:59:46.8|Info|RssSyncService|Starting RSS Sync 2024-07-03 11:59:46.9|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:33:32 and 07/03/2024 11:14:52 UTC. Search may be required. 2024-07-03 11:59:47.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 11:44:17 and 07/03/2024 11:59:47 UTC. Search may be required. 2024-07-03 11:59:47.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 11:59:47.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 11:44:17 and 07/02/2024 11:59:47 UTC. Search may be required. 2024-07-03 11:59:47.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:33:00 and 07/03/2024 10:33:00 UTC. Search may be required. 2024-07-03 11:59:52.2|Info|DownloadDecisionMaker|Processing 342 releases 2024-07-03 11:59:52.4|Info|RssSyncService|RSS Sync Completed. Reports found: 342, Reports grabbed: 0 2024-07-03 12:15:16.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 12:15:17.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 11:59:47 and 07/02/2024 12:15:17 UTC. Search may be required. 2024-07-03 12:15:17.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 12:15:17.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:33:00 and 07/03/2024 10:33:00 UTC. Search may be required. 2024-07-03 12:15:17.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 11:59:47 and 07/03/2024 12:15:17 UTC. Search may be required. 2024-07-03 12:15:22.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:20:22 and 07/03/2024 12:15:02 UTC. Search may be required. 2024-07-03 12:15:22.3|Info|DownloadDecisionMaker|Processing 346 releases 2024-07-03 12:15:22.5|Info|RssSyncService|RSS Sync Completed. Reports found: 346, Reports grabbed: 0 2024-07-03 12:30:47.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 12:30:47.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 12:15:17 and 07/02/2024 12:30:47 UTC. Search may be required. 2024-07-03 12:30:47.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 12:30:47.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 12:15:17 and 07/03/2024 12:30:47 UTC. Search may be required. 2024-07-03 12:30:47.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:53:00 and 07/03/2024 10:53:00 UTC. Search may be required. 2024-07-03 12:30:52.5|Info|DownloadDecisionMaker|Processing 345 releases 2024-07-03 12:30:52.6|Info|RssSyncService|RSS Sync Completed. Reports found: 345, Reports grabbed: 0 2024-07-03 12:46:17.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 12:46:17.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 12:46:17.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 12:30:47 and 07/02/2024 12:46:17 UTC. Search may be required. 2024-07-03 12:46:17.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 12:30:47 and 07/03/2024 12:46:17 UTC. Search may be required. 2024-07-03 12:46:22.6|Info|DownloadDecisionMaker|Processing 348 releases 2024-07-03 12:46:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 348, Reports grabbed: 0 2024-07-03 13:01:47.2|Info|RssSyncService|Starting RSS Sync 2024-07-03 13:01:47.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 13:01:47.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 12:46:17 and 07/03/2024 13:01:47 UTC. Search may be required. 2024-07-03 13:01:47.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 12:46:17 and 07/02/2024 13:01:47 UTC. Search may be required. 2024-07-03 13:01:52.7|Info|DownloadDecisionMaker|Processing 344 releases 2024-07-03 13:01:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 344, Reports grabbed: 0 2024-07-03 13:17:17.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 13:17:17.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 13:17:18.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 13:01:47 and 07/03/2024 13:17:18 UTC. Search may be required. 2024-07-03 13:17:18.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 13:01:47 and 07/02/2024 13:17:18 UTC. Search may be required. 2024-07-03 13:17:22.8|Info|DownloadDecisionMaker|Processing 346 releases 2024-07-03 13:17:23.0|Info|RssSyncService|RSS Sync Completed. Reports found: 346, Reports grabbed: 0 2024-07-03 13:32:47.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 13:32:48.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 13:32:48.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 13:17:18 and 07/03/2024 13:32:48 UTC. Search may be required. 2024-07-03 13:32:48.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 13:17:18 and 07/02/2024 13:32:48 UTC. Search may be required. 2024-07-03 13:32:53.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 12:15:04 and 07/03/2024 13:20:01 UTC. Search may be required. 2024-07-03 13:32:53.0|Info|DownloadDecisionMaker|Processing 352 releases 2024-07-03 13:32:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 352, Reports grabbed: 0 2024-07-03 13:48:17.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 13:48:18.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 13:48:18.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 13:32:48 and 07/03/2024 13:48:18 UTC. Search may be required. 2024-07-03 13:48:18.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 13:32:48 and 07/02/2024 13:48:18 UTC. Search may be required. 2024-07-03 13:48:19.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 13:48:23.1|Info|DownloadDecisionMaker|Processing 352 releases 2024-07-03 13:48:23.3|Info|RssSyncService|RSS Sync Completed. Reports found: 352, Reports grabbed: 0 2024-07-03 14:03:47.8|Info|RssSyncService|Starting RSS Sync 2024-07-03 14:03:48.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 13:48:18 and 07/02/2024 14:03:48 UTC. Search may be required. 2024-07-03 14:03:48.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 14:03:48.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 13:48:18 and 07/03/2024 14:03:48 UTC. Search may be required. 2024-07-03 14:04:13.4|Info|DownloadDecisionMaker|Processing 345 releases 2024-07-03 14:04:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 345, Reports grabbed: 0 2024-07-03 14:19:17.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 14:19:18.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:03:48 and 07/02/2024 14:19:18 UTC. Search may be required. 2024-07-03 14:19:18.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 14:19:18.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 11:13:28 and 07/03/2024 15:00:45 UTC. Search may be required. 2024-07-03 14:19:18.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:03:48 and 07/03/2024 14:19:18 UTC. Search may be required. 2024-07-03 14:19:23.3|Info|DownloadDecisionMaker|Processing 346 releases 2024-07-03 14:19:23.5|Info|RssSyncService|RSS Sync Completed. Reports found: 346, Reports grabbed: 0 2024-07-03 14:34:48.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 14:34:48.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 14:34:48.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:19:18 and 07/03/2024 14:34:48 UTC. Search may be required. 2024-07-03 14:34:48.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:19:18 and 07/02/2024 14:34:48 UTC. Search may be required. 2024-07-03 14:34:53.5|Info|DownloadDecisionMaker|Processing 346 releases 2024-07-03 14:34:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 346, Reports grabbed: 0 2024-07-03 14:50:18.2|Info|RssSyncService|Starting RSS Sync 2024-07-03 14:50:18.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 14:50:18.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:34:48 and 07/03/2024 14:50:18 UTC. Search may be required. 2024-07-03 14:50:19.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/02/2024 14:34:48 and 07/02/2024 18:50:19 UTC. Search may be required. 2024-07-03 14:50:19.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 06/25/2024 22:49:11 and 07/03/2024 02:50:19 UTC. Search may be required. 2024-07-03 14:50:20.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 14:50:23.6|Info|DownloadDecisionMaker|Processing 354 releases 2024-07-03 14:50:23.8|Info|RssSyncService|RSS Sync Completed. Reports found: 354, Reports grabbed: 0 2024-07-03 15:05:48.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 15:05:48.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 15:05:48.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:50:18 and 07/03/2024 15:05:48 UTC. Search may be required. 2024-07-03 15:05:53.7|Info|DownloadDecisionMaker|Processing 355 releases 2024-07-03 15:05:53.9|Info|RssSyncService|RSS Sync Completed. Reports found: 355, Reports grabbed: 0 2024-07-03 15:21:18.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 15:21:18.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:05:48 and 07/03/2024 15:21:18 UTC. Search may be required. 2024-07-03 15:21:18.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 15:21:18.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:51:00 and 07/03/2024 14:51:00 UTC. Search may be required. 2024-07-03 15:21:23.8|Info|DownloadDecisionMaker|Processing 352 releases 2024-07-03 15:21:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 352, Reports grabbed: 0 2024-07-03 15:36:48.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 15:36:48.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 15:36:49.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:51:00 and 07/03/2024 14:51:00 UTC. Search may be required. 2024-07-03 15:36:49.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:21:18 and 07/03/2024 15:36:49 UTC. Search may be required. 2024-07-03 15:36:54.0|Info|DownloadDecisionMaker|Processing 351 releases 2024-07-03 15:36:54.2|Info|RssSyncService|RSS Sync Completed. Reports found: 351, Reports grabbed: 0 2024-07-03 15:52:18.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 15:52:19.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 15:52:19.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:51:00 and 07/03/2024 14:51:00 UTC. Search may be required. 2024-07-03 15:52:19.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:36:49 and 07/03/2024 15:52:19 UTC. Search may be required. 2024-07-03 15:52:24.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:10:01 and 07/03/2024 15:10:01 UTC. Search may be required. 2024-07-03 15:52:24.1|Info|DownloadDecisionMaker|Processing 350 releases 2024-07-03 15:52:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 350, Reports grabbed: 0 2024-07-03 16:07:48.8|Info|RssSyncService|Starting RSS Sync 2024-07-03 16:07:48.9|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 11:44:05 and 07/03/2024 14:55:43 UTC. Search may be required. 2024-07-03 16:07:49.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 16:07:49.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:52:19 and 07/03/2024 16:07:49 UTC. Search may be required. 2024-07-03 16:07:49.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:51:00 and 07/03/2024 14:51:00 UTC. Search may be required. 2024-07-03 16:07:54.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:10:01 and 07/03/2024 15:10:01 UTC. Search may be required. 2024-07-03 16:07:54.4|Info|DownloadDecisionMaker|Processing 364 releases 2024-07-03 16:07:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 364, Reports grabbed: 0 2024-07-03 16:20:49.2|Info|HousekeepingService|Running housecleaning tasks 2024-07-03 16:20:49.3|Info|Database|Vacuuming Cache database 2024-07-03 16:20:49.3|Info|Database|Cache database compressed 2024-07-03 16:20:49.3|Info|Database|Vacuuming Log database 2024-07-03 16:20:49.3|Info|Database|Log database compressed 2024-07-03 16:20:49.3|Info|Database|Vacuuming Main database 2024-07-03 16:20:49.4|Info|Database|Main database compressed 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: A.P. Beswick 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Carissa Broadbent 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Caroline Peckham 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Charles Duhigg 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Colleen Hoover 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Emily McIntire 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: H.D. Carlton 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: James W. Williams 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Jennifer L. Armentrout 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: K.A. Knight 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Kate Stewart 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Katee Robert 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Ken H. Warner 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Lynn Painter 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Melissa Marr 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Norah Vincent 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Olivie Blake 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Penelope Douglas 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Rebecca Yarros 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Robert Dale Goleman 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Robert Greene 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Sarah J. Maas 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Scarlett St. Clair 2024-07-03 16:20:49.9|Info|RefreshAuthorService|Skipping refresh of author: Sierra Simone 2024-07-03 16:23:18.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 16:23:19.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 16:23:19.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:29:00 and 07/03/2024 16:31:35 UTC. Search may be required. 2024-07-03 16:23:19.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:07:49 and 07/03/2024 16:23:19 UTC. Search may be required. 2024-07-03 16:23:24.4|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-03 16:23:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-03 16:34:19.0|Info|DiskScanService|Scanning /books/ 2024-07-03 16:34:19.4|Info|TrackGroupingService|Grouping 0 tracks 2024-07-03 16:34:19.4|Info|ImportApprovedBooks|Importing 0 files 2024-07-03 16:38:49.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 16:38:49.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 16:38:49.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:23:19 and 07/03/2024 16:38:49 UTC. Search may be required. 2024-07-03 16:38:51.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 16:38:51.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:20:18 and 07/03/2024 21:22:25 UTC. Search may be required. 2024-07-03 16:38:54.5|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-03 16:38:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-03 16:54:19.2|Info|RssSyncService|Starting RSS Sync 2024-07-03 16:54:19.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:38:49 and 07/03/2024 16:54:19 UTC. Search may be required. 2024-07-03 16:54:19.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:31:00 and 07/03/2024 16:31:00 UTC. Search may be required. 2024-07-03 16:54:19.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 16:54:21.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:33:44 and 07/03/2024 21:37:02 UTC. Search may be required. 2024-07-03 16:54:24.6|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-03 16:54:24.8|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-03 17:05:44.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 17:05:54.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 17:05:55.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 17:05:57.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 17:09:49.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 17:09:49.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 17:09:49.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:31:00 and 07/03/2024 16:31:00 UTC. Search may be required. 2024-07-03 17:09:49.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:54:19 and 07/03/2024 17:09:49 UTC. Search may be required. 2024-07-03 17:09:51.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:49:01 and 07/03/2024 21:56:30 UTC. Search may be required. 2024-07-03 17:09:54.7|Info|DownloadDecisionMaker|Processing 364 releases 2024-07-03 17:09:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 364, Reports grabbed: 0 2024-07-03 17:25:19.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 17:25:19.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 17:09:49 and 07/03/2024 17:25:19 UTC. Search may be required. 2024-07-03 17:25:19.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 17:25:20.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:31:00 and 07/03/2024 16:31:00 UTC. Search may be required. 2024-07-03 17:25:21.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:05:54 and 07/03/2024 22:12:52 UTC. Search may be required. 2024-07-03 17:25:24.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:10:01 and 07/03/2024 17:10:01 UTC. Search may be required. 2024-07-03 17:25:24.9|Info|DownloadDecisionMaker|Processing 371 releases 2024-07-03 17:25:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 371, Reports grabbed: 0 2024-07-03 17:40:49.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 17:40:49.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:31:00 and 07/03/2024 16:31:00 UTC. Search may be required. 2024-07-03 17:40:49.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 17:40:50.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 17:25:19 and 07/03/2024 17:40:50 UTC. Search may be required. 2024-07-03 17:40:51.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:22:20 and 07/03/2024 22:26:37 UTC. Search may be required. 2024-07-03 17:40:55.0|Info|DownloadDecisionMaker|Processing 371 releases 2024-07-03 17:40:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 371, Reports grabbed: 0 2024-07-03 17:56:19.6|Info|RssSyncService|Starting RSS Sync 2024-07-03 17:56:20.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:31:00 and 07/03/2024 16:31:00 UTC. Search may be required. 2024-07-03 17:56:20.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 17:56:20.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 17:40:50 and 07/03/2024 17:56:20 UTC. Search may be required. 2024-07-03 17:56:21.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:35:43 and 07/03/2024 22:40:52 UTC. Search may be required. 2024-07-03 17:56:25.1|Info|DownloadDecisionMaker|Processing 369 releases 2024-07-03 17:56:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 369, Reports grabbed: 0 2024-07-03 18:11:49.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 18:11:50.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 18:11:50.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 17:56:20 and 07/03/2024 18:11:50 UTC. Search may be required. 2024-07-03 18:11:51.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:54:17 and 07/03/2024 22:55:39 UTC. Search may be required. 2024-07-03 18:11:55.2|Info|DownloadDecisionMaker|Processing 370 releases 2024-07-03 18:11:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 370, Reports grabbed: 0 2024-07-03 18:27:19.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 18:27:20.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 18:27:20.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:11:50 and 07/03/2024 18:27:20 UTC. Search may be required. 2024-07-03 18:27:25.3|Info|DownloadDecisionMaker|Processing 370 releases 2024-07-03 18:27:25.5|Info|RssSyncService|RSS Sync Completed. Reports found: 370, Reports grabbed: 0 2024-07-03 18:42:50.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 18:42:50.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 18:42:50.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:27:20 and 07/03/2024 18:42:50 UTC. Search may be required. 2024-07-03 18:42:52.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 23:23:07 and 07/03/2024 23:23:07 UTC. Search may be required. 2024-07-03 18:42:55.4|Info|DownloadDecisionMaker|Processing 368 releases 2024-07-03 18:42:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 368, Reports grabbed: 0 2024-07-03 18:58:20.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 18:58:20.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 18:58:20.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:42:50 and 07/03/2024 18:58:20 UTC. Search may be required. 2024-07-03 18:58:22.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 23:37:47 and 07/03/2024 23:38:14 UTC. Search may be required. 2024-07-03 18:58:25.5|Info|DownloadDecisionMaker|Processing 368 releases 2024-07-03 18:58:25.7|Info|RssSyncService|RSS Sync Completed. Reports found: 368, Reports grabbed: 0 2024-07-03 19:13:50.2|Info|RssSyncService|Starting RSS Sync 2024-07-03 19:13:50.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:58:20 and 07/03/2024 19:13:50 UTC. Search may be required. 2024-07-03 19:13:50.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 19:13:52.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/03/2024 23:54:37 and 07/03/2024 23:57:00 UTC. Search may be required. 2024-07-03 19:13:55.7|Info|DownloadDecisionMaker|Processing 372 releases 2024-07-03 19:13:55.9|Info|RssSyncService|RSS Sync Completed. Reports found: 372, Reports grabbed: 0 2024-07-03 19:29:20.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 19:29:20.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 19:29:21.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:13:50 and 07/03/2024 19:29:21 UTC. Search may be required. 2024-07-03 19:29:22.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:10:34 and 07/04/2024 00:11:45 UTC. Search may be required. 2024-07-03 19:29:25.8|Info|DownloadDecisionMaker|Processing 364 releases 2024-07-03 19:29:26.0|Info|RssSyncService|RSS Sync Completed. Reports found: 364, Reports grabbed: 0 2024-07-03 19:44:50.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 19:44:50.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 19:44:51.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:29:21 and 07/03/2024 19:44:51 UTC. Search may be required. 2024-07-03 19:44:59.5|Info|DownloadDecisionMaker|Processing 362 releases 2024-07-03 19:44:59.6|Info|RssSyncService|RSS Sync Completed. Reports found: 362, Reports grabbed: 0 2024-07-03 20:00:20.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 20:00:21.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 20:00:21.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:44:51 and 07/03/2024 20:00:21 UTC. Search may be required. 2024-07-03 20:00:53.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/10/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-03 20:00:53.4|Warn|Torznab|API Request Limit reached for kickasstorrents.ws (Prowlarr). Disabled for 00:01:00 2024-07-03 20:01:02.1|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-03 20:01:02.3|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-03 20:16:20.8|Info|RssSyncService|Starting RSS Sync 2024-07-03 20:16:21.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 20:00:21 and 07/03/2024 20:16:21 UTC. Search may be required. 2024-07-03 20:16:21.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 20:16:26.2|Info|DownloadDecisionMaker|Processing 362 releases 2024-07-03 20:16:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 362, Reports grabbed: 0 2024-07-03 20:31:50.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 20:31:51.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 20:16:21 and 07/03/2024 20:31:51 UTC. Search may be required. 2024-07-03 20:31:51.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 20:31:51.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:31:00 and 07/03/2024 19:38:00 UTC. Search may be required. 2024-07-03 20:31:56.3|Info|DownloadDecisionMaker|Processing 363 releases 2024-07-03 20:31:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 363, Reports grabbed: 0 2024-07-03 20:47:21.0|Info|RssSyncService|Starting RSS Sync 2024-07-03 20:47:21.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 20:47:21.6|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:31:30 and 07/03/2024 18:38:10 UTC. Search may be required. 2024-07-03 20:47:22.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 20:31:51 and 07/03/2024 20:47:22 UTC. Search may be required. 2024-07-03 20:47:23.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 20:47:26.5|Info|DownloadDecisionMaker|Processing 363 releases 2024-07-03 20:47:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 363, Reports grabbed: 0 2024-07-03 21:02:51.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 21:02:52.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 21:02:52.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 20:47:22 and 07/03/2024 21:02:52 UTC. Search may be required. 2024-07-03 21:02:53.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:44:28 and 07/04/2024 01:45:03 UTC. Search may be required. 2024-07-03 21:02:56.6|Info|DownloadDecisionMaker|Processing 362 releases 2024-07-03 21:02:56.7|Info|RssSyncService|RSS Sync Completed. Reports found: 362, Reports grabbed: 0 2024-07-03 21:18:21.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 21:18:21.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 21:18:22.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:02:52 and 07/03/2024 21:18:22 UTC. Search may be required. 2024-07-03 21:18:23.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 21:18:23.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:57:56 and 07/04/2024 02:00:17 UTC. Search may be required. 2024-07-03 21:18:26.9|Info|DownloadDecisionMaker|Processing 362 releases 2024-07-03 21:18:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 362, Reports grabbed: 0 2024-07-03 21:33:51.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 21:33:52.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 21:33:52.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:18:22 and 07/03/2024 21:33:52 UTC. Search may be required. 2024-07-03 21:33:53.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:13:08 and 07/04/2024 02:14:33 UTC. Search may be required. 2024-07-03 21:33:56.8|Info|DownloadDecisionMaker|Processing 362 releases 2024-07-03 21:33:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 362, Reports grabbed: 0 2024-07-03 21:49:21.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 21:49:21.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:38:10 and 07/03/2024 18:38:10 UTC. Search may be required. 2024-07-03 21:49:22.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:33:52 and 07/03/2024 21:49:22 UTC. Search may be required. 2024-07-03 21:49:22.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 21:49:22.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:38:00 and 07/03/2024 22:21:12 UTC. Search may be required. 2024-07-03 21:49:23.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 21:49:27.0|Info|DownloadDecisionMaker|Processing 366 releases 2024-07-03 21:49:27.2|Info|RssSyncService|RSS Sync Completed. Reports found: 366, Reports grabbed: 0 2024-07-03 22:04:51.7|Info|RssSyncService|Starting RSS Sync 2024-07-03 22:04:52.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:38:10 and 07/03/2024 18:38:10 UTC. Search may be required. 2024-07-03 22:04:52.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 22:04:52.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:39:31 and 07/04/2024 19:38:00 UTC. Search may be required. 2024-07-03 22:04:53.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:45:51 and 07/04/2024 02:48:39 UTC. Search may be required. 2024-07-03 22:05:13.1|Info|DownloadDecisionMaker|Processing 316 releases 2024-07-03 22:05:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 316, Reports grabbed: 0 2024-07-03 22:20:21.8|Info|RssSyncService|Starting RSS Sync 2024-07-03 22:20:21.9|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:38:10 and 07/03/2024 21:37:00 UTC. Search may be required. 2024-07-03 22:20:23.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 22:20:23.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:01:05 and 07/04/2024 03:01:14 UTC. Search may be required. 2024-07-03 22:20:27.2|Info|DownloadDecisionMaker|Processing 315 releases 2024-07-03 22:20:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 315, Reports grabbed: 0 2024-07-03 22:35:51.9|Info|RssSyncService|Starting RSS Sync 2024-07-03 22:35:52.0|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:37:00 and 07/03/2024 21:37:00 UTC. Search may be required. 2024-07-03 22:35:52.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 22:35:53.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:15:00 and 07/04/2024 03:15:58 UTC. Search may be required. 2024-07-03 22:35:53.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-03 22:35:57.4|Info|DownloadDecisionMaker|Processing 316 releases 2024-07-03 22:35:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 316, Reports grabbed: 0 2024-07-03 22:51:22.1|Info|RssSyncService|Starting RSS Sync 2024-07-03 22:51:22.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 22:51:27.5|Info|DownloadDecisionMaker|Processing 316 releases 2024-07-03 22:51:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 316, Reports grabbed: 0 2024-07-03 23:06:16.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 23:06:26.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 23:06:26.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 23:06:28.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-03 23:06:52.2|Info|RssSyncService|Starting RSS Sync 2024-07-03 23:06:52.3|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:38:10 and 07/03/2024 21:37:00 UTC. Search may be required. 2024-07-03 23:06:52.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 23:06:52.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:37:00 and 07/03/2024 22:37:00 UTC. Search may be required. 2024-07-03 23:06:54.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:48:38 and 07/04/2024 03:51:54 UTC. Search may be required. 2024-07-03 23:06:57.6|Info|DownloadDecisionMaker|Processing 316 releases 2024-07-03 23:06:57.8|Info|RssSyncService|RSS Sync Completed. Reports found: 316, Reports grabbed: 0 2024-07-03 23:22:22.3|Info|RssSyncService|Starting RSS Sync 2024-07-03 23:22:22.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 23:22:22.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:37:00 and 07/03/2024 22:37:00 UTC. Search may be required. 2024-07-03 23:22:24.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:04:15 and 07/04/2024 04:05:57 UTC. Search may be required. 2024-07-03 23:22:27.7|Info|DownloadDecisionMaker|Processing 317 releases 2024-07-03 23:22:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 317, Reports grabbed: 0 2024-07-03 23:37:52.4|Info|RssSyncService|Starting RSS Sync 2024-07-03 23:37:52.5|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:38:10 and 07/03/2024 18:38:10 UTC. Search may be required. 2024-07-03 23:37:52.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 23:37:54.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:19:58 and 07/04/2024 04:21:32 UTC. Search may be required. 2024-07-03 23:37:57.9|Info|DownloadDecisionMaker|Processing 317 releases 2024-07-03 23:37:58.0|Info|RssSyncService|RSS Sync Completed. Reports found: 317, Reports grabbed: 0 2024-07-03 23:53:22.5|Info|RssSyncService|Starting RSS Sync 2024-07-03 23:53:23.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-03 23:53:24.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:35:15 and 07/04/2024 04:37:02 UTC. Search may be required. 2024-07-03 23:53:27.9|Info|DownloadDecisionMaker|Processing 317 releases 2024-07-03 23:53:28.1|Info|RssSyncService|RSS Sync Completed. Reports found: 317, Reports grabbed: 0 2024-07-04 00:08:52.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 00:08:52.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:38:10 and 07/03/2024 21:37:00 UTC. Search may be required. 2024-07-04 00:08:53.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:49:22 and 07/04/2024 00:08:53 UTC. Search may be required. 2024-07-04 00:08:53.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 00:08:54.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:50:30 and 07/04/2024 04:52:41 UTC. Search may be required. 2024-07-04 00:08:58.0|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-04 00:08:58.2|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-04 00:24:22.7|Info|RssSyncService|Starting RSS Sync 2024-07-04 00:24:23.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:08:53 and 07/04/2024 00:24:23 UTC. Search may be required. 2024-07-04 00:24:23.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 00:24:24.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:02:58 and 07/04/2024 05:06:12 UTC. Search may be required. 2024-07-04 00:24:28.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:10:02 and 07/04/2024 00:15:02 UTC. Search may be required. 2024-07-04 00:24:28.2|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-04 00:24:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-04 00:39:52.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 00:39:53.0|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:37:00 and 07/03/2024 21:37:00 UTC. Search may be required. 2024-07-04 00:39:53.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:24:23 and 07/04/2024 00:39:53 UTC. Search may be required. 2024-07-04 00:39:53.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 00:39:58.3|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-04 00:39:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-04 00:55:23.0|Info|RssSyncService|Starting RSS Sync 2024-07-04 00:55:23.3|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:37:00 and 07/03/2024 21:37:00 UTC. Search may be required. 2024-07-04 00:55:23.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 00:55:24.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:39:53 and 07/04/2024 00:55:24 UTC. Search may be required. 2024-07-04 00:55:25.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:37:09 and 07/04/2024 05:39:40 UTC. Search may be required. 2024-07-04 00:55:28.5|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-04 00:55:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-04 01:10:53.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 01:10:53.2|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:37:00 and 07/03/2024 21:37:00 UTC. Search may be required. 2024-07-04 01:10:53.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:55:24 and 07/04/2024 01:10:53 UTC. Search may be required. 2024-07-04 01:10:53.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 01:10:55.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:53:01 and 07/04/2024 05:59:00 UTC. Search may be required. 2024-07-04 01:10:58.6|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-04 01:10:58.8|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-04 01:26:23.3|Info|RssSyncService|Starting RSS Sync 2024-07-04 01:26:23.5|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:37:00 and 07/03/2024 21:37:00 UTC. Search may be required. 2024-07-04 01:26:23.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:10:53 and 07/04/2024 01:26:23 UTC. Search may be required. 2024-07-04 01:26:24.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 01:26:25.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:08:34 and 07/04/2024 06:13:00 UTC. Search may be required. 2024-07-04 01:26:28.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:10:02 and 07/04/2024 01:20:02 UTC. Search may be required. 2024-07-04 01:26:28.7|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-04 01:26:28.9|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-04 01:41:53.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 01:41:53.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 01:41:54.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:26:23 and 07/04/2024 01:41:54 UTC. Search may be required. 2024-07-04 01:41:55.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/31/2024 01:20:21 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 01:41:58.8|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-04 01:41:59.0|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-04 01:57:23.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 01:57:24.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 01:57:24.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:41:54 and 07/04/2024 01:57:24 UTC. Search may be required. 2024-07-04 01:57:25.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:38:30 and 07/04/2024 06:40:14 UTC. Search may be required. 2024-07-04 01:57:29.0|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-04 01:57:29.1|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-04 02:12:53.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 02:12:53.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:37:00 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 02:12:53.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:57:24 and 07/04/2024 02:12:53 UTC. Search may be required. 2024-07-04 02:12:54.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 02:12:55.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:54:39 and 07/04/2024 06:54:54 UTC. Search may be required. 2024-07-04 02:12:59.1|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-04 02:12:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-04 02:28:23.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 02:28:24.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:12:53 and 07/04/2024 02:28:24 UTC. Search may be required. 2024-07-04 02:28:24.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:27:28 and 07/04/2024 01:14:00 UTC. Search may be required. 2024-07-04 02:28:24.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 02:28:25.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:08:08 and 07/04/2024 07:09:53 UTC. Search may be required. 2024-07-04 02:28:29.2|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-04 02:28:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-04 02:43:53.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 02:43:54.0|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 02:43:54.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:28:24 and 07/04/2024 02:43:54 UTC. Search may be required. 2024-07-04 02:43:54.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:14:00 and 07/04/2024 01:14:00 UTC. Search may be required. 2024-07-04 02:43:54.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 02:43:55.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:23:33 and 07/04/2024 07:26:51 UTC. Search may be required. 2024-07-04 02:43:59.3|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-04 02:43:59.5|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-04 02:59:24.0|Info|RssSyncService|Starting RSS Sync 2024-07-04 02:59:24.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:43:54 and 07/04/2024 02:59:24 UTC. Search may be required. 2024-07-04 02:59:24.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 02:59:24.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:14:00 and 07/04/2024 01:14:00 UTC. Search may be required. 2024-07-04 02:59:29.5|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-04 02:59:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-04 03:14:54.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 03:14:54.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:59:24 and 07/04/2024 03:14:54 UTC. Search may be required. 2024-07-04 03:14:54.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 03:14:56.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 04/23/2024 16:45:11 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 03:14:59.6|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-04 03:14:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-04 03:30:24.3|Info|RssSyncService|Starting RSS Sync 2024-07-04 03:30:24.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 03:30:25.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:14:54 and 07/04/2024 03:30:25 UTC. Search may be required. 2024-07-04 03:30:25.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 03:30:29.8|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-04 03:30:29.9|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-04 03:45:54.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 03:45:55.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 03:45:55.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:30:25 and 07/04/2024 03:45:55 UTC. Search may be required. 2024-07-04 03:45:56.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 03:45:59.9|Info|DownloadDecisionMaker|Processing 317 releases 2024-07-04 03:46:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 317, Reports grabbed: 0 2024-07-04 04:01:24.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 04:01:25.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:45:55 and 07/04/2024 04:01:25 UTC. Search may be required. 2024-07-04 04:01:25.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 04:01:25.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 04:01:30.1|Info|DownloadDecisionMaker|Processing 318 releases 2024-07-04 04:01:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0 2024-07-04 04:16:54.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 04:16:55.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 04:16:55.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:01:25 and 07/04/2024 04:16:55 UTC. Search may be required. 2024-07-04 04:16:56.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 04:17:00.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:20:03 and 07/04/2024 04:10:02 UTC. Search may be required. 2024-07-04 04:17:00.2|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-04 04:17:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-04 04:32:24.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 04:32:25.3|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 04:32:25.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 04:32:25.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:16:55 and 07/04/2024 04:32:25 UTC. Search may be required. 2024-07-04 04:32:30.4|Info|DownloadDecisionMaker|Processing 326 releases 2024-07-04 04:32:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 326, Reports grabbed: 0 2024-07-04 04:47:55.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 04:47:55.2|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 04:47:55.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:32:25 and 07/04/2024 04:47:55 UTC. Search may be required. 2024-07-04 04:47:55.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 04:47:57.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:28:11 and 07/04/2024 09:28:11 UTC. Search may be required. 2024-07-04 04:48:00.6|Info|DownloadDecisionMaker|Processing 326 releases 2024-07-04 04:48:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 326, Reports grabbed: 0 2024-07-04 05:03:25.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 05:03:25.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:47:55 and 07/04/2024 05:03:25 UTC. Search may be required. 2024-07-04 05:03:25.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 04:47:55 and 07/03/2024 05:03:25 UTC. Search may be required. 2024-07-04 05:03:25.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 05:03:25.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 04:47:56 and 07/03/2024 05:03:25 UTC. Search may be required. 2024-07-04 05:03:30.6|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-04 05:03:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-04 05:06:47.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 05:06:57.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 05:06:57.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 05:06:59.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 05:18:55.3|Info|RssSyncService|Starting RSS Sync 2024-07-04 05:18:55.5|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 05:18:55.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:03:25 and 07/04/2024 05:18:55 UTC. Search may be required. 2024-07-04 05:18:56.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 05:18:56.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:03:25 and 07/03/2024 05:18:56 UTC. Search may be required. 2024-07-04 05:18:57.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:03:25 and 07/03/2024 05:18:57 UTC. Search may be required. 2024-07-04 05:19:00.7|Info|DownloadDecisionMaker|Processing 328 releases 2024-07-04 05:19:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 328, Reports grabbed: 0 2024-07-04 05:34:25.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 05:34:25.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 05:34:26.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 05:34:26.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:18:56 and 07/03/2024 05:34:26 UTC. Search may be required. 2024-07-04 05:34:26.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:18:55 and 07/04/2024 05:34:26 UTC. Search may be required. 2024-07-04 05:34:26.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:18:57 and 07/03/2024 05:34:26 UTC. Search may be required. 2024-07-04 05:34:30.8|Info|DownloadDecisionMaker|Processing 327 releases 2024-07-04 05:34:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 327, Reports grabbed: 0 2024-07-04 05:49:55.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 05:49:56.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 00:14:14 UTC. Search may be required. 2024-07-04 05:49:56.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:34:26 and 07/04/2024 05:49:56 UTC. Search may be required. 2024-07-04 05:49:56.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 05:49:56.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:34:26 and 07/03/2024 05:49:56 UTC. Search may be required. 2024-07-04 05:49:56.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:34:26 and 07/03/2024 05:49:56 UTC. Search may be required. 2024-07-04 05:50:01.0|Info|DownloadDecisionMaker|Processing 327 releases 2024-07-04 05:50:01.1|Info|RssSyncService|RSS Sync Completed. Reports found: 327, Reports grabbed: 0 2024-07-04 06:05:25.7|Info|RssSyncService|Starting RSS Sync 2024-07-04 06:05:26.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:49:56 and 07/04/2024 06:05:26 UTC. Search may be required. 2024-07-04 06:05:26.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:49:56 and 07/03/2024 06:05:26 UTC. Search may be required. 2024-07-04 06:05:26.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:49:56 and 07/03/2024 06:05:26 UTC. Search may be required. 2024-07-04 06:05:26.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 06:05:27.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 06:05:31.1|Info|DownloadDecisionMaker|Processing 326 releases 2024-07-04 06:05:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 326, Reports grabbed: 0 2024-07-04 06:20:55.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 06:20:56.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 06:20:56.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:14:00 and 07/04/2024 06:42:29 UTC. Search may be required. 2024-07-04 06:20:56.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:05:26 and 07/04/2024 06:20:56 UTC. Search may be required. 2024-07-04 06:20:56.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:05:26 and 07/03/2024 06:20:56 UTC. Search may be required. 2024-07-04 06:20:56.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:05:26 and 07/03/2024 06:20:56 UTC. Search may be required. 2024-07-04 06:21:01.2|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-04 06:21:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-04 06:36:25.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 06:36:26.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:20:56 and 07/04/2024 06:36:26 UTC. Search may be required. 2024-07-04 06:36:26.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 06:36:27.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:20:56 and 07/03/2024 06:36:27 UTC. Search may be required. 2024-07-04 06:36:27.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:20:56 and 07/03/2024 06:36:27 UTC. Search may be required. 2024-07-04 06:36:31.4|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-04 06:36:31.5|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-04 06:51:56.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 06:51:56.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 06:51:56.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:36:26 and 07/04/2024 06:51:56 UTC. Search may be required. 2024-07-04 06:51:57.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:36:27 and 07/03/2024 06:51:57 UTC. Search may be required. 2024-07-04 06:51:57.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:36:27 and 07/03/2024 06:51:57 UTC. Search may be required. 2024-07-04 06:52:01.5|Info|DownloadDecisionMaker|Processing 333 releases 2024-07-04 06:52:01.7|Info|RssSyncService|RSS Sync Completed. Reports found: 333, Reports grabbed: 0 2024-07-04 07:07:26.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 07:07:26.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:51:56 and 07/04/2024 07:07:26 UTC. Search may be required. 2024-07-04 07:07:27.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:51:57 and 07/03/2024 07:07:27 UTC. Search may be required. 2024-07-04 07:07:27.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 07:07:27.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 06:51:57 and 07/03/2024 07:07:27 UTC. Search may be required. 2024-07-04 07:07:28.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 11:48:21 and 07/04/2024 11:52:37 UTC. Search may be required. 2024-07-04 07:07:31.7|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-04 07:07:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-04 07:22:56.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 07:22:56.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 07:22:57.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:07:26 and 07/04/2024 07:22:57 UTC. Search may be required. 2024-07-04 07:22:58.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:07:27 and 07/03/2024 07:22:58 UTC. Search may be required. 2024-07-04 07:22:58.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:07:27 and 07/03/2024 07:22:58 UTC. Search may be required. 2024-07-04 07:22:58.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 12:03:55 and 07/04/2024 12:06:07 UTC. Search may be required. 2024-07-04 07:23:01.8|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-04 07:23:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-04 07:38:26.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 07:38:27.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:22:57 and 07/04/2024 07:38:27 UTC. Search may be required. 2024-07-04 07:38:27.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 07:38:28.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 12:19:49 and 07/04/2024 12:21:37 UTC. Search may be required. 2024-07-04 07:38:28.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:22:58 and 07/03/2024 07:38:28 UTC. Search may be required. 2024-07-04 07:38:28.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:22:58 and 07/03/2024 07:38:28 UTC. Search may be required. 2024-07-04 07:38:31.9|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-04 07:38:32.1|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-04 07:53:56.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 07:53:56.7|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:14:14 and 07/04/2024 05:42:19 UTC. Search may be required. 2024-07-04 07:53:57.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:38:27 and 07/04/2024 07:53:57 UTC. Search may be required. 2024-07-04 07:53:57.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 07:53:58.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 12:33:19 and 07/04/2024 12:37:35 UTC. Search may be required. 2024-07-04 07:53:59.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:38:28 and 07/03/2024 07:53:59 UTC. Search may be required. 2024-07-04 07:54:05.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:38:28 and 07/03/2024 07:54:05 UTC. Search may be required. 2024-07-04 07:54:05.4|Info|DownloadDecisionMaker|Processing 333 releases 2024-07-04 07:54:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 333, Reports grabbed: 0 2024-07-04 08:09:26.7|Info|RssSyncService|Starting RSS Sync 2024-07-04 08:09:27.3|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:42:19 and 07/04/2024 05:42:19 UTC. Search may be required. 2024-07-04 08:09:27.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:53:57 and 07/04/2024 08:09:27 UTC. Search may be required. 2024-07-04 08:09:27.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 08:09:28.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:54:05 and 07/03/2024 08:09:28 UTC. Search may be required. 2024-07-04 08:09:28.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 07:53:59 and 07/03/2024 08:09:28 UTC. Search may be required. 2024-07-04 08:09:32.1|Info|DownloadDecisionMaker|Processing 345 releases 2024-07-04 08:09:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 345, Reports grabbed: 0 2024-07-04 08:24:56.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 08:24:57.2|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:42:19 and 07/04/2024 05:42:19 UTC. Search may be required. 2024-07-04 08:24:57.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 08:24:57.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:09:28 and 07/03/2024 08:24:57 UTC. Search may be required. 2024-07-04 08:24:57.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:09:27 and 07/04/2024 08:24:57 UTC. Search may be required. 2024-07-04 08:24:57.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:01:00 and 07/04/2024 08:02:00 UTC. Search may be required. 2024-07-04 08:24:58.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:09:28 and 07/03/2024 08:24:58 UTC. Search may be required. 2024-07-04 08:25:02.3|Info|DownloadDecisionMaker|Processing 340 releases 2024-07-04 08:25:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 340, Reports grabbed: 0 2024-07-04 08:40:26.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 08:40:27.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:42:19 and 07/04/2024 05:42:19 UTC. Search may be required. 2024-07-04 08:40:27.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:04:00 and 07/04/2024 08:04:00 UTC. Search may be required. 2024-07-04 08:40:27.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:24:57 and 07/04/2024 08:40:27 UTC. Search may be required. 2024-07-04 08:40:27.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:24:57 and 07/03/2024 08:40:27 UTC. Search may be required. 2024-07-04 08:40:27.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 08:40:27.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:24:58 and 07/03/2024 08:40:27 UTC. Search may be required. 2024-07-04 08:40:32.4|Info|DownloadDecisionMaker|Processing 338 releases 2024-07-04 08:40:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 338, Reports grabbed: 0 2024-07-04 08:55:57.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 08:55:57.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 08:55:57.6|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:42:19 and 07/04/2024 05:42:19 UTC. Search may be required. 2024-07-04 08:55:57.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:40:27 and 07/04/2024 08:55:57 UTC. Search may be required. 2024-07-04 08:55:58.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:40:27 and 07/03/2024 08:55:58 UTC. Search may be required. 2024-07-04 08:55:58.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:40:27 and 07/03/2024 08:55:58 UTC. Search may be required. 2024-07-04 08:55:59.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 13:36:53 and 07/04/2024 13:42:59 UTC. Search may be required. 2024-07-04 08:56:02.5|Info|DownloadDecisionMaker|Processing 337 releases 2024-07-04 08:56:02.7|Info|RssSyncService|RSS Sync Completed. Reports found: 337, Reports grabbed: 0 2024-07-04 09:11:27.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 09:11:27.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:42:19 and 07/04/2024 05:42:19 UTC. Search may be required. 2024-07-04 09:11:27.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:55:57 and 07/04/2024 09:11:27 UTC. Search may be required. 2024-07-04 09:11:28.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:55:58 and 07/03/2024 09:11:28 UTC. Search may be required. 2024-07-04 09:11:28.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 09:11:28.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 08:55:58 and 07/03/2024 09:11:28 UTC. Search may be required. 2024-07-04 09:11:29.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 09:11:29.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 13:52:29 and 07/04/2024 14:04:29 UTC. Search may be required. 2024-07-04 09:11:32.7|Info|DownloadDecisionMaker|Processing 337 releases 2024-07-04 09:11:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 337, Reports grabbed: 0 2024-07-04 09:26:57.3|Info|RssSyncService|Starting RSS Sync 2024-07-04 09:26:57.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:11:27 and 07/04/2024 09:26:57 UTC. Search may be required. 2024-07-04 09:26:57.9|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:42:19 and 07/04/2024 05:42:19 UTC. Search may be required. 2024-07-04 09:26:58.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:11:28 and 07/03/2024 09:26:58 UTC. Search may be required. 2024-07-04 09:26:58.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 09:26:58.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:11:28 and 07/03/2024 09:26:58 UTC. Search may be required. 2024-07-04 09:26:59.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 14:06:09 and 07/04/2024 14:14:12 UTC. Search may be required. 2024-07-04 09:27:02.8|Info|DownloadDecisionMaker|Processing 337 releases 2024-07-04 09:27:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 337, Reports grabbed: 0 2024-07-04 09:42:27.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 09:42:27.6|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:42:19 and 07/04/2024 06:57:51 UTC. Search may be required. 2024-07-04 09:42:28.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 09:42:28.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:26:57 and 07/04/2024 09:42:28 UTC. Search may be required. 2024-07-04 09:42:28.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:26:58 and 07/03/2024 09:42:28 UTC. Search may be required. 2024-07-04 09:42:28.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:26:58 and 07/03/2024 09:42:28 UTC. Search may be required. 2024-07-04 09:42:32.9|Info|DownloadDecisionMaker|Processing 342 releases 2024-07-04 09:42:33.1|Info|RssSyncService|RSS Sync Completed. Reports found: 342, Reports grabbed: 0 2024-07-04 09:57:57.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 09:57:58.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:42:28 and 07/03/2024 09:57:58 UTC. Search may be required. 2024-07-04 09:57:58.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 09:57:58.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:42:28 and 07/04/2024 09:57:58 UTC. Search may be required. 2024-07-04 09:57:58.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:42:28 and 07/03/2024 09:57:58 UTC. Search may be required. 2024-07-04 09:58:03.1|Info|DownloadDecisionMaker|Processing 342 releases 2024-07-04 09:58:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 342, Reports grabbed: 0 2024-07-04 10:13:27.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 10:13:28.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:57:58 and 07/03/2024 10:13:28 UTC. Search may be required. 2024-07-04 10:13:28.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 10:13:28.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:57:58 and 07/04/2024 10:13:28 UTC. Search may be required. 2024-07-04 10:13:28.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 09:57:58 and 07/03/2024 10:13:28 UTC. Search may be required. 2024-07-04 10:13:33.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-04 10:13:33.7|Warn|Torznab|API Request Limit reached for TheRARBG (Prowlarr). Disabled for 00:01:00 2024-07-04 10:13:33.7|Info|DownloadDecisionMaker|Processing 242 releases 2024-07-04 10:13:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 242, Reports grabbed: 0 2024-07-04 10:28:57.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 10:28:58.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:13:28 and 07/03/2024 10:28:58 UTC. Search may be required. 2024-07-04 10:28:58.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:13:28 and 07/04/2024 10:28:58 UTC. Search may be required. 2024-07-04 10:28:58.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 10:28:58.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:13:28 and 07/03/2024 10:28:58 UTC. Search may be required. 2024-07-04 10:28:58.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:04:00 and 07/04/2024 09:49:00 UTC. Search may be required. 2024-07-04 10:29:03.3|Info|DownloadDecisionMaker|Processing 348 releases 2024-07-04 10:29:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 348, Reports grabbed: 0 2024-07-04 10:44:27.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 10:44:28.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 10:44:28.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:28:58 and 07/03/2024 10:44:28 UTC. Search may be required. 2024-07-04 10:44:28.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:28:58 and 07/04/2024 10:44:28 UTC. Search may be required. 2024-07-04 10:44:29.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:28:58 and 07/03/2024 10:44:29 UTC. Search may be required. 2024-07-04 10:44:33.4|Info|DownloadDecisionMaker|Processing 348 releases 2024-07-04 10:44:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 348, Reports grabbed: 0 2024-07-04 10:59:58.0|Info|RssSyncService|Starting RSS Sync 2024-07-04 10:59:58.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:44:28 and 07/04/2024 10:59:58 UTC. Search may be required. 2024-07-04 10:59:58.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 10:59:58.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:44:29 and 07/03/2024 10:59:58 UTC. Search may be required. 2024-07-04 10:59:59.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 10:44:28 and 07/03/2024 10:59:59 UTC. Search may be required. 2024-07-04 11:00:03.5|Info|DownloadDecisionMaker|Processing 352 releases 2024-07-04 11:00:03.7|Info|RssSyncService|RSS Sync Completed. Reports found: 352, Reports grabbed: 0 2024-07-04 11:07:18.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 11:07:28.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 11:07:28.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 11:07:30.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 11:15:28.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 11:15:28.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:59:58 and 07/04/2024 11:15:28 UTC. Search may be required. 2024-07-04 11:15:29.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 11:15:33.6|Info|DownloadDecisionMaker|Processing 350 releases 2024-07-04 11:15:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 350, Reports grabbed: 0 2024-07-04 11:30:58.3|Info|RssSyncService|Starting RSS Sync 2024-07-04 11:30:59.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 11:15:28 and 07/04/2024 11:30:59 UTC. Search may be required. 2024-07-04 11:30:59.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 11:31:03.9|Info|DownloadDecisionMaker|Processing 350 releases 2024-07-04 11:31:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 350, Reports grabbed: 0 2024-07-04 11:46:28.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 11:46:29.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 11:46:29.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:04:37 and 07/04/2024 08:25:57 UTC. Search may be required. 2024-07-04 11:46:29.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 11:30:59 and 07/04/2024 11:46:29 UTC. Search may be required. 2024-07-04 11:46:33.9|Info|DownloadDecisionMaker|Processing 350 releases 2024-07-04 11:46:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 350, Reports grabbed: 0 2024-07-04 12:01:58.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 12:01:59.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 11:46:29 and 07/04/2024 12:01:59 UTC. Search may be required. 2024-07-04 12:01:59.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 12:03:31.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/11/api?t=book&cat=7000,3030,7050,7020,7030,7010,7040&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-04 12:03:31.3|Warn|Torznab|API Request Limit reached for Knaben (Prowlarr). Disabled for 00:01:00 2024-07-04 12:03:31.3|Info|DownloadDecisionMaker|Processing 344 releases 2024-07-04 12:03:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 344, Reports grabbed: 0 2024-07-04 12:18:58.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 12:18:59.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 12:01:59 and 07/04/2024 12:18:59 UTC. Search may be required. 2024-07-04 12:18:59.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 12:19:04.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:05:04 and 07/04/2024 12:05:01 UTC. Search may be required. 2024-07-04 12:19:04.2|Info|DownloadDecisionMaker|Processing 356 releases 2024-07-04 12:19:04.5|Info|RssSyncService|RSS Sync Completed. Reports found: 356, Reports grabbed: 0 2024-07-04 12:34:28.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 12:34:29.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:38:45 and 07/04/2024 11:21:28 UTC. Search may be required. 2024-07-04 12:34:29.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 12:18:59 and 07/04/2024 12:34:29 UTC. Search may be required. 2024-07-04 12:34:29.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:59:00 and 07/04/2024 12:21:00 UTC. Search may be required. 2024-07-04 12:34:29.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 12:34:34.3|Info|DownloadDecisionMaker|Processing 354 releases 2024-07-04 12:34:34.6|Info|RssSyncService|RSS Sync Completed. Reports found: 354, Reports grabbed: 0 2024-07-04 12:49:59.0|Info|RssSyncService|Starting RSS Sync 2024-07-04 12:49:59.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 12:34:29 and 07/04/2024 12:49:59 UTC. Search may be required. 2024-07-04 12:49:59.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 12:50:04.5|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-04 12:50:04.7|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-04 13:05:29.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 13:05:29.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 12:49:59 and 07/04/2024 13:05:29 UTC. Search may be required. 2024-07-04 13:05:30.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 13:05:34.6|Info|DownloadDecisionMaker|Processing 359 releases 2024-07-04 13:05:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 359, Reports grabbed: 0 2024-07-04 13:20:59.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 13:20:59.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 13:05:29 and 07/04/2024 13:20:59 UTC. Search may be required. 2024-07-04 13:21:00.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 13:21:04.7|Info|DownloadDecisionMaker|Processing 358 releases 2024-07-04 13:21:04.9|Info|RssSyncService|RSS Sync Completed. Reports found: 358, Reports grabbed: 0 2024-07-04 13:36:29.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 13:36:30.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 13:20:59 and 07/04/2024 13:36:30 UTC. Search may be required. 2024-07-04 13:36:30.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 13:36:31.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 18:18:07 and 07/04/2024 18:19:09 UTC. Search may be required. 2024-07-04 13:36:34.8|Info|DownloadDecisionMaker|Processing 358 releases 2024-07-04 13:36:35.0|Info|RssSyncService|RSS Sync Completed. Reports found: 358, Reports grabbed: 0 2024-07-04 13:51:59.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 13:52:00.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 13:36:30 and 07/04/2024 13:52:00 UTC. Search may be required. 2024-07-04 13:52:00.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 13:52:01.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 18:33:25 and 07/04/2024 18:34:44 UTC. Search may be required. 2024-07-04 13:52:01.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 13:52:04.9|Info|DownloadDecisionMaker|Processing 358 releases 2024-07-04 13:52:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 358, Reports grabbed: 0 2024-07-04 14:07:29.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 14:07:30.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 11:44:17 and 07/04/2024 12:07:33 UTC. Search may be required. 2024-07-04 14:07:30.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 14:07:30.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 13:52:00 and 07/04/2024 14:07:30 UTC. Search may be required. 2024-07-04 14:07:31.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 18:48:28 and 07/04/2024 18:50:34 UTC. Search may be required. 2024-07-04 14:07:35.2|Info|DownloadDecisionMaker|Processing 371 releases 2024-07-04 14:07:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 371, Reports grabbed: 0 2024-07-04 14:22:59.7|Info|RssSyncService|Starting RSS Sync 2024-07-04 14:23:00.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 14:07:30 and 07/04/2024 14:23:00 UTC. Search may be required. 2024-07-04 14:23:00.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:07:30 and 07/03/2024 14:23:00 UTC. Search may be required. 2024-07-04 14:23:00.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 14:23:01.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 14:23:05.2|Info|DownloadDecisionMaker|Processing 370 releases 2024-07-04 14:23:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 370, Reports grabbed: 0 2024-07-04 14:38:29.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 14:38:30.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 14:38:30.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 14:23:00 and 07/04/2024 14:38:30 UTC. Search may be required. 2024-07-04 14:38:30.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:23:00 and 07/03/2024 14:38:30 UTC. Search may be required. 2024-07-04 14:38:31.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 19:19:11 and 07/04/2024 19:21:10 UTC. Search may be required. 2024-07-04 14:38:35.3|Info|DownloadDecisionMaker|Processing 370 releases 2024-07-04 14:38:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 370, Reports grabbed: 0 2024-07-04 14:54:00.0|Info|RssSyncService|Starting RSS Sync 2024-07-04 14:54:00.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 14:38:30 and 07/04/2024 14:54:00 UTC. Search may be required. 2024-07-04 14:54:00.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 14:54:00.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:38:30 and 07/03/2024 14:54:00 UTC. Search may be required. 2024-07-04 14:54:02.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 19:35:46 and 07/04/2024 19:36:32 UTC. Search may be required. 2024-07-04 14:54:05.5|Info|DownloadDecisionMaker|Processing 369 releases 2024-07-04 14:54:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 369, Reports grabbed: 0 2024-07-04 15:09:30.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 15:09:30.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 15:09:31.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:54:00 and 07/03/2024 15:09:31 UTC. Search may be required. 2024-07-04 15:09:31.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 14:54:00 and 07/04/2024 15:09:31 UTC. Search may be required. 2024-07-04 15:09:32.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 15:09:32.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 19:50:01 and 07/04/2024 19:51:23 UTC. Search may be required. 2024-07-04 15:09:35.6|Info|DownloadDecisionMaker|Processing 376 releases 2024-07-04 15:09:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 376, Reports grabbed: 0 2024-07-04 15:25:00.3|Info|RssSyncService|Starting RSS Sync 2024-07-04 15:25:00.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 15:09:31 and 07/04/2024 15:25:00 UTC. Search may be required. 2024-07-04 15:25:00.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 15:25:00.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:09:31 and 07/03/2024 15:25:00 UTC. Search may be required. 2024-07-04 15:25:02.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:05:37 and 07/04/2024 20:07:35 UTC. Search may be required. 2024-07-04 15:25:05.7|Info|DownloadDecisionMaker|Processing 383 releases 2024-07-04 15:25:05.9|Info|RssSyncService|RSS Sync Completed. Reports found: 383, Reports grabbed: 0 2024-07-04 15:40:30.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 15:40:31.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 15:25:00 and 07/04/2024 15:40:31 UTC. Search may be required. 2024-07-04 15:40:31.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 15:40:31.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:25:00 and 07/03/2024 15:40:31 UTC. Search may be required. 2024-07-04 15:40:35.9|Info|DownloadDecisionMaker|Processing 383 releases 2024-07-04 15:40:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 383, Reports grabbed: 0 2024-07-04 15:56:00.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 15:56:01.0|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 13:39:47 and 07/04/2024 14:51:32 UTC. Search may be required. 2024-07-04 15:56:01.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:40:31 and 07/03/2024 15:56:01 UTC. Search may be required. 2024-07-04 15:56:01.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 15:40:31 and 07/04/2024 15:56:01 UTC. Search may be required. 2024-07-04 15:56:01.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 15:56:02.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:35:11 and 07/04/2024 20:37:22 UTC. Search may be required. 2024-07-04 15:56:06.1|Info|DownloadDecisionMaker|Processing 381 releases 2024-07-04 15:56:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 381, Reports grabbed: 0 2024-07-04 16:11:30.7|Info|RssSyncService|Starting RSS Sync 2024-07-04 16:11:31.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 16:11:31.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:56:01 and 07/03/2024 16:11:31 UTC. Search may be required. 2024-07-04 16:11:31.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 15:56:01 and 07/04/2024 16:11:31 UTC. Search may be required. 2024-07-04 16:11:32.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:53:33 and 07/04/2024 20:57:34 UTC. Search may be required. 2024-07-04 16:11:36.1|Info|DownloadDecisionMaker|Processing 391 releases 2024-07-04 16:11:36.3|Info|RssSyncService|RSS Sync Completed. Reports found: 391, Reports grabbed: 0 2024-07-04 16:21:01.0|Info|HousekeepingService|Running housecleaning tasks 2024-07-04 16:21:01.1|Info|Database|Vacuuming Cache database 2024-07-04 16:21:01.1|Info|Database|Cache database compressed 2024-07-04 16:21:01.1|Info|Database|Vacuuming Log database 2024-07-04 16:21:01.1|Info|Database|Log database compressed 2024-07-04 16:21:01.1|Info|Database|Vacuuming Main database 2024-07-04 16:21:01.2|Info|Database|Main database compressed 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: A.P. Beswick 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Carissa Broadbent 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Caroline Peckham 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Charles Duhigg 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Colleen Hoover 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Emily McIntire 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: H.D. Carlton 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: James W. Williams 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Jennifer L. Armentrout 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: K.A. Knight 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Kate Stewart 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Katee Robert 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Ken H. Warner 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Lynn Painter 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Melissa Marr 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Norah Vincent 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Olivie Blake 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Penelope Douglas 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Rebecca Yarros 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Robert Dale Goleman 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Robert Greene 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Sarah J. Maas 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Scarlett St. Clair 2024-07-04 16:21:01.4|Info|RefreshAuthorService|Skipping refresh of author: Sierra Simone 2024-07-04 16:27:00.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 16:27:01.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 16:27:01.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:11:31 and 07/03/2024 16:27:01 UTC. Search may be required. 2024-07-04 16:27:01.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 16:11:31 and 07/04/2024 16:27:01 UTC. Search may be required. 2024-07-04 16:27:01.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 14:55:00 and 07/04/2024 16:02:00 UTC. Search may be required. 2024-07-04 16:27:02.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 21:09:36 and 07/04/2024 21:12:32 UTC. Search may be required. 2024-07-04 16:27:06.3|Info|DownloadDecisionMaker|Processing 403 releases 2024-07-04 16:27:06.5|Info|RssSyncService|RSS Sync Completed. Reports found: 403, Reports grabbed: 0 2024-07-04 16:34:30.9|Info|DiskScanService|Scanning /books/ 2024-07-04 16:34:31.4|Info|TrackGroupingService|Grouping 0 tracks 2024-07-04 16:34:31.4|Info|ImportApprovedBooks|Importing 0 files 2024-07-04 16:42:30.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 16:42:31.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 16:42:31.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 16:27:01 and 07/04/2024 16:42:31 UTC. Search may be required. 2024-07-04 16:42:32.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:27:01 and 07/03/2024 16:42:32 UTC. Search may be required. 2024-07-04 16:42:36.4|Info|DownloadDecisionMaker|Processing 401 releases 2024-07-04 16:42:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 401, Reports grabbed: 0 2024-07-04 16:58:01.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 16:58:01.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:42:32 and 07/03/2024 16:58:01 UTC. Search may be required. 2024-07-04 16:58:01.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 16:42:31 and 07/04/2024 16:58:01 UTC. Search may be required. 2024-07-04 16:58:02.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 16:58:06.5|Info|DownloadDecisionMaker|Processing 401 releases 2024-07-04 16:58:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 401, Reports grabbed: 0 2024-07-04 17:07:49.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 17:07:59.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 17:07:59.8|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 17:08:01.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 17:13:31.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 17:13:32.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:58:01 and 07/03/2024 17:13:32 UTC. Search may be required. 2024-07-04 17:13:32.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 16:28:00 and 07/04/2024 16:28:00 UTC. Search may be required. 2024-07-04 17:13:32.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 17:13:32.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 16:58:01 and 07/04/2024 17:13:32 UTC. Search may be required. 2024-07-04 17:13:36.7|Info|DownloadDecisionMaker|Processing 428 releases 2024-07-04 17:13:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 428, Reports grabbed: 0 2024-07-04 17:29:01.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 17:29:02.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 17:29:02.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 17:13:32 and 07/03/2024 17:29:02 UTC. Search may be required. 2024-07-04 17:29:02.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 17:13:32 and 07/04/2024 17:29:02 UTC. Search may be required. 2024-07-04 17:29:03.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 22:09:34 and 07/04/2024 22:09:48 UTC. Search may be required. 2024-07-04 17:29:03.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 17:29:06.8|Info|DownloadDecisionMaker|Processing 427 releases 2024-07-04 17:29:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 427, Reports grabbed: 0 2024-07-04 17:44:31.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 17:44:32.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 17:44:32.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 17:29:02 and 07/03/2024 17:44:32 UTC. Search may be required. 2024-07-04 17:44:32.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 17:29:02 and 07/04/2024 17:44:32 UTC. Search may be required. 2024-07-04 17:44:37.0|Info|DownloadDecisionMaker|Processing 424 releases 2024-07-04 17:44:37.2|Info|RssSyncService|RSS Sync Completed. Reports found: 424, Reports grabbed: 0 2024-07-04 18:00:01.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 18:00:02.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 18:00:02.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 17:44:32 and 07/04/2024 18:00:02 UTC. Search may be required. 2024-07-04 18:00:02.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 17:44:32 and 07/03/2024 18:00:02 UTC. Search may be required. 2024-07-04 18:00:03.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 22:38:38 and 07/04/2024 22:43:26 UTC. Search may be required. 2024-07-04 18:00:07.1|Info|DownloadDecisionMaker|Processing 416 releases 2024-07-04 18:00:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 416, Reports grabbed: 0 2024-07-04 18:15:31.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 18:15:32.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:00:02 and 07/03/2024 18:15:32 UTC. Search may be required. 2024-07-04 18:15:32.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 18:15:32.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 18:00:02 and 07/04/2024 18:15:32 UTC. Search may be required. 2024-07-04 18:15:33.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/04/2024 22:55:41 and 07/04/2024 23:00:07 UTC. Search may be required. 2024-07-04 18:15:37.3|Info|DownloadDecisionMaker|Processing 412 releases 2024-07-04 18:15:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 412, Reports grabbed: 0 2024-07-04 18:31:01.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 18:31:02.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 18:31:02.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 18:15:32 and 07/04/2024 18:31:02 UTC. Search may be required. 2024-07-04 18:31:02.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:15:32 and 07/03/2024 18:31:02 UTC. Search may be required. 2024-07-04 18:31:07.4|Info|DownloadDecisionMaker|Processing 412 releases 2024-07-04 18:31:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 412, Reports grabbed: 0 2024-07-04 18:46:32.0|Info|RssSyncService|Starting RSS Sync 2024-07-04 18:46:32.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:31:02 and 07/03/2024 18:46:32 UTC. Search may be required. 2024-07-04 18:46:32.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 18:46:33.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 18:31:02 and 07/04/2024 18:46:33 UTC. Search may be required. 2024-07-04 18:46:37.5|Info|DownloadDecisionMaker|Processing 412 releases 2024-07-04 18:46:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 412, Reports grabbed: 0 2024-07-04 19:02:02.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 19:02:02.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 19:02:02.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 18:46:33 and 07/04/2024 19:02:02 UTC. Search may be required. 2024-07-04 19:02:03.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 18:46:32 and 07/03/2024 19:02:03 UTC. Search may be required. 2024-07-04 19:02:07.6|Info|DownloadDecisionMaker|Processing 412 releases 2024-07-04 19:02:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 412, Reports grabbed: 0 2024-07-04 19:17:32.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 19:17:32.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 19:17:33.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 19:02:02 and 07/04/2024 19:17:33 UTC. Search may be required. 2024-07-04 19:17:33.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:02:03 and 07/03/2024 19:17:33 UTC. Search may be required. 2024-07-04 19:17:37.7|Info|DownloadDecisionMaker|Processing 405 releases 2024-07-04 19:17:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 405, Reports grabbed: 0 2024-07-04 19:33:02.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 19:33:02.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 19:17:33 and 07/04/2024 19:33:02 UTC. Search may be required. 2024-07-04 19:33:02.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 19:33:03.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:17:33 and 07/03/2024 19:33:03 UTC. Search may be required. 2024-07-04 19:33:07.8|Info|DownloadDecisionMaker|Processing 404 releases 2024-07-04 19:33:08.0|Info|RssSyncService|RSS Sync Completed. Reports found: 404, Reports grabbed: 0 2024-07-04 19:48:32.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 19:48:33.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 19:48:33.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:33:03 and 07/03/2024 19:48:33 UTC. Search may be required. 2024-07-04 19:48:33.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 19:33:02 and 07/04/2024 19:48:33 UTC. Search may be required. 2024-07-04 19:48:34.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 00:29:22 and 07/05/2024 00:32:41 UTC. Search may be required. 2024-07-04 19:48:38.0|Info|DownloadDecisionMaker|Processing 404 releases 2024-07-04 19:48:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 404, Reports grabbed: 0 2024-07-04 20:04:02.6|Info|RssSyncService|Starting RSS Sync 2024-07-04 20:04:03.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 20:04:03.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 19:48:33 and 07/04/2024 20:04:03 UTC. Search may be required. 2024-07-04 20:04:03.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 19:48:33 and 07/03/2024 20:04:03 UTC. Search may be required. 2024-07-04 20:04:04.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 00:45:31 and 07/05/2024 00:46:56 UTC. Search may be required. 2024-07-04 20:04:08.1|Info|DownloadDecisionMaker|Processing 402 releases 2024-07-04 20:04:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 402, Reports grabbed: 0 2024-07-04 20:19:32.7|Info|RssSyncService|Starting RSS Sync 2024-07-04 20:19:33.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 20:19:33.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 20:04:03 and 07/03/2024 20:19:33 UTC. Search may be required. 2024-07-04 20:19:33.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:04:03 and 07/04/2024 20:19:33 UTC. Search may be required. 2024-07-04 20:19:34.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 20:19:38.2|Info|DownloadDecisionMaker|Processing 418 releases 2024-07-04 20:19:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 418, Reports grabbed: 0 2024-07-04 20:35:02.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 20:35:03.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:19:33 and 07/04/2024 20:35:03 UTC. Search may be required. 2024-07-04 20:35:03.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 20:35:03.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 16:28:00 and 07/04/2024 20:21:00 UTC. Search may be required. 2024-07-04 20:35:03.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 20:19:33 and 07/03/2024 20:35:03 UTC. Search may be required. 2024-07-04 20:35:04.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 01:14:28 and 07/05/2024 01:16:20 UTC. Search may be required. 2024-07-04 20:35:08.3|Info|DownloadDecisionMaker|Processing 414 releases 2024-07-04 20:35:08.5|Info|RssSyncService|RSS Sync Completed. Reports found: 414, Reports grabbed: 0 2024-07-04 20:50:32.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 20:50:33.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 20:50:33.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 20:35:03 and 07/03/2024 20:50:33 UTC. Search may be required. 2024-07-04 20:50:33.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:21:00 and 07/04/2024 20:21:00 UTC. Search may be required. 2024-07-04 20:50:34.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:35:03 and 07/04/2024 20:50:34 UTC. Search may be required. 2024-07-04 20:50:34.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 01:31:43 and 07/05/2024 01:32:07 UTC. Search may be required. 2024-07-04 20:50:38.4|Info|DownloadDecisionMaker|Processing 414 releases 2024-07-04 20:50:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 414, Reports grabbed: 0 2024-07-04 21:06:03.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 21:06:03.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 21:06:03.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:50:34 and 07/04/2024 21:06:03 UTC. Search may be required. 2024-07-04 21:06:04.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 20:50:33 and 07/03/2024 21:06:04 UTC. Search may be required. 2024-07-04 21:06:05.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 01:46:46 and 07/05/2024 01:51:36 UTC. Search may be required. 2024-07-04 21:06:08.5|Info|DownloadDecisionMaker|Processing 416 releases 2024-07-04 21:06:08.7|Info|RssSyncService|RSS Sync Completed. Reports found: 416, Reports grabbed: 0 2024-07-04 21:21:33.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 21:21:33.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 21:21:34.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 21:06:03 and 07/04/2024 21:21:34 UTC. Search may be required. 2024-07-04 21:21:34.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:06:04 and 07/03/2024 21:21:34 UTC. Search may be required. 2024-07-04 21:21:35.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 02:01:53 and 07/05/2024 02:07:46 UTC. Search may be required. 2024-07-04 21:21:38.6|Info|DownloadDecisionMaker|Processing 416 releases 2024-07-04 21:21:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 416, Reports grabbed: 0 2024-07-04 21:37:03.3|Info|RssSyncService|Starting RSS Sync 2024-07-04 21:37:03.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 21:37:03.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 21:21:34 and 07/04/2024 21:37:03 UTC. Search may be required. 2024-07-04 21:37:04.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:21:34 and 07/03/2024 21:37:04 UTC. Search may be required. 2024-07-04 21:37:05.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 02:18:35 and 07/05/2024 02:22:24 UTC. Search may be required. 2024-07-04 21:37:08.7|Info|DownloadDecisionMaker|Processing 416 releases 2024-07-04 21:37:08.9|Info|RssSyncService|RSS Sync Completed. Reports found: 416, Reports grabbed: 0 2024-07-04 21:52:33.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 21:52:33.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 21:52:34.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 21:37:03 and 07/04/2024 21:52:34 UTC. Search may be required. 2024-07-04 21:52:34.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:37:04 and 07/03/2024 21:52:34 UTC. Search may be required. 2024-07-04 21:52:37.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 02:33:13 and 07/05/2024 02:38:27 UTC. Search may be required. 2024-07-04 21:52:38.8|Info|DownloadDecisionMaker|Processing 416 releases 2024-07-04 21:52:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 416, Reports grabbed: 0 2024-07-04 22:08:03.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 22:08:03.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 22:08:04.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 21:52:34 and 07/03/2024 22:08:04 UTC. Search may be required. 2024-07-04 22:08:05.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 02:49:05 and 07/05/2024 02:50:25 UTC. Search may be required. 2024-07-04 22:09:43.5|Warn|Newznab|NZBgeek server is currently unavailable. https://api.nzbgeek.info/api?t=search&cat=3030,7020,8010&extended=1&apikey=(removed)&offset=0&limit=100 Http request timed out 2024-07-04 22:09:43.5|Info|DownloadDecisionMaker|Processing 236 releases 2024-07-04 22:09:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 236, Reports grabbed: 0 2024-07-04 22:25:03.7|Info|RssSyncService|Starting RSS Sync 2024-07-04 22:25:04.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 22:25:04.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:08:04 and 07/03/2024 22:25:04 UTC. Search may be required. 2024-07-04 22:25:05.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:04:55 and 07/05/2024 03:07:28 UTC. Search may be required. 2024-07-04 22:25:09.1|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-04 22:25:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-04 22:40:33.8|Info|RssSyncService|Starting RSS Sync 2024-07-04 22:40:34.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 22:40:35.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:25:04 and 07/03/2024 22:40:35 UTC. Search may be required. 2024-07-04 22:40:35.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:21:10 and 07/05/2024 03:26:08 UTC. Search may be required. 2024-07-04 22:40:39.2|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-04 22:40:39.4|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-04 22:56:03.9|Info|RssSyncService|Starting RSS Sync 2024-07-04 22:56:04.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 22:56:04.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:40:35 and 07/03/2024 22:56:04 UTC. Search may be required. 2024-07-04 22:56:05.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:37:54 and 07/05/2024 03:42:03 UTC. Search may be required. 2024-07-04 22:56:09.4|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-04 22:56:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-04 23:08:20.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 23:08:30.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 23:08:31.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 23:08:33.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-04 23:11:34.1|Info|RssSyncService|Starting RSS Sync 2024-07-04 23:11:34.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 23:11:36.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 22:56:04 and 07/03/2024 23:11:35 UTC. Search may be required. 2024-07-04 23:11:36.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:52:25 and 07/05/2024 03:54:11 UTC. Search may be required. 2024-07-04 23:11:39.5|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-04 23:11:39.7|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-04 23:27:04.2|Info|RssSyncService|Starting RSS Sync 2024-07-04 23:27:04.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 23:27:05.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 23:11:35 and 07/03/2024 23:27:05 UTC. Search may be required. 2024-07-04 23:27:06.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 04:06:27 and 07/05/2024 04:12:58 UTC. Search may be required. 2024-07-04 23:27:09.7|Info|DownloadDecisionMaker|Processing 329 releases 2024-07-04 23:27:09.8|Info|RssSyncService|RSS Sync Completed. Reports found: 329, Reports grabbed: 0 2024-07-04 23:42:34.4|Info|RssSyncService|Starting RSS Sync 2024-07-04 23:42:34.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 23:42:35.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 23:27:05 and 07/03/2024 23:42:35 UTC. Search may be required. 2024-07-04 23:42:39.8|Info|DownloadDecisionMaker|Processing 327 releases 2024-07-04 23:42:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 327, Reports grabbed: 0 2024-07-04 23:58:04.5|Info|RssSyncService|Starting RSS Sync 2024-07-04 23:58:04.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-04 23:58:05.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 23:42:35 and 07/03/2024 23:58:05 UTC. Search may be required. 2024-07-04 23:58:06.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-04 23:58:10.0|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-04 23:58:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-05 00:13:34.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 00:13:35.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 00:13:35.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 23:58:05 and 07/04/2024 00:13:35 UTC. Search may be required. 2024-07-05 00:13:40.1|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-05 00:13:40.3|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-05 00:29:04.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 00:29:05.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 00:29:05.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:13:35 and 07/04/2024 00:29:05 UTC. Search may be required. 2024-07-05 00:29:06.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:08:28 and 07/05/2024 05:09:29 UTC. Search may be required. 2024-07-05 00:29:10.2|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-05 00:29:10.4|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-05 00:44:34.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 00:44:35.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 00:44:36.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:25:06 and 07/05/2024 05:28:23 UTC. Search may be required. 2024-07-05 00:44:37.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:29:05 and 07/04/2024 00:44:37 UTC. Search may be required. 2024-07-05 00:44:40.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/04/2024 21:05:03 and 07/04/2024 21:05:03 UTC. Search may be required. 2024-07-05 00:44:40.4|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-05 00:44:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-05 01:00:05.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 01:00:05.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 01:00:05.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 00:44:37 and 07/04/2024 01:00:05 UTC. Search may be required. 2024-07-05 01:00:07.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:42:40 and 07/05/2024 05:43:27 UTC. Search may be required. 2024-07-05 01:00:10.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/04/2024 21:05:03 and 07/04/2024 21:05:03 UTC. Search may be required. 2024-07-05 01:00:10.5|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-05 01:00:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-05 01:15:35.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 01:15:35.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 01:15:35.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/04/2024 21:52:34 and 07/05/2024 01:15:35 UTC. Search may be required. 2024-07-05 01:15:36.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:00:05 and 07/04/2024 01:15:36 UTC. Search may be required. 2024-07-05 01:15:36.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:00:05 and 07/04/2024 01:15:36 UTC. Search may be required. 2024-07-05 01:15:37.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 01:15:37.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:56:09 and 07/05/2024 06:00:35 UTC. Search may be required. 2024-07-05 01:15:40.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/04/2024 21:05:03 and 07/05/2024 01:05:01 UTC. Search may be required. 2024-07-05 01:15:40.6|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-05 01:15:40.7|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-05 01:31:05.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 01:31:05.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 01:15:35 and 07/05/2024 01:31:05 UTC. Search may be required. 2024-07-05 01:31:05.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 01:31:06.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:15:36 and 07/04/2024 01:31:06 UTC. Search may be required. 2024-07-05 01:31:06.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:15:36 and 07/04/2024 01:31:06 UTC. Search may be required. 2024-07-05 01:31:07.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 06:11:24 and 07/05/2024 06:17:13 UTC. Search may be required. 2024-07-05 01:31:10.7|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-05 01:31:10.9|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-05 01:46:35.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 01:46:35.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 01:46:35.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 01:31:05 and 07/05/2024 01:46:35 UTC. Search may be required. 2024-07-05 01:46:37.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:31:06 and 07/04/2024 01:46:37 UTC. Search may be required. 2024-07-05 01:46:37.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:31:06 and 07/04/2024 01:46:37 UTC. Search may be required. 2024-07-05 01:46:40.9|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-05 01:46:41.0|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-05 02:02:05.5|Info|RssSyncService|Starting RSS Sync 2024-07-05 02:02:05.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 02:02:05.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:46:37 and 07/04/2024 02:02:05 UTC. Search may be required. 2024-07-05 02:02:05.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 01:46:35 and 07/05/2024 02:02:05 UTC. Search may be required. 2024-07-05 02:02:06.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 01:46:37 and 07/04/2024 02:02:06 UTC. Search may be required. 2024-07-05 02:02:07.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 06:43:20 and 07/05/2024 06:44:15 UTC. Search may be required. 2024-07-05 02:02:11.0|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-05 02:02:11.1|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-05 02:17:35.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 02:17:36.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 02:17:36.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 02:02:05 and 07/05/2024 02:17:36 UTC. Search may be required. 2024-07-05 02:17:36.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:02:05 and 07/04/2024 02:17:36 UTC. Search may be required. 2024-07-05 02:17:36.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:02:06 and 07/04/2024 02:17:36 UTC. Search may be required. 2024-07-05 02:17:37.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 06:58:31 and 07/05/2024 07:01:32 UTC. Search may be required. 2024-07-05 02:17:41.2|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-05 02:17:41.3|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-05 02:33:05.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 02:33:06.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 02:33:06.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 02:17:36 and 07/05/2024 02:33:06 UTC. Search may be required. 2024-07-05 02:33:06.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:17:36 and 07/04/2024 02:33:06 UTC. Search may be required. 2024-07-05 02:33:06.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:17:36 and 07/04/2024 02:33:06 UTC. Search may be required. 2024-07-05 02:33:06.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/04/2024 20:21:00 and 07/05/2024 03:08:00 UTC. Search may be required. 2024-07-05 02:33:07.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 02:33:07.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:14:44 and 07/05/2024 07:20:12 UTC. Search may be required. 2024-07-05 02:33:11.3|Info|DownloadDecisionMaker|Processing 327 releases 2024-07-05 02:33:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 327, Reports grabbed: 0 2024-07-05 02:48:36.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 02:48:36.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 02:33:06 and 07/05/2024 02:48:36 UTC. Search may be required. 2024-07-05 02:48:36.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 02:48:36.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:13:00 and 07/05/2024 03:13:48 UTC. Search may be required. 2024-07-05 02:48:36.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:33:06 and 07/04/2024 02:48:36 UTC. Search may be required. 2024-07-05 02:48:36.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:33:06 and 07/04/2024 02:48:36 UTC. Search may be required. 2024-07-05 02:48:38.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:29:26 and 07/05/2024 07:36:15 UTC. Search may be required. 2024-07-05 02:48:41.4|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-05 02:48:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-05 03:04:06.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 03:04:06.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 02:48:36 and 07/05/2024 03:04:06 UTC. Search may be required. 2024-07-05 03:04:06.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 03:04:06.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:48:36 and 07/04/2024 03:04:06 UTC. Search may be required. 2024-07-05 03:04:06.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 02:48:36 and 07/04/2024 03:04:06 UTC. Search may be required. 2024-07-05 03:04:08.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:46:34 and 07/05/2024 07:48:44 UTC. Search may be required. 2024-07-05 03:04:11.5|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-05 03:04:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-05 03:19:36.2|Info|RssSyncService|Starting RSS Sync 2024-07-05 03:19:36.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 03:19:36.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:04:06 and 07/05/2024 03:19:36 UTC. Search may be required. 2024-07-05 03:19:36.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:04:06 and 07/04/2024 03:19:36 UTC. Search may be required. 2024-07-05 03:19:36.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:04:06 and 07/04/2024 03:19:36 UTC. Search may be required. 2024-07-05 03:19:38.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 08:00:04 and 07/05/2024 08:04:55 UTC. Search may be required. 2024-07-05 03:19:41.6|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-05 03:19:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-05 03:35:06.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 03:35:06.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:19:36 and 07/05/2024 03:35:06 UTC. Search may be required. 2024-07-05 03:35:07.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:19:36 and 07/04/2024 03:35:06 UTC. Search may be required. 2024-07-05 03:35:07.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 03:35:07.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:19:36 and 07/04/2024 03:35:07 UTC. Search may be required. 2024-07-05 03:35:08.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 08:15:56 and 07/05/2024 08:21:47 UTC. Search may be required. 2024-07-05 03:35:11.7|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-05 03:35:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-05 03:50:36.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 03:50:36.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 03:50:36.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:35:06 and 07/04/2024 03:50:36 UTC. Search may be required. 2024-07-05 03:50:36.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:35:06 and 07/05/2024 03:50:36 UTC. Search may be required. 2024-07-05 03:50:37.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:35:07 and 07/04/2024 03:50:37 UTC. Search may be required. 2024-07-05 03:50:38.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 08:31:47 and 07/05/2024 08:35:55 UTC. Search may be required. 2024-07-05 03:50:41.9|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-05 03:50:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-05 04:06:06.5|Info|RssSyncService|Starting RSS Sync 2024-07-05 04:06:06.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:50:36 and 07/05/2024 04:06:06 UTC. Search may be required. 2024-07-05 04:06:06.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 04:06:07.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:50:36 and 07/04/2024 04:06:07 UTC. Search may be required. 2024-07-05 04:06:07.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 03:50:37 and 07/04/2024 04:06:07 UTC. Search may be required. 2024-07-05 04:06:08.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 08:46:30 and 07/05/2024 08:49:04 UTC. Search may be required. 2024-07-05 04:06:12.0|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-05 04:06:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-05 04:21:36.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 04:21:37.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 04:21:37.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:06:07 and 07/04/2024 04:21:37 UTC. Search may be required. 2024-07-05 04:21:37.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 03:05:00 and 07/05/2024 04:57:06 UTC. Search may be required. 2024-07-05 04:21:37.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 04:06:06 and 07/05/2024 04:21:37 UTC. Search may be required. 2024-07-05 04:21:37.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:06:07 and 07/04/2024 04:21:37 UTC. Search may be required. 2024-07-05 04:21:38.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 09:03:25 and 07/05/2024 09:04:22 UTC. Search may be required. 2024-07-05 04:21:42.1|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-05 04:21:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-05 04:37:06.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 04:37:07.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 04:21:37 and 07/05/2024 04:37:07 UTC. Search may be required. 2024-07-05 04:37:07.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 04:37:07.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:02:06 and 07/05/2024 05:03:05 UTC. Search may be required. 2024-07-05 04:37:07.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:21:37 and 07/04/2024 04:37:07 UTC. Search may be required. 2024-07-05 04:37:07.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:21:37 and 07/04/2024 04:37:07 UTC. Search may be required. 2024-07-05 04:37:08.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 09:18:26 and 07/05/2024 09:22:16 UTC. Search may be required. 2024-07-05 04:37:12.3|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-05 04:37:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-05 04:52:36.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 04:52:37.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 04:37:07 and 07/05/2024 04:52:37 UTC. Search may be required. 2024-07-05 04:52:37.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 04:52:37.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:37:07 and 07/04/2024 04:52:37 UTC. Search may be required. 2024-07-05 04:52:37.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:37:07 and 07/04/2024 04:52:37 UTC. Search may be required. 2024-07-05 04:52:42.4|Info|DownloadDecisionMaker|Processing 323 releases 2024-07-05 04:52:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 323, Reports grabbed: 0 2024-07-05 05:08:07.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 05:08:07.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 04:52:37 and 07/05/2024 05:08:07 UTC. Search may be required. 2024-07-05 05:08:07.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 05:08:07.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:52:37 and 07/04/2024 05:08:07 UTC. Search may be required. 2024-07-05 05:08:07.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 04:52:37 and 07/04/2024 05:08:07 UTC. Search may be required. 2024-07-05 05:08:12.5|Info|DownloadDecisionMaker|Processing 332 releases 2024-07-05 05:08:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 332, Reports grabbed: 0 2024-07-05 05:08:51.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 05:09:01.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 05:09:02.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 05:09:04.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 05:23:37.2|Info|RssSyncService|Starting RSS Sync 2024-07-05 05:23:37.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:08:07 and 07/05/2024 05:23:37 UTC. Search may be required. 2024-07-05 05:23:37.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 05:23:37.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:08:07 and 07/04/2024 05:23:37 UTC. Search may be required. 2024-07-05 05:23:37.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:08:07 and 07/04/2024 05:23:37 UTC. Search may be required. 2024-07-05 05:23:39.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 04/17/2024 08:12:06 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 05:23:42.6|Info|DownloadDecisionMaker|Processing 338 releases 2024-07-05 05:23:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 338, Reports grabbed: 0 2024-07-05 05:39:07.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 05:39:07.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:23:37 and 07/05/2024 05:39:07 UTC. Search may be required. 2024-07-05 05:39:07.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 05:39:07.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:01:00 and 07/05/2024 05:01:00 UTC. Search may be required. 2024-07-05 05:39:08.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:23:37 and 07/04/2024 05:39:08 UTC. Search may be required. 2024-07-05 05:39:08.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:23:37 and 07/04/2024 05:39:08 UTC. Search may be required. 2024-07-05 05:39:12.8|Info|DownloadDecisionMaker|Processing 337 releases 2024-07-05 05:39:13.0|Info|RssSyncService|RSS Sync Completed. Reports found: 337, Reports grabbed: 0 2024-07-05 05:54:37.5|Info|RssSyncService|Starting RSS Sync 2024-07-05 05:54:37.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:39:07 and 07/05/2024 05:54:37 UTC. Search may be required. 2024-07-05 05:54:37.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 05:54:37.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:01:00 and 07/05/2024 05:01:00 UTC. Search may be required. 2024-07-05 05:54:38.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:39:08 and 07/04/2024 05:54:38 UTC. Search may be required. 2024-07-05 05:54:38.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:39:08 and 07/04/2024 05:54:38 UTC. Search may be required. 2024-07-05 05:54:42.9|Info|DownloadDecisionMaker|Processing 337 releases 2024-07-05 05:54:43.1|Info|RssSyncService|RSS Sync Completed. Reports found: 337, Reports grabbed: 0 2024-07-05 06:10:07.6|Info|RssSyncService|Starting RSS Sync 2024-07-05 06:10:07.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:54:37 and 07/05/2024 06:10:07 UTC. Search may be required. 2024-07-05 06:10:08.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 06:10:08.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:54:38 and 07/04/2024 06:10:08 UTC. Search may be required. 2024-07-05 06:10:08.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 05:54:38 and 07/04/2024 06:10:08 UTC. Search may be required. 2024-07-05 06:10:13.0|Info|DownloadDecisionMaker|Processing 338 releases 2024-07-05 06:10:13.2|Info|RssSyncService|RSS Sync Completed. Reports found: 338, Reports grabbed: 0 2024-07-05 06:25:37.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 06:25:37.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 06:10:07 and 07/05/2024 06:25:37 UTC. Search may be required. 2024-07-05 06:25:38.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 06:25:38.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:10:08 and 07/04/2024 06:25:38 UTC. Search may be required. 2024-07-05 06:25:38.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:10:08 and 07/04/2024 06:25:38 UTC. Search may be required. 2024-07-05 06:26:09.7|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-05 06:26:09.8|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-05 06:41:37.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 06:41:38.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 06:25:37 and 07/05/2024 06:41:38 UTC. Search may be required. 2024-07-05 06:41:38.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 06:41:38.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:25:38 and 07/04/2024 06:41:38 UTC. Search may be required. 2024-07-05 06:41:38.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:25:38 and 07/04/2024 06:41:38 UTC. Search may be required. 2024-07-05 06:41:43.2|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-05 06:41:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-05 06:57:07.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 06:57:08.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 06:41:38 and 07/05/2024 06:57:08 UTC. Search may be required. 2024-07-05 06:57:08.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 06:57:09.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:41:38 and 07/04/2024 06:57:09 UTC. Search may be required. 2024-07-05 06:57:10.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:41:38 and 07/04/2024 06:57:10 UTC. Search may be required. 2024-07-05 06:57:13.4|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-05 06:57:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-05 07:12:38.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 07:12:38.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 06:57:08 and 07/05/2024 07:12:38 UTC. Search may be required. 2024-07-05 07:12:38.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 07:12:39.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:57:09 and 07/04/2024 07:12:39 UTC. Search may be required. 2024-07-05 07:12:39.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 06:57:10 and 07/04/2024 07:12:39 UTC. Search may be required. 2024-07-05 07:12:43.5|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-05 07:12:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-05 07:28:08.2|Info|RssSyncService|Starting RSS Sync 2024-07-05 07:28:08.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:12:38 and 07/05/2024 07:28:08 UTC. Search may be required. 2024-07-05 07:28:08.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 07:28:09.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:12:39 and 07/04/2024 07:28:09 UTC. Search may be required. 2024-07-05 07:28:09.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:12:39 and 07/04/2024 07:28:09 UTC. Search may be required. 2024-07-05 07:28:13.6|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-05 07:28:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-05 07:43:38.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 07:43:38.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:28:08 and 07/05/2024 07:43:38 UTC. Search may be required. 2024-07-05 07:43:38.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 07:43:39.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:28:09 and 07/04/2024 07:43:39 UTC. Search may be required. 2024-07-05 07:43:39.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:28:09 and 07/04/2024 07:43:39 UTC. Search may be required. 2024-07-05 07:43:40.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:24:20 and 07/05/2024 12:26:30 UTC. Search may be required. 2024-07-05 07:43:40.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 07:43:43.7|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-05 07:43:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-05 07:59:08.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 07:59:08.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:43:38 and 07/05/2024 07:59:08 UTC. Search may be required. 2024-07-05 07:59:08.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 07:59:09.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:43:39 and 07/04/2024 07:59:09 UTC. Search may be required. 2024-07-05 07:59:09.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:43:39 and 07/04/2024 07:59:09 UTC. Search may be required. 2024-07-05 07:59:10.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:40:19 and 07/05/2024 12:41:14 UTC. Search may be required. 2024-07-05 07:59:13.9|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-05 07:59:14.0|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-05 08:14:38.6|Info|RssSyncService|Starting RSS Sync 2024-07-05 08:14:38.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:59:08 and 07/05/2024 08:14:38 UTC. Search may be required. 2024-07-05 08:14:39.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 08:14:39.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:59:09 and 07/04/2024 08:14:39 UTC. Search may be required. 2024-07-05 08:14:39.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 07:59:09 and 07/04/2024 08:14:39 UTC. Search may be required. 2024-07-05 08:14:40.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 05/29/2024 10:40:46 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 08:14:50.6|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-05 08:14:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-05 08:30:08.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 08:30:09.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 08:14:38 and 07/05/2024 08:30:09 UTC. Search may be required. 2024-07-05 08:30:09.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 08:30:09.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:14:39 and 07/04/2024 08:30:09 UTC. Search may be required. 2024-07-05 08:30:09.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:14:39 and 07/04/2024 08:30:09 UTC. Search may be required. 2024-07-05 08:30:14.2|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-05 08:30:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-05 08:45:38.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 08:45:38.9|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/04/2024 15:28:35 and 07/05/2024 07:33:07 UTC. Search may be required. 2024-07-05 08:45:39.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 08:45:39.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:30:09 and 07/04/2024 08:45:39 UTC. Search may be required. 2024-07-05 08:45:39.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 08:30:09 and 07/05/2024 08:45:39 UTC. Search may be required. 2024-07-05 08:45:39.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:30:09 and 07/04/2024 08:45:39 UTC. Search may be required. 2024-07-05 08:45:40.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 08:45:44.2|Info|DownloadDecisionMaker|Processing 337 releases 2024-07-05 08:45:44.4|Info|RssSyncService|RSS Sync Completed. Reports found: 337, Reports grabbed: 0 2024-07-05 09:01:08.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 09:01:09.0|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:33:07 and 07/05/2024 07:33:07 UTC. Search may be required. 2024-07-05 09:01:09.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 08:45:39 and 07/05/2024 09:01:09 UTC. Search may be required. 2024-07-05 09:01:09.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 09:01:09.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:45:39 and 07/04/2024 09:01:09 UTC. Search may be required. 2024-07-05 09:01:09.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 08:45:39 and 07/04/2024 09:01:09 UTC. Search may be required. 2024-07-05 09:01:14.4|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-05 09:01:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-05 09:16:39.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 09:16:39.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:33:07 and 07/05/2024 07:33:07 UTC. Search may be required. 2024-07-05 09:16:39.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 09:01:09 and 07/05/2024 09:16:39 UTC. Search may be required. 2024-07-05 09:16:39.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 09:16:39.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:01:09 and 07/04/2024 09:16:39 UTC. Search may be required. 2024-07-05 09:16:40.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:01:09 and 07/04/2024 09:16:40 UTC. Search may be required. 2024-07-05 09:16:41.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:56:27 and 07/05/2024 14:05:15 UTC. Search may be required. 2024-07-05 09:16:44.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 08:10:02 and 07/05/2024 08:10:02 UTC. Search may be required. 2024-07-05 09:16:44.4|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-05 09:16:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-05 09:32:09.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 09:32:09.2|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:33:07 and 07/05/2024 07:33:07 UTC. Search may be required. 2024-07-05 09:32:09.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 09:16:39 and 07/05/2024 09:32:09 UTC. Search may be required. 2024-07-05 09:32:09.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 09:32:09.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:16:40 and 07/04/2024 09:32:09 UTC. Search may be required. 2024-07-05 09:32:09.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:16:39 and 07/04/2024 09:32:09 UTC. Search may be required. 2024-07-05 09:33:49.1|Warn|Torznab|Internet Archive (Prowlarr) server is currently unavailable. http://prowlarr.tornet:9696/7/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100 Http request timed out 2024-07-05 09:33:49.1|Info|DownloadDecisionMaker|Processing 234 releases 2024-07-05 09:33:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 234, Reports grabbed: 0 2024-07-05 09:49:09.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 09:49:09.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/7/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-05 09:49:09.3|Warn|Torznab|API Request Limit reached for Internet Archive (Prowlarr). Disabled for 00:03:21 2024-07-05 09:49:09.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:33:07 and 07/05/2024 07:33:07 UTC. Search may be required. 2024-07-05 09:49:09.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 09:32:09 and 07/05/2024 09:49:09 UTC. Search may be required. 2024-07-05 09:49:09.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:32:09 and 07/04/2024 09:49:09 UTC. Search may be required. 2024-07-05 09:49:09.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 09:49:10.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:32:09 and 07/04/2024 09:49:10 UTC. Search may be required. 2024-07-05 09:49:14.7|Info|DownloadDecisionMaker|Processing 234 releases 2024-07-05 09:49:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 234, Reports grabbed: 0 2024-07-05 10:04:39.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 10:04:39.5|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:33:07 and 07/05/2024 07:33:07 UTC. Search may be required. 2024-07-05 10:04:39.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 09:49:09 and 07/05/2024 10:04:39 UTC. Search may be required. 2024-07-05 10:04:39.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 10:04:39.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:49:09 and 07/04/2024 10:04:39 UTC. Search may be required. 2024-07-05 10:04:39.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 09:49:10 and 07/04/2024 10:04:39 UTC. Search may be required. 2024-07-05 10:04:41.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:13:34 and 07/05/2024 14:35:09 UTC. Search may be required. 2024-07-05 10:04:44.8|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-05 10:04:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-05 10:20:09.5|Info|RssSyncService|Starting RSS Sync 2024-07-05 10:20:09.6|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:33:07 and 07/05/2024 07:33:07 UTC. Search may be required. 2024-07-05 10:20:09.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:04:39 and 07/04/2024 10:20:09 UTC. Search may be required. 2024-07-05 10:20:09.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 10:20:10.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:04:39 and 07/04/2024 10:20:10 UTC. Search may be required. 2024-07-05 10:20:10.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:04:39 and 07/05/2024 10:20:10 UTC. Search may be required. 2024-07-05 10:20:11.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 05/05/2024 02:21:21 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 10:20:15.0|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-05 10:20:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-05 10:35:39.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 10:35:39.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:33:07 and 07/05/2024 07:33:07 UTC. Search may be required. 2024-07-05 10:35:40.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 10:35:40.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:20:10 and 07/05/2024 10:35:40 UTC. Search may be required. 2024-07-05 10:35:40.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:20:09 and 07/04/2024 10:35:40 UTC. Search may be required. 2024-07-05 10:35:40.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:20:10 and 07/04/2024 10:35:40 UTC. Search may be required. 2024-07-05 10:35:45.1|Info|DownloadDecisionMaker|Processing 336 releases 2024-07-05 10:35:45.3|Info|RssSyncService|RSS Sync Completed. Reports found: 336, Reports grabbed: 0 2024-07-05 10:51:09.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 10:51:10.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 10:51:10.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 07:33:07 and 07/05/2024 09:29:52 UTC. Search may be required. 2024-07-05 10:51:10.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 05:01:00 and 07/05/2024 11:12:38 UTC. Search may be required. 2024-07-05 10:51:10.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:35:40 and 07/04/2024 10:51:10 UTC. Search may be required. 2024-07-05 10:51:10.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:35:40 and 07/05/2024 10:51:10 UTC. Search may be required. 2024-07-05 10:51:10.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/04/2024 10:35:40 and 07/04/2024 10:51:10 UTC. Search may be required. 2024-07-05 10:51:15.3|Info|DownloadDecisionMaker|Processing 341 releases 2024-07-05 10:51:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 341, Reports grabbed: 0 2024-07-05 11:06:39.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 11:06:40.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:51:10 and 07/05/2024 11:06:40 UTC. Search may be required. 2024-07-05 11:06:40.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 11:06:40.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:28:32 and 07/05/2024 11:32:21 UTC. Search may be required. 2024-07-05 11:06:45.3|Info|DownloadDecisionMaker|Processing 352 releases 2024-07-05 11:06:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 352, Reports grabbed: 0 2024-07-05 11:09:23.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 11:09:33.1|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 11:09:33.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 11:09:35.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 11:22:10.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 11:22:10.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:06:40 and 07/05/2024 11:22:10 UTC. Search may be required. 2024-07-05 11:22:10.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 11:22:10.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:55:21 and 07/05/2024 12:06:20 UTC. Search may be required. 2024-07-05 11:22:15.5|Info|DownloadDecisionMaker|Processing 364 releases 2024-07-05 11:22:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 364, Reports grabbed: 0 2024-07-05 11:37:40.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 11:37:40.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:22:10 and 07/05/2024 11:37:40 UTC. Search may be required. 2024-07-05 11:37:40.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 11:37:42.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 11:37:45.6|Info|DownloadDecisionMaker|Processing 366 releases 2024-07-05 11:37:45.8|Info|RssSyncService|RSS Sync Completed. Reports found: 366, Reports grabbed: 0 2024-07-05 11:53:10.2|Info|RssSyncService|Starting RSS Sync 2024-07-05 11:53:10.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:37:40 and 07/05/2024 11:53:10 UTC. Search may be required. 2024-07-05 11:53:10.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 11:53:10.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:16:40 and 07/05/2024 12:20:54 UTC. Search may be required. 2024-07-05 11:53:15.7|Info|DownloadDecisionMaker|Processing 367 releases 2024-07-05 11:53:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 367, Reports grabbed: 0 2024-07-05 12:08:40.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 12:08:40.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 12:08:40.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:53:10 and 07/05/2024 12:08:40 UTC. Search may be required. 2024-07-05 12:08:45.8|Info|DownloadDecisionMaker|Processing 378 releases 2024-07-05 12:08:46.0|Info|RssSyncService|RSS Sync Completed. Reports found: 378, Reports grabbed: 0 2024-07-05 12:24:10.5|Info|RssSyncService|Starting RSS Sync 2024-07-05 12:24:10.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:08:40 and 07/05/2024 12:24:10 UTC. Search may be required. 2024-07-05 12:24:10.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 12:24:15.9|Info|DownloadDecisionMaker|Processing 377 releases 2024-07-05 12:24:16.1|Info|RssSyncService|RSS Sync Completed. Reports found: 377, Reports grabbed: 0 2024-07-05 12:39:40.6|Info|RssSyncService|Starting RSS Sync 2024-07-05 12:39:40.7|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 09:41:40 and 07/05/2024 11:11:01 UTC. Search may be required. 2024-07-05 12:39:41.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 12:39:41.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:24:10 and 07/05/2024 12:39:41 UTC. Search may be required. 2024-07-05 12:39:46.1|Info|DownloadDecisionMaker|Processing 380 releases 2024-07-05 12:39:46.2|Info|RssSyncService|RSS Sync Completed. Reports found: 380, Reports grabbed: 0 2024-07-05 12:55:10.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 12:55:11.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:39:41 and 07/05/2024 12:55:11 UTC. Search may be required. 2024-07-05 12:55:11.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 12:55:16.2|Info|DownloadDecisionMaker|Processing 378 releases 2024-07-05 12:55:16.3|Info|RssSyncService|RSS Sync Completed. Reports found: 378, Reports grabbed: 0 2024-07-05 13:10:40.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 13:10:41.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 13:10:41.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:55:11 and 07/05/2024 13:10:41 UTC. Search may be required. 2024-07-05 13:10:46.3|Info|DownloadDecisionMaker|Processing 376 releases 2024-07-05 13:10:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 376, Reports grabbed: 0 2024-07-05 13:26:11.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 13:26:11.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 13:26:11.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:10:41 and 07/05/2024 13:26:11 UTC. Search may be required. 2024-07-05 13:26:13.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:06:00 and 07/05/2024 18:10:59 UTC. Search may be required. 2024-07-05 13:26:13.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 13:26:16.4|Info|DownloadDecisionMaker|Processing 374 releases 2024-07-05 13:26:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 374, Reports grabbed: 0 2024-07-05 13:41:41.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 13:41:41.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 13:41:41.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:26:11 and 07/05/2024 13:41:41 UTC. Search may be required. 2024-07-05 13:41:46.6|Info|DownloadDecisionMaker|Processing 375 releases 2024-07-05 13:41:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 375, Reports grabbed: 0 2024-07-05 13:57:11.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 13:57:11.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 13:57:12.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:41:41 and 07/05/2024 13:57:12 UTC. Search may be required. 2024-07-05 13:57:16.7|Info|DownloadDecisionMaker|Processing 361 releases 2024-07-05 13:57:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 361, Reports grabbed: 0 2024-07-05 14:12:41.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 14:12:41.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 14:12:41.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 13:57:11 and 07/03/2024 14:12:41 UTC. Search may be required. 2024-07-05 14:12:42.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:57:12 and 07/05/2024 14:12:42 UTC. Search may be required. 2024-07-05 14:12:46.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:52:49 and 07/05/2024 18:54:43 UTC. Search may be required. 2024-07-05 14:12:46.8|Info|DownloadDecisionMaker|Processing 377 releases 2024-07-05 14:12:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 377, Reports grabbed: 0 2024-07-05 14:28:11.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 14:28:12.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 14:28:12.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:12:42 and 07/05/2024 14:28:12 UTC. Search may be required. 2024-07-05 14:28:12.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:12:41 and 07/03/2024 14:28:12 UTC. Search may be required. 2024-07-05 14:28:12.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:39:19 and 07/05/2024 15:00:38 UTC. Search may be required. 2024-07-05 14:28:17.0|Info|DownloadDecisionMaker|Processing 377 releases 2024-07-05 14:28:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 377, Reports grabbed: 0 2024-07-05 14:43:41.6|Info|RssSyncService|Starting RSS Sync 2024-07-05 14:43:41.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:28:12 and 07/05/2024 14:43:41 UTC. Search may be required. 2024-07-05 14:43:42.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 14:43:42.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:28:12 and 07/03/2024 14:43:42 UTC. Search may be required. 2024-07-05 14:43:43.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:25:46 and 07/05/2024 19:26:16 UTC. Search may be required. 2024-07-05 14:43:47.0|Info|DownloadDecisionMaker|Processing 377 releases 2024-07-05 14:43:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 377, Reports grabbed: 0 2024-07-05 14:59:11.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 14:59:12.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 14:59:12.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:43:42 and 07/03/2024 14:59:12 UTC. Search may be required. 2024-07-05 14:59:12.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:43:41 and 07/05/2024 14:59:12 UTC. Search may be required. 2024-07-05 14:59:13.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:40:29 and 07/05/2024 19:44:00 UTC. Search may be required. 2024-07-05 14:59:17.1|Info|DownloadDecisionMaker|Processing 376 releases 2024-07-05 14:59:17.3|Info|RssSyncService|RSS Sync Completed. Reports found: 376, Reports grabbed: 0 2024-07-05 15:14:41.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 15:14:42.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:59:12 and 07/05/2024 15:14:42 UTC. Search may be required. 2024-07-05 15:14:42.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 15:14:42.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 14:59:12 and 07/03/2024 15:14:42 UTC. Search may be required. 2024-07-05 15:14:42.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:13:53 and 07/05/2024 15:17:35 UTC. Search may be required. 2024-07-05 15:14:43.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 15:14:45.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:56:18 and 07/05/2024 19:59:21 UTC. Search may be required. 2024-07-05 15:14:47.3|Info|DownloadDecisionMaker|Processing 376 releases 2024-07-05 15:14:47.5|Info|RssSyncService|RSS Sync Completed. Reports found: 376, Reports grabbed: 0 2024-07-05 15:30:12.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 15:30:12.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/14/api?t=book&cat=7000,3030,7020,7030,7050&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-05 15:30:12.0|Warn|Torznab|API Request Limit reached for The Pirate Bay (Prowlarr). Disabled for 00:00:51 2024-07-05 15:30:12.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:14:42 and 07/03/2024 15:30:12 UTC. Search may be required. 2024-07-05 15:30:12.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:17:35 and 07/05/2024 16:16:46 UTC. Search may be required. 2024-07-05 15:30:12.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:14:42 and 07/05/2024 15:30:12 UTC. Search may be required. 2024-07-05 15:30:12.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 15:30:17.4|Info|DownloadDecisionMaker|Processing 377 releases 2024-07-05 15:30:17.6|Info|RssSyncService|RSS Sync Completed. Reports found: 377, Reports grabbed: 0 2024-07-05 15:45:42.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 15:45:42.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:30:12 and 07/05/2024 15:45:42 UTC. Search may be required. 2024-07-05 15:45:42.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 15:45:42.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:30:12 and 07/03/2024 15:45:42 UTC. Search may be required. 2024-07-05 15:45:44.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 20:26:31 and 07/05/2024 20:30:08 UTC. Search may be required. 2024-07-05 15:45:47.6|Info|DownloadDecisionMaker|Processing 378 releases 2024-07-05 15:45:47.8|Info|RssSyncService|RSS Sync Completed. Reports found: 378, Reports grabbed: 0 2024-07-05 16:01:12.2|Info|RssSyncService|Starting RSS Sync 2024-07-05 16:01:12.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/10/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-05 16:01:12.2|Warn|Torznab|API Request Limit reached for kickasstorrents.ws (Prowlarr). Disabled for 00:00:54 2024-07-05 16:01:12.3|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:44:14 and 07/05/2024 15:07:29 UTC. Search may be required. 2024-07-05 16:01:12.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:45:42 and 07/05/2024 16:01:12 UTC. Search may be required. 2024-07-05 16:01:12.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 16:01:14.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 20:40:50 and 07/05/2024 20:47:22 UTC. Search may be required. 2024-07-05 16:01:17.7|Info|DownloadDecisionMaker|Processing 375 releases 2024-07-05 16:01:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 375, Reports grabbed: 0 2024-07-05 16:16:42.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 16:16:42.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 16:16:42.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 15:45:42 and 07/03/2024 16:16:42 UTC. Search may be required. 2024-07-05 16:16:42.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:01:12 and 07/05/2024 16:16:42 UTC. Search may be required. 2024-07-05 16:16:44.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 20:59:08 and 07/05/2024 21:01:09 UTC. Search may be required. 2024-07-05 16:16:47.8|Info|DownloadDecisionMaker|Processing 393 releases 2024-07-05 16:16:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 393, Reports grabbed: 0 2024-07-05 16:21:12.6|Info|HousekeepingService|Running housecleaning tasks 2024-07-05 16:21:12.6|Info|Database|Vacuuming Cache database 2024-07-05 16:21:12.6|Info|Database|Cache database compressed 2024-07-05 16:21:12.6|Info|Database|Vacuuming Log database 2024-07-05 16:21:12.6|Info|Database|Log database compressed 2024-07-05 16:21:12.6|Info|Database|Vacuuming Main database 2024-07-05 16:21:12.7|Info|Database|Main database compressed 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: A.P. Beswick 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Carissa Broadbent 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Caroline Peckham 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Charles Duhigg 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Colleen Hoover 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Emily McIntire 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: H.D. Carlton 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: James W. Williams 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Jennifer L. Armentrout 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: K.A. Knight 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Kate Stewart 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Katee Robert 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Ken H. Warner 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Lynn Painter 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Melissa Marr 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Norah Vincent 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Olivie Blake 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Penelope Douglas 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Rebecca Yarros 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Robert Dale Goleman 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Robert Greene 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Sarah J. Maas 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Scarlett St. Clair 2024-07-05 16:21:13.1|Info|RefreshAuthorService|Skipping refresh of author: Sierra Simone 2024-07-05 16:32:12.5|Info|RssSyncService|Starting RSS Sync 2024-07-05 16:32:12.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 16:32:13.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:16:42 and 07/03/2024 16:32:13 UTC. Search may be required. 2024-07-05 16:32:13.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:16:42 and 07/05/2024 16:32:13 UTC. Search may be required. 2024-07-05 16:32:14.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 21:12:41 and 07/05/2024 21:17:39 UTC. Search may be required. 2024-07-05 16:32:14.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 16:32:18.0|Info|DownloadDecisionMaker|Processing 394 releases 2024-07-05 16:32:18.2|Info|RssSyncService|RSS Sync Completed. Reports found: 394, Reports grabbed: 0 2024-07-05 16:34:42.6|Info|DiskScanService|Scanning /books/ 2024-07-05 16:34:43.0|Info|TrackGroupingService|Grouping 0 tracks 2024-07-05 16:34:43.0|Info|ImportApprovedBooks|Importing 0 files 2024-07-05 16:47:42.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 16:47:43.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 16:47:43.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:32:13 and 07/05/2024 16:47:43 UTC. Search may be required. 2024-07-05 16:47:44.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 21:28:57 and 07/05/2024 21:33:23 UTC. Search may be required. 2024-07-05 16:47:45.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:32:13 and 07/03/2024 16:47:45 UTC. Search may be required. 2024-07-05 16:47:48.1|Info|DownloadDecisionMaker|Processing 392 releases 2024-07-05 16:47:48.3|Info|RssSyncService|RSS Sync Completed. Reports found: 392, Reports grabbed: 0 2024-07-05 17:03:12.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 17:03:13.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 17:03:13.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 16:47:45 and 07/03/2024 17:03:13 UTC. Search may be required. 2024-07-05 17:03:13.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:47:43 and 07/05/2024 17:03:13 UTC. Search may be required. 2024-07-05 17:03:14.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 21:45:31 and 07/05/2024 21:46:35 UTC. Search may be required. 2024-07-05 17:03:18.2|Info|DownloadDecisionMaker|Processing 389 releases 2024-07-05 17:03:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 389, Reports grabbed: 0 2024-07-05 17:09:54.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 17:10:04.3|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 17:10:04.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 17:10:06.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 17:18:42.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 17:18:43.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/04/2024 17:03:13 and 07/04/2024 19:18:43 UTC. Search may be required. 2024-07-05 17:18:43.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/03/2024 17:03:13 and 07/04/2024 19:18:43 UTC. Search may be required. 2024-07-05 17:18:43.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 17:18:43.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:03:13 and 07/05/2024 17:18:43 UTC. Search may be required. 2024-07-05 17:18:43.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:33:11 and 07/05/2024 17:39:17 UTC. Search may be required. 2024-07-05 17:18:44.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 21:58:00 and 07/05/2024 22:02:09 UTC. Search may be required. 2024-07-05 17:18:48.5|Info|DownloadDecisionMaker|Processing 383 releases 2024-07-05 17:18:48.7|Info|RssSyncService|RSS Sync Completed. Reports found: 383, Reports grabbed: 0 2024-07-05 17:34:13.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 17:34:13.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:18:43 and 07/05/2024 17:34:13 UTC. Search may be required. 2024-07-05 17:34:13.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 17:34:15.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:14:47 and 07/05/2024 22:20:37 UTC. Search may be required. 2024-07-05 17:34:18.4|Info|DownloadDecisionMaker|Processing 394 releases 2024-07-05 17:34:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 394, Reports grabbed: 0 2024-07-05 17:49:43.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 17:49:43.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 17:49:43.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:34:13 and 07/05/2024 17:49:43 UTC. Search may be required. 2024-07-05 17:49:45.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 05/05/2024 02:21:21 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 17:49:45.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:30:12 and 07/05/2024 22:36:05 UTC. Search may be required. 2024-07-05 17:49:48.6|Info|DownloadDecisionMaker|Processing 394 releases 2024-07-05 17:49:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 394, Reports grabbed: 0 2024-07-05 18:05:13.2|Info|RssSyncService|Starting RSS Sync 2024-07-05 18:05:13.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/14/api?t=book&cat=7000,3030,7020,7030,7050&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-05 18:05:13.2|Warn|Torznab|API Request Limit reached for The Pirate Bay (Prowlarr). Disabled for 00:00:46 2024-07-05 18:05:13.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:49:43 and 07/05/2024 18:05:13 UTC. Search may be required. 2024-07-05 18:05:13.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 18:05:15.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:47:14 and 07/05/2024 22:49:36 UTC. Search may be required. 2024-07-05 18:05:18.7|Info|DownloadDecisionMaker|Processing 390 releases 2024-07-05 18:05:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 390, Reports grabbed: 0 2024-07-05 18:20:43.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 18:20:43.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:39:08 and 07/05/2024 17:43:32 UTC. Search may be required. 2024-07-05 18:20:43.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 18:20:44.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:05:13 and 07/05/2024 18:20:44 UTC. Search may be required. 2024-07-05 18:20:45.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 23:00:57 and 07/05/2024 23:04:30 UTC. Search may be required. 2024-07-05 18:20:48.8|Info|DownloadDecisionMaker|Processing 387 releases 2024-07-05 18:20:49.0|Info|RssSyncService|RSS Sync Completed. Reports found: 387, Reports grabbed: 0 2024-07-05 18:36:13.5|Info|RssSyncService|Starting RSS Sync 2024-07-05 18:36:13.6|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:43:32 and 07/05/2024 17:43:32 UTC. Search may be required. 2024-07-05 18:36:13.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 18:36:13.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:20:44 and 07/05/2024 18:36:13 UTC. Search may be required. 2024-07-05 18:36:14.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:39:17 and 07/05/2024 19:20:07 UTC. Search may be required. 2024-07-05 18:36:15.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 23:16:27 and 07/05/2024 23:19:56 UTC. Search may be required. 2024-07-05 18:36:18.9|Info|DownloadDecisionMaker|Processing 388 releases 2024-07-05 18:36:19.1|Info|RssSyncService|RSS Sync Completed. Reports found: 388, Reports grabbed: 0 2024-07-05 18:51:43.6|Info|RssSyncService|Starting RSS Sync 2024-07-05 18:51:43.7|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:43:32 and 07/05/2024 17:43:32 UTC. Search may be required. 2024-07-05 18:51:43.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 18:51:44.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:20:07 and 07/05/2024 19:24:34 UTC. Search may be required. 2024-07-05 18:51:44.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:36:13 and 07/05/2024 18:51:44 UTC. Search may be required. 2024-07-05 18:51:45.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/05/2024 23:32:48 and 07/05/2024 23:36:39 UTC. Search may be required. 2024-07-05 18:51:49.1|Info|DownloadDecisionMaker|Processing 390 releases 2024-07-05 18:51:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 390, Reports grabbed: 0 2024-07-05 19:07:13.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 19:07:13.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:43:32 and 07/05/2024 17:43:32 UTC. Search may be required. 2024-07-05 19:07:14.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:51:44 and 07/05/2024 19:07:14 UTC. Search may be required. 2024-07-05 19:07:14.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 19:07:15.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 19:07:19.2|Info|DownloadDecisionMaker|Processing 396 releases 2024-07-05 19:07:19.4|Info|RssSyncService|RSS Sync Completed. Reports found: 396, Reports grabbed: 0 2024-07-05 19:22:43.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 19:22:44.0|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:43:32 and 07/05/2024 17:43:32 UTC. Search may be required. 2024-07-05 19:22:44.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 19:22:44.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:07:14 and 07/05/2024 19:22:44 UTC. Search may be required. 2024-07-05 19:22:49.3|Info|DownloadDecisionMaker|Processing 393 releases 2024-07-05 19:22:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 393, Reports grabbed: 0 2024-07-05 19:38:14.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 19:38:14.1|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:43:32 and 07/05/2024 17:43:32 UTC. Search may be required. 2024-07-05 19:38:14.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:22:44 and 07/05/2024 19:38:14 UTC. Search may be required. 2024-07-05 19:38:14.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 19:38:16.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 00:17:16 and 07/06/2024 00:19:32 UTC. Search may be required. 2024-07-05 19:38:19.5|Info|DownloadDecisionMaker|Processing 393 releases 2024-07-05 19:38:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 393, Reports grabbed: 0 2024-07-05 19:53:44.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 19:53:44.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:38:14 and 07/05/2024 19:53:44 UTC. Search may be required. 2024-07-05 19:53:44.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 19:53:49.5|Info|DownloadDecisionMaker|Processing 390 releases 2024-07-05 19:53:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 390, Reports grabbed: 0 2024-07-05 20:09:14.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 20:09:14.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 20:09:15.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:53:44 and 07/05/2024 20:09:14 UTC. Search may be required. 2024-07-05 20:09:19.7|Info|DownloadDecisionMaker|Processing 389 releases 2024-07-05 20:09:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 389, Reports grabbed: 0 2024-07-05 20:24:44.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 20:24:44.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 20:24:45.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 20:09:14 and 07/05/2024 20:24:45 UTC. Search may be required. 2024-07-05 20:24:46.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:04:44 and 07/06/2024 01:04:44 UTC. Search may be required. 2024-07-05 20:24:46.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 20:24:49.8|Info|DownloadDecisionMaker|Processing 386 releases 2024-07-05 20:24:50.0|Info|RssSyncService|RSS Sync Completed. Reports found: 386, Reports grabbed: 0 2024-07-05 20:40:14.5|Info|RssSyncService|Starting RSS Sync 2024-07-05 20:40:14.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 20:24:45 and 07/05/2024 20:40:14 UTC. Search may be required. 2024-07-05 20:40:14.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 20:40:19.9|Info|DownloadDecisionMaker|Processing 385 releases 2024-07-05 20:40:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 385, Reports grabbed: 0 2024-07-05 20:55:44.6|Info|RssSyncService|Starting RSS Sync 2024-07-05 20:55:45.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 20:40:14 and 07/05/2024 20:55:45 UTC. Search may be required. 2024-07-05 20:55:45.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 20:55:50.1|Info|DownloadDecisionMaker|Processing 385 releases 2024-07-05 20:55:50.3|Info|RssSyncService|RSS Sync Completed. Reports found: 385, Reports grabbed: 0 2024-07-05 21:11:14.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 21:11:15.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 21:11:16.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 20:55:45 and 07/05/2024 21:11:16 UTC. Search may be required. 2024-07-05 21:11:16.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 21:11:20.2|Info|DownloadDecisionMaker|Processing 385 releases 2024-07-05 21:11:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 385, Reports grabbed: 0 2024-07-05 21:26:44.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 21:26:45.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 21:26:45.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 21:11:16 and 07/05/2024 21:26:45 UTC. Search may be required. 2024-07-05 21:26:50.4|Info|DownloadDecisionMaker|Processing 385 releases 2024-07-05 21:26:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 385, Reports grabbed: 0 2024-07-05 21:42:15.0|Info|RssSyncService|Starting RSS Sync 2024-07-05 21:42:15.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 21:42:16.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 21:26:45 and 07/05/2024 21:42:16 UTC. Search may be required. 2024-07-05 21:42:20.5|Info|DownloadDecisionMaker|Processing 385 releases 2024-07-05 21:42:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 385, Reports grabbed: 0 2024-07-05 21:57:45.2|Info|RssSyncService|Starting RSS Sync 2024-07-05 21:57:45.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 21:57:46.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 21:42:16 and 07/05/2024 21:57:46 UTC. Search may be required. 2024-07-05 21:57:50.6|Info|DownloadDecisionMaker|Processing 385 releases 2024-07-05 21:57:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 385, Reports grabbed: 0 2024-07-05 22:13:15.3|Info|RssSyncService|Starting RSS Sync 2024-07-05 22:13:15.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 22:13:15.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 21:57:46 and 07/05/2024 22:13:15 UTC. Search may be required. 2024-07-05 22:13:16.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/05/2024 19:29:45 and 07/06/2024 17:05:00 UTC. Search may be required. 2024-07-05 22:13:20.8|Info|DownloadDecisionMaker|Processing 324 releases 2024-07-05 22:13:20.9|Info|RssSyncService|RSS Sync Completed. Reports found: 324, Reports grabbed: 0 2024-07-05 22:28:45.4|Info|RssSyncService|Starting RSS Sync 2024-07-05 22:28:46.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:13:15 and 07/05/2024 22:28:46 UTC. Search may be required. 2024-07-05 22:28:46.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 22:28:51.4|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-05 22:28:51.6|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-05 22:44:15.6|Info|RssSyncService|Starting RSS Sync 2024-07-05 22:44:16.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:28:46 and 07/05/2024 22:44:16 UTC. Search may be required. 2024-07-05 22:44:16.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 22:44:17.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 03:25:09 and 07/06/2024 03:25:13 UTC. Search may be required. 2024-07-05 22:44:21.0|Info|DownloadDecisionMaker|Processing 320 releases 2024-07-05 22:44:21.2|Info|RssSyncService|RSS Sync Completed. Reports found: 320, Reports grabbed: 0 2024-07-05 22:59:45.7|Info|RssSyncService|Starting RSS Sync 2024-07-05 22:59:46.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 22:59:46.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:44:16 and 07/05/2024 22:59:46 UTC. Search may be required. 2024-07-05 22:59:47.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 03:38:14 and 07/06/2024 03:42:41 UTC. Search may be required. 2024-07-05 22:59:51.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-05 22:59:51.1|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-05 22:59:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-05 23:10:25.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 23:10:35.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 23:10:35.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 23:10:37.6|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-05 23:15:15.8|Info|RssSyncService|Starting RSS Sync 2024-07-05 23:15:16.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:59:46 and 07/05/2024 23:15:16 UTC. Search may be required. 2024-07-05 23:15:16.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 23:15:17.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 03:56:30 and 07/06/2024 03:59:28 UTC. Search may be required. 2024-07-05 23:15:21.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-05 23:15:21.2|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-05 23:15:21.4|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-05 23:30:45.9|Info|RssSyncService|Starting RSS Sync 2024-07-05 23:30:46.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 23:30:46.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 23:15:16 and 07/05/2024 23:30:46 UTC. Search may be required. 2024-07-05 23:30:47.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 04:12:30 and 07/06/2024 04:13:05 UTC. Search may be required. 2024-07-05 23:30:51.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-05 23:30:51.4|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-05 23:30:51.5|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-05 23:46:16.1|Info|RssSyncService|Starting RSS Sync 2024-07-05 23:46:16.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-05 23:46:16.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 23:30:46 and 07/05/2024 23:46:16 UTC. Search may be required. 2024-07-05 23:46:18.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 04:25:52 and 07/06/2024 04:29:08 UTC. Search may be required. 2024-07-05 23:46:18.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-05 23:46:21.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-05 23:46:21.5|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-05 23:46:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-06 00:01:46.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 00:01:46.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/05/2024 23:46:16 and 07/06/2024 00:01:46 UTC. Search may be required. 2024-07-06 00:01:47.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 00:01:48.2|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 04:41:29 and 07/06/2024 04:45:55 UTC. Search may be required. 2024-07-06 00:01:51.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-06 00:01:51.6|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-06 00:01:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-06 00:17:16.3|Info|RssSyncService|Starting RSS Sync 2024-07-06 00:17:17.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 00:01:46 and 07/06/2024 00:17:17 UTC. Search may be required. 2024-07-06 00:17:17.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 00:17:18.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 04:57:53 and 07/06/2024 05:01:25 UTC. Search may be required. 2024-07-06 00:17:18.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 00:17:21.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-06 00:17:21.8|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-06 00:17:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-06 00:32:46.4|Info|RssSyncService|Starting RSS Sync 2024-07-06 00:32:46.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 00:17:17 and 07/06/2024 00:32:46 UTC. Search may be required. 2024-07-06 00:32:46.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 00:32:48.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 05:13:48 and 07/06/2024 05:14:40 UTC. Search may be required. 2024-07-06 00:32:51.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-06 00:32:51.9|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-06 00:32:52.0|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-06 00:48:16.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 00:48:17.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 00:48:17.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 00:32:46 and 07/06/2024 00:48:17 UTC. Search may be required. 2024-07-06 00:48:18.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 05:28:36 and 07/06/2024 05:30:14 UTC. Search may be required. 2024-07-06 00:48:22.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-06 00:48:22.0|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-06 00:48:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-06 01:03:46.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 01:03:47.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 01:03:47.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 00:48:17 and 07/06/2024 01:03:47 UTC. Search may be required. 2024-07-06 01:03:52.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-06 01:03:52.1|Info|DownloadDecisionMaker|Processing 319 releases 2024-07-06 01:03:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 319, Reports grabbed: 0 2024-07-06 01:19:16.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 01:19:17.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 01:19:17.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:03:47 and 07/06/2024 01:19:17 UTC. Search may be required. 2024-07-06 01:19:22.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/05/2024 22:10:02 and 07/05/2024 22:10:02 UTC. Search may be required. 2024-07-06 01:19:22.1|Info|DownloadDecisionMaker|Processing 323 releases 2024-07-06 01:19:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 323, Reports grabbed: 0 2024-07-06 01:34:46.7|Info|RssSyncService|Starting RSS Sync 2024-07-06 01:34:47.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 01:34:47.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:19:17 and 07/06/2024 01:34:47 UTC. Search may be required. 2024-07-06 01:34:52.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 01:34:52.1|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-06 01:34:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-06 01:50:16.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 01:50:17.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 01:50:17.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:34:47 and 07/06/2024 01:50:17 UTC. Search may be required. 2024-07-06 01:50:18.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 06:31:39 and 07/06/2024 06:33:24 UTC. Search may be required. 2024-07-06 01:50:22.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 01:50:22.2|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-06 01:50:22.4|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-06 02:05:46.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 02:05:47.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:50:17 and 07/06/2024 02:05:47 UTC. Search may be required. 2024-07-06 02:05:47.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 02:05:48.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 02:05:52.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 02:05:52.3|Info|DownloadDecisionMaker|Processing 322 releases 2024-07-06 02:05:52.5|Info|RssSyncService|RSS Sync Completed. Reports found: 322, Reports grabbed: 0 2024-07-06 02:21:17.0|Info|RssSyncService|Starting RSS Sync 2024-07-06 02:21:17.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 02:05:47 and 07/06/2024 02:21:17 UTC. Search may be required. 2024-07-06 02:21:17.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 02:21:22.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 02:21:22.4|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-06 02:21:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-06 02:36:47.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 02:36:47.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 02:21:17 and 07/06/2024 02:36:47 UTC. Search may be required. 2024-07-06 02:36:47.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 02:36:52.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 02:36:57.7|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-06 02:36:57.8|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-06 02:52:17.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 02:52:17.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 02:52:17.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 02:36:47 and 07/06/2024 02:52:17 UTC. Search may be required. 2024-07-06 02:52:18.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 02:59:18 and 07/06/2024 03:02:49 UTC. Search may be required. 2024-07-06 02:52:22.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 02:52:22.7|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-06 02:52:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-06 03:07:47.4|Info|RssSyncService|Starting RSS Sync 2024-07-06 03:07:47.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 03:07:47.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 02:52:17 and 07/06/2024 03:07:47 UTC. Search may be required. 2024-07-06 03:07:49.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 07:43:33 and 07/06/2024 07:43:33 UTC. Search may be required. 2024-07-06 03:07:49.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 03:07:52.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 03:07:52.8|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-06 03:07:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-06 03:23:17.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 03:23:18.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 03:23:18.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 03:07:47 and 07/06/2024 03:23:18 UTC. Search may be required. 2024-07-06 03:23:22.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 03:23:22.9|Info|DownloadDecisionMaker|Processing 325 releases 2024-07-06 03:23:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 325, Reports grabbed: 0 2024-07-06 03:38:47.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 03:38:47.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 03:23:18 and 07/06/2024 03:38:47 UTC. Search may be required. 2024-07-06 03:38:48.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 03:38:53.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 01:10:02 and 07/06/2024 01:10:02 UTC. Search may be required. 2024-07-06 03:38:53.0|Info|DownloadDecisionMaker|Processing 330 releases 2024-07-06 03:38:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 330, Reports grabbed: 0 2024-07-06 03:54:17.7|Info|RssSyncService|Starting RSS Sync 2024-07-06 03:54:18.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 03:54:18.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 03:38:47 and 07/06/2024 03:54:18 UTC. Search may be required. 2024-07-06 03:54:31.3|Info|DownloadDecisionMaker|Processing 330 releases 2024-07-06 03:54:31.5|Info|RssSyncService|RSS Sync Completed. Reports found: 330, Reports grabbed: 0 2024-07-06 04:09:47.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 04:09:48.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 03:54:18 and 07/06/2024 04:09:48 UTC. Search may be required. 2024-07-06 04:09:48.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 04:09:53.3|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-06 04:09:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-06 04:25:18.0|Info|RssSyncService|Starting RSS Sync 2024-07-06 04:25:18.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 04:09:48 and 07/06/2024 04:25:18 UTC. Search may be required. 2024-07-06 04:25:18.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 04:25:20.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/19/2024 19:20:36 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 04:25:23.4|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-06 04:25:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-06 04:40:48.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 04:40:48.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 04:25:18 and 07/06/2024 04:40:48 UTC. Search may be required. 2024-07-06 04:40:48.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 04:40:52.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 09:17:09 and 07/06/2024 09:19:34 UTC. Search may be required. 2024-07-06 04:40:53.5|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-06 04:40:53.7|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-06 04:56:18.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 04:56:18.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 04:56:18.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 04:40:48 and 07/06/2024 04:56:18 UTC. Search may be required. 2024-07-06 04:56:19.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 02:59:00 and 07/06/2024 05:43:29 UTC. Search may be required. 2024-07-06 04:56:26.0|Info|DownloadDecisionMaker|Processing 334 releases 2024-07-06 04:56:26.1|Info|RssSyncService|RSS Sync Completed. Reports found: 334, Reports grabbed: 0 2024-07-06 05:10:56.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 05:11:06.7|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 05:11:06.8|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 05:11:08.8|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 05:11:48.3|Info|RssSyncService|Starting RSS Sync 2024-07-06 05:11:48.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 05:11:48.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 05:43:29 and 07/06/2024 05:44:01 UTC. Search may be required. 2024-07-06 05:11:48.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 04:56:18 and 07/06/2024 05:11:48 UTC. Search may be required. 2024-07-06 05:11:53.7|Info|DownloadDecisionMaker|Processing 338 releases 2024-07-06 05:11:53.9|Info|RssSyncService|RSS Sync Completed. Reports found: 338, Reports grabbed: 0 2024-07-06 05:27:18.4|Info|RssSyncService|Starting RSS Sync 2024-07-06 05:27:19.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 05:11:48 and 07/06/2024 05:27:19 UTC. Search may be required. 2024-07-06 05:27:19.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 05:27:20.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 05:27:23.9|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-06 05:27:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-06 05:42:48.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 05:42:49.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 05:27:19 and 07/06/2024 05:42:49 UTC. Search may be required. 2024-07-06 05:42:49.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 05:42:54.0|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-06 05:42:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-06 05:58:18.7|Info|RssSyncService|Starting RSS Sync 2024-07-06 05:58:19.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 05:42:49 and 07/06/2024 05:58:19 UTC. Search may be required. 2024-07-06 05:58:19.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 05:58:20.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/28/2024 21:01:13 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 05:58:24.1|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-06 05:58:24.3|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-06 06:13:48.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 06:13:49.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 05:58:19 and 07/06/2024 06:13:49 UTC. Search may be required. 2024-07-06 06:13:49.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 06:13:54.2|Info|DownloadDecisionMaker|Processing 342 releases 2024-07-06 06:13:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 342, Reports grabbed: 0 2024-07-06 06:29:18.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 06:29:19.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 06:29:19.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 06:13:49 and 07/06/2024 06:29:19 UTC. Search may be required. 2024-07-06 06:29:24.4|Info|DownloadDecisionMaker|Processing 343 releases 2024-07-06 06:29:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 343, Reports grabbed: 0 2024-07-06 06:44:49.0|Info|RssSyncService|Starting RSS Sync 2024-07-06 06:44:49.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 06:44:49.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 06:29:19 and 07/06/2024 06:44:49 UTC. Search may be required. 2024-07-06 06:44:51.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:26:09 and 07/06/2024 11:28:09 UTC. Search may be required. 2024-07-06 06:44:51.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 06:44:54.5|Info|DownloadDecisionMaker|Processing 343 releases 2024-07-06 06:44:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 343, Reports grabbed: 0 2024-07-06 07:00:19.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 07:00:19.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 07:00:19.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 06:44:49 and 07/06/2024 07:00:19 UTC. Search may be required. 2024-07-06 07:00:21.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:42:16 and 07/06/2024 11:46:41 UTC. Search may be required. 2024-07-06 07:00:24.5|Info|DownloadDecisionMaker|Processing 341 releases 2024-07-06 07:00:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 341, Reports grabbed: 0 2024-07-06 07:15:49.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 07:15:49.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 07:15:49.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 07:00:19 and 07/06/2024 07:15:49 UTC. Search may be required. 2024-07-06 07:15:51.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:57:55 and 07/06/2024 11:59:15 UTC. Search may be required. 2024-07-06 07:15:54.7|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-06 07:15:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-06 07:31:19.3|Info|RssSyncService|Starting RSS Sync 2024-07-06 07:31:19.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 07:46:24 and 07/06/2024 08:24:10 UTC. Search may be required. 2024-07-06 07:31:20.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 07:15:49 and 07/06/2024 07:31:19 UTC. Search may be required. 2024-07-06 07:31:20.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 07:31:21.3|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:12:28 and 07/06/2024 12:16:02 UTC. Search may be required. 2024-07-06 07:31:24.8|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-06 07:31:24.9|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-06 07:46:49.4|Info|RssSyncService|Starting RSS Sync 2024-07-06 07:46:49.8|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:43:32 and 07/06/2024 05:29:37 UTC. Search may be required. 2024-07-06 07:46:50.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 07:46:50.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 07:31:20 and 07/06/2024 07:46:50 UTC. Search may be required. 2024-07-06 07:46:51.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:28:12 and 07/06/2024 12:29:07 UTC. Search may be required. 2024-07-06 07:46:54.9|Info|DownloadDecisionMaker|Processing 341 releases 2024-07-06 07:46:55.0|Info|RssSyncService|RSS Sync Completed. Reports found: 341, Reports grabbed: 0 2024-07-06 08:02:19.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 08:02:20.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 08:02:20.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 07:46:50 and 07/06/2024 08:02:20 UTC. Search may be required. 2024-07-06 08:02:21.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:41:57 and 07/06/2024 12:48:27 UTC. Search may be required. 2024-07-06 08:02:25.0|Info|DownloadDecisionMaker|Processing 342 releases 2024-07-06 08:02:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 342, Reports grabbed: 0 2024-07-06 08:17:49.7|Info|RssSyncService|Starting RSS Sync 2024-07-06 08:17:50.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 08:17:50.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 08:02:20 and 07/06/2024 08:17:50 UTC. Search may be required. 2024-07-06 08:17:51.7|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:58:35 and 07/06/2024 13:01:19 UTC. Search may be required. 2024-07-06 08:17:55.1|Info|DownloadDecisionMaker|Processing 352 releases 2024-07-06 08:17:55.3|Info|RssSyncService|RSS Sync Completed. Reports found: 352, Reports grabbed: 0 2024-07-06 08:33:19.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 08:33:20.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 08:17:50 and 07/06/2024 08:33:20 UTC. Search may be required. 2024-07-06 08:33:20.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 08:33:21.8|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:13:11 and 07/06/2024 13:18:50 UTC. Search may be required. 2024-07-06 08:33:25.2|Info|DownloadDecisionMaker|Processing 351 releases 2024-07-06 08:33:25.4|Info|RssSyncService|RSS Sync Completed. Reports found: 351, Reports grabbed: 0 2024-07-06 08:48:49.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 08:48:50.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 08:48:50.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 08:33:20 and 07/06/2024 08:48:50 UTC. Search may be required. 2024-07-06 08:48:50.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 09:02:58 and 07/06/2024 09:05:34 UTC. Search may be required. 2024-07-06 08:48:51.9|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:30:00 and 07/06/2024 13:35:03 UTC. Search may be required. 2024-07-06 08:48:55.3|Info|DownloadDecisionMaker|Processing 350 releases 2024-07-06 08:48:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 350, Reports grabbed: 0 2024-07-06 09:04:20.0|Info|RssSyncService|Starting RSS Sync 2024-07-06 09:04:20.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 08:48:50 and 07/06/2024 09:04:20 UTC. Search may be required. 2024-07-06 09:04:20.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 09:05:34 and 07/06/2024 09:56:24 UTC. Search may be required. 2024-07-06 09:04:20.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 09:04:22.0|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:46:04 and 07/06/2024 13:47:03 UTC. Search may be required. 2024-07-06 09:04:25.4|Info|DownloadDecisionMaker|Processing 350 releases 2024-07-06 09:04:25.6|Info|RssSyncService|RSS Sync Completed. Reports found: 350, Reports grabbed: 0 2024-07-06 09:19:50.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 09:19:50.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 09:04:20 and 07/06/2024 09:19:50 UTC. Search may be required. 2024-07-06 09:19:51.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 09:19:52.1|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:59:16 and 07/06/2024 14:07:00 UTC. Search may be required. 2024-07-06 09:19:55.6|Info|DownloadDecisionMaker|Processing 350 releases 2024-07-06 09:19:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 350, Reports grabbed: 0 2024-07-06 09:35:20.3|Info|RssSyncService|Starting RSS Sync 2024-07-06 09:35:20.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 09:35:21.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 09:19:50 and 07/06/2024 09:35:20 UTC. Search may be required. 2024-07-06 09:35:21.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 10:01:11 and 07/06/2024 10:05:47 UTC. Search may be required. 2024-07-06 09:35:25.7|Info|DownloadDecisionMaker|Processing 348 releases 2024-07-06 09:35:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 348, Reports grabbed: 0 2024-07-06 09:50:50.4|Info|RssSyncService|Starting RSS Sync 2024-07-06 09:50:50.5|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/06/2024 05:44:08 and 07/06/2024 07:14:40 UTC. Search may be required. 2024-07-06 09:50:50.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 09:35:20 and 07/06/2024 09:50:50 UTC. Search may be required. 2024-07-06 09:50:50.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 09:50:52.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 09:50:52.4|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:29:57 and 07/06/2024 14:31:10 UTC. Search may be required. 2024-07-06 09:50:55.8|Info|DownloadDecisionMaker|Processing 346 releases 2024-07-06 09:50:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 346, Reports grabbed: 0 2024-07-06 10:06:20.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 10:06:20.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 09:50:50 and 07/06/2024 10:06:20 UTC. Search may be required. 2024-07-06 10:06:21.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 10:06:22.5|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:47:11 and 07/06/2024 14:47:41 UTC. Search may be required. 2024-07-06 10:06:25.9|Info|DownloadDecisionMaker|Processing 345 releases 2024-07-06 10:06:26.1|Info|RssSyncService|RSS Sync Completed. Reports found: 345, Reports grabbed: 0 2024-07-06 10:21:50.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 10:21:51.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 10:21:51.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 10:06:20 and 07/06/2024 10:21:51 UTC. Search may be required. 2024-07-06 10:21:52.6|Warn|Torznab|Indexer Internet Archive (Prowlarr) rss sync didn't cover the period between 07/06/2024 15:02:00 and 07/06/2024 15:02:54 UTC. Search may be required. 2024-07-06 10:21:56.0|Info|DownloadDecisionMaker|Processing 344 releases 2024-07-06 10:21:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 344, Reports grabbed: 0 2024-07-06 10:37:20.7|Info|RssSyncService|Starting RSS Sync 2024-07-06 10:37:21.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:21:51 and 07/05/2024 10:37:21 UTC. Search may be required. 2024-07-06 10:37:21.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 10:21:51 and 07/06/2024 10:37:21 UTC. Search may be required. 2024-07-06 10:37:21.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:21:51 and 07/05/2024 10:37:21 UTC. Search may be required. 2024-07-06 10:37:21.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 10:37:26.1|Info|DownloadDecisionMaker|Processing 344 releases 2024-07-06 10:37:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 344, Reports grabbed: 0 2024-07-06 10:52:50.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 10:52:51.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 10:37:21 and 07/06/2024 10:52:51 UTC. Search may be required. 2024-07-06 10:52:51.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 10:52:53.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:37:21 and 07/05/2024 10:52:53 UTC. Search may be required. 2024-07-06 10:52:53.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:37:21 and 07/05/2024 10:52:53 UTC. Search may be required. 2024-07-06 10:52:56.3|Info|DownloadDecisionMaker|Processing 344 releases 2024-07-06 10:52:56.4|Info|RssSyncService|RSS Sync Completed. Reports found: 344, Reports grabbed: 0 2024-07-06 11:08:20.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 11:08:21.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 10:52:51 and 07/06/2024 11:08:21 UTC. Search may be required. 2024-07-06 11:08:21.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:52:53 and 07/05/2024 11:08:21 UTC. Search may be required. 2024-07-06 11:08:21.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 11:08:21.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 10:52:53 and 07/05/2024 11:08:21 UTC. Search may be required. 2024-07-06 11:08:26.4|Info|DownloadDecisionMaker|Processing 351 releases 2024-07-06 11:08:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 351, Reports grabbed: 0 2024-07-06 11:11:27.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 11:11:37.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 11:11:37.9|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 11:11:40.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 11:23:51.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 11:23:51.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 11:23:51.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:08:21 and 07/06/2024 11:23:51 UTC. Search may be required. 2024-07-06 11:23:51.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:08:21 and 07/05/2024 11:23:51 UTC. Search may be required. 2024-07-06 11:23:51.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:08:21 and 07/05/2024 11:23:51 UTC. Search may be required. 2024-07-06 11:23:53.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 05/30/2024 11:50:50 UTC. Search may be required. 2024-07-06 11:23:56.5|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 11:23:56.7|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 11:39:21.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 11:39:21.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:23:51 and 07/06/2024 11:39:21 UTC. Search may be required. 2024-07-06 11:39:21.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:23:51 and 07/05/2024 11:39:21 UTC. Search may be required. 2024-07-06 11:39:22.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 11:39:22.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:23:51 and 07/05/2024 11:39:22 UTC. Search may be required. 2024-07-06 11:39:26.6|Info|DownloadDecisionMaker|Processing 355 releases 2024-07-06 11:39:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 355, Reports grabbed: 0 2024-07-06 11:54:51.3|Info|RssSyncService|Starting RSS Sync 2024-07-06 11:54:51.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:39:21 and 07/05/2024 11:54:51 UTC. Search may be required. 2024-07-06 11:54:51.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 11:54:51.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 10:05:47 and 07/06/2024 12:38:35 UTC. Search may be required. 2024-07-06 11:54:51.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:39:22 and 07/05/2024 11:54:51 UTC. Search may be required. 2024-07-06 11:54:52.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:39:21 and 07/06/2024 11:54:52 UTC. Search may be required. 2024-07-06 11:54:56.8|Info|DownloadDecisionMaker|Processing 361 releases 2024-07-06 11:54:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 361, Reports grabbed: 0 2024-07-06 12:10:21.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 12:10:21.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 12:10:22.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:54:52 and 07/06/2024 12:10:22 UTC. Search may be required. 2024-07-06 12:10:22.3|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:54:51 and 07/05/2024 12:10:22 UTC. Search may be required. 2024-07-06 12:10:22.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 11:54:51 and 07/05/2024 12:10:22 UTC. Search may be required. 2024-07-06 12:10:26.9|Info|DownloadDecisionMaker|Processing 368 releases 2024-07-06 12:10:27.1|Info|RssSyncService|RSS Sync Completed. Reports found: 368, Reports grabbed: 0 2024-07-06 12:25:51.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 12:25:51.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:10:22 and 07/06/2024 12:25:51 UTC. Search may be required. 2024-07-06 12:25:52.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:10:22 and 07/05/2024 12:25:52 UTC. Search may be required. 2024-07-06 12:25:52.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 12:25:52.0|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:10:22 and 07/05/2024 12:25:52 UTC. Search may be required. 2024-07-06 12:25:57.0|Info|DownloadDecisionMaker|Processing 368 releases 2024-07-06 12:25:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 368, Reports grabbed: 0 2024-07-06 12:41:21.7|Info|RssSyncService|Starting RSS Sync 2024-07-06 12:41:22.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:25:52 and 07/05/2024 12:41:22 UTC. Search may be required. 2024-07-06 12:41:22.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 12:41:22.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:25:51 and 07/06/2024 12:41:22 UTC. Search may be required. 2024-07-06 12:41:22.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:42:40 and 07/06/2024 12:44:11 UTC. Search may be required. 2024-07-06 12:41:22.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:25:52 and 07/05/2024 12:41:22 UTC. Search may be required. 2024-07-06 12:41:27.2|Info|DownloadDecisionMaker|Processing 366 releases 2024-07-06 12:41:27.3|Info|RssSyncService|RSS Sync Completed. Reports found: 366, Reports grabbed: 0 2024-07-06 12:56:51.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 12:56:52.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:41:22 and 07/06/2024 12:56:52 UTC. Search may be required. 2024-07-06 12:56:52.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 12:56:52.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:41:22 and 07/05/2024 12:56:52 UTC. Search may be required. 2024-07-06 12:56:52.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:23:05 and 07/06/2024 13:30:28 UTC. Search may be required. 2024-07-06 12:56:52.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:41:22 and 07/05/2024 12:56:52 UTC. Search may be required. 2024-07-06 12:56:57.2|Info|DownloadDecisionMaker|Processing 363 releases 2024-07-06 12:56:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 363, Reports grabbed: 0 2024-07-06 13:12:21.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 13:12:22.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:56:52 and 07/05/2024 13:12:22 UTC. Search may be required. 2024-07-06 13:12:22.4|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/06/2024 07:20:52 and 07/06/2024 11:00:33 UTC. Search may be required. 2024-07-06 13:12:22.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 12:56:52 and 07/05/2024 13:12:22 UTC. Search may be required. 2024-07-06 13:12:22.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 12:56:52 and 07/06/2024 13:12:22 UTC. Search may be required. 2024-07-06 13:12:23.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 13:12:27.3|Info|DownloadDecisionMaker|Processing 375 releases 2024-07-06 13:12:27.5|Info|RssSyncService|RSS Sync Completed. Reports found: 375, Reports grabbed: 0 2024-07-06 13:27:52.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 13:27:52.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:12:22 and 07/06/2024 13:27:52 UTC. Search may be required. 2024-07-06 13:27:52.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:12:22 and 07/05/2024 13:27:52 UTC. Search may be required. 2024-07-06 13:27:52.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 13:27:52.5|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:30:28 and 07/06/2024 14:16:19 UTC. Search may be required. 2024-07-06 13:27:52.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:12:22 and 07/05/2024 13:27:52 UTC. Search may be required. 2024-07-06 13:27:57.5|Info|DownloadDecisionMaker|Processing 376 releases 2024-07-06 13:27:57.7|Info|RssSyncService|RSS Sync Completed. Reports found: 376, Reports grabbed: 0 2024-07-06 13:43:22.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 13:43:22.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:27:52 and 07/05/2024 13:43:22 UTC. Search may be required. 2024-07-06 13:43:22.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:27:52 and 07/05/2024 13:43:22 UTC. Search may be required. 2024-07-06 13:43:22.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 13:43:23.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:27:52 and 07/06/2024 13:43:23 UTC. Search may be required. 2024-07-06 13:43:27.6|Info|DownloadDecisionMaker|Processing 378 releases 2024-07-06 13:43:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 378, Reports grabbed: 0 2024-07-06 13:58:52.3|Info|RssSyncService|Starting RSS Sync 2024-07-06 13:58:52.5|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:42:01 and 07/06/2024 13:13:54 UTC. Search may be required. 2024-07-06 13:58:52.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:43:23 and 07/06/2024 13:58:52 UTC. Search may be required. 2024-07-06 13:58:52.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:43:22 and 07/05/2024 13:58:52 UTC. Search may be required. 2024-07-06 13:58:52.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 13:58:52.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:43:22 and 07/05/2024 13:58:52 UTC. Search may be required. 2024-07-06 13:58:57.8|Info|DownloadDecisionMaker|Processing 379 releases 2024-07-06 13:58:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 379, Reports grabbed: 0 2024-07-06 14:14:22.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 14:14:22.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:58:52 and 07/05/2024 14:14:22 UTC. Search may be required. 2024-07-06 14:14:23.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 13:58:52 and 07/05/2024 14:14:23 UTC. Search may be required. 2024-07-06 14:14:23.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 13:58:52 and 07/06/2024 14:14:23 UTC. Search may be required. 2024-07-06 14:14:23.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 14:14:27.9|Info|DownloadDecisionMaker|Processing 383 releases 2024-07-06 14:14:28.1|Info|RssSyncService|RSS Sync Completed. Reports found: 383, Reports grabbed: 0 2024-07-06 14:29:52.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 14:29:53.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 14:29:53.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:14:22 and 07/05/2024 14:29:53 UTC. Search may be required. 2024-07-06 14:29:53.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:14:23 and 07/05/2024 14:29:53 UTC. Search may be required. 2024-07-06 14:29:53.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:14:23 and 07/06/2024 14:29:53 UTC. Search may be required. 2024-07-06 14:29:58.3|Info|DownloadDecisionMaker|Processing 377 releases 2024-07-06 14:29:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 377, Reports grabbed: 0 2024-07-06 14:45:22.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 14:45:23.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:29:53 and 07/05/2024 14:45:23 UTC. Search may be required. 2024-07-06 14:45:23.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 14:45:23.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:29:53 and 07/06/2024 14:45:23 UTC. Search may be required. 2024-07-06 14:45:24.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:29:53 and 07/05/2024 14:45:24 UTC. Search may be required. 2024-07-06 14:45:28.2|Info|DownloadDecisionMaker|Processing 374 releases 2024-07-06 14:45:28.4|Info|RssSyncService|RSS Sync Completed. Reports found: 374, Reports grabbed: 0 2024-07-06 15:00:52.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 15:00:53.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:45:24 and 07/05/2024 15:00:53 UTC. Search may be required. 2024-07-06 15:00:53.5|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 14:45:23 and 07/05/2024 15:00:53 UTC. Search may be required. 2024-07-06 15:00:53.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 15:00:53.8|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:45:23 and 07/06/2024 15:00:53 UTC. Search may be required. 2024-07-06 15:00:58.4|Info|DownloadDecisionMaker|Processing 375 releases 2024-07-06 15:00:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 375, Reports grabbed: 0 2024-07-06 15:16:23.0|Info|RssSyncService|Starting RSS Sync 2024-07-06 15:16:23.6|Warn|Torznab|Indexer The Pirate Bay (Prowlarr) rss sync didn't cover the period between 07/06/2024 11:42:01 and 07/06/2024 13:13:54 UTC. Search may be required. 2024-07-06 15:16:23.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 15:16:24.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 15:00:53 and 07/06/2024 15:16:24 UTC. Search may be required. 2024-07-06 15:16:24.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:00:53 and 07/05/2024 15:16:24 UTC. Search may be required. 2024-07-06 15:16:24.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:00:53 and 07/05/2024 15:16:24 UTC. Search may be required. 2024-07-06 15:16:28.5|Info|DownloadDecisionMaker|Processing 372 releases 2024-07-06 15:16:28.6|Info|RssSyncService|RSS Sync Completed. Reports found: 372, Reports grabbed: 0 2024-07-06 15:31:53.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 15:31:53.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:16:24 and 07/05/2024 15:31:53 UTC. Search may be required. 2024-07-06 15:31:53.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:16:24 and 07/05/2024 15:31:53 UTC. Search may be required. 2024-07-06 15:31:53.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 15:16:24 and 07/06/2024 15:31:53 UTC. Search may be required. 2024-07-06 15:31:54.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 15:31:58.6|Info|DownloadDecisionMaker|Processing 371 releases 2024-07-06 15:31:58.7|Info|RssSyncService|RSS Sync Completed. Reports found: 371, Reports grabbed: 0 2024-07-06 15:47:23.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 15:47:23.8|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:31:53 and 07/05/2024 15:47:23 UTC. Search may be required. 2024-07-06 15:47:23.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 15:31:53 and 07/06/2024 15:47:23 UTC. Search may be required. 2024-07-06 15:47:23.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:31:53 and 07/05/2024 15:47:23 UTC. Search may be required. 2024-07-06 15:47:24.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 15:47:28.7|Info|DownloadDecisionMaker|Processing 371 releases 2024-07-06 15:47:28.9|Info|RssSyncService|RSS Sync Completed. Reports found: 371, Reports grabbed: 0 2024-07-06 16:02:53.4|Info|RssSyncService|Starting RSS Sync 2024-07-06 16:02:54.0|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:47:23 and 07/05/2024 16:02:54 UTC. Search may be required. 2024-07-06 16:02:54.1|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 15:47:23 and 07/05/2024 16:02:54 UTC. Search may be required. 2024-07-06 16:02:54.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 15:47:23 and 07/06/2024 16:02:54 UTC. Search may be required. 2024-07-06 16:02:54.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 16:02:58.8|Info|DownloadDecisionMaker|Processing 365 releases 2024-07-06 16:02:59.0|Info|RssSyncService|RSS Sync Completed. Reports found: 365, Reports grabbed: 0 2024-07-06 16:18:23.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 16:18:24.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 16:18:24.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 16:02:54 and 07/06/2024 16:18:24 UTC. Search may be required. 2024-07-06 16:18:24.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:02:54 and 07/05/2024 16:18:24 UTC. Search may be required. 2024-07-06 16:18:24.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:02:54 and 07/05/2024 16:18:24 UTC. Search may be required. 2024-07-06 16:18:25.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 07/06/2024 13:40:32 UTC. Search may be required. 2024-07-06 16:18:29.0|Info|DownloadDecisionMaker|Processing 361 releases 2024-07-06 16:18:29.1|Info|RssSyncService|RSS Sync Completed. Reports found: 361, Reports grabbed: 0 2024-07-06 16:21:23.7|Info|HousekeepingService|Running housecleaning tasks 2024-07-06 16:21:23.7|Info|Database|Vacuuming Cache database 2024-07-06 16:21:23.7|Info|Database|Cache database compressed 2024-07-06 16:21:23.7|Info|Database|Vacuuming Log database 2024-07-06 16:21:23.7|Info|Database|Log database compressed 2024-07-06 16:21:23.7|Info|Database|Vacuuming Main database 2024-07-06 16:21:23.9|Info|Database|Main database compressed 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: A.P. Beswick 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Carissa Broadbent 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Caroline Peckham 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Charles Duhigg 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Colleen Hoover 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Emily McIntire 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: H.D. Carlton 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: James W. Williams 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Jennifer L. Armentrout 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: K.A. Knight 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Kate Stewart 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Katee Robert 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Ken H. Warner 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Lynn Painter 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Melissa Marr 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Norah Vincent 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Olivie Blake 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Penelope Douglas 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Rebecca Yarros 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Robert Dale Goleman 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Robert Greene 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Sarah J. Maas 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Scarlett St. Clair 2024-07-06 16:21:24.3|Info|RefreshAuthorService|Skipping refresh of author: Sierra Simone 2024-07-06 16:33:53.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 16:33:54.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:18:24 and 07/05/2024 16:33:54 UTC. Search may be required. 2024-07-06 16:33:54.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 16:33:54.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:18:24 and 07/05/2024 16:33:54 UTC. Search may be required. 2024-07-06 16:33:54.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 16:18:24 and 07/06/2024 16:33:54 UTC. Search may be required. 2024-07-06 16:33:59.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:05:02 and 07/06/2024 14:05:02 UTC. Search may be required. 2024-07-06 16:33:59.1|Info|DownloadDecisionMaker|Processing 359 releases 2024-07-06 16:33:59.3|Info|RssSyncService|RSS Sync Completed. Reports found: 359, Reports grabbed: 0 2024-07-06 16:34:53.6|Info|DiskScanService|Scanning /books/ 2024-07-06 16:35:03.8|Info|TrackGroupingService|Grouping 0 tracks 2024-07-06 16:35:03.8|Info|ImportApprovedBooks|Importing 0 files 2024-07-06 16:49:23.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 16:49:24.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:33:54 and 07/05/2024 16:49:24 UTC. Search may be required. 2024-07-06 16:49:24.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 16:49:24.4|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:33:54 and 07/05/2024 16:49:24 UTC. Search may be required. 2024-07-06 16:49:24.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 16:33:54 and 07/06/2024 16:49:24 UTC. Search may be required. 2024-07-06 16:49:29.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:05:02 and 07/06/2024 14:05:02 UTC. Search may be required. 2024-07-06 16:49:29.2|Info|DownloadDecisionMaker|Processing 359 releases 2024-07-06 16:49:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 359, Reports grabbed: 0 2024-07-06 17:04:53.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 17:04:54.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:49:24 and 07/05/2024 17:04:54 UTC. Search may be required. 2024-07-06 17:04:54.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 16:49:24 and 07/05/2024 17:04:54 UTC. Search may be required. 2024-07-06 17:04:54.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 17:04:54.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 16:49:24 and 07/06/2024 17:04:54 UTC. Search may be required. 2024-07-06 17:04:59.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:05:02 and 07/06/2024 14:05:02 UTC. Search may be required. 2024-07-06 17:04:59.3|Info|DownloadDecisionMaker|Processing 359 releases 2024-07-06 17:04:59.5|Info|RssSyncService|RSS Sync Completed. Reports found: 359, Reports grabbed: 0 2024-07-06 17:11:59.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 17:12:09.0|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 17:12:09.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 17:12:11.2|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 17:20:24.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 17:20:24.6|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:04:54 and 07/05/2024 17:20:24 UTC. Search may be required. 2024-07-06 17:20:24.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 17:20:24.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:04:54 and 07/05/2024 17:20:24 UTC. Search may be required. 2024-07-06 17:20:25.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 17:04:54 and 07/06/2024 17:20:25 UTC. Search may be required. 2024-07-06 17:20:29.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:05:02 and 07/06/2024 14:05:02 UTC. Search may be required. 2024-07-06 17:20:29.5|Info|DownloadDecisionMaker|Processing 359 releases 2024-07-06 17:20:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 359, Reports grabbed: 0 2024-07-06 17:35:54.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 17:35:54.7|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:20:24 and 07/05/2024 17:35:54 UTC. Search may be required. 2024-07-06 17:35:54.8|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:20:24 and 07/05/2024 17:35:54 UTC. Search may be required. 2024-07-06 17:35:55.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 17:20:25 and 07/06/2024 17:35:55 UTC. Search may be required. 2024-07-06 17:35:55.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 17:35:59.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:05:02 and 07/06/2024 14:05:02 UTC. Search may be required. 2024-07-06 17:35:59.6|Info|DownloadDecisionMaker|Processing 359 releases 2024-07-06 17:35:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 359, Reports grabbed: 0 2024-07-06 17:51:24.3|Info|RssSyncService|Starting RSS Sync 2024-07-06 17:51:24.9|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:35:54 and 07/05/2024 17:51:24 UTC. Search may be required. 2024-07-06 17:51:25.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 17:51:25.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 17:35:55 and 07/06/2024 17:51:25 UTC. Search may be required. 2024-07-06 17:51:25.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:35:54 and 07/05/2024 17:51:25 UTC. Search may be required. 2024-07-06 17:51:29.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:05:02 and 07/06/2024 14:05:02 UTC. Search may be required. 2024-07-06 17:51:29.8|Info|DownloadDecisionMaker|Processing 359 releases 2024-07-06 17:51:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 359, Reports grabbed: 0 2024-07-06 18:06:54.4|Info|RssSyncService|Starting RSS Sync 2024-07-06 18:06:54.9|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:51:25 and 07/05/2024 18:06:54 UTC. Search may be required. 2024-07-06 18:06:55.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 18:06:55.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 17:51:24 and 07/05/2024 18:06:55 UTC. Search may be required. 2024-07-06 18:06:55.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 17:51:25 and 07/06/2024 18:06:55 UTC. Search may be required. 2024-07-06 18:06:59.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:05:02 and 07/06/2024 14:05:02 UTC. Search may be required. 2024-07-06 18:06:59.9|Info|DownloadDecisionMaker|Processing 358 releases 2024-07-06 18:07:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 358, Reports grabbed: 0 2024-07-06 18:22:24.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 18:22:25.1|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:06:54 and 07/05/2024 18:22:25 UTC. Search may be required. 2024-07-06 18:22:25.2|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:06:55 and 07/05/2024 18:22:25 UTC. Search may be required. 2024-07-06 18:22:25.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 18:22:25.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 18:06:55 and 07/06/2024 18:22:25 UTC. Search may be required. 2024-07-06 18:22:30.0|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 18:22:30.3|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 18:37:54.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 18:37:55.2|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:22:25 and 07/05/2024 18:37:55 UTC. Search may be required. 2024-07-06 18:37:55.3|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:22:25 and 07/05/2024 18:37:55 UTC. Search may be required. 2024-07-06 18:37:55.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 18:37:55.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 18:22:25 and 07/06/2024 18:37:55 UTC. Search may be required. 2024-07-06 18:38:00.1|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 18:38:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 18:53:24.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 18:53:25.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 18:53:25.5|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:37:55 and 07/05/2024 18:53:25 UTC. Search may be required. 2024-07-06 18:53:25.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 18:37:55 and 07/06/2024 18:53:25 UTC. Search may be required. 2024-07-06 18:53:25.7|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:37:55 and 07/05/2024 18:53:25 UTC. Search may be required. 2024-07-06 18:53:26.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 07/06/2024 15:31:31 UTC. Search may be required. 2024-07-06 18:53:30.2|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 18:53:30.6|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 19:08:54.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 19:08:55.4|Warn|Torznab|Indexer Isohunt2 (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:53:25 and 07/05/2024 19:08:55 UTC. Search may be required. 2024-07-06 19:08:55.6|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 19:08:55.6|Warn|Torznab|Indexer kickasstorrents.ws (Prowlarr) rss sync didn't cover the period between 07/05/2024 18:53:25 and 07/05/2024 19:08:55 UTC. Search may be required. 2024-07-06 19:08:55.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 18:53:25 and 07/06/2024 19:08:55 UTC. Search may be required. 2024-07-06 19:09:00.3|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 19:09:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 19:24:25.0|Info|RssSyncService|Starting RSS Sync 2024-07-06 19:24:25.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 19:24:26.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 19:08:55 and 07/06/2024 19:24:26 UTC. Search may be required. 2024-07-06 19:24:30.5|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 19:24:30.9|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 19:39:55.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 19:39:55.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 19:24:26 and 07/06/2024 19:39:55 UTC. Search may be required. 2024-07-06 19:39:55.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 19:40:00.6|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 19:40:01.0|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 19:55:25.3|Info|RssSyncService|Starting RSS Sync 2024-07-06 19:55:26.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 19:55:26.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 19:39:55 and 07/06/2024 19:55:26 UTC. Search may be required. 2024-07-06 19:55:30.8|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 19:55:31.1|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 20:10:55.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 20:10:56.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 20:10:56.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 19:55:26 and 07/06/2024 20:10:56 UTC. Search may be required. 2024-07-06 20:11:00.9|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 20:11:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 20:26:25.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 20:26:26.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 20:26:26.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 20:10:56 and 07/06/2024 20:26:26 UTC. Search may be required. 2024-07-06 20:26:31.0|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 20:26:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 20:41:55.7|Info|RssSyncService|Starting RSS Sync 2024-07-06 20:41:56.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 20:26:26 and 07/06/2024 20:41:56 UTC. Search may be required. 2024-07-06 20:41:56.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 20:41:57.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 03/19/2024 17:20:29 UTC. Search may be required. 2024-07-06 20:42:01.1|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 20:42:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 20:57:25.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 20:57:26.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 20:57:26.5|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 20:41:56 and 07/06/2024 20:57:26 UTC. Search may be required. 2024-07-06 20:57:27.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/22/2024 15:37:27 and 07/06/2024 17:46:24 UTC. Search may be required. 2024-07-06 20:57:31.2|Info|DownloadDecisionMaker|Processing 357 releases 2024-07-06 20:57:31.6|Info|RssSyncService|RSS Sync Completed. Reports found: 357, Reports grabbed: 0 2024-07-06 21:12:55.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 21:12:56.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 21:12:57.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 20:57:26 and 07/06/2024 21:12:57 UTC. Search may be required. 2024-07-06 21:13:01.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:05:02 and 07/06/2024 21:10:02 UTC. Search may be required. 2024-07-06 21:13:01.4|Info|DownloadDecisionMaker|Processing 368 releases 2024-07-06 21:13:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 368, Reports grabbed: 0 2024-07-06 21:28:26.0|Info|RssSyncService|Starting RSS Sync 2024-07-06 21:28:26.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 21:28:26.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 21:12:57 and 07/06/2024 21:28:26 UTC. Search may be required. 2024-07-06 21:28:31.4|Info|DownloadDecisionMaker|Processing 369 releases 2024-07-06 21:28:31.6|Info|RssSyncService|RSS Sync Completed. Reports found: 369, Reports grabbed: 0 2024-07-06 21:43:56.1|Info|RssSyncService|Starting RSS Sync 2024-07-06 21:43:56.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 21:43:56.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 21:28:26 and 07/06/2024 21:43:56 UTC. Search may be required. 2024-07-06 21:44:01.6|Info|DownloadDecisionMaker|Processing 369 releases 2024-07-06 21:44:01.7|Info|RssSyncService|RSS Sync Completed. Reports found: 369, Reports grabbed: 0 2024-07-06 21:59:26.2|Info|RssSyncService|Starting RSS Sync 2024-07-06 21:59:26.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 21:43:56 and 07/06/2024 21:59:26 UTC. Search may be required. 2024-07-06 21:59:26.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 21:59:31.7|Info|DownloadDecisionMaker|Processing 369 releases 2024-07-06 21:59:31.9|Info|RssSyncService|RSS Sync Completed. Reports found: 369, Reports grabbed: 0 2024-07-06 22:14:56.4|Info|RssSyncService|Starting RSS Sync 2024-07-06 22:14:57.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 21:59:26 and 07/06/2024 22:14:57 UTC. Search may be required. 2024-07-06 22:14:57.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 07/06/2024 14:55:00 and 07/07/2024 02:58:00 UTC. Search may be required. 2024-07-06 22:14:57.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 22:16:36.4|Warn|Newznab|NZBgeek server is currently unavailable. https://api.nzbgeek.info/api?t=search&cat=3030,7020,8010&extended=1&apikey=(removed)&offset=0&limit=100 Http request timed out 2024-07-06 22:16:36.4|Info|DownloadDecisionMaker|Processing 224 releases 2024-07-06 22:16:36.5|Info|RssSyncService|RSS Sync Completed. Reports found: 224, Reports grabbed: 0 2024-07-06 22:31:56.5|Info|RssSyncService|Starting RSS Sync 2024-07-06 22:31:56.8|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 22:31:56.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 22:14:57 and 07/06/2024 22:31:56 UTC. Search may be required. 2024-07-06 22:32:02.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 07/06/2024 21:15:02 and 07/06/2024 21:15:02 UTC. Search may be required. 2024-07-06 22:33:14.5|Warn|HttpClient|HTTP Error - Res: HTTP/2.0 [GET] https://api.nzbgeek.info/api?t=search&cat=3030,7020,8010&extended=1&apikey=(removed)&offset=0&limit=100: 522.522 (7086 bytes) api.nzbgeek.info | 522: Connection timed out

Connection timed out Error code 522

Visit cloudflare.com for more information.
2024-07-06 22:33:14 UTC
You

Browser

Working
Chicago

Cloudflare

Working
api.nzbgeek.info

Host

Error

What happened?

The initial connection between Cloudflare's network and the origin web server timed out. As a result, the web page can not be displayed.

What can I do?

If you're a visitor of this website:

Please try again in a few minutes.

If you're the owner of this website:

Contact your hosting provider letting them know your web server is not completing requests. An Error 522 means that the request was able to connect to your web server, but that the request didn't finish. The most likely cause is that something on your server is hogging resources. Additional troubleshooting information here.

2024-07-06 22:33:14.6|Warn|Newznab|Unable to connect to NZBgeek at [https://api.nzbgeek.info/api?t=search&cat=3030,7020,8010&extended=1&apikey=(removed)&offset=0&limit=100]. Indexer's server is unavailable. Try again later. HTTP request failed: [522:522] [GET] at [https://api.nzbgeek.info/api?t=search&cat=3030,7020,8010&extended=1&apikey=(removed)&offset=0&limit=100] 2024-07-06 22:33:14.6|Info|DownloadDecisionMaker|Processing 222 releases 2024-07-06 22:33:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 222, Reports grabbed: 0 2024-07-06 22:48:26.6|Info|RssSyncService|Starting RSS Sync 2024-07-06 22:48:27.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 22:31:56 and 07/06/2024 22:48:27 UTC. Search may be required. 2024-07-06 22:48:27.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 22:48:32.1|Info|DownloadDecisionMaker|Processing 221 releases 2024-07-06 22:48:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 221, Reports grabbed: 0 2024-07-06 23:03:56.7|Info|RssSyncService|Starting RSS Sync 2024-07-06 23:03:57.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 22:48:27 and 07/06/2024 23:03:57 UTC. Search may be required. 2024-07-06 23:03:59.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 23:04:02.2|Info|DownloadDecisionMaker|Processing 321 releases 2024-07-06 23:04:02.3|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0 2024-07-06 23:12:45.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 23:12:55.4|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 23:12:55.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 23:12:57.5|Warn|ReadarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2024-07-06 23:19:26.8|Info|RssSyncService|Starting RSS Sync 2024-07-06 23:19:27.1|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 23:03:57 and 07/06/2024 23:19:27 UTC. Search may be required. 2024-07-06 23:19:27.2|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 23:19:32.3|Info|DownloadDecisionMaker|Processing 323 releases 2024-07-06 23:19:32.4|Info|RssSyncService|RSS Sync Completed. Reports found: 323, Reports grabbed: 0 2024-07-06 23:34:56.9|Info|RssSyncService|Starting RSS Sync 2024-07-06 23:34:57.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 23:19:27 and 07/06/2024 23:34:57 UTC. Search may be required. 2024-07-06 23:34:57.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 23:35:02.4|Info|DownloadDecisionMaker|Processing 323 releases 2024-07-06 23:35:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 323, Reports grabbed: 0 2024-07-06 23:50:27.0|Info|RssSyncService|Starting RSS Sync 2024-07-06 23:50:27.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 23:34:57 and 07/06/2024 23:50:27 UTC. Search may be required. 2024-07-06 23:50:32.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-06 23:50:32.7|Info|DownloadDecisionMaker|Processing 323 releases 2024-07-06 23:50:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 323, Reports grabbed: 0 2024-07-07 00:05:57.1|Info|RssSyncService|Starting RSS Sync 2024-07-07 00:05:57.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 00:05:57.7|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/06/2024 23:50:27 and 07/07/2024 00:05:57 UTC. Search may be required. 2024-07-07 00:06:15.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/15/api?t=book&cat=7000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes) 2024-07-07 00:06:15.2|Warn|Torznab|API Request Limit reached for TheRARBG (Prowlarr). Disabled for 00:01:00 2024-07-07 00:06:15.2|Info|DownloadDecisionMaker|Processing 232 releases 2024-07-07 00:06:15.3|Info|RssSyncService|RSS Sync Completed. Reports found: 232, Reports grabbed: 0 2024-07-07 00:21:27.2|Info|RssSyncService|Starting RSS Sync 2024-07-07 00:21:27.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 00:05:57 and 07/07/2024 00:21:27 UTC. Search may be required. 2024-07-07 00:21:30.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 00:21:32.7|Info|DownloadDecisionMaker|Processing 341 releases 2024-07-07 00:21:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 341, Reports grabbed: 0 2024-07-07 00:36:57.4|Info|RssSyncService|Starting RSS Sync 2024-07-07 00:36:57.6|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 00:21:27 and 07/07/2024 00:36:57 UTC. Search may be required. 2024-07-07 00:36:57.7|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 00:37:02.8|Info|DownloadDecisionMaker|Processing 341 releases 2024-07-07 00:37:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 341, Reports grabbed: 0 2024-07-07 00:52:27.5|Info|RssSyncService|Starting RSS Sync 2024-07-07 00:52:28.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 00:52:28.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 00:36:57 and 07/07/2024 00:52:28 UTC. Search may be required. 2024-07-07 00:52:32.9|Info|DownloadDecisionMaker|Processing 341 releases 2024-07-07 00:52:33.1|Info|RssSyncService|RSS Sync Completed. Reports found: 341, Reports grabbed: 0 2024-07-07 01:07:57.6|Info|RssSyncService|Starting RSS Sync 2024-07-07 01:07:57.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 00:52:28 and 07/07/2024 01:07:57 UTC. Search may be required. 2024-07-07 01:07:58.0|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 01:08:03.0|Info|DownloadDecisionMaker|Processing 341 releases 2024-07-07 01:08:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 341, Reports grabbed: 0 2024-07-07 01:23:27.7|Info|RssSyncService|Starting RSS Sync 2024-07-07 01:23:27.9|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 01:07:57 and 07/07/2024 01:23:27 UTC. Search may be required. 2024-07-07 01:23:28.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 01:23:29.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/17/2024 16:10:49 and 07/06/2024 22:33:14 UTC. Search may be required. 2024-07-07 01:23:33.1|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-07 01:23:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-07 01:38:57.7|Info|RssSyncService|Starting RSS Sync 2024-07-07 01:38:58.0|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 01:23:27 and 07/07/2024 01:38:58 UTC. Search may be required. 2024-07-07 01:38:58.1|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 01:39:03.2|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-07 01:39:03.4|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-07 01:54:27.9|Info|RssSyncService|Starting RSS Sync 2024-07-07 01:54:28.2|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 01:38:58 and 07/07/2024 01:54:28 UTC. Search may be required. 2024-07-07 01:54:28.3|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 01:54:29.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/25/2024 10:10:54 and 07/06/2024 23:23:04 UTC. Search may be required. 2024-07-07 01:54:33.3|Info|DownloadDecisionMaker|Processing 339 releases 2024-07-07 01:54:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 339, Reports grabbed: 0 2024-07-07 02:09:58.0|Info|RssSyncService|Starting RSS Sync 2024-07-07 02:09:58.3|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 01:54:28 and 07/07/2024 02:09:58 UTC. Search may be required. 2024-07-07 02:09:58.4|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 02:10:03.4|Info|DownloadDecisionMaker|Processing 345 releases 2024-07-07 02:10:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 345, Reports grabbed: 0 2024-07-07 02:25:28.1|Info|RssSyncService|Starting RSS Sync 2024-07-07 02:25:28.4|Warn|Torznab|Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 07/07/2024 02:09:58 and 07/07/2024 02:25:28 UTC. Search may be required. 2024-07-07 02:25:28.5|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required. 2024-07-07 02:25:33.6|Info|DownloadDecisionMaker|Processing 345 releases 2024-07-07 02:25:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 345, Reports grabbed: 0 2024-07-07 02:40:58.5|Info|RssSyncService|Starting RSS Sync 2024-07-07 02:40:58.9|Warn|Torznab|Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 07/03/2024 05:00:00 and 07/03/2024 05:00:00 UTC. Search may be required.